a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0
}

fieldset {
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

body {
    background-color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    color: #23272a;
    font-size: 15px;
    line-height: 1;
    min-height: 100vh;
    position: relative
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

input {
    line-height: normal;
    -webkit-appearance: none
}

html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=search],textarea {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none
}

button[disabled],input[disabled] {
    cursor: default
}

input[type=password]::-ms-clear,input[type=password]::-ms-reveal {
    display: none!important
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button {
    overflow: visible;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: none
}

* {
    outline: 0!important
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.mn {
    padding: 40px 0;
    background-color: #fff
}

.mn_dark {
    background-color: #f9fafb
}

.mn--wrap {
    padding: 30px
}

.nv a,a {
    font-size: 16px
}

.nv a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #23272a;
    border-bottom: 2px solid #fff
}

.s-header .nv {
    padding-top: 12px
}

.nv a:hover {
    color: #1D84D2;
    border-bottom-color: #1D84D2
}

.s-footer {
    padding: 20px;
    text-align: center;
    background-color: #f1f3f4;
    color: #333;
}

.s-footer .typo {
    color: #333
}

.inner .s-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto
}

[class^=icn-] {
    display: inline-block;
    vertical-align: top;
    background: url(sprite.svg) no-repeat
}

.icn-fb,.icn-pt,.icn-tw {
    width: 32px;
    height: 32px;
    background-position: -336px -1px
}

.icn-fb,.icn-pt {
    background-position: -384px 0
}

.icn-pt {
    background-position: -425px 1px
}

.icn-chck,.icn-slct,.icn-srch {
    width: 38px;
    height: 38px;
    background-position: -93px 3px
}

.icn-chck,.icn-slct {
    background-position: -45px 4px
}

.icn-chck {
    background-position: -424px 2px
}

a {
    color: #1D84D2;
    text-decoration: underline
}

.nv a,a:hover {
    text-decoration: none
}

.fld {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #666;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea.fld {
    height: 150px;
    padding: 20px;
    line-height: 1.2
}

.fld:focus {
    border-color: #1D84D2!important
}

.btn {
    display: inline-block;
    background-color: #1D84D2;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none!important
}

.btn_del {
    background-color: #cc532c
}

.btn_lnk {
    display: inline-block;
    color: #fff;
    background-color: #1D84D2;
    padding: 9px 25px;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.frm--lbl {
    display: block;
    color: #595959;
    margin: 0 0 10px 20px
}

.frm_support {
    width: 600px;
    max-width: 100%;
    margin: auto
}

.frm--msg {
    margin: 10px 5px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.frm--msg a {
    color: inherit;
    font-size: inherit
}

.frm--msg.err {
    background-color: #ffd5d5
}

.frm--msg.sccs {
    background-color: #c0ffce
}

.container {
    width: 900px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pl-r {
    float: right!important
}

.rw .cl_4 {
    width: 33.333%
}
.rw .cl_5 {
    width: 41.667%;
}
.rw .cl_7 {
    width: 58.333%
}
.rw .cl_6 {
    width: 50%
}

.rw .cl_3 {
    width: 25%
}

.rw .cl_8 {
    width: 66.666%
}

.rw .cl_9 {
    width: 75%
}

.rw .cl {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.rw_spaced {
    margin-left: -20px;
    margin-right: -20px;
}
.rw_spaced .cl {
    padding-left: 20px;
    padding-right: 20px;
}

.rw:after {
    display: block;
    content: "";
    clear: both
}

.s-header {
    padding: 12px 0;
    z-index: 12;
    position: fixed;
    /* border-bottom:1px solid #99aab5; */
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px #99aab5;
    background-color: #fff;
}

.lg {
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    color: #000
}

.t_l {
    text-align: left!important
}

.t_c {
    text-align: center!important
}

.sshr {
    text-align: right
}

.sshr--item {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    transform: scale(.8)
}

.sshr--item span {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.sshr--item span:hover {
    opacity: .8
}

.s-main {
    padding: 84px 20px 30px;
}

.wlcm {
    padding: 20px 0;
    text-align: center
}

.wlcm--h,.wlcm--subh {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 1.2
}

.wlcm--subh {
    font-size: 24px;
    margin-bottom: 30px
}

.wlcm--logo {
    margin: 0 auto 32px;
    width: 80px;
    height: auto;
}
.ico {
    display: inline-block;
    vertical-align: top;
}
.ico.sm {
    height: 18px;
    width: 18px;
}
.ico_copies {
    background: url(/build/sprite.svg) -500px 0 no-repeat;
}
.page {
    padding: 20px 0;
}
.page__title {}
.page__btns,
.page__anons {
    margin-top: 30px;
}
.page__btns {

}
.breadcrumbs + .page__body {
    margin-top: 28px;
}
.breadcrumbs a {
    font-size: 14px;
}
.wdgt_separate {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dadce0;
}
.template--thumb {
    padding-bottom: 30px;
}
.template__img {
    position: relative;
    padding-bottom: 75%;
}
.template__img_wrap {
    display: block;
    cursor: pointer;
}
.template__img_preview {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.74);
}
.page__meta + .page__title {
    margin-top: 10px;
}
.page__meta__item .ico {
    vertical-align: text-bottom;
    margin-right: 7px;
}
.page__meta__item {
    color: #cccccc;
    font-size: 13px;
    line-height: 18px;
}
.page__features {
    padding: 50px 40px;
    background-color: #f8f9fa;
}
.page__features .h2 {
    text-align: center;
}
.template__img a {
    display: block;
}
.template__img img {
    position: absolute;
    display: block;
    max-width: 100%;
    height: auto;
}
.template__name a {
    text-decoration: none;
    color: #333333;
    line-height: 1.2;
    font-size: inherit;
}
.template__name a:hover {
    color: #1D84D2;
}
.template__badge {
    background-color: #90c52d;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.template__btn {
    background-color: #ffffff;
    color: #1D84D2;
    border: 1px solid;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
}
.template__btn:hover {
    background-color: #1D84D2;
    color: #fff;
}
.template--thumb .template__nav {
    margin-top: 10px;
}
.template--thumb .template__name {
    font-size: 18px;
    margin-top: 10px;
}

.feature--list .cl_6:nth-child(2n+1) {
    clear: both;
}
.feature--list .cl_6 {
    margin-top: 30px;
}
@media screen and (max-width: 770px) {
    .feature--list .cl_6 {
        clear: none;
        width: auto;
        float: none;
    }
}


.feature {
    text-align: center;
}
.feature__icon {
    margin: 0 auto 16px;
}
.feature__icon img {
    display: block;
    width: auto;
    height: 80px;
    margin: auto;
}
.feature__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}
.feature__text {
    font-size: 16px;
    line-height: 22px;
    /*color: #cccccc;*/
}

.wlcm--list li {
    display: block;
    margin-top: 15px;
    height: 70px;
    overflow: hidden
}
.wdgt + .wdgt {
    margin-top: 40px;
}
.wdgt_frame {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
.wdgt_qr {

}
.b {
    font-weight: bold;
}
@media screen and (max-width: 700px) {
    .wdgt_qr .frm {
        text-align: center;
    }
    .page__body .rw_spaced,
    .wdgt_qr .rw_spaced {
        margin-left: 0;
        margin-right: 0;
    }
    .page__body .rw .cl,
    .wdgt_qr .rw .cl {
        float: none;
        width: auto;
    }
    .page__body .rw .cl + .cl,
    .wdgt_qr .rw .cl + .cl {
        margin-top: 20px;
    }
    .page__body .rw_spaced .cl,
    .wdgt_qr .rw_spaced .cl {
        padding-left: 0;
        padding-right: 0;
    }
    .page__btns {
        text-align: center;
    }
}
.qrcode {
    margin:0 auto 30px;
    width: 200px;
    height: 200px;
}
.qrcode-wrapper {
    text-align: center;
}
.qrcode-wrapper .btn {
    background-color: #90c52d;
}
.qrcode-wrapper .btn + .btn {
    margin-top: 15px;
}
.qrcode table {
    width: 200px;
    height: 200px;
}

.h1:first-child,.h2:first-child,.h3:first-child,.typo h1:first-child,.typo h2:first-child,.typo h3:first-child,.typo li:first-child,.wlcm--list li:first-child {
    margin-top: 0
}

.wlcm--list li img {
    display: block;
    margin: auto;
    width: 180px;
    height: auto
}

.typo {
    font-size: 16px;
    line-height: 24px;
    color: #262626
}
.typo__img {
    width: 480px;
    float:right;
}
.typo__list {
    text-align:left;
}

.typo_h {
    border: 2px solid #1D84D2;
    padding: 10px
}

.typo ol {
    counter-reset: pp
}

.h1,.typo b,.typo h1 {
    font-weight: 700
}

.typo ol>li {
    padding-left: 30px;
    line-height: 24px;
    position: relative
}

.typo ol>li:before {
    content: counter(pp);
    counter-increment: pp;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #1D84D2;
    color: #fff;
    border-radius: 50%
}
.typo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.h1,.typo h1 {
    margin: 28px 0 16px;
    font-size: 24px;
    line-height: 32px
}

@media screen and (min-width: 960px) {
    .col_stick {
        position:sticky;
        top: 50px
    }
}

.h2,.h3,.typo h2,.typo h3 {
    margin: 28px 0 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.h3:empty {
    display: none
}

.h4 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.oftop-1 {
    margin-top: 30px
}

.typo p {
    margin: 16px 0
}
.typo_wrap {
    padding: 30px;
}
.typo .t_c img {
    margin: auto;
}
.typo__note {
    font-size: 12px;
    color: #cccccc;
    line-height: 18px;
    text-align: center;
}
.typo__note a {
    color: #cccccc;
    text-decoration: underline;
    font-size: inherit;
}
.typo__logo {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}
.typo__logo img {

}
.typo ul {
    margin: 16px;
    list-style: disc
}

.typo li {
    margin-top: 6px
}

.typo_img {
    float: right;
    width: 400px;
    height: auto;
    margin-left: 20px
}

.sub_h {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    color: #23272a
}

.cat {
    margin-top: 20px
}

.cat a,.logo {
    display: inline-block;
    vertical-align: top
}

.logo {
    position: relative;
    height: 60px;
    width:60px;
}

.logo span {
    display: block;
    position: absolute;
    top: 6px;
    left: 118%;
    font-size: 20px;
    line-height: 24px;
    width: 100px;
    color: #1D84D2;
}

.logo img {
    display: block;
    margin: auto;
    max-width: 60px;
    height: auto
}

.cat a {
    padding: 10px;
    background-color: #99aab5;
    border-radius: 10px;
    color: #fff;
    text-decoration: none
}

.cat a:hover {
    background-color: #1D84D2
}

.hide {
    display: none!important
}

.btn_lnk {
    vertical-align: middle
}

.btn_reset {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #ccc;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid;
    text-decoration: none;
    margin-left: 21px
}

.btn_reset:hover {
    color: #1D84D2
}

.btn_another {
    float: right;
    height: auto;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400
}

.lnk {
    vertical-align: middle;
    color: #1D84D2;
    font-size: 15px;
    border-bottom: 1px solid;
    text-decoration: none;
    margin-left: 21px
}

.frm--cntnr {
    margin-top: 20px
}

.frm--cntnr:first-child {
    margin-top: 0
}

.frm-text_stck {
    position: sticky;
    top: 0;
    z-index: 11
}

.format-text__h1 {
    margin-top: 30px
}

.format-text {
    margin-top: 20px
}

.format-text__item {
    margin-bottom: 17px;
    padding: 15px 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9fafb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e5e6e7;
    position: relative;
    overflow: hidden
}

.format-text__item:after {
    display: block;
    content: 'Copied';
    height: 0;
    opacity: 0;
    background-color: #8dda9c;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    padding: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1
}

.format-text__item.copied:after {
    opacity: .9;
    height: 20px;
    z-index: 111
}

.format-text__item:nth-child(2n+1) {
    margin-left: 0
}

.format-text__item_cont {
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    min-height: 30px;
    font-size: 20px;
    line-height: 1.2
}

.format-text__item_copy,.format-text__item_fav {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.format-text__item_fav {
    top: 0;
    background: url(sprite.svg) -232px 8px no-repeat
}

.format-text__item_fav.fave,.format-text__item_fav:hover {
    background-position: -292px 8px
}

.format-text__item_copy {
    bottom: 0;
    background-color: #f9fafb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e5e6e7;
    border-left: 1px solid #e5e6e7;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    background: url(sprite.svg) -32px 8px no-repeat;
    z-index: 2
}

.format-text__item:hover {
    -webkit-box-shadow: 0 9px 30px rgb(200 200 200/30%);
    -moz-box-shadow: 0 9px 30px rgb(200 200 200/30%);
    box-shadow: 0 9px 30px rgb(200 200 200/30%)
}

.format-text__item_copy:hover {
    background: url(sprite.svg) -132px 8px no-repeat
}

.format-text__item_name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #8a8b90;
    font-size: 10px;
    padding: 10px 15px
}

@media screen and (min-width: 961px) {
    .format-text {
        display:flex;
        flex-wrap: wrap
    }

    .format-text__item {
        width: 49%;
        margin-left: 2%
    }
}

@media screen and (max-width: 960px) {
    .container {
        margin-left:20px;
        margin-right: 20px;
        width: auto
    }

    textarea.fld {
        height: 100px;
        padding: 10px;
        font-size: 17px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px
    }

    .format-text__item {
        width: auto;
        margin-left: 0
    }

    .sshr--item {
        margin: 0
    }

    .wlcm--h {
        font-size: 34px
    }

    .wlcm--sbh {
        font-size: 15px
    }

    .hdr .container {
        position: relative
    }

    .typo__img,
    .typo_img {
        width: auto;
        float: none;
        margin: 0;
        max-width: 100%
    }
}

@media screen and (min-width: 1300px) {
    .wlcm1 {
        padding:80px 0
    }
}

@media screen and (max-width: 600px) {
    .s-header {
        /* padding:15px 0 25px; */
        /* position: relative; */
        border: 0
    }

    .s-header .nv {
        position: absolute;
        padding: 5px 10px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e9e9e9;
        text-align: center
    }

    .s-header .nv a {
        border-bottom: none;
        font-size: 15px
    }

    .s-header .cl {
        float: none;
        width: auto
    }

    .wlcm {
        padding: 20px 0
    }

    .wlcm--subh {
        font-size: 18px
    }
    .typo li {
        margin-left: 20px;
    }
    .typo ol li {
        margin-left: 0;
    }

    .sshr {
        position: fixed;
        right: 0;
        top: 30%;
        width: 40px;
        box-shadow: 0 0 5px 1px #cbcbcb;
        z-index: 111111;
        background-color: #fff
    }

    .sshr--item {
        display: block;
        text-align: center;
        transform: none;
        height: 40px
    }

    .sshr--item [class*=icn-] {
        margin-top: 4px
    }

    .format-text__item_cont {
        font-size: 17px
    }
}

@media screen and (max-width: 700px) {
    .typo iframe {
        width:100%
    }
    .typo table td a {
        word-break: break-all;
    }
    .s-main {
        padding-left: 0;
        padding-right: 0;
    }
}
.linkapp {
    float:right;
    margin: 9px 0;
}
.logo {
    text-decoration: none;
    font-size: 25px;
    /* width: auto; */
    color: #333333;
    float: left;
}

.template--cat {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #99aab5;
}
.template--cat a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid;
    color: #1D84D2;
    border-color: #1D84D2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
}
.template--cat a:hover {
    background-color: #1D84D2;
    color: #ffffff;
}
.template--cat__ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}
@media screen and (max-width: 700px) {
    .tingle-modal {
        padding-top: 0 !important;
    }
    .tingle-modal__close {
        height: 36px !important;
        width: 36px !important;
    }
.tingle-modal__closeIcon {
    width: 1rem !important;
    margin: 0 !important;
}
.tingle-modal__closeLabel {
    display: none !important;
}
}
.tingle-modal-box {
    height: 100vh;
}
.app_preview {
    width: 300px;
    margin: 20px auto;
}
.app_preview img {
    display: block;
    max-width: 100%;
    height: auto;
}
.app_foot {
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px #99aab5;
    z-index: 11;
}
.app_foot_ttl {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}
.app_foot_btn {
    padding: 10px 15px;
    height: auto;
    line-height: 16px;
    font-size: 14px;
}
.s-main {
    padding-top: 0 !important;
}
body {
    /* padding-bottom: 80px; */
}
.s-header {
    position: relative !important;
}
    .radio-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .radio {
      position: relative;
    }
    .radio input[type="radio"] {
      display: none;
    }
    .radio label {
      display: inline-block;
      padding: 8px 12px;
      border-radius: 5px;
      border: 1px solid #ccc;
      cursor: pointer;
      background: #fff;
    }
    .radio input[type="radio"]:checked + label {
      background: #2AAA87;
      color: white;
      border-color: #2AAA87;
    }
.p-calc__result {
    padding: 20px;
    background-color: #FFFFFF;
    margin: 20px auto;
    width: 350px;
    border-radius: 21px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.53);
      text-align: center;
}
.p-calc__result:empty {
    display: none;
}
.p-calc__info {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 0;
}
.p-calc__table {
    width: 100%;
}
.p-calc__table th,
.p-calc__table td {
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    vertical-align: middle;
}
.p-calc__table th {
    text-align: center;
    font-weight: bold;
    background-color: #fafafa;
}
.p-calc__table td {
    position: relative;
}
@media screen and (max-width:800px) {
    .p-calc__result {
        width: auto;
    }
    .p-calc__table th, .p-calc__table td {
        padding: 4px;
        font-size: 13px;
    }
}