/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    background-color: #000;
    /*font: 12px/18px Arial, sans-serif;*/
    height: 100%;
}









































.nav_wr {
    position: fixed;
    padding: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 1200;
}
.nav_act {
    background-color: rgba(107, 101, 101, 0.90) !important;
}
@media (min-width: 601px) {
    .nav_act {
        border-bottom: 2px solid #ff9500 !important;
    }
}

.nav_act .ul_nav {
    padding: 10px 0 !important;
}
.nav {
    padding: 0;
}
.mob_btn {
    display: none;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 3px;
    z-index: 800;
}
.mob_btn span:first-child {
    margin-top: 2.5px;
}

.mob_btn span {
    display: block;
    width: 100%;
    height: 7px;
    margin: 7px auto 0;
    background-color: #02014E;
}
.ul_nav {
    padding: 18px 0 25px 0;
}
.ul_nav li:first-child a {
    /*padding: 0 36px 0 26px;*/
}


.top_content {
    padding: 62px 0 0 0;
    position: relative;
}
.top_cont_info {
    margin: 47px 0 0 25px;
    padding: 0;
    color: #fff;
    font: 16px 'fsr';
}
.top_cont_info p {
    font: 18px 'fsr';
}
.top_tel {
    padding: 0 0 6px 0;
}
.top_tel a {
    display: block;
    text-decoration: none;
    font: 32px 'fsr';
    color: #fff;
}
.action_box {
    position: absolute;
    text-transform: uppercase;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    padding: 22px 22px 108px;
    margin: 0 0 0 6px;
    font: 56.93px/49px 'dgrc';
    color: #000;
    left: 45%;
    top: 71px;
}
.top_cont_text {
    padding: 67px 0 0 24px;
    box-sizing: border-box;
    font: 72px/72px 'fssb';
    color: #fff;
    letter-spacing: -2.1px;
}
.top_cont_text2 {
    font: 24px 'fsr';
    padding: 23px 0 0 27px;
    box-sizing: border-box;
    letter-spacing: -0.55px;
}
.order_btn {
    margin: 25px 0 0 29px;
    padding: 12px 65px;
    font: 36px 'fssb';
    color: #000;
    border-radius: 5px;
    text-decoration: none;

    background: -moz-linear-gradient(180deg, #FFB000 10%, #FF9500 40%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(10%, FFB000), color-stop(40%, FF9500));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #FFB000 10%, #FF9500 40%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #FFB000 10%, #FF9500 40%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #FFB000 10%, #FF9500 40%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #FFB000 10%, #FF9500 40%);/* W3C */
}

.order_btn:hover {
    background: -moz-linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(10%, FFCC00), color-stop(40%, F0CD1D));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);/* W3C */
}
.top_content .info_nav {
    margin: 45px 0 0 18px;
    padding: 0 0 0 0;
    font: 18px 'fssb';
    color: #fff;
    display: block !important;
}
.top_content .info_nav li {
    width: 114px;
    text-align: center;
    margin-left: 105px;
}
.info_nav li>div {
    height: 76px;
}
.top_content .info_nav li>p {
    margin: 30px 0 0 0;
}

body div.main_content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 130px 0 0 0;
}
@media (max-width: 600px) {
    body div.main_content {
        padding: 0;
    }
}
.item_box_wr {
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 0 0;
    margin: 0 0 45px 0;
}
.img_wr {
    box-sizing: border-box;
    /*width: 125px;*/
    width: 150px;
    padding: 0 0 0 0;
}
.img_wr img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.item_box {
    float: left;
    min-height: 250px;
    width: 72%;
    padding: 0 0 0 0;
    position: relative;
}
.item_box p {
    font: 14px/18px 'fsi';
    color: #fff;
    padding: 12px 0 0 0;
}
.item_box span {
    padding: 0 0 0 0;
    color: #ff9500;
}
.item_box_art {
    font: 24px 'fsm';
    color: #ff9500;
    padding: 10px 0 16px 0;
}
.item_box_text {
    font: 18px 'fsr';
    color: #fff;
    padding: 0 0 6px 0;
}
.item_box_text span {
    color: #ff9500;
    padding: 0 0 0 0;
}
.item_box .order_btn {
    padding: 11px 63px 8px;
    margin: 21px 0 0 0;
    clear: both;
    float: left;
    font: 28px 'fssb';
    width: auto;
    display: block;
}


.baner_box_wr {
    padding: 25px 0 47px 0;
    margin-top: -39px !important;
}
.baner_box {
    width: 46.5%;
    margin: 0 0 0 0;
    padding: 0;
}
.baner_box img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}



.info_bot_box {
    padding: 0 30px 0 29px;
    box-sizing: border-box;
}
.info_box_text {
    padding: 0 0 24px 0;
}
.info_box_text {
    font: 16px/24px 'fsl';
    color: #ccc;
}
.info_box_text p {
    padding: 0 0 0 0;
    font: 16px/24px 'fsl';
    color: #ccc;
}
.info_box_text_art {
    padding: 0 0 24px 0;
    font: 30px 'fsm';
    color: #ccc;
}
.info_box_content {
    padding: 0 0 0 0;
    font: 16px/24px 'fsl';
    color: #ccc;
}
.info_box_text .info_box_content_art {
    padding: 0 0 0 0;
    font: 18px 'fsm';
    color: #ccc;
}

.info_box_text strong {
    padding: 0 0 0 0;
    font: 18px 'fsm';
}





.footer_wr {
    padding: 0;
}
.foote_info {
    padding: 0 0 0 27px;
    font: 16px/25px 'fsl';
    color: #fff;
    margin: 19px 0 0 0;
}
.legal_img {
    /*margin: 0 auto 0;
    text-align: center;
    display: block;
    position: relative;
    left: -170px;*/
}




.wr.nmain {
    background-image: url('../img/nm_bg.jpg');
}

.nmain .top_tel a {
    font: 35px 'fsr';
}
.nmain .order_btn {
    margin: 32px 0 0 25px;
    padding: 11px 52px 8px 53px;
    font: 28px 'fssb';
}
.nmain .action_box {
    background-image: url(../img/logo2.png);
    padding: 39px 34px 163px;
    margin: 0;
    font: 83px/67px 'dgrc';
    color: #000;
    left: 41%;
    top: 99px;
}
.nmain .top_content {
    padding: 62px 0 267px 0;
}

.nmain .img_sertif_box {
    padding: 0;
    margin-top: 35px;
}
.nmain .img_sertif_box .ul_nav {
    padding: 0;
}
.nmain .img_sertif_box li:first-child {
    margin-left: 0 !important;
}
.nmain .img_sertif_box li {
    /*	box-sizing: border-box;
        margin-left: 40px;
        max-width: 320px;*/
    width: 33.3%;
    min-height: 50%;
    margin: 0 0 2% 0;
    float: left;
}
.nmain .img_sertif_box li:first-child a {
    margin-left: 0 !important;
}
.nmain .img_sertif_box a {
    /*display: block;*/
    padding: 0 !important;
    box-sizing: border-box;
    /*margin-left: 40px;*/
    /*padding-left: 40px;*/
}
.nmain .img_sertif_box li img {
    max-height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    /*margin-top: 20px;*/
}


.pl_box {
    padding: 0;
}
.info_box_text.pl_box p.info_box_content_art {
    padding: 0;
}
.info_box_text.pl_box p {
    padding: 24px 0 27px 0;
    color: #cccccc;
}
.price_list {
    padding: 0 0 32px 0;
}
.price_list ul {
    padding: 0 0 0 0;
}
.price_list li:first-child {
    margin-top: 20px;
}
.price_list li {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 12px 0;
    padding: 0 33px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.price_list li>span {
    width: 50%;
    display: block;
    margin: 2px 0 16px 0;
    float: left;
    font: 18px 'fsm';
    color: #ff9500;
}
.price_list li>span:first-child {
    color: #fff;
}
.info_box_text p.info_box_text_info {
    padding: 19px 0 0 0;
    text-transform: uppercase;
    font: 24px 'fsl';
    color: #cccccc;
}


.video_box {
    margin: 28px 0 0 0 ;
    clear: both;
    width: 723px;
    height: 397px;
    position: relative;
}
.video_box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about {
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
}
.about li {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 17px 0;
    color: #ccc;
    font: 16px/29px 'fsl';
}
.about li > span {
    display: inline-block;
    color: #ccc;
    font: 16px 'fsm';
}
.about li a {
    text-decoration: none;
    display: block;
    color: #ccc;
}
.about li:before {
    content: '';
    float: left;
    margin: 0 19px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}
.abt_loc:before {
    width: 36px;
    height: 40px;
    background-image: url('../img/ico_1.png');
}
.abt_tel:before {
    width: 36px;
    height: 29px;
    background-image: url('../img/ico_2.png');
}
.abt_email:before {
    width: 36px;
    height: 27px;
    background-image: url('../img/ico_3.png');
}
.abt_time:before {
    width: 36px;
    height: 33px;
    background-image: url('../img/ico_4.png');
}
p.alert, .alert {
    margin: 0 0 0 70px;
    font: 18px 'fsr';
    color: #ff9500;
    text-transform: uppercase;
}
.alert.fxm {
    margin: 0 10px 0 0;
    float: left;
}
.clf.mapbox {
    margin: 27px auto 0;
}

.post_wr {
    padding: 0;
}
.post_box {
    padding: 0;
    margin: 0 auto 72px !important;
}
.post_box a {
    width: 35.5%;
    display: block;
    padding: 0;
    text-decoration: none;
}
.post_box a img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.post_box_info {
    width: 64.5%;
    box-sizing: border-box;
    padding: 0 0 0 0;
}
.post_box_info a {
    width: auto;
    font: 30px 'fsm';
    color: #ccc;
    margin: -5px 0 24px 65px;
}
.post_box_info p {
    font: 16px/24px 'fsl';
    color: #ccc;
    margin: -2px 0 0 66px;
}
.post_box_info .order_btn {
    font-size: 28px;
    color: #000;
    padding: 11px 37px 8px 36px;
    margin: 42px 0 0 68px;
}


.deliv_box {
    width: 332px;
    height: 370px;
    float: right;
    margin: 0 0 50px 22px;
}
.mony_syst {
    padding: 0;
    margin: 0 auto 0;
}
.mony_syst ul {
    padding: 0;
    margin: 45px 0 60px 30px;
}
.mony_syst li:first-child {
    margin-left: 0;
}
.mony_syst li {
    padding: 0;
    margin: 0 0 0 20px;
    float: left;
}
.mony_syst li a {
    display: block;
}
.mony_syst li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}


.info_bot_box .bolon_wr {
    margin: 48px auto 0;
}


.info_bot_box .bolon_wr .item_box {
    width: 85%;
}
.info_bot_box .bolon_wr .item_box_text {
    font: 21px 'fsr';
    padding: 0px 0 2px 0;
}

.info_bot_box .bolon_wr .item_box p {
    font: 14px/18px 'fsi';
    color: #fff;
    padding: 12px 0 0 0;
}

.info_bot_box .bolon_wr .item_box p {
    font: 14px/24px 'fsi';
    color: #fff;
    padding: 11px 0 0 0;
}
.info_bot_box .bolon_wr  .order_btn {
    margin: 32px 0 0 0;
    padding: 11px 63px 9px 63px;
    font: 28px 'fssb';
}
.info_bot_box .bolon_wr .item_box_wr {
    margin: 0 auto 59px;
}


.fwwr textarea {
    resize: none;
}
p.form_text1 {
    font-size: 14px !important;
}
.box-modal input[type="submit"] {
    margin-top: 15px !important;
}
p.form_alert {
    font-size: 12px !important;
    color: #f93939 !important;
}
.box-modal {
    text-align: center;
}
.box-modal p {
    text-align: center;
    /*font: 28px 'fsm';*/
    font: 18px 'fsm';
    color: #fff;
    margin: 10px 0 15px 0;
}
.box-modal input {
    margin: 0 auto 10px;
    display: block;
    font: 18px 'fsm';
    outline: none;
    border-radius: 7px;
    padding: 10px 0;
    border: 2px solid transparent;
    text-align: center;
    width: 100%;
}
.box-modal input[type="submit"] {
    margin: 0 auto 10px;
    font: 18px 'fsm';
    outline: none;
    border-radius: 7px;
    padding: 10px 25px;
    border: 2px solid transparent;
    cursor: pointer;
    outline: none;
    display: block;
}
.inp_name {
    margin-bottom: 10px !important;
}
.inp_size {
    margin-bottom: 10px !important;
}
.box-modal input[type="submit"]:hover {
    color: red;
    background-color: #a28e8e;
}

.box-modal_close {
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
}
.sn_box_wr {
    /*position: relative;
    top: -58px;*/
    margin: 20px 0 0 !important;
}
.sn_box {
    float: left;
    margin: 0 0 0 10px;
}

.mob_nav_act {
    z-index: 500;
    border-bottom: 2px solid #ff9500 !important;
}
.btn3 {
    display: none !important;
}
.btn12 {
    display: none !important;
}


/*Area CSS*/
.location.wr {
    background-image: none;
}
.location.wr h1 {
    text-align: center;
    font: 42px 'fsr';
    margin-bottom: 15px;
}
.location_box {
    padding: 0;
}
.location_box h1 {
    font: 26px 'fsr';
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.location_box ul {
    width: 100%;
    margin: 25px 0 25px 0;
}

.location_box li {
    float: left;
    margin: 0 15px 0 0;
}
.location_box li a {
    width: auto;
    display: block;
    font: 16px 'fsr';
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 7px;
}
.location_box li:hover a {
    color: #d46565;
    border: 1px solid #fff;
}
.location .post_wr p {
    font: 16px 'fsr';
    color: #fff;
}


















/*Work CSS Rules*/

/*Base HTML elem,id,style*/

/*Wrap bx*/
.wr {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 15px;/*padding footer offset*/
    color: #fff;
    background-image: url('../img/m_bg.jpg');
    /*background-image: url('../img/ng_m_bg.jpg');*/ /*NY*/
    background-repeat: no-repeat;
    background-position: top center;
}
/*Footer buffer*/
.ftr_offst {padding-bottom: 140px;} /*padding footer offset*/
/*Footer bx*/
.footer {
    margin: -140px auto 0; /*margin top offset*/
    min-width: 1100px;
    width: 100%;
    height: 140px;
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 994px) {
    .footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .sn_box_wr {
        margin: 0 !important;
    }
}

/*Max bx Width*/
.mw {
    min-width: 100%;
    margin: 0 auto;
}
/*Fix bx Width*/
.bw {
    width: 1100px;
    margin: 0 auto;
}


/*Fonts MAPS*/
.wr h2 {
    padding: 13px 0;
    font: 18px 'fsm';
    color: #ccc;
}

/*Works CSS div Style*/

/*Visual rules*/
.dsb {display: block;}
.dsn {display: none;}
.vv {visibility: visible;}
.vh {visibility: hidden;}
.bs {box-sizing: border-box;}
.cb {clear: both;}

/*Float rules*/
.fl {float: left;}
.fr {float: right;}
.fn {float: none;}
.oh {overflow: hidden;}

/*Fix rules style*/
.dsb_b {display: block !important;}
.dsb_n {display: none !important;}
.pni {padding: 0 !important;}
.mni {margin: 0 !important;}
.mna {margin: 0 auto;}

/*Text rules*/
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}
.taj {text-align: justify;}


/*Nav Css*/
.ul_nav {
    display: table;
    width: auto;
    min-width: inherit;
    position: relative;
    list-style: none;
    margin: 0 auto 0;
}
.ul_nav li:first-child {
    margin-left: 0;
}
.ul_nav li {
    float: left;
    margin: 0 auto;
}
.ul_nav li a {
    text-align: center;
    display: block;
    text-decoration: none;
    /*padding: 0 36px;*/
    padding: 0 13px;
    font: 14px 'fsr';
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ul_nav li a:hover {
    font: 14px 'fsr';
    color: #ffae00;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.foot_tel {
    font-size: 14px;
    font-family: 'fsl';
    padding: 0;
    color: #fff;
    text-decoration: none;
}
.box-modal p > a {
    padding: 0;
    color: #fff;
    text-decoration: none;
}

/*Responiv IMG*/

/*IMG center*/
.img_b {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*IMG Responsive*/
.img_r {
    /*min-width: 100%;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*IMG circle*/
.ibr {border-radius: 50%;}

/*Vertical Align*/
.vam_wr {text-align: center;}
.vam_wr:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vam_it {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: -0.35em;
}


/*CSS3 Rules*/

/*Transition*/
.hb {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hb:hover {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


/*Cleaf FIX output*/
.clf:after {
    content: ' ';
    line-height: 0;
    width: 0px;
    height: 0px;
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}
/*.clf {*/
/*	display: table;*/
/*}*/

img {
    max-width: 100%;
    vertical-align: top;
}

* html .clf {
    height: 1%
}
* html .clf { zoom: 1; } /* IE6 */
*+html .clf { zoom: 1; } /* IE7 */
html[xmlns] .clf {
    display: block;
}

/*Test tag & class*/
.tb_50 {height: 50px;}
.tb_100 {height: 100px;}
.tb_150 {height: 150px;}
.tb_200 {height: 200px;}

/*Test DIV BG Color*/
.bgr {background-color: red;}
.bgp {background-color: pink;}
.bgg {background-color: green;}

/*404 ERror*/
.class404 h1 {font: 72px 'fsr';}
.class404 h2 {font: 44px 'fsr';}

/*Acti*/
.act {
    color: #ffae00 !important;
}

/*Contact Form*/
div#wpcf7-f186-o1, div#wpcf7-f189-o2 {
    width: 263px;
    box-sizing: border-box;
    margin: 0 auto;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 10px 0 0 0;
    position: relative;
    top: -10px;
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    font-size: 11px;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.item_name {
    display: none !important;
}

.sn_box_wr {
    margin-right: 30px;
}
.sn_box.vk a {
    padding: 5px 6px 5px 6px !important;
}

/*Adaptive Grid*/
.bx12 {
    width: 100%;
}
.bx11 {
    width: 91.66666667%;
}
.bx10 {
    width: 83.33333333%;
}
.bx9 {
    width: 75%;
}
.bx8 {
    width: 66.66666667%;
}
.bx7 {
    width: 58.33333333%;
}
.bx6 {
    width: 50%;
}
.bx5 {
    width: 41.66666667%;
}
.bx4 {
    width: 25%;
}
.bx3 {
    width: 33.33333333%;
}
.bx2 {
    width: 16.66666667%;
}
.bx1 {
    width: 8.33333333%;
}
.abuse__button {
    display: block;
    background: linear-gradient(180deg, #FFB000 10%, #FF9500 40%);
    padding: 1.125rem 1.375rem;
    text-transform: uppercase;
    color: #000000;
    font-size: .625rem;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.abuse__button:hover {
    background: linear-gradient(180deg, #FFCC00 10%, #F0CD1D 40%);
}
.sn_box.inst {
    margin-left: 0;
}
.form_tel {
    font-size: 28px;
}
.sticker {
    height: 120px;
    background: url(/wp-content/themes/gaz/img/sticker.png) 80% top no-repeat,
    url(/wp-content/uploads/2019/04/w-stamp.svg) 20% top no-repeat;
    background-size: 120px, 110px;
    margin-bottom: 20px;
}
@media (min-width: 660px) {
    .sticker {
        width: 320px;
        position: absolute;
        left: -30px;
        top: 80px;
        margin-bottom: 0;
    }
}
@media (min-width: 1112px) {
    .sticker {
        left: auto;
        right: 180px;
    }
}
.captcha {
    display: flex;
    justify-content: center;
}

.m-flash {
    padding: 4px 10px;
    margin: 0 auto;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    display: none;
    align-items: center
}

.m-flash__close {
    height: 40px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0
}

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

.m-flash__description {
    margin: 0 10px
}

.m-flash__name {
    white-space: nowrap
}

.m-flash__price {
    font-size: 12px
}

.m-flash__stars svg {
    fill: #cfa55b
}

.m-flash__link {
    font-size: 16px;
    color: #000000;
    background: #cfa55b;
    border-radius: 6px;
    padding: 6px 10px;
    margin-left: auto
}

.m-flash__link:hover {
    color: #000000;
    text-decoration: underline
}

