

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #1f1f1f;
    -webkit-box-shadow: 0 0 3px #000 inset;
    box-shadow: 0 0 3px #000 inset
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8bbc44;
    -webkit-box-shadow: 0 1px 1px #fff inset;
    box-shadow: 0 1px 1px #fff inset;
    background-position: center;
    background-repeat: no-repeat
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

main {
    overflow: hidden
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #22211f
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0
}

.dib {
    display: inline-block;
    vertical-align: top
}

.neucha {
    font-family: 'Neucha', cursive;
    line-height: 1
}

.obj {
    position: absolute;
    z-index: 1
}

.container {
    position: relative
}

.block1 {
    position: relative;
    padding-top: 80px;
    -webkit-box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75);
    background: url("../img/x1-1.png.pagespeed.ic.wj1zy5g3cx.webp") no-repeat center top;
    background-size: cover
}

.menu_box {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.nav_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 20px;
    font-size: 15px;
    text-align: center;
    color: #b6b2b0;
    cursor: pointer;
    background: #342f2b;
    background: linear-gradient(135deg, #342f2b 0%, #3d3832 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#342f2b', endColorstr='#3d3832', GradientType=1)
}

.nav_menu li b {
    display: block;
    color: #fff;
    margin-top: 2px
}

.nav_menu .logo_box {
    position: relative;
    font-size: 22px;
    padding-left: 50px;
    border-bottom-left-radius: 10px;
    cursor: default
}

.nav_menu .logo_box b {
    display: inline
}

.menu_box .btn_b {
    position: relative;
    height: 80px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    border-bottom-right-radius: 10px;
    background: #8bbc44
}

.menu_box .btn_b:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -14px;
    height: 0;
    width: 0;
    border-bottom: 80px solid #8bbc44;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent
}

.block1 .content_box {
    text-align: center;
    padding-bottom: 55px
}

.block1 h3 {
    font-size: 76px;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    color: #5d422d;
    margin-top: 20px
}

.block1 h2 {
    font-size: 66px;
    line-height: 87px;
    font-weight: 800;
    color: #89b92f
}

.block1 h1 {
    font-size: 136px;
    line-height: 170px;
    font-weight: 900;
    font-style: italic;
    color: #5d422d
}

.fast_eff {
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
    padding: 5px 20px;
    background: #7bb81f;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg)
}

.fast_eff h4 {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 4px;
    color: #795940
}

.fast_item {
    font-size: 0;
    text-align: center;
    margin-top: 20px
}

.fast_item li {
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #5b402b;
    padding: 5px 0 5px 55px;
    margin: 0 0 20px;
    vertical-align: top
}

.fast_item li span {
    display: block;
    font-size: 11px;
    color: #837a75;
    margin-top: 4px
}

.fast_item li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #7cbb24 url("../img/xcheck_03.png.pagespeed.ic.ghn_6tg95i.webp") no-repeat center
}

.block1 .prod_info_box {
    position: relative;
    z-index: 9;
    font-size: 0;
    text-align: center
}

.block1 .prod_info_box .prod_item {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.block1 .prod_info_box .prod_item img {
    width: 100%;
    max-width: 400px
}

.block1 .prod_info_box .prod_item button {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    padding: 15px 20px;
    color: #362f06;
    border: 3px solid #c2b9b1;
    outline: none;
    border-radius: 5px;
    margin: 0px 0 10px;
    background: #f8d042;
    background: linear-gradient(135deg, #f8d042 0%, #e4c543 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8d042', endColorstr='#e4c543', GradientType=1);
    -webkit-box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75)
}

.hvr-rectangle-out:before {
    border-radius: 2px;
    margin: 0;
    background: #7bb820
}

.block1 .prod_info_box .price_item {
    display: inline-block;
    vertical-align: top;
    width: 40%
}

.block1 .prod_info_box .price_item h5 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #3f342b;
    margin-bottom: 10px
}

.block1 .prod_info_box .price_item .price_box {
    font-size: 120px;
    color: #3f342b
}

.block1 .prod_info_box .price_item .price_box span,
.block1 .prod_info_box .al-cost-promo {
    font-size: 45px
}

.block1 .prod_info_box .price_item .price_box del {
    font-size: 35px;
    display: block
}

.obj1 {
    width: 500px;
    bottom: 0;
    left: -30px
}

.obj1 img {
    width: 100%
}

.obj2 {
    z-index: 2;
    bottom: 0;
    left: 0
}

.obj3 {
    z-index: 2;
    bottom: 0;
    right: 0
}

.block2 {
    padding: 30px 0
}

.block2 h3 {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px
}

.block2 p {
    font-size: 14px;
    color: #333;
    margin: 0
}

.block3 {
    padding: 50px 0;
    background: url(/img/bg_03.jpg) no-repeat center;
    background-size: cover
}

.block3 .prod_box {
    border-radius: 10px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 40px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 40px -4px rgba(0, 0, 0, .75);
    background: #f3f3f3;
    background: linear-gradient(45deg, #f3f3f3 0%, #f3f3f3 50%, #fefefe 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#fefefe', GradientType=1)
}

.block3 .l_box,
.block3 .r_box {
    display: inline-block;
    vertical-align: top
}

.block3 .l_box {
    width: 50%;
    padding-right: 5px
}

.block3 .l_box h3 {
    font-size: 42px;
    font-weight: 800;
    color: #212121
}

.block3 .l_box h4 {
    font-size: 18px;
    font-weight: 800;
    color: #40ab07
}

.block3 .r_box {
    width: 48%;
    text-align: center
}

.block3 .logo_box_sm {
    position: relative;
    font-size: 26px;
    color: #9e9e9e;
    padding-left: 30px;
    margin: 7px 0 5px
}

.block3 .logo_box_sm:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 16px;
    height: 22px;
    background: url(/img/logo_sm.png) no-repeat center;
    background-size: cover
}

.block3 .r_box h5 {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 7px 10px;
    border-radius: 15px;
    background: #4db20c
}

.block3 .prod_item_box {
    position: relative;
    margin: 25px 0 10px
}

.block3 .prod_item_box img {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.block3 .more_prod:before,
.block3 .two_prod:before,
.block3 .more_prod:after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 260px;
    height: 120px;
    background: url(/img/product_one.png) no-repeat center;
    background-size: contain;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.block3 .two_prod:before {
    top: 0;
    right: -35px
}

.block3 .more_prod:before {
    top: 0;
    left: -20px
}

.block3 .more_prod:after {
    top: 0;
    right: -35px
}

.block3 .price_box {
    font-size: 24px;
    text-align: center;
    color: #242424
}

.block3 .price_box b {
    font-size: 70px
}

.block3 .price_box b span {
    font-size: 26px
}

.block3 .btn_box button,
.block4 .btn_box button,
.block5 .btn_box button,
.block6 .btn_box button,
.block12 .btn_box button,
.block15 .form_box form button {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 20px;
    font-weight: 800;
    padding: 15px 20px;
    color: #362f06;
    border: 3px solid #c2b9b1;
    outline: none;
    border-radius: 5px;
    margin: 5px auto 10px;
    background: #f8d042;
    background: linear-gradient(135deg, #f8d042 0%, #e4c543 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8d042', endColorstr='#e4c543', GradientType=1);
    -webkit-box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 19px 41px -15px rgba(0, 0, 0, .75)
}

.block4 {
    padding: 30px 0;
    background: url("../img/xbg_04.jpg.pagespeed.ic.asjskh9h1g8.webp") no-repeat center;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75)
}

.block4 .prod_box {
    position: relative;
    margin-top: 20px
}

.block4 .prod_box img {
    position: relative;
    z-index: 9;
    display: block;
    width: 333px;
    max-width: 500px;
    margin: 0 auto
}

.block4 .prod_box:before {
    bottom: -10px;
    left: -20px
}

.block4 .prod_box:after {
    bottom: -30px;
    right: 25px
}

.block4 .price_info_box {
    text-align: center
}

.block4 .price_info_box h3 {
    font-size: 66px;
    font-weight: 800;
    color: #212121
}

.block4 .price_info_box h4 {
    font-size: 18px;
    font-weight: 800;
    color: #40ab07;
    margin-top: 5px;
    line-height: 1.3
}

.block4 .price_info_box h4 span {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    background: #4db20c;
    display: inline-block
}

.block4 .price_box {
    font-size: 26px;
    text-align: center;
    color: #242424
}

.block4 .price_box b {
    font-size: 90px
}

.block4 .price_box b span {
    font-size: 38px
}

.block5 {
    padding: 30px 0
}

.block5 .prod_info_box h2 {
    font-size: 38px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0 0 10px
}

.block5 .prod_info_box p {
    font-size: 18px;
    color: #505050;
    margin: 0 0 10px
}

.block5 .prod_info_box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    margin: 0 0 10px
}

.block5 .uses_box {
    position: relative;
    width: 90%;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 35px 15px 35px 270px;
    background: url("../img/x2-2.png.pagespeed.ic.lk_uz5dwms7.webp") no-repeat center;
    background-size: cover
}

.block5 .uses_box h4 {
    font-size: 20px;
    color: #6ac619
}

.block5 .uses_box h4 span {
    display: block
}

.block5 .uses_box h4 span:nth-child(2) {
    font-weight: bold
}

.block5 .uses_box h4 span:nth-child(3) {
    font-size: 25px;
    font-weight: bold
}

.block5 .uses_box p {
    font-size: 18px;
    line-height: 1;
    color: #6ac619
}

.obj4 {
    left: -10px;
    top: 0;
    max-width: 200px
}

.block5 .everyday_box {
    position: relative;
    z-index: 5;
    border-radius: 15px;
    -webkit-transform: skewX(-3deg);
    transform: skewX(-3deg)
}

.block5 .everyday_box:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -13px;
    z-index: -1;
    height: 100%;
    width: 104%;
    border-radius: 15px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    background: #51ac11;
    -webkit-transform: skewX(-1deg);
    transform: skewX(-1deg)
}

.block5 .top_item {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #2b2e26;
    background: linear-gradient(135deg, rgba(43, 46, 38, 1) 0%, rgba(153, 171, 138, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2e26', endColorstr='#99ab8a', GradientType=1)
}

.block5 .top_item .img_box {
    position: absolute;
    right: -100px;
    bottom: 0
}

.block5 .top_item .txt_box {
    position: relative;
    padding: 15px 15px 15px 30px;
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg)
}

.block5 .top_item .txt_box h3 {
    font-size: 36px;
    font-weight: 300;
    color: #e3e6d8
}

.block5 .top_item .txt_box h2 {
    width: 50%;
    font-size: 40px;
    letter-spacing: -4px;
    line-height: 1;
    font-weight: bold;
    color: #5cb815
}

.block5 .top_item .txt_box h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #2a500d;
    padding: 7px 10px;
    margin: 10px 0;
    border-radius: 15px;
    background: #6ac619
}

.block5 .top_item p {
    width: 45%;
    font-size: 14px;
    color: #f5f5f5;
    margin: 0
}

.block5 .bottom_item {
    position: relative;
    font-size: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: url("../img/xbg_everyday_bottom.png.pagespeed.ic.f9zcsifhxo.webp") no-repeat center;
    background-size: cover
}

.block5 .half_box {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 0 1%;
    padding: 10px 5px;
    font-size: 0;
    text-align: center;
    border-radius: 3px;
    background: #2e3b26;
    background: linear-gradient(45deg, rgba(46, 59, 38, .7) 0%, rgba(33, 41, 28, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e3b26', endColorstr='#21291c', GradientType=1)
}

.block5 .half_box:nth-child(even) {
    margin-left: 1%
}

.block5 .half_box .left_box {
    width: 41px;
    vertical-align: middle;
    padding: 12px;
    border-radius: 50%;
    background: #6ac619
}

.block5 .half_box .left_box img {
    display: block;
    width: 17px
}

.block5 .half_box .right_box {
    width: 70%;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #7acf1a;
    padding-left: 15px
}

.block5 .price_prod_box {
    width: 60%;
    margin: 15px 0 0 40%;
    padding: 0 5px 20px 0;
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg)
}

.block5 .price_box {
    font-size: 24px;
    text-align: center;
    color: #fff
}

.block5 .price_box b {
    font-size: 70px
}

.block5 .price_box b span {
    font-size: 26px
}

.block5 .btn_box button {
    font-size: 16px
}

.block5 .prod_box {
    position: absolute;
    left: -25px;
    bottom: 20px
}

.block5 .prod_box img {
    width: 150px;
    margin-bottom: -65px;
    margin-left: 45px;
    max-width: 220px;
    -webkit-transform: skewX(0);
    transform: skewX(3deg)
}

.block6 .brd_box {
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: url("../img/xbrd.png.pagespeed.ic.c0wn7ogj2m3.webp")
}

.block6 .content_box {
    border-radius: 5px;
    background: url("../img/x3-3.png.pagespeed.ic.xkzzpg18qi2.webp") no-repeat center;
    background-size: cover
}

.block6 .txt_top {
    font-size: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px 0;
    background: rgba(31, 78, 2, .65)
}

.block6 .logo_box {
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    padding: 0 0 0 50px;
    margin: 0 20px;
    border-bottom-left-radius: 10px
}

@media screen and (max-width:992px) {
    .block6 .logo_box {
        width: 90%
    }
}

.block6 .logo_box b {
    display: inline
}

.block6 .txt_top h2 {
    width: 75%;
    vertical-align: middle;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    color: #8edd20
}

.block6 .txt_middle {
    padding: 15px 20px
}

.block6 .txt_middle .left_box {
    text-align: left
}

.block6 .txt_middle .right_box {
    text-align: right
}

.block6 .txt_middle .left_box h2,
.block6 .txt_middle .right_box h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: normal;
    color: #8edd20
}

.block6 .txt_middle .left_box h2 b,
.block6 .txt_middle .right_box h2 b {
    display: block
}

.block6 .txt_middle .left_box p,
.block6 .txt_middle .right_box p {
    font-size: 16px;
    color: #8edd20;
    margin: 15px 0
}

.block6 .txt_middle_easy {
    padding: 10px 20px;
    background: #4b4f49
}

.block6 .txt_middle_easy h3 {
    font-size: 24px;
    font-weight: 800;
    color: #b2b3ae
}

.block6 .txt_middle_easy .img_box {
    position: relative
}

.block6 .txt_middle_easy .img_box .obj_box {
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -135px;
    z-index: 2;
    width: 270px;
    padding: 7px;
    border-radius: 50%;
    background: #4b4f49
}

.block6 .txt_middle_easy .img_box .obj_box img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.block6 .txt_bottom {
    padding: 15px 20px
}

.block6 .txt_bottom h2 {
    font-size: 53px;
    font-weight: 800;
    color: #b5b8b1
}

.block6 .txt_bottom h2 span {
    font-weight: 300
}

.block6 .txt_bottom p {
    font-size: 16px;
    color: #b5b8b1;
    margin: 10px 0
}

.block6 .txt_bottom .obj_box {
    position: relative
}

.block6 .txt_bottom h3 {
    font-size: 48px;
    font-weight: 800;
    color: #8edd20
}

.block6 .txt_bottom h4 {
    font-size: 26px;
    font-weight: 300;
    color: #8edd20
}

.block6 .txt_bottom h4 span {
    display: block;
    font-size: 38px;
    font-weight: 800
}

.block6 .txt_bottom .btn_box button {
    display: inline;
    margin: 15px 0 0
}

.block6 .txt_bottom .img_box {
    position: absolute;
    width: 240px;
    bottom: -110px;
    left: -150px
}

.block7 {
    padding: 25px 0;
    background: #2a6300
}

.block7 h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    color: #fff
}

.block7 h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-top: 10px
}

.block8 {
    padding: 25px 0;
    background: url("../img/x4-4.png.pagespeed.ic.trsdow90om.webp") no-repeat center;
    background-size: cover
}

.block8 .txt_box {
    position: relative;
    padding-left: 60px
}

.block8 .txt_box .obj5 {
    width: 62px;
    left: -20px;
    top: 0
}

.block8 .txt_box .obj5 img {
    display: block;
    width: 100%;
    border-radius: 15px
}

.block8 .circle_box {
    display: table;
    z-index: 10;
    width: 200px;
    height: 200px;
    right: -150px;
    top: 0;
    padding: 7px;
    border-radius: 50%;
    background: #4b4f49;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.block8 .circle_box .info_box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    border-radius: 50%;
    background: #53a71b
}

.block8 .circle_box .info_box h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #fff
}

.block8 .circle_box .info_box h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #fff
}

.block8 .circle_box .info_box h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #fff
}

.block8 .txt_box h3 {
    font-size: 48px;
    font-weight: 300;
    color: #c5c5c5
}

.block8 .txt_box h3 span {
    display: block;
    font-weight: 800
}

.block8 .txt_box h2 {
    font-size: 72px;
    font-weight: 800;
    color: #53a71b
}

.block8 .txt_box p {
    font-size: 16px;
    line-height: 1.2;
    color: #c5c5c5;
    margin: 10px 0
}

.block8 .go_box {
    font-size: 0;
    text-align: center
}

.block8 .go_box h4 {
    width: 65%;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #53a71b;
    padding: 0 20px 0 10px;
    background: #1a1a1a;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 26, 1)), to(rgba(59, 59, 59, 1)));
    background: linear-gradient(to right, rgba(26, 26, 26, 1) 0%, rgba(59, 59, 59, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#3b3b3b', GradientType=1)
}

.block8 .go_box h4 span {
    display: block;
    padding: 10px 0
}

.block8 .go_box h5 {
    width: 35%;
    padding-left: 10px;
    margin-left: -15px;
    overflow: hidden
}

.block8 .go_box h5 span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #53a71b
}

.block8 .go_box h5 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    height: 0;
    width: 0;
    border-bottom: 80px solid #53a71b;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent
}

.block9 {
    padding: 25px 0;
    -webkit-box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75)
}

.block9 .icons_box img {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto
}

.block9 .img_box {
    width: 700px;
    right: -50px;
    bottom: -25px
}

.block9 .img_box img {
    width: 100%
}

.block10 {
    padding: 25px 0;
    background: url("../img/x5-5.png.pagespeed.ic.rg-kbqulfx2.webp") repeat;
    background-size: contain
}

.block10 .img_box {
    top: -25px;
    left: -25px
}

.block10 .img_box img {
    width: 100%
}

.block10 h3 {
    font-size: 36px;
    font-weight: 300;
    color: #fff
}

.block10 h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    color: #53a71b;
    margin-bottom: 5px
}

.block10 .txt_box p {
    font-size: 16px;
    line-height: 1.2;
    color: #c5c5c5;
    margin: 10px 0
}

.block11 {
    padding: 25px 0;
    background: #53a81a
}

.block11 h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff
}

.block11 h3 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 5px 0
}

.block11 h4 {
    font-size: 18px;
    font-weight: 800;
    color: #aff73c
}

.block11 .two_img_box {
    font-size: 0;
    text-align: center;
    margin-top: 60px
}

.block11 .two_img_box .item_box {
    position: relative;
    z-index: 5;
    vertical-align: bottom;
    margin: 0 20px
}

.block11 .two_img_box .item_box span {
    position: relative;
    z-index: 5;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #57ac1b;
    padding: 5px 10px;
    border-radius: 15px;
    background: #161616
}

.block11 .two_img_box .item_box .img_box {
    top: -155px;
    left: 50%;
    margin-left: -86px;
    z-index: 4;
    width: 172px;
    border-radius: 50%;
    padding: 7px;
    background: #fff
}

.block11 .two_img_box .item_box .img_box img {
    width: 100%
}

.block12 {
    padding: 25px 0 85px;
    background: url("../img/x6-6.png.pagespeed.ic.jsdiupxzly2.webp") no-repeat center;
    background-size: cover
}

.block12 .logo_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 46px;
    color: #fff;
    padding: 0 20px 0 50px;
    margin: 10px 20px 0;
    border-bottom-left-radius: 10px
}

.block12 .logo_box b {
    display: inline
}

.block12 .logo_box:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 34px;
    height: 44px;
    background: url("../img/xlogo_new.png.pagespeed.ic.axm2rkfyoj.webp") no-repeat center;
    background-size: cover
}

.block12 .logo_box:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 70px;
    top: -10px;
    right: 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.block12 h2 {
    font-size: 72px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 30px
}

.block12 .ing_box {
    font-size: 0;
    text-align: center
}

.block12 .ing_box .ing_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px
}

.block12 .ing_box .ing_item .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 10px
}

.block12 .item_1 .ing_item .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 0
}

.block12 .item_1 .ing_item:nth-child(2) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -72px
}

.block12 .item_1 .ing_item:nth-child(3) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -144px
}

.block12 .item_1 .ing_item:nth-child(4) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -216px
}

.block12 .item_1 .ing_item:nth-child(5) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -290px
}

.block12 .item_1 .ing_item:nth-child(6) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -362px
}

.block12 .item_1 .ing_item:nth-child(7) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -434px
}

.block12 .item_1 .ing_item:nth-child(8) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -506px
}

.block12 .item_2 .ing_item .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -578px
}

.block12 .item_2 .ing_item:nth-child(2) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -654px
}

.block12 .item_2 .ing_item:nth-child(3) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -724px
}

.block12 .item_2 .ing_item:nth-child(4) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -796px
}

.block12 .item_2 .ing_item:nth-child(5) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -868px
}

.block12 .item_2 .ing_item:nth-child(6) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -940px
}

.block12 .item_2 .ing_item:nth-child(7) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -1013px
}

.block12 .item_2 .ing_item:nth-child(8) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -1084px
}

.block12 .item_2 .ing_item:nth-child(9) .icon {
    background: url("../img/xsprite_icons2.png.pagespeed.ic.orfalr-2mr14.webp") no-repeat 0 -1156px
}

.block12 .ing_box h3 {
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px
}

.block12 .ing_box p {
    font-size: 13px;
    text-align: center
}

.block12 .days_box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 46px -8px rgba(75, 131, 27, 1);
    box-shadow: 0 0 46px -8px rgba(75, 131, 27, 1)
}

.flex-new {
    margin: auto !important
}

.block12 .top_box {
    font-size: 0;
    text-align: center
}

.block12 .half_day {
    position: relative;
    width: 50%;
    padding: 10px 15px;
    overflow: hidden
}

.block12 .top_box .left_box {
    text-align: left;
    border-top-left-radius: 10px;
    background: #060900;
    background: linear-gradient(135deg, rgba(6, 9, 0, 1) 0%, rgba(14, 17, 8, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#060900', endColorstr='#0e1108', GradientType=1)
}

.block12 .top_box .left_box:before {
    content: "";
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    background: url("../img/xmoon.png.pagespeed.ic.3cqdfx8j8p.webp") no-repeat center;
    background-size: cover
}

.block12 .top_box .half_day h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    color: #6ac619
}

.block12 .top_box .half_day h3 b {
    font-weight: 800
}

.block12 .top_box .half_day p {
    font-size: 13px;
    line-height: 1.2;
    color: #6ac619;
    margin-top: 5px
}

.block12 .top_box .right_box {
    text-align: right;
    border-top-right-radius: 10px;
    background: #f7f7f7;
    background: linear-gradient(45deg, rgba(247, 247, 247, 1) 0%, rgba(194, 194, 193, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#c2c2c1', GradientType=1)
}

.block12 .top_box .right_box:before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    background: url("../img/xsun.png.pagespeed.ic.ciarff7m1d4.webp") no-repeat center;
    background-size: cover
}

.block12 .top_box .left_box h3 {
    padding-right: 15px
}

.block12 .top_box .right_box h3 {
    color: #000;
    padding-left: 15px
}

.block12 .top_box .left_box p {
    padding-right: 40px
}

.block12 .top_box .right_box p {
    color: #6f6f6f;
    padding-left: 40px
}

.block12 .middle_box {
    background: #000
}

.block12 .middle_box .half_box {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 1% 0;
    padding: 10px 5px;
    font-size: 0;
    text-align: center;
    border-radius: 3px;
    background: #2e3b26;
    background: linear-gradient(45deg, rgba(46, 59, 38, .7) 0%, rgba(33, 41, 28, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e3b26', endColorstr='#21291c', GradientType=1)
}

.block12 .middle_box .half_box:nth-child(even) {
    margin-left: 1%
}

.block12 .middle_box .half_box .left_box {
    width: 41px;
    vertical-align: middle;
    padding: 12px;
    border-radius: 50%;
    background: #6ac619
}

.block12 .middle_box .half_box .left_box img {
    display: block;
    width: 17px
}

.block12 .middle_box .half_box .right_box {
    width: 70%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #7acf1a;
    padding-left: 15px
}

.block12 .bottom_box {
    position: relative;
    font-size: 0;
    padding-bottom: 150px;
    padding-top: 36px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #e0e3e7;
    background: linear-gradient(135deg, rgba(224, 227, 231, 1) 0%, rgba(218, 221, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0e3e7', endColorstr='#dadde2', GradientType=1)
}

.block12 .bottom_box .img_box {
    z-index: 1;
    width: 250px;
    left: 0;
    bottom: 0;
}

.block12 .bottom_box .img_box img {
    width: 100%
}

.block12 .bottom_box .txt_box {
    position: relative;
    z-index: 4;
    width: 55%;
    text-align: right;
    margin-left: 45%;
    padding: 15px 10px 0 0
}

.block12 .bottom_box .txt_box h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #000
}

.block12 .bottom_box .txt_box h4 b {
    font-size: 25px;
    font-weight: 800
}

.block12 .bottom_box .txt_box h5 {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    color: #95fb31;
    padding: 7px 10px;
    margin: 10px 0 30px;
    border-radius: 10px;
    background: #69c21c
}

.block12 .bottom_box .prod_box {
    position: absolute;
    z-index: 5;
    bottom: -75px;
    /* left: -62px; */
    width: 100%;
}

.block12 .bottom_box .prod_box img {
    display: block;
    width: 200px;
    margin: 0 auto
}

.block13 {
    padding: 20px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: #1f1f1f;
    -webkit-box-shadow: 0 0 46px -8px rgba(0, 0, 0, 1);
    box-shadow: 0 0 46px -8px rgba(0, 0, 0, 1)
}

.block13 h2 {
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 5px
}

.block13 h3 {
    font-size: 20px;
    text-align: center;
    color: #fff
}

.block14 {
    padding: 35px 0;
    background: #125589;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 85, 137, 1)), color-stop(60%, rgba(18, 85, 137, 1)), color-stop(60%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(18, 85, 137, 1)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(18, 85, 137, 1) 0%, rgba(18, 85, 137, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(18, 85, 137, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#125589', endColorstr='#ffffff', GradientType=0)
}

.block14 .item_box {
    width: 274px !important;
    height: 530px;
    margin: 0 auto;
    padding: 93px 20px 65px 25px;
    background: url(/img/xiphone_01.png.pagespeed.ic.3GVFn1mnY0.webp) no-repeat center;
    background-size: contain
}

.slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block14 .two_box {
    background: url(/img/xiphone_03.png.pagespeed.ic.ZCVJLm9YSc.webp) no-repeat center !important
}

.block14 .three_box {
    background: url(/img/xiphone_04.png.pagespeed.ic.D1l1QZz9zi.webp) no-repeat center !important
}

.block14 .four_box {
    background: url(/img/xiphone_01.png.pagespeed.ic.3GVFn1mnY0.webp) no-repeat center !important
}

.block14 .five_box {
    background: url(/img/xiphone_05.png.pagespeed.ic.Tq2i8RXyJZ.webp) no-repeat center !important
}

.block14 .item_box h2 {
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-left: 50px;
    overflow: hidden
}

.slick-slide {
    outline: none
}

.slick-dots {
    bottom: -40px
}

.slick-dots li button:before {
    font-size: 26px
}

.block14 .item_box .comment_box {
    height: 310px;
    overflow-y: scroll;
    font-size: 0;
    text-align: center;
    padding: 10px 15px;
    margin-top: 5px
}

.block14 .item_box .comment_box .comment_item {
    margin-bottom: 15px
}

.block14 .comment_box .ava_box {
    width: 20%;
    margin-right: 5%;
    border-radius: 50%;
    background: #00538c
}

.block14 .comment_box .ava_box img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.block14 .comment_box .txt_box {
    width: 75%;
    text-align: left
}

.block14 .comment_box .txt_box p {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    color: #333
}

.block14 .comment_box .txt_box p span {
    color: #0968a1
}

.block14 .comment_box .txt_box i {
    font-size: 11px;
    font-weight: 300;
    color: #bfbfbf;
    margin-top: 15px
}

.block14 .item_box h3 {
    height: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #b8b8b8;
    padding-left: 20px;
    margin-top: 10px;
    overflow: hidden
}

.block15 {
    padding: 30px 0;
    background: url("../img/xbg_04.jpg.pagespeed.ic.asjskh9h1g8.webp") no-repeat center;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 24px -5px rgba(0, 0, 0, .75)
}

.block15 .prod_box {
    position: relative;
    margin: 20px 0 30px
}

.block15 .prod_box img {
    position: relative;
    z-index: 9;
    display: block;
    width: 333px;
    max-width: 500px;
    margin: 0 auto
}

.block15 .prod_box:before {
    bottom: -10px;
    left: -20px
}

.block15 .prod_box:after {
    bottom: -30px;
    right: 25px
}

.block15 .form_box {
    width: 70%;
    margin: 0 auto;
    padding: 10px 15px
}

.block15 .form_box form label {
    font-size: 16px;
    line-height: 1
}

.block15 .form_box form input {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #4db20c;
    padding: 10px 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 5px 0 15px;
    background: #281d14
}

::-webkit-input-placeholder {
    color: #4db20c
}

::-moz-placeholder {
    color: #4db20c
}

:-moz-placeholder {
    color: #4db20c
}

:-ms-input-placeholder {
    color: #4db20c
}

.block15 .form_box select {
    padding-right: 0;
    background: #281d14
}

.block15 .form_box form button {
    width: 100%
}

.block15 .price_box {
    font-size: 24px;
    text-align: center;
    color: #242424
}

.block15 .price_box b {
    font-size: 50px
}

.block15 .price_box b span {
    font-size: 26px
}

@media screen and (max-width:992px) {
    .menu_box {
        text-align: left;
        top: 10px
    }

    .nav_menu {
        display: none
    }

    .nav_menu li {
        vertical-align: top;
        width: 65%
    }

    .nav_menu .logo_box {
        border-bottom-left-radius: 0
    }

    .nav_toggle {
        width: 100%;
        cursor: pointer;
        display: block;
        line-height: 36px;
        padding: 0 20px;
        color: #1b2b57;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700
    }

    .nav_toggle_btn {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0
    }

    .nav_toggle_btn i {
        display: block;
        height: 4px;
        width: 25px;
        margin: 0 0 3px;
        background: #7bb820
    }

    .block1 {
        padding-top: 20px
    }

    .obj1 {
        bottom: 75px;
        left: -170px
    }

    .block1 .content_box {
        padding-bottom: 75px
    }

    .block1 .prod_info_box .price_item .price_box del {
        display: block
    }

    .block2 p {
        margin-bottom: 20px
    }

    .block3 .prod_box {
        margin-bottom: 20px
    }

    .block4 .prod_box {
        margin-bottom: 20px
    }

    .block5 .prod_box {
        left: 30px
    }

    .block5 .prod_box img {
        max-width: 250px
    }

    .block5 .top_item .img_box {
        bottom: auto;
        top: 0
    }

    .block6 .txt_top h2 {
        width: 100%;
        font-size: 50px;
        text-align: center;
        padding: 0 10px;
        margin-top: 10px
    }

    .block6 .txt_bottom .img_box {
        left: -220px;
        bottom: -10px
    }

    .block7 h2 {
        font-size: 40px;
        margin-bottom: 5px
    }

    .block8 .circle_box {
        top: -20px;
        right: -16px
    }

    .block8 .go_box {
        width: 75%
    }

    .block10 {
        padding-top: 40px
    }

    .block10 .img_box {
        position: relative;
        left: 0
    }

    .block11 .two_img_box {
        margin: 170px 0 20px
    }

    .block11 .txt_box {
        text-align: center
    }

    .block12 .logo_box {
        margin: 10px 0
    }

    .block12 .days_box {
        margin: 30px 0
    }

    .block12 .middle_box .half_box {
        width: 48%;
        margin: 1%
    }

    .block12 .middle_box .half_box:nth-child(even) {
        margin: 1% 0
    }

    .block12 .bottom_box .img_box {
        width: 235px;
        /*left: 75px;*/
        bottom: 0
    }

    .block12 .bottom_box .prod_box {
        left: 0;
        right: 0
    }

    .block12 .bottom_box .prod_box img {
    }
}

@media screen and (max-width:639px) {
    .feedback {
        display: none !important
    }

    .block1 h2 {
        line-height: 58px
    }

    .block1 h3,
    .block1 h2 {
        font-size: 35px;
        text-align: center
    }

    .text-right.obj_box {
        text-align: center
    }

    .block1 h1 {
        font-size: 76px;
        text-align: center;
        line-height: 86px
    }

    .fast_eff h4 {
        text-align: center
    }

    .fast_item li {
        vertical-align: top;
        font-size: 13px;
        padding-left: 50px
    }

    .block1 .prod_info_box .prod_item,
    .block1 .prod_info_box .price_item {
        width: 100%;
        margin: 10px 0
    }

    .block4 .price_info_box h3 {
        font-size: 50px
    }

    .block4 .price_info_box h4 span {
        display: inline-block
    }

    .block4 .price_box b {
        font-size: 70px
    }

    .block4 .prod_box img {
        width: 290px
    }

    .block5 .uses_box {
        padding: 35px 30px;
        text-align: center
    }

    .block5 .uses_box h4 {
        font-size: 24px
    }

    .block5 .everyday_box,
    .block5 .top_item .txt_box,
    .block5 .price_prod_box {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }

    .block5 .top_item .txt_box {
        padding: 15px
    }

    .block5 .top_item .txt_box h2,
    .block5 .top_item p {
        width: 100%
    }

    .block5 .top_item .txt_box h2 {
        font-size: 36px
    }

    .block5 .prod_box {
        position: relative;
        left: 0
    }

    .block5 .prod_box img {
        display: block;
        margin: 0 auto
    }

    .block5 .price_prod_box {
        width: 100%
    }

    .block5 .price_prod_box {
        margin: 20px 0
    }

    .block5 .uses_box {
        margin: 0 auto 10px
    }

    .block5 .prod_box img {
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }

    .block6 .txt_top h2 {
        font-size: 34px
    }

    .block6 .txt_middle .left_box h2,
    .block6 .txt_middle .right_box h2 {
        font-size: 36px
    }

    .block6 .txt_middle_easy {
        padding: 10px 10px
    }

    .block6 .txt_middle_easy h3 {
        text-align: center;
        margin-bottom: 10px
    }

    .block6 .txt_bottom h2 {
        font-size: 40px;
        line-height: 1
    }

    .block6 .txt_bottom h3 {
        font-size: 34px;
        text-align: center
    }

    .block6 .txt_bottom h4 {
        text-align: center
    }

    .block7 h2 {
        font-size: 30px
    }

    .block8 .txt_box {
        padding-left: 0
    }

    .block8 .txt_box h2 {
        font-size: 50px;
        text-align: center
    }

    .block8 .txt_box h3 {
        text-align: center
    }

    .block8 .circle_box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto
    }

    .block8 .go_box {
        width: 100%
    }

    .block8 .go_box h4,
    .block8 .go_box h5 span {
        font-size: 14px
    }

    .block10 h2 {
        font-size: 30px
    }

    .block11 .two_img_box .item_box {
        width: 100%;
        margin: 0 auto
    }

    .block11 .two_img_box .item_1 {
        margin-bottom: 260px
    }

    .block12 h2 {
        font-size: 32px;
        padding: 0 5px;
        margin-top: 10px
    }

    .block12 .middle_box .half_box .right_box {
        font-size: 13px;
        text-align: center;
        padding-left: 5px;
        margin-top: 5px
    }

    .block12 .bottom_box .img_box {
        width: 200px;
        left: -30px
    }

    .block12 .bottom_box {
        padding-bottom: 95px
    }

    .block12 .bottom_box .prod_box img {
        width: 35%
    }

    .block13 h2 {
        font-size: 40%
    }

    .block15 .form_box {
        width: 100%
    }

    .block15 .prod_box img {
        width: 220px
    }

    .block1 .prod_info_box .prod_item img {
        max-width: 220px
    }

    .block4 .prod_box img {
        max-width: 220px
    }
}

@media (min-width:768px) {
    .col-sm-6 {
        min-height: 75px
    }
}

.langChange {
    position: fixed;
    width: 100px;
    background: red;
    right: 0;
    top: 30%;
    z-index: 9999999;
    -webkit-box-shadow: -6px 5px 10px rgba(0, 0, 0, .3);
    box-shadow: -6px 5px 10px rgba(0, 0, 0, .3);
    border-radius: 3px 0 0 3px;
    padding: 10px 0
}

.langChange ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.langChange ul li {
    display: block
}

.langChange ul li a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700
}

.is-open .nav_menu {
    display: block;
    position: fixed;
    overflow: auto;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0
}

footer {
    text-align: center;
    padding: 10px;
    background: #342f2b;
    color: #fff
}

footer a,
footer a:hover {
    color: #fff;
    font-size: 12px
}

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 7%;
    display: flex;
    align-items: center;
    background-color: #ffc000;
    padding-left: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    transition: all .5s
}

.feedback:hover {
    right: 0
}

.popup-window {
    font-family: inherit;
    display: none;
    width: 300px;
    position: fixed;
    right: 0;
    top: 7%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 2000
}

.popup-window form {
    width: 100%;
    min-height: auto;
    padding: 0;
    background: inherit;
    box-shadow: none
}

.popup-window label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.popup-window input,
.popup-window select {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #333;
    height: 38px;
    line-height: 20px
}

.popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #ffc000;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 20px
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer
}

.close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(-45deg)
}

.close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(45deg)
}

.block15 .form_box form input,
.block15 .form_box form textarea,
.block15 .form_box form select {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #4db20c;
    padding: 5px 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 5px 0 15px;
    background: #281d14;
    height: 48px
}

.block15 .form_box form input[type="submit"] {
    background: #f8d042;
    color: #362f06
}

@media screen and (max-width:1200px) {
    .block9 .img_box {
        right: -180px
    }

    .block9 .img_box img {
        width: 70%
    }
}

@media screen and (max-width:991px) {
    .block8 .txt_box h3 {
        font-size: 43px
    }
}

@media screen and (max-width:745px) {
    .block8 .txt_box h3 {
        font-size: 32px
    }
}

@media (min-width:640px) and (max-width:745px) {
    .block8 .circle_box {
        width: 150px;
        height: 150px
    }
}

@media screen and (max-width:640px) {
    .block1 .prod_info_box .price_item .price_box {
        position: relative;
        margin-top: -50px;
        padding-bottom: 35px
    }
}

@media (min-width:383px) and (max-width:639px) {
    .block1 .prod_info_box .prod_item button {
        margin-top: -160px
    }

    .block1 .prod_info_box .price_item {
        position: absolute;
        left: 110px;
        top: 120px
    }

    .block1 .prod_info_box .prod_item {
        padding-bottom: 110px
    }
}

@media screen and (max-width:383px) {
    .block1 {
        padding-bottom: 60px
    }
}

.al-cost, .al-cost-promo {
    white-space: nowrap;
}