.cart {
    width: 85%;
}

.light-grey-bg {
    background: #F4F4F4;
}

.highlighter {
    background-color: yellow;
}

.navbar-spacer {
    padding-bottom: 60px;
}

div.clip-path {
    background: #e00000;
    padding-top: 90px;
    padding-bottom: 0.5em;
    clip-path: polygon(50% 60px, 100% 0, 100% 101%, 0 101%, 0 0);
}

div.clip-path + div {
    background: #e00000;
    height: 60px;
    clip-path: polygon(100% -1px, 100% 8px, 50% 100%, 0 8px, 0% -1px);
    position: relative;
    z-index: 3;
    margin-bottom: -60px;
}

div.clip-path + div:after {
    background: #b10000;
    height: 100%;
    clip-path: polygon(50% 52px, 100% 0, 100% 100%, 0 100%, 0 0);
    width: 100%;
    display: block;
    content: '';
    position: absolute;
}

div.clip-path.black {
    background: #001d2d;
}

div.clip-path.black + div {
    background: #001d2d;
}

body.cant-clip-path div.clip-path {
    background: url(../img/back/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
    margin-bottom: -60px;
    position: relative;
}

body.cant-clip-path div.clip-path.black {
    background-image: url(../img/back/back-black.png);
}

body.cant-clip-path div.clip-path + div {
    display: none;
}

@media (max-width: 1194px) {
    .navbar-spacer {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .navbar-spacer {
        padding-bottom: 120px;
    }
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #232323;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

h3 {
    font-size: 40px;
}

.with-shadow {
    text-shadow: 6px 3px 10px rgba(0, 0, 0, 0.6);
}

p {
    margin: 0px;
    padding: 0px;
    color: black;
}

.references_title {
    margin: 10px auto;
    text-align: left;
}

.references {
    /* font-weight: 13px; */
    margin: 10px auto;
    text-align: left;
}

.references li {
    list-style-type: decimal
}

/*-- strat index banar page --*/
#index_banar {
    padding: 20px 0px;
    background: url(../img/index-page/banar/banar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.women_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.index_top_1_content h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
}

.index_top_1_content h3 span {
    color: #ff0000;
    font-weight: 600;
    font-style: italic;
}

.index_banar_top_2 {
    margin-top: 26px;
    position: relative;
}

.index_top_2_content h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 37px;
}

.index_top_2_content h3 span {
    font-weight: 900;
}

.arrow img {
    height: 84px;
    width: 54px;
    margin: 0 auto;
    display: table;
}

.video_container {
    margin-top: 25px;
    position: relative;
}

.video_main_container iframe {
    border: 11px solid #fff;
    width: 78%;
    margin: 0 auto;
    display: block;
    position: relative;
    box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.6);
    height: 500px;
}

.video_main_container::after {
    position: absolute;
    height: 8px;
    width: 71%;
    content: "";
    background: #ff0000;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}

.embed-responsive-16by9::before {
    padding-top: 0px;
}

.index_page_buy_now {
    margin-top: 30px;
}

.index_page_buy_content.text-center a > img {
    height: 80px;
}

.index_page_buy_content.text-center ul li a img {
    height: 40px;
}

.index_page_buy_content a:hover {
    color: #ff0000;
}

.index_page_buy_content ul {

}

.index_page_buy_content ul li {
    display: inline-block;
}

.index_page_buy_content ul li a img {
    transition: 0.3s ease-out;
}

.index_page_buy_content ul li a img:hover {
    transform: scale(1.1);
}

.social_btn {
    margin-top: 20px;
}

.social_btn_btn ul li {
    display: inline-block;
}

.social_btn_btn ul li a {
    background: #4267B2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-right: 16px;
}

.social_btn_btn ul li a:hover {
    background: #365899;
}

#footer_main {
    padding: 50px 0px;
    background: #fff;
}

.footer_content span p {
    margin-bottom: 0px;
}

.copy_link {
    margin-top: 20px;
}

.copy_link ul li {
    display: inline-block;
}

.copy_link ul li a {
    color: #767676;
    margin: 0px 5px;
}

.copy_link ul li a:hover {
    color: #ff0000;
}

/*-- ========== start iron man page style ========== --*/

/*-- section 1 --*/
#section_1 {
    padding: 50px 0px 0px 0px;
    background: url(../img/iron-page/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section_1 .container {
    z-index: 2;
    position: relative;
}

.section_i_banar_overlay_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.section_1_content_1 h3 {
    color: #fff;
    text-align: center;
	font-weight: 900;
	font-size: 36px;
	width: 57%;
    margin: 0 auto;
	line-height: 40px;
}

.section_1_content_1_container {
    margin-top: 40px;
}

.section_1_content_2 h3 {
    color: #fff;
    text-align: center;
	width: 53%;
    margin: 0 auto;
	font-size: 26px;
	line-height: 33px;
    padding-top: 1em;
}

.section_1_content_2 h3 span {
    color: #ff0000;
    font-weight: 900;
}

.section_1_content_2 h3 span u {
    font-style: italic;
}

.section_1_content_3_container {
    margin-top: 40px;
}

.section_1_content_3 {
    background: url(../img/iron-page/bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80%;
    padding-top: 55px;
    padding-bottom: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section_1_content_3 h3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
}

.section_1_content_4 {
    background: #fff;
    padding: 38px 79px;
    width: 90%;
    margin: 0 auto;
    border: 8px solid #e2e2e2;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.6);
    position: relative;
    margin-top: -60px;
    z-index: 1;
    font-size: 17px;
}

.section_1_content_4 p {
    margin-bottom: 20px;
    color: #000000;
}

.section_1_content_4 p:last-child {
    margin-bottom: 0px;
}

.section_1_content_5_container {
    padding-top: 190px !important;
    margin-top: -145px;
}

.section_1_content_5 h3 {
    text-align: center;
    font-weight: 900;
    color: #fff;
    width: 70%;
    line-height: 1.2em;
    margin: 0 auto;
}

/*-- strat section2 style --*/
#section_2 {
    padding-top: 50px;
    background: #fff;
}

.section_2_content_1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 44px;
    color: #000;
}

.section_2_content_1 p {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}

.section_2_content_1 p:last-child {
    margin-bottom: 0px;
}

.section_2_content_1 p span {
    font-weight: 600;
}

.section_2_feater_img_1 {
    position: relative;
    z-index: 1;
}

.section_2_feater_img_1 img {
    width: 85%;
    height: 100%;
    position: relative;
}

.section_2_feater_img_1::after {
    position: absolute;
    height: 100%;
    width: 76%;
    content: "";
    top: 9px;
    left: 74px;
    background: #e2e2e2;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.section_2_container {
    width: 83%;
    margin: 0 auto;
    margin-top: 20px;
}

.section_2_content_2 {
    padding-left: 71px;
    padding-right: 54px;
}

.section_2_content_2 p {
    color: #000;
    margin-bottom: 37px;
}

.section_2_content_2_bottom p {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
    padding-left: 71px;
}

.section_2_content_2_bottom p span {
    font-weight: 900;
}

.section_2_content_2_bottom p:last-child {
    margin-bottom: 0px;
}

.section_2_clip_bottom {
    background: #E00000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.section_2_clip_bottom_content h3 {
    color: #fff;
    font-weight: 900;
    width: 60%;
    margin: 0 auto;
}

.section_2_clip_bottom_content h3:first-child {
    margin-bottom: 30px;
}

.section_2_clip_bottom_content h3 span {
    color: #000;
    font-style: italic;
    font-size: 47px;
}

/*-- start section 3 style --*/
#section_3 {
    padding: 50px 0px 0px 0px;
    background: #001d2d;
    position: relative;
}

.section_bg_overlay {
    position: absolute;
    width: 90%;
    bottom: 221px;
    left: 0;
    opacity: 0.3;
}

.section_bg_overlay img {
    width: 100%;
}

.section_3_content_1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
}

.section_3_content_1_img {
    position: relative;
    z-index: 1;
}

.section_3_content_1_img::after {
    position: absolute;
    height: 100%;
    width: 88%;
    content: "";
    top: 9px;
    left: 15px;
    background: #E00000;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.section_3_content_1_img img {
    width: 100%;
}

.section_3_content_1_content {
    padding-right: 84px;
}

.section_3_content_1_content p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
}

.section_3_content_2 {
    margin-top: 30px;
}

.section_3_content_2_content {
    padding-left: 157px;
    position: relative;
}

.section_3_content_2_content img {
    position: absolute;
    left: 0;
}

.section_3_content_2_content p {
    color: rgba(255, 255, 255, 0.87);
    font-size: 17px;
    margin-bottom: 20px;
}

.section_3_content_2_content p span {
    font-weight: 900;
    font-style: italic;
}

.section_3_content_bottom_clip {
    z-index: 1;
}

.section_3_bottom_content_clip_content h3 {
    color: #fff;
    font-weight: 900;
    width: 73%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.section_3_bottom_content_clip_content h4 {
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    width: 61%;
    margin: 0 auto;
}

.section_3_bottom_content_clip_content h3 span {
    color: #000;
}

/*-- start section 4 --*/
#section_4 {
    padding-top: 120px;
    background: #fff;
    position: relative;
}

.section_4_content_1 {
    margin-top: 50px;
    width: 74%;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 28px;
}

.section_4_content_1 p {
    color: #000;
    font-size: 20px;
}

.section_4_content_2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.section_4_content_2_content_img {
    position: relative;
    z-index: 1;
}

.section_4_content_2_content_img::after {
    position: absolute;
    height: 100%;
    width: 88%;
    content: "";
    top: 9px;
    left: 15px;
    background: #bababa;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.section_4_content_2_content_img img {
    width: 100%;
}

.section_4_content_2_content {
    padding-left: 43px;
    padding-right: 44px;
}

.section_4_content_2_content p {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
}

.section_4_content_3_content {
    padding-left: 151px;
    width: 60%;
}

.section_4_content_3_content p {
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
}

.section_4_content_4 {
    margin-top: 70px;
}

.section_4_content_4_content {
    padding: 66px 0px;
    background: url(../img/iron-page/shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 110%;
    transform: translateX(-4%);
}

.section_4_content_4_content h3 {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-weight: 900;
}

.section_4_content_5 {
    margin-top: 50px;
}

.section_4_content_5_content {
    width: 70%;
    margin: 0 auto;
}

.section_4_content_5_content p {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}

.section_4_content_5_content p span {
    font-weight: 900;
}

.section_4_content_bottom_clip {
    padding: 224px 0px;
}

.section_4_content_bottom_clip_content h3 {
    color: #fff;
    font-weight: 700;
    width: 62%;
    margin: 0 auto;
    margin-bottom: 26px;
    font-size: 39px;
}

.section_4_content_bottom_clip_content h4 {
    color: #fff;
    font-weight: 900;
    width: 54%;
    margin: 0 auto;
    font-size: 36px;
}

.section_4_content_bottom_clip_content h3 span {
    color: #000;
}

/*-- start section 5 --*/
#section_5 {
    padding: 173px 0px 0px 0px;
    background: #001d2d;
    position: relative;
}

.section_5_main_container {
    background: #fff;
    padding: 100px 0px;
    border: 7px solid #bababa;
    width: 90%;
    margin: 0 auto;
    margin-top: -170px;
    position: relative;
    z-index: 2;
}

.section_5_content_1 {
    margin-top: 50px;
}

.section_5_content_1_content_img {
    width: 100%;
    height: 100%;
    padding-left: 53px;
}

.section_5_content_1_content {
    padding-right: 155px;
}

.section_5_content_1_content p {
    color: #000;
    font-size: 17px;
    margin-bottom: 25px;
}

.section_5_content_1_content p span {
    font-weight: 900;
}

.section_5_content_2 {
    margin-top: 20px;
    padding-left: 53px;
}

.section_5_content_2_content p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
}

.section_5_content_3 {
    margin-top: 20px;
    padding-left: 53px;
    padding-right: 54px;
}

.section_5_content_3_content {
    background: url(../img/iron-page/patch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_5_content_3_content h3 {
    color: #E00000;
    font-weight: 900;
    width: 71%;
    margin: 0 auto;
    padding: 39px 8px;
    font-size: 33px;
}

.section_5_content_4 {
    margin-top: 30px;
    padding-left: 53px;
    padding-right: 54px;
}

.section_5_content_4_content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.section_5_content_5_content {
    padding: 90px;
    background: url(../img/iron-page/shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120%;
    transform: translateX(-8%);
}

.section_5_content_5_content h3 {
    color: #fff;
    font-weight: 900;
    width: 90%;
    margin: 0 auto;
}

.section_5_content_6_content {
    padding-left: 40px;
}

.section_5_content_6_content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 16px;
}

.section_5_content_6 {
    padding: 0px 50px;
    margin-top: 50px;
}

.section_5_content_6_content_img img {
    height: 340px;
    margin: 0 auto;
    display: block;
}

.section_5_content_7 {
    padding-left: 80px;
    margin-top: 20px;
}

.section_5_content_7_content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.section_5_content_bottom_clip {
    position: relative;
    z-index: 1;
    padding-top: 180px !important;
    margin-top: -100px;
}

.section_5_bottom_clip_content h3 {
    width: 64%;
    margin: 0 auto;
    color: #fff;
    font-weight: 900;
    font-size: 44px;
}

/*-- start section_6 --*/
#section_6 {
    padding: 142px 0px 0px;
    background: #EDEDED;
    margin-top: -150px;
    position: relative;
}

.section_6_main_container {
    background: #fff;
    padding: 100px 0px;
    border: 7px solid #ddd;
    z-index: -1;
    width: 90%;
    margin: 0 auto;
    margin-top: -64px;
}

.section_6_content_1 {
    margin-top: 30px;
    padding-left: 60px;
    width: 78%;
}

.section_6_content_1 p {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}

.section_6_content_2 {
    margin-top: 20px;
}

.section_6_content_2_content {
    padding-right: 70px;
}

.section_6_content_2_content p {
    color: #E00000;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px;
}

.section_6_content_2_content p span {
    font-weight: 600;
    font-style: normal;
}

.section_6_content_3 {
    margin-top: 20px;
    padding-left: 80px;
}

.section_6_content_3_content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}

/*-- start section_7 --*/
#section_7 {
    background: #001d2d;
}

.section_7_content_1 {
    padding: 30px;
    background: url(../img/iron-page/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 86%;
    margin: 0 auto;
}

.section_7_content_1 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 35px;
    font-weight: 600;
}

.section_7_content_1 p span.bullet {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    background: #E00000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 13px;
    font-weight: 900;
}

.section_7_content_2_top_content {
    margin-top: 30px;
}

.section_7_content_2_top_content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 16px;
    padding-right: 70px;
}

.section_7_content_2_bottom_content {
    margin-top: 60px;
}

.section_7_content_2_bottom_content h3 {
    color: #E00000;
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 10px;
}

.section_7_content_2_bottom_content h2 {
    color: #ddd;
    font-weight: 900;
    font-size: 39px;
    width: 100%;
    margin: 0 auto;
    margin-top: 17px;
}

.section_7_content_2_img img {
    margin: 0 auto;
    display: table;
    height: 500px;
    margin-top: -40px;
}

.section_7_content_2_bottom_content h2 span {
    color: #fff;
    font-weight: 300;
    font-size: 41px;
}

.section_7_content_3_container {
    background: #fff;
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    border: 7px solid #ddd;
    position: relative;
    z-index: 999;
}

.section_7_content_3_content_top p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_7_content_3_content_top p span {
    font-weight: 900;
}

.section_7_content_3_content_middle {
    margin-top: 30px;
}

.section_7_content_3_middle_img img {
    height: 700px;
    width: 100%;
}

.section_7_content_3_content_middle_content p {
    color: #000;
    margin-bottom: 20px;
    font-size: 17px;
}

.section_7_content_3_content_middle_content p span {
    font-weight: 900;
}

.section_7_content_3_bottom_content_content {
    margin-top: 20px;
}

.section_7_content_3_bottom_content_content p {
    margin-top: 20px;
    color: #000;
    font-size: 17px;
}

.section_7_bottom_content_clip {
    padding-top: 180px !important;
    margin-top: -146px;
}

.section_7_bottom_content_clip_content h3 {
    font-weight: 900;
    color: #fff;
    width: 88%;
    margin: 0 auto;
}

/*-- start section_8 --*/
#section_8 {
    padding-top: 50px;
    background: #fff;
}

.section_8_content_1 {
    margin: 50px auto 0;
    width: 80%;
}

.section_8_content_1 p {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.section_8_content_2 {
    margin: 50px auto 0;
    width: 80%;
}

.section_8_content_2_content p {
    color: #000;
    font-size: 17px;
    margin-bottom: 25px;
    padding-right: 119px;
}

.section_8_content_3 {
    margin: 20px auto 0;
    width: 80%;
}

.section_8_content_3 p {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.section_8_content_3 p:last-child {
    margin-bottom: 0px;
}

.section_8_content_bottom_clip {
    padding: 224px 0px;
    position: relative;
    z-index: 1;
}

.section_bottom_content_clip_content h3 {
    font-weight: 900;
    color: #fff;
    width: 84%;
    margin: 0 auto;
    font-size: 40px;
}

.section_bottom_content_clip_content h3 span {
    color: #000;
}

.section_bottom_content_clip_content h4 {
    font-weight: 900;
    color: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 39px;
}

.section_8_content_2_img img {
    height: 446px;
    margin: 0 auto;
    display: table;
}

/*-- start section 9 --*/
#section_9 {
    padding-top: 155px !important;
    background: #001d2d;
    margin-top: -90px;
}

.section_9_content_1 {
    position: relative;
    margin: 30px auto 0;
    width: 80%;
}

.section_9_content_1 div.img {
    /* filter: grayscale(100%); */
    position: absolute;
    left: -520px;
    top: -150px;
    width: 507px;
    height: 1442px;
    background: url(../img/iron-page/feater-img/21.png);
    mix-blend-mode: luminosity;
    box-shadow: inset 0px -650px 100px -500px #001d2d;
}

.section_9_content_1 p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
}

.section_9_content_2 {
    margin: 50px auto 0;
    width: 80%;
}

.section_9_content_2_content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.section_9_content_2_content h3 {
    color: #E00000;
    font-weight: 900;
    margin-top: 130px;
    font-size: 41px;
}

.section_9_content_3_main_container {
    padding: 50px;
    background: #fff;
    border: 7px solid #ddd;
    position: relative;
    z-index: 999;
}

.section_9_content_3_content_3 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_9_content_3_content_3_1 {
    background: url(../img/iron-page/patch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_9_content_3_content_3_1 h3 {
    color: #E00000;
    font-weight: 900;
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 56px 0px;
}

.section_9_content_3_content_3_1 h3 span {
    color: #000;
}

.section_9_content_3_content_4 {
    margin-top: 30px;
}

.section_9_content_3_content_4 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_9_content_5 {
    padding: 100px 0px;
    background: url(../img/iron-page/shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120%;
    transform: translateX(-8%);
}

.section_9_content_5 h3 {
    color: #fff;
    text-align-last: center;
    font-weight: 900;
    width: 70%;
    margin: 0 auto;
}

.section_9_content_5 h3 span {
    color: #E00000;
}

.section_9_content_6 {
    margin-top: 30px;
}

.section_9_content_6_contet p {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.section_9_content_6_contet p span {
    color: #E00000;
    font-style: italic;
}

.section_9_content_7 {
    margin-top: 40px;
}

.section_9_content_7 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_9_content_7 p span {
    color: #E00000;
    font-style: italic;
}

.section_9_content_bottom_clip {
    padding-top: 224px !important;
    margin-top: -173px;
}

.section_9_content_bottom_clip_content h3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    width: 88%;
    margin: 0 auto;
    font-size: 43px;
}

.section_9_content_6_contet_img img {
    height: 100%;
    width: 100%;
}

/*-- start section_10 --*/
#section_10 {
    padding: 80px 0px 0px;
    background: #fff;
}

.section_10_content_1 {
    margin-top: 50px;
}

.section_10_content_1 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_10_content_2 {
    margin-top: 60px;
}

.section_10_content_2_content p {
    color: #000;
    font-size: 17px;
    margin-bottom: 30px;
    padding-right: 100px;
}

.section_10_content_3 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_10_content_4 {
    background: url(../img/iron-page/patch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_10_content_4 h3 {
    color: #E00000;
    font-weight: 900;
    text-align: center;
    width: 51%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 0px;
    font-size: 44px;
}

.section_10_content_5 {
    margin-top: 30px;
}

.section_10_content_5 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

/*-- start section_11 --*/
#section_11 {
    padding: 50px 0px 150px 0px;
    background: #001d2d;
    position: relative;
    z-index: -1;
}

.section_11_overlay_img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: -1;
}

.section_11_content_1 {
    padding: 50px;
    background: url(../img/iron-page/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_11_content_1 p {
    font-weight: 700;
    font-style: italic;
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
}

.section_11_content_1 p span {
    font-weight: 900;
}

.section_11_content_2 {
    margin: 20px 0px;
}

.section_11_content_2 p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-left: 44px;
}

.section_11_content_3 {
    padding: 50px;
    background: url(../img/iron-page/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_11_content_3 p {
    font-style: italic;
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.section_11_content_3 p span {
    font-weight: 900;
}

.section_11_content_4 {
    margin: 20px 0px;
}

.section_11_content_4 p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding-left: 44px;
}

.section_11_content_5 {
    padding: 50px;
    background: url(../img/iron-page/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_11_content_5 p {
    font-style: italic;
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.section_11_content_6 {
    margin-top: 20px;
}

.section_11_content_6 p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}

/*-- start section_12 --*/
#section_12 {
    /* background: #fff; */
}

.section_12_content_1 {
    padding: 40px 50px;
    background: url(../img/iron-page/shape-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: -100px;
}

.section_12_content_1 h3 {
    color: #E00000;
    font-weight: 900;
    text-align: center;
    width: 87%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 45px;
}

.section_12_content_1 p {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}

.section_12_content_2 {
    margin-top: -70px;
}

.section_12_content_2 img {
    height: 100%;
    width: 100%;
}

.section_12_content_2_button a img {
    height: 80px;
    width: 232px;
    margin-right: 50px;
}

.section_12_content_2_payment img {
    width: 327px;
    margin-right: 51px;
}

.section_12_content_3 {
    margin-top: 40px;
}

.section_12_content_3 p {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}

.section_12_content_4_bottom_clip {
    padding: 224px 0px;
}

.section_12_content_4_bottom_clip_content h3 {
    color: #fff;
    font-weight: 900;
    width: 71%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 44px;
}

.section_12_content_4_bottom_clip_content h4 {
    color: #fff;
    font-weight: 900;
    width: 66%;
    margin: 0 auto;
    font-size: 44px;
}

/*-- start section_13 --*/
#section_13 {
    padding-top: 80px;
    background: #001d2d;
}

.section_13_main_container {
    padding: 98px 50px;
    background: #fff;
    border: 7px solid #ddd;
    margin-top: -100px;
}

.section_13_content_1 {
    margin-top: 50px;
}

.section_13_content_1 p {
    margin-bottom: 16px;
    color: #000;
    font-size: 17px;
}

.section_13_content_2 {
    margin: 30px 0px;
    background: url(../img/iron-page/patch.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_13_content_2 h3 {
    font-weight: 900;
    color: #E00000;
    width: 60%;
    margin: 0 auto;
    padding: 43px 0px;
}

.section_13_content_3 {
    margin-top: -33px;
}

.section_13_content_6_content_1_btn_buy_content.text-center > a > img {
    height: 77px;
}

.section_13_content_3_img img {
    width: 100%;
}

.section_13_content_3_content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.section_13_content_3_content p span {
    font-weight: 700;
}

.section_13_content_4 {
    margin-top: 20px;
}

.section_13_content_4 p {
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
}

.section_13_content_5 {
    margin-top: 50px;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}

.section_13_overlay_img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: -1;
}

.section_13_content_5 div.text {
    z-index: 2;
    position: relative;
}

.section_13_content_5 div.img {
    /* filter: grayscale(100%); */
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 615px;
    background: url(../img/iron-page/feater-img/23.png);
    background-size: cover;
    mix-blend-mode: luminosity;
}

.section_13_content_3_content {
    margin-top: 100px;
    padding-left: 30px;
}

.section_13_overlay_img img {
    height: 615px;
}

.section_13_content_5 h3 {
    color: #E00000;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 42px;
}

.section_13_content_5 p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_13_content_6_container {
    background: #fff;
    border: 7px solid #ddd;
    padding: 50px;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.section_13_content_6_content_1_content > div {
    background: url(../img/iron-page/shape-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    width: 300px;
    height: 300px;
}

.section_13_content_6_content_1_content > div > span > span:first-child {
    font-weight: 900;
    font-size: 50px;
    color: #687983;
    text-decoration: line-through;
}

.section_13_content_6_content_1_content > div > span > span:last-child {
    font-weight: 900;
    font-size: 70px;
    color: #E00000;
    text-decoration: none;
    line-height: 60px;
}

.section_13_content_6_content_1_btn_buy_content a.sp_btn {
    display: block;
    background: rgb(240, 196, 17);
    padding: 8px 53px;
    font-family: 'Noto Serif', serif;
    font-size: 27px;
    font-weight: 900;
    border: 3px solid rgba(228, 56, 0, 0.74);
    border-radius: 12px;
    color: #474747;
    margin-bottom: 10px;
    margin-right: 51px;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.section_13_stamp_row {
    z-index: 4;
    position: relative;
    margin-top: -60px;
}

.section_13_content_7_cotainer {
    margin-top: 50px;
}

.section_13_content_7_cotainer_content_img img {
    height: 400px;
    display: block;
    margin: 0 auto;
}

.section_13_content_7_cotainer_content_text p {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    margin-bottom: 16px;
    padding-right: 93px;
}

.section_13_content_8 {
    margin-top: 40px;
}

.section_13_content_8 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_13_bottom_content_clip {
    margin-top: -450px;
    padding-top: 210px!important;
}

.section_13_bottom_content_clip_img img {
    height: 100%;
    width: 100%;
    position: relative;
}

.section_13_bottom_content_clip_content h3 {
    color: #fff;
    font-weight: 900;
    width: 90%;
}

/*-- start section_14 --*/
#section_14 {
    padding-top: 90px;
    background: #fff;
}

.section_14_content_1 {
    margin-top: 40px;
}

.section_14_content_1 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_14_content_2 {
    margin-top: 70px;
}

.section_14_content_2 > a > img {
    height: 85px;
}

.section_14_content_3 {
    margin-top: 50px;
}

.section_14_content_3 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.section_14_content_bottom_clip {
    padding: 224px 0px;
    background: #001d2d;
    clip-path: polygon(48.92% 81.52%, 0% 63.86%, 0% 8.3%, 48.51% 25.99%, 100% 0%, 100% 55.73%);
}

.section_14_content_bottom_clip.clone {
    background: #e00000;
    margin-bottom: -555px;
}

.section_14_content_bottom_clip.clone h3 {
    color: #e00000;
}

.section_14_content_bottom_clip_content h3 {
    font-weight: 900;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-size: 40px;
}

/*-- start section_15 --*/
#section_15 {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 5px;
}

.section_15_content_0 {
    font-size: 18px;
    margin-bottom: 120px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.section_15_content_0 p {
    margin-bottom: 20px;
}

.section_15_content_1 {
    background: url(../img/iron-page/shape-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 30px;
}

.section_15_content_1_img img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.section_15_content_1_content_title_bg {
    background: url(../img/iron-page/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 31px 0px;
    padding-left: 150px;
    position: relative;
    left: -125px;
    margin-bottom: 20px;
    top: -48px;
}

.section_15_content_1_content_title_bg h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 44px;
}

.section_15_content_1_content_title_bg h4 {
    color: #ffff7d;
    font-size: 36px;
}

.section_15_content_1_content p {
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
    padding-right: 187px;
}

.section_15_content_1_img {
    position: relative;
    top: -64px;
}

.section_15_content_2 {
    padding: 80px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.section_15_content_2 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

/*-- start section 16 --*/
#section_16 {
    padding: 0px 0px 100px 0px;
    background: #fff;
}

.section_16_content_1 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_16_content_1 h3 {
    font-family: Tahoma, Verdana, Oswald, Modernica, Arial, Helvetica, sans-serif;
    margin: 20px auto;
    color: #780000;
    text-align: center;
    width: 77%;
}

#char-list {
}

.list-1 {
    border: medium dashed #ff0000;
    margin: 15px 50px 30px;
    padding: 0px 20px 10px;
}

.list-1 li {
    display: block;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

.list-1 li .fa-check {
    left: 0;
    position: absolute;
}

.list-1 li .fa-check {
    color: #00cc01;
    padding: 7px 15px 0 0;
}

.section_16_content_1_img img {
    margin: 0 auto;
    display: table;
}

.section_16_content_1_payment_btn_img img {
    margin: 0 auto;
    display: table;
}

.section_16_content_1_payment_btn a img {
    height: 70px;
    margin: 0 auto;
    display: table;
}

.section_16_content_2 {
    margin-top: 30px;
}

.section_16_content_2 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_16_content_3 h4 {
    color: #E00000;
    width: 200px;
    height: 100px;
    line-height: 100px;
    background: url(../img/iron-page/shape-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.section_16_content_3 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

.section_16_content_4 h4 {
    color: #E00000;
    width: 200px;
    height: 100px;
    line-height: 100px;
    background: url(../img/iron-page/shape-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.section_16_content_4 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}

#footer_page_sp {
    background: url(../img/index-page/banar/footer-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_p {
    width: 80%;
    margin: 0 auto;
}

.footer_link {
    color: #999;

}

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

.section_16_content_1_btn_price_tag_content {
    position: relative;
}

.section_16_content_1_btn_price_tag_content h3 {
    background: url(../img/price_tag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 36px;
    padding: 55px 46px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    font-style: italic;
}

.btn_tag_cross {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 86px;
    transform: translate(-50%, -50%);
}

.btn_tag_cross img {
    height: 68px;
}

.btn_hover img {
    transition: 0.4s;
}

.btn_hover:hover img {
    transform: scale(1.1);
}

#footer_page {
    padding-top: 50px;
}

@media (max-width: 768px) {

    .list-1 {
        margin: 15px 5px 30px;
        padding: 0px 6px;
    }

    #char-list {
        padding-left: 10px;
    }

}
@media (min-width: 1501px) {

    /* XXL breakpoint */
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* ================== */

    .container {
        max-width: 1170px;
    }
    .section_1_content_4, .section_5_main_container, .section_6_main_container, .section_7_content_3_container, .section_9_content_3_main_container,
    .section_13_main_container, .section_13_content_6_container {
        width: auto;
        padding: 74px 88px;
        border-width: 12px;
    }

    .section_2_content_1, .section_2_container,
    .section_3_content_1, .section_3_content_2_content,
    .section_4_content_1, .section_4_content_2, .section_4_content_3_content, .section_4_content_5_content,
    .section_8_content_1, .section_8_content_3, .section_9_content_1, .section_9_content_2,
    .section_10_content_1, .section_10_content_2, .section_10_content_3, .section_10_content_5,
    .section_11_content_2, .section_11_content_4, .section_11_content_6,
    .section_12_content_3, .section_13_content_5, .section_14_content_1, .section_14_content_3,
    .section_15_content_0 {
        width: auto;
        padding: 0 102px;
    }

    section .container p {
        font-size: 23px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 1.2em;
    }

    section h3 {
        font-size: 48px;
    }

    .clip-path h3 {
        padding: 0 95px;
        width: auto;
    }

    /* Special sizes */
    .section_1_content_1 h3 {
        font-size: 57px;
        line-height: 61px;
        width: auto;
        padding: 0 78px;
    }
    .section_1_content_2 h3 {
        font-size: 33px;
        line-height: 41px;
        width: auto;
        padding: 1em 210px 0;
    }

    .section_2_content_2 {
        padding: 0 20px 0 0;
    }

    .section_2_feater_img_1 img {
        width: 100%;
        height: auto;
    }

    .section_2_content_2_bottom p {
        padding-left: 0;
    }

    .section_2_clip_bottom_content h3 {
        padding: 0 105px;
    }

    .section_3_content_1_content {
        padding-right: 0;
    }

    .section_4_content_2_content {
        padding: 0;
    }

    .section_4_content_4_content, .section_5_content_3_content {
        width: 110%;
        transform: translateX(-4%);
    }

    .section_4_content_4_content h3 {
        width: auto;
        padding: 0 250px;
    }

    .section_4_content_bottom_clip_content h3 {
        font-size: 48px;
        width: auto;
        padding: 0 110px;
        font-weight: 900;
    }

    .section_5_content_1_content_img, .section_5_content_1_content, .section_5_content_2, .section_5_content_3, .section_5_content_4, .section_5_content_6, .section_5_content_7,
    .section_6_content_2_content, .section_6_content_3 {
        padding: 0;
    }

    .section_5_content_3_content h3 {
        font-size: 48px;
        width: auto;
        padding: 80px 35px 60px;
    }

    .section_5_content_5_content, .section_9_content_5 {
        width: 140%;
        transform: translateX(-14%);
        background-size: contain;
    }

    .section_5_content_5_content h3 {
        width: auto;
        padding: 0 102px;
    }

    .section_5_content_6_content {
        padding: 0 40px 0 0;
    }

    .section_5_content_6_content_img img, .section_7_content_3_middle_img img, .section_8_content_2_img img {
        height: auto;
    }

    .section_5_bottom_clip_content h3 {
        padding: 0 250px;
    }

    .section_6_content_1 {
        padding: 0;
        width: auto;
    }

    #section_7  .section_7_content_1 p {
        font-weight: 700;
        padding: 0 30px;
    }

    .section_7_content_1 p span.bullet {
        margin-bottom: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .section_7_content_2_bottom_content h3 {
        font-size: 48px;
    }

    .section_7_content_2_bottom_content h2 {
        font-size: 44px;
    }

    .section_8_content_2_content p {
        padding-right: 0;
    }

    .section_bottom_content_clip_content h3 {
        font-size: 48px;
        padding: 0;
        margin-bottom: 1em;
    }

    .section_bottom_content_clip_content h4 {
        font-size: 42px;
        padding: 0;
        width: auto;
    }

    .section_9_content_2_content h3 {
        font-size: 48px;
        margin-top: 80px;
    }

    .section_9_content_3_content_3_1 h3 {
        width: 90%;
    }

    .section_9_content_5 h3 {
        width: 60%;
    }

    .section_9_content_bottom_clip_content h3 {
        font-size: 48px;
        padding: 0 80px;
    }

    .section_10_content_2_content p {
        padding-right: 0;
    }

    .section_10_content_4 h3 {
        font-size: 48px;
    }

    #section_11 .section_11_content_1 p,
    #section_11 .section_11_content_3 p,
    #section_11 .section_11_content_5 p
    {
        font-weight: 700;
    }

    .section_11_content_1, .section_11_content_3, .section_11_content_5 {
        width: 91%;
        margin: 0 auto;
    }

    .section_11_content_2 p, .section_11_content_4 p, .section_11_content_6 p {
        padding: 0;
    }

    .section_12_content_1 h3,
    .section_12_content_4_bottom_clip_content h3,  .section_12_content_4_bottom_clip_content h4 {
        font-size: 48px;
        width: auto;
    }

    .section_12_content_1 {
        padding: 40px 101px;
    }

    .section_13_content_2 h3 {
        width: 80%;
    }

    .section_13_content_3_content {
        margin-top: 50px;
    }

    .section_13_content_5 h3 {
        font-size: 48px;
        margin-bottom: 60px;
    }

    .section_13_content_5 div.img {
        width: 717px;
        height: 1192px;
        right: -170px;
    }

    .section_13_bottom_content_clip_content h3 {
        padding: 0;
        text-align: center;
    }

    .section_14_content_bottom_clip_content h3 {
        font-size: 48px;
        width: 90%;
    }

    .section_14_content_bottom_clip.clone {
        margin-bottom: -570px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .section_2_clip_bottom {
        margin-top: -17px
    }

    .section_5_main_container {
        padding: 151px 0;
        margin-top: -127px
    }

    .section_9_content_1 img {
        left: -120px;
        opacity: .5
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section_2_content_2,
    .section_3_content_1_content,
    .section_4_content_2_content {
        padding-right: 0
    }

    .index_top_1_content h3 {
        font-size: 33px;
        width: 64%
    }

    .index_top_2_content h3 {
        font-size: 20px;
        width: 100%;
        line-height: 29px
    }

    .women_img img {
        height: 563px
    }

    .arrow img {
        height: 100px;
        width: 80px;
        margin: 0 auto;
        display: table
    }

    .section_5_content_1_content_img img,
    .section_8_content_2_img img,
    .section_9_content_2_img img {
        width: 100%;
        height: 100%
    }

    .section_i_banar_overlay_img img {
        height: 477px
    }

    .section_4_content_4_content {
        padding: 54px 0
    }

    .section_5_content_5_content {
        padding: 69px 0
    }

    #section_9 {
        margin-top: -200px
    }

    .section_9_content_1 {
        margin-top: 84px
    }

    .section_9_content_2_content h3 {
        width: 95%
    }

    .section_9_content_5 {
        padding: 71px 0
    }

    #section_10 {
        margin-top: -287px
    }

    .section_10_content_1 {
        margin-top: 81px
    }

    .section_10_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_13_main_container {
        margin-top: -138px
    }

    .section_13_content_1 {
        margin-top: 97px
    }

    .section_13_bottom_content_clip {
        padding-top: 250px!important;
    }

    .section_13_content_6_content_1_btn_buy_content a.sp_btn {
        width: 28%
    }

    .section_14_content_bottom_clip.clone {
        margin-bottom: -605px;
    }

    .section_16_content_1_payment_btn a {
        width: 26%;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .arrow_1,
    .arrow_2 {
        position: absolute;
        top: 39px
    }

    .index_top_1_content h3 {
        font-size: 35px;
        width: 87%
    }

    .index_top_2_content h3 {
        font-size: 20px;
        width: 100%;
        line-height: 30px
    }

    .women_img img {
        height: 470px
    }

    .arrow_1 img,
    .arrow_2 img {
        height: 104px
    }

    .arrow_1 {
        left: 48px
    }

    .arrow_2 {
        right: 48px
    }

    .video_main_container iframe {
        width: 100%;
        height: 398px
    }

    .section_i_banar_overlay_img img {
        height: 348px
    }

    .section_1_content_1 h3 {
        width: 86%
    }

    .section_1_content_2 h3 {
        width: 67%
    }

    .section_1_content_3,
    .section_1_content_4 {
        width: 100%
    }

    .section_1_content_5 h3 {
        width: 72%;
        top: 6px
    }

    .section_2_content_2, .section_2_content_2_bottom p {
        padding-left: 0;
        padding-right: 0
    }

    .section_2_container,
    .section_2_content_1 {
        width: 100%
    }

    .section_2_clip_bottom_content h3 {
        font-size: 21px;
        margin-bottom: 21px;
        width: 71%
    }

    .section_2_clip_bottom_content h3 span {
        font-size: 24px;
    }

    .section_3_content_1 {
        width: 100%
    }

    .section_3_content_1_content {
        padding-right: 0
    }

    .section_3_content_2_content {
        padding-left: 0
    }

    .section_3_bottom_content_clip_content h3,
    .section_3_bottom_content_clip_content h4 {
        font-size: 24px;
        width: 100%
    }

    .section_4_content_1,
    .section_4_content_2 {
        width: 100%
    }

    .section_4_content_2_content {
        padding-left: 0;
        padding-right: 0
    }

    .section_4_content_3_content {
        padding-left: 0;
        width: 100%
    }

    .section_4_content_4_content {
        padding: 20px
    }

    .section_4_content_4_content h3 {
        color: #fff;
        width: 60%;
        margin: 0 auto;
        font-weight: 900;
        padding: 34px 0;
        font-size: 22px
    }

    .section_4_content_5_content {
        width: 100%;
        margin: 0 auto
    }

    .section_4_content_bottom_clip_content h3 {
        width: 81%;
        font-size: 27px;
    }

    .section_4_content_bottom_clip_content h4 {
        font-size: 26px;
    }

    .section_5_content_3_content h3 {
        padding: 4px 8px;
        font-size: 26px;
    }

    .section_5_main_container {
        width: 100%
    }

    .section_5_content_1_content_img img {
        height: 457px;
        width: 100%
    }

    .section_5_content_1_content {
        padding-right: 0
    }

    .section_5_content_5_content {
        padding: 50px 0
    }

    .section_5_bottom_clip_content h3 {
        width: 72%;
        font-size: 30px;
    }

    .section_6_main_container {
        width: 100%;
        margin-top: -103px
    }

    .section_7_content_2_img img {
        height: 100%;
        width: 100%;
    }

    .section_6_content_1 {
        margin-top: 61px
    }

    .section_6_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_7_content_3_container {
        width: 100%
    }

    .section_8_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_8_content_2_content p {
        padding-right: 0
    }

    .section_bottom_content_clip_content h3,
    .section_bottom_content_clip_content h4 {
        width: 76%;
        font-size: 22px
    }

    .section_9_content_2_content h3 {
        width: 100%
    }

    .section_9_content_5 {
        padding: 42px 0
    }

    .section_13_content_3_content p,
    .section_13_content_7_cotainer_content_text p {
        padding-right: 0
    }

    .section_9_content_5 h3 {
        width: 77%;
        font-size: 24px
    }

    .section_9_content_6_contet_img img {
        height: 100%;
        width: 100%
    }

    .section_9_content_bottom_clip_content h3 {
        width: 89%;
        font-size: 19px
    }

    .section_10_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_10_content_4 h3 {
        width: 49%;
        padding: 12px 0px;
        font-size: 26px;
    }

    .section_12_content_4_bottom_clip_content h3,
    .section_12_content_4_bottom_clip_content h4 {
        width: 85%;
        font-size: 21px
    }

    .section_13_content_3_img img,
    .section_13_content_6_content_1_img img {
        width: 100%;
        height: 100%
    }

    .section_13_content_6_content_1_btn_buy_content a.sp_btn {
        width: 39%
    }

    .section_13_content_7_cotainer_content_img img {
        height: 100%;
        width: 100%
    }

    .section_13_bottom_content_clip {
        margin-top: -250px;
        padding-top: 130px!important;
    }

    .section_14_content_2 a.btn_sp {
        width: 37%
    }

    .section_14_content_bottom_clip.clone {
        margin-bottom: -655px;
    }

    .section_16_content_1_payment_btn a {
        width: 32%
    }

    .arrow img {
        height: 100px;
        width: 66px;
        margin: 0 auto;
        display: table
    }

    .section_7_content_2_top_content p {
        font-size: 19px;
    }

    .section_7_content_2_bottom_content h2 {
        font-size: 28px;
    }

    .section_7_content_2_bottom_content h2 span {
        font-size: 30px;
    }

    .section_7_bottom_content_clip_content h3 {
        font-size: 33px;
    }

    .section_9_content_2_img img {
        height: 100%;
        width: 100%;
    }

    .section_9_content_3_content_3_1 h3 {
        padding: 1px 0px;
    }

    .section_9_content_6_contet p {
        padding-right: 0px;
    }

    .section_13_content_2 h3 {
        width: 75%;
        padding: 5px 0px;
    }

    .section_13_bottom_content_clip_content h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .arrow_1,
    .arrow_2 {
        position: absolute;
        top: 44px
    }

    .index_top_1_content h3 {
        font-size: 20px;
        width: 78%
    }

    .index_top_2_content h3 {
        font-size: 19px;
        width: 78%;
        line-height: 27px
    }

    .arrow_1 {
        left: 0
    }

    .arrow_2 {
        right: 0
    }

    .arrow_1 img,
    .arrow_2 img {
        height: 91px
    }

    .video_main_container iframe {
        width: 100%;
        height: 300px
    }

    .women_img img {
        height: 376px
    }

    .section_i_banar_overlay_img img {
        height: 334px;
        opacity: .4
    }

    .section_1_content_1 h3 {
        width: 100%;
        line-height: 34px;
        font-size: 25px
    }

    .section_1_content_2 h3 {
        width: 90%;
        font-size: 22px;
        line-height: 28px
    }

    .section_1_content_3 {
        width: 100%;
        background-size: cover;
    }

    .section_1_content_4 {
        padding: 38px 36px;
        width: 100%
    }

    .section_1_content_5 h3 {
        width: 100%;
        line-height: 27px;
        top: 1px;
        font-size: 16px
    }

    .section_2_container,
    .section_2_content_1 {
        width: 100%
    }

    .section_2_content_2 {
        padding-left: 0;
        padding-right: 0
    }

    .section_2_content_2_bottom p {
        padding-left: 0;
        padding-right: 0
    }

    .section_2_feater_img_1 img {
        width: 100%
    }

    .section_2_feater_img_1::after {
        left: 8px
    }

    .section_2_content_2_bottom {
        padding-left: 0;
        margin-top: 53px
    }

    .section_2_clip_bottom_content h3 {
        font-size: 22px;
        margin-bottom: 10px;
        width: 100%;
    }

    .section_2_clip_bottom_content h3 span {
        font-size: 24px;
    }

    .section_3_content_1 {
        width: 100%
    }

    .section_3_content_1_content {
        margin-top: 41px
    }

    .section_3_content_2_content {
        padding-left: 0
    }

    .section_3_bottom_content_clip_content h3 {
        font-size: 19px;
        width: 100%;
        margin-bottom: 5px
    }

    .section_3_bottom_content_clip_content h4 {
        font-size: 19px;
        width: 100%
    }

    .section_4_content_1,
    .section_4_content_2 {
        width: 100%
    }

    .section_4_content_2_content {
        padding-left: 0
    }

    .section_4_content_3_content {
        padding-left: 0;
        width: 100%;
        margin-top: 20px
    }

    .section_4_content_4_content {
        background-size: contain;
        padding: 23px 36px
    }

    .section_4_content_4_content h3 {
        width: 100%;
        padding: 35px;
        font-size: 18px
    }

    .section_4_content_5 {
        margin-top: 0
    }

    .section_4_content_5_content {
        width: 100%
    }

    .section_4_content_bottom_clip_content h3 {
        width: 100%;
        margin-bottom: 9px;
        font-size: 16px
    }

    .section_4_content_bottom_clip_content h4 {
        width: 100%;
        font-size: 16px
    }

    .section_5_bottom_clip_content h3,
    .section_5_content_3_content h3 {
        font-size: 20px;
        width: 100%
    }

    .section_5_main_container {
        width: 100%
    }

    .section_5_content_1_content_img {
        width: 100%;
        height: 100%;
        padding-left: 0
    }

    .section_5_content_1_content_img img {
        margin: 0 auto;
        display: block
    }

    .section_5_content_1_content {
        padding-right: 22px;
        padding-left: 40px;
        margin-top: 21px
    }

    .section_5_content_3_content {
        border-radius: 20px
    }

    .section_5_content_5_content {
        padding: 0
    }

    .section_5_content_5_content h3 {
        width: 100%;
        padding: 24px 15px;
        font-size: 20px
    }

    .section_5_content_6_content {
        padding-left: 0
    }

    .section_5_content_7 {
        padding-left: 30px
    }

    .section_6_main_container {
        width: 100%
    }

    .section_6_content_2_content {
        padding-right: 70px;
        padding-left: 35px;
        margin-top: 22px
    }

    .section_6_content_3 {
        padding-left: 30px
    }

    .section_7_content_1 {
        width: 100%
    }

    .section_7_content_2_top_content {
        margin-top: 0
    }

    .section_7_content_2_bottom_content {
        margin-top: 40px
    }

    .section_7_content_3_container {
        width: 100%;
        margin-top: 38px
    }

    .section_7_bottom_content_clip_content h3 {
        width: 100%;
    }

    .section_8_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_8_content_2_content p {
        font-size: 17px;
        padding-right: 0
    }

    .section_8_content_2_content {
        margin-top: 23px
    }

    .section_bottom_content_clip_content h3,
    .section_bottom_content_clip_content h4 {
        width: 100%;
        font-size: 18px
    }

    .section_9_content_2_content h3 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px
    }

    .section_9_content_5 h3,
    .section_9_content_bottom_clip_content h3 {
        font-size: 17px;
        width: 100%
    }

    .section_9_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_9_content_3_main_container {
        padding: 24px 30px
    }

    .section_9_content_5 {
        padding: 0
    }

    .section_9_content_5 h3 {
        padding: 32px 20px
    }

    .section_13_content_7_cotainer_content_text p,
    .section_15_content_1_content p {
        padding-right: 0
    }

    .section_9_content_6_contet_img img {
        height: 100%;
        width: 100%
    }

    .section_10_content_3 {
        margin-top: 30px
    }

    .section_10_content_4 h3,
    .section_12_content_1 h3 {
        width: 100%
    }

    .section_12_content_4_bottom_clip_content h3 {
        width: 100%;
        margin-bottom: 8px;
        font-size: 20px
    }

    .section_12_content_4_bottom_clip_content h4 {
        width: 100%;
        font-size: 20px
    }

    .section_13_content_2 h3 {
        width: 100%
    }

    .section_13_content_3_content {
        margin-top: 21px
    }

    .section_13_overlay_img img {
        right: -73px;
        position: relative
    }

    .section_13_content_6_content_1_btn_buy_content a.sp_btn {
        width: 58%
    }

    .section_13_bottom_content_clip_content h3 {
        width: 100%;
        font-size: 18px
    }

    .section_13_bottom_content_clip {
        margin-top: -200px;
        padding-top: 130px!important;
    }

    .section_14_content_1 {
        margin-top: 70px
    }

    .section_14_content_2 a.btn_sp {
        width: 55%
    }

    .section_14_content_bottom_clip_content h3 {
        width: 100%;
        font-size: 20px
    }

    .section_14_content_bottom_clip.clone {
        margin-bottom: -508px;
    }

    .section_15_content_1_content_title_bg h3 {
        font-size: 20px
    }

    .section_15_content_1_content_title_bg h4 {
        font-size: 15px
    }

    .section_16_content_1_img img {
        height: 100%;
        width: 100%
    }

    .section_16_content_1_payment_btn a {
        width: 52%;
        text-align: center
    }
}

@media (max-width: 575px) {
    #section_11 {
        overflow-x: hidden
    }

    .index_top_1_content h3 {
        font-size: 18px;
        width: 100%
    }

    .index_top_2_content h3 {
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        line-height: 19px;
        font-size: 12px
    }

    .video_container {
        margin-top: 16px
    }

    .arrow_1 img,
    .arrow_2 img {
        height: 84px
    }

    .video_main_container iframe {
        width: 100%;
        height: 221px
    }

    .women_img img {
        height: 245px
    }

    .index_page_buy_content ul li a img {
        height: 29px !important
    }

    .index_page_buy_now {
        margin-top: 15px
    }

    .section_i_banar_overlay_img img {
        height: 334px;
        opacity: .4
    }

    .section_1_content_1 h3 {
        width: 100%;
        line-height: 34px;
        font-size: 25px
    }

    .section_1_content_2 h3 {
        width: 90%;
        font-size: 22px;
        line-height: 28px
    }

    .section_1_content_3 {
        width: 100%;
        background-size: cover;
    }

    .section_1_content_4 {
        padding: 38px 36px;
        width: 100%
    }

    .section_1_content_5 h3 {
        width: 100%;
        line-height: 27px;
        top: 1px;
        font-size: 16px
    }

    .section_2_container,
    .section_2_content_1 {
        width: 100%
    }

    .section_2_content_2_bottom p {
        padding-left: 0;
        padding-right: 0
    }

    .section_2_content_2 {
        padding-left: 0;
        padding-right: 0
    }

    .section_2_feater_img_1 img {
        width: 100%
    }

    .section_2_feater_img_1::after {
        left: 8px
    }

    .section_2_content_2_bottom {
        padding-left: 0;
        margin-top: 53px
    }

    .section_2_clip_bottom_content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }

    .section_2_clip_bottom_content h3 span {
        font-size: 21px;
    }

    .section_3_content_1 {
        width: 100%
    }

    .section_3_content_1_content {
        margin-top: 41px
    }

    .section_3_content_2_content {
        padding-left: 0
    }

    .section_3_bottom_content_clip_content h3 {
        font-size: 19px;
        width: 100%;
        margin-bottom: 5px
    }

    .section_3_bottom_content_clip_content h4 {
        font-size: 19px;
        width: 100%
    }

    .section_4_content_1,
    .section_4_content_2 {
        width: 100%
    }

    .section_4_content_2_content {
        padding-left: 0
    }

    .section_4_content_3_content {
        padding-left: 0;
        width: 100%;
        margin-top: 20px
    }

    .section_4_content_4_content h3 {
        width: 100%;
        font-size: 18px
    }

    .section_4_content_5 {
        margin-top: 0
    }

    .section_4_content_5_content {
        width: 100%
    }

    .section_4_content_bottom_clip_content h3 {
        width: 100%;
        margin-bottom: 9px;
        font-size: 16px
    }

    .section_4_content_bottom_clip_content h4 {
        width: 100%;
        font-size: 16px
    }

    .section_5_bottom_clip_content h3,
    .section_5_content_3_content h3 {
        font-size: 16px;
        width: 100%;
        padding: 2px 0px;
    }

    .section_5_main_container {
        width: 100%
    }

    .section_5_content_1_content_img {
        width: 100%;
        height: 100%;
        padding-left: 0
    }

    .section_5_content_1_content_img img {
        margin: 0 auto;
        display: block
    }

    .section_5_content_1_content {
        padding-right: 22px;
        padding-left: 40px;
        margin-top: 21px
    }

    .section_5_content_3_content {
        border-radius: 20px
    }

    .section_5_content_5_content {
        padding: 0
    }

    .section_5_content_5_content h3 {
        width: 100%;
        padding: 24px 15px;
        font-size: 20px
    }

    .section_5_content_6_content {
        padding-left: 0
    }

    .section_5_content_7 {
        padding-left: 30px
    }

    .section_6_main_container {
        width: 100%
    }

    .section_6_content_2_content {
        padding-left: 35px;
        margin-top: 22px
    }

    .section_6_content_3 {
        padding-left: 30px
    }

    .section_7_content_1 {
        width: 100%
    }

    .section_7_content_2_top_content {
        margin-top: 0
    }

    .section_7_content_2_bottom_content {
        margin-top: 40px
    }

    .section_7_content_3_container {
        width: 100%;
        margin-top: 38px
    }

    .section_7_bottom_content_clip_content h3 {
        width: 100%;
        font-size: 24px;
    }

    .section_8_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_8_content_2_content p {
        font-size: 17px;
        padding-right: 0
    }

    .section_8_content_2_content {
        margin-top: 23px
    }

    .section_bottom_content_clip_content h3,
    .section_bottom_content_clip_content h4 {
        width: 100%;
        font-size: 18px
    }

    .section_9_content_2_content h3 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px
    }

    .section_9_content_5 h3,
    .section_9_content_bottom_clip_content h3 {
        width: 100%;
        font-size: 17px
    }

    .section_9_content_3_main_container {
        padding: 24px 30px
    }

    .section_9_content_5 {
        padding: 0
    }

    .section_9_content_5 h3 {
        padding: 32px 20px
    }

    .section_9_content_6_contet_img img {
        height: 100%;
        width: 100%
    }

    .section_12_content_4_bottom_clip_content h4,
    .section_14_content_bottom_clip_content h3 {
        font-size: 20px;
        width: 100%
    }

    .section_10_content_3 {
        margin-top: 30px
    }

    .section_10_content_4 h3,
    .section_12_content_1 h3 {
        width: 100%;
        font-size: 16px;
        padding: 19px 0px;
    }

    .section_12_content_4_bottom_clip_content h3 {
        width: 100%;
        margin-bottom: 8px;
        font-size: 20px
    }

    .section_13_content_2 h3 {
        width: 100%;
        padding: 6px 0px;
        font-size: 14px;
        margin-bottom: 60px;
    }

    .section_13_content_3_content {
        margin-top: 21px
    }

    .section_13_overlay_img img {
        right: -73px;
        position: relative
    }

    .section_13_content_7_cotainer_content_text p {
        padding-right: 0
    }

    .section_13_bottom_content_clip_content h3 {
        width: 100%
    }

    .section_13_bottom_content_clip {
        margin-top: -120px;
        padding-top: 130px!important;
    }

    .section_15_content_1_content p {
        padding-right: 12px;
        padding-left: 20px
    }

    .section_15_content_1_content_title_bg h4 {
        font-size: 15px
    }

    .section_16_content_1_img img {
        height: 100%;
        width: 100%
    }

    .section_10_content_2_img img,
    .section_12_content_2_payment a img,
    .section_13_content_3_img img,
    .section_13_content_6_content_1_img img,
    .section_5_content_1_content_img img,
    .section_5_content_6_content_img img,
    .section_6_content_2_img img,
    .section_7_content_2_img img,
    .section_7_content_3_middle_img img,
    .section_9_content_2_img img {
        height: 100%;
        width: 100%
    }

    .section_13_content_6_content_1_content > span {
        height: 250px;
        width: 250px
    }

    .section_13_content_6_content_1_content {
        margin-left: -17px;
        padding: 0
    }

    .section_13_content_6_content_1_content > span h4 {
        line-height: 107px;
        top: 34px
    }

    .section_13_content_6_content_1_btn_buy_content a.sp_btn {
        display: block;
        width: auto;
        font-size: 15px;
        margin-top: 11px
    }

    .section_13_content_6_content_1_btn_buy_content a img,
    .section_13_content_7_cotainer_content_img img {
        height: 100%;
        width: 100%
    }

    .section_14_content_2 a.btn_sp {
        display: block;
        width: auto;
        font-size: 15px;
        margin-top: 11px
    }

    .section_14_content_2.text-center a img,
    .section_15_content_1_img img {
        height: 100%;
        width: 100%
    }

    .section_15_content_1_img {
        top: -50px;
    }

    .section_15_content_1_content_title_bg {
        left: 0;
        margin-bottom: 20px;
        top: -74px;
        padding: 30px;
    }

    .footer_img img {
        height: auto;
        width: 100%;
        margin-top: 0
    }

    .section_16_content_1_payment_btn_img a img {
        height: 100%;
        width: 100%
    }

    .section_16_content_1_payment_btn a {
        width: 97%;
        text-align: center;
        padding: 0
    }

    #section_12 {
        background: #fff
    }

    .section_3_content_1_content,
    .section_4_content_2_content {
        padding-right: 0
    }

    .section_4_content_4_content {
        background-size: cover;
        padding: 23px 36px
    }

    .section_4_content_4_content h3 {
        padding: 0
    }

    .section_5_content_2 {
        padding-left: 29px
    }

    .section_5_content_3,
    .section_5_content_4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .section_5_content_4 {
        margin-top: 30px
    }

    .section_5_content_6 {
        padding: 0 20px;
        margin-top: 50px
    }

    .section_6_content_1 {
        padding-left: 20px;
        width: 100%
    }

    .section_6_content_2_content {
        padding-right: 30px
    }

    .section_7_content_2_bottom_content h2 {
        font-size: 24px;
        width: 100%;
        margin-top: 17px
    }

    .section_7_content_2_bottom_content h2 span {
        font-size: 24px
    }

    .section_9_content_3_content_3_1 h3 {
        width: 100%;
        font-size: 15px;
        padding: 2px 0px;
    }

    .section_10_content_2_content p {
        padding-right: 20px
    }

    .section_12_content_1 {
        padding: 97px 20px
    }

    .section_13_main_container {
        padding: 98px 20px
    }

    .section_13_content_3_content p {
        padding-right: 20px
    }

    .section_13_content_6_container {
        padding: 50px 30px
    }

    .section_13_bottom_content_clip_content h3 {
        font-size: 16px;
        top: 15px
    }

    .section_14_content_1 {
        margin-top: 102px
    }

    .section_14_content_bottom_clip.clone {
        margin-bottom: -508px;
    }

    .section_15_content_2 {
        padding: 0 20px 10px
    }

    .section_15_content_1_content_title_bg h3 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .pl {
        padding-left: 0
    }

    .pr {
        padding-right: 0
    }

    .arrow img {
        height: 78px;
        width: 33px;
        margin: auto;
    }

    .section_9_content_6_contet p {
        padding-right: 0px;
    }
}
