.Menu-item,
.Menu-link,
.SvgIcon,
body {
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Body a:hover,
a {
    color: #b88b58
}

.comment-image {
    margin-top: 10px
}

.Menu-item,
.Menu-link {
    -webkit-transition: color .15s ease-out 0s;
    transition: color .15s ease-out 0s
}

.Menu-link,
a {
    text-decoration: none
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    background-color: #f2f2f2
}

.Body:last-child>:last-child {
    margin-bottom: 0
}

footer,
header,
nav {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

img {
    max-width: 100%
}

.Body {
    font-size: 18px;
    line-height: 22px
}

@media only screen and (min-width:48em) {
    .Body {
        font-size: 20px;
        line-height: 27px
    }
}

.Body>* {
    max-width: 980px;
    font-family: Georgia, serif
}

.Body h3,
.Footer,
.HeaderButton-link,
.MaterialMeta,
.MaterialTag,
.Menu {
    font-family: Arial, sans-serif
}

.Body p {
    margin-bottom: 15px
}

.Body p:empty {
    display: none
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700
}

.HeaderButton-link,
.Menu {
    font-weight: 600;
    text-transform: uppercase
}

.SvgIcon {
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.Header,
.MeduzaLogo {
    position: relative;
    z-index: 2
}

.App-content,
button {
    overflow: visible
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px
}

.Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.Menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center
}

.Header,
.Menu-item {
    padding: 0 15px
}

.Menu-item {
    border-bottom: 0 none
}

.Menu-item:last-of-type {
    border-right: medium none
}

.Menu-item:hover {
    color: #999;
    background-color: inherit
}

.Menu-link {
    color: #fff;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999
}

.MeduzaLogo {
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain
}

.Header {
    height: 45px;
    background-color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media only screen and (max-width:63.9375em) {
    .Header .HeaderButton--chat {
        display: none
    }
}

.Header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.Header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.Header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Header-meduzaLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0
}

@media only screen and (min-width:64em) {
    .Header-meduzaLogo {
        position: static
    }
}

.HeaderButton {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    fill: currentcolor;
    border: 0;
    background: 0 0;
    margin: 0;
    cursor: pointer
}

.HeaderButton:active {
    outline-width: 0
}

.HeaderButton:hover {
    color: #999
}

.HeaderButton::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #676767
}

@media only screen and (min-width:64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    color: inherit;
    cursor: pointer
}

.HeaderButton-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.HeaderButton--chat {
    font-size: 13px;
    letter-spacing: .05em
}

.Copyright {
    padding: 0 12px;
    line-height: 1.2
}

@media only screen and (min-width:64em) {
    .Copyright {
        padding: 0
    }
}

.Copyright-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 13px 0
}

.MaterialMeta,
.MaterialTag {
    display: inline-block
}

.Copyright-container a:hover {
    color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width:48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 13px 0;
        border-top: 1px solid #505050;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.Copyright-container a {
    color: #fff
}

.Copyright-block {
    font-size: 17px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%
}

@media only screen and (min-width:48em) {
    .Copyright-block {
        padding-top: 0;
        border-top: 0 none
    }
}

.Copyright-block:last-child {
    text-align: center
}

.MaterialTag {
    position: relative;
    z-index: 30;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    color: #b88b58;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

span.MaterialTag {
    cursor: default;
    pointer-events: none
}

button,
input[type=submit] {
    cursor: pointer
}

@media only screen and (min-width:32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0 7px;
        letter-spacing: 1px;
        font-size: 12px
    }
}

.MaterialTag--solid {
    color: #fff;
    background: #b88b58;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.MaterialMeta {
    font-size: 20px;
    line-height: 24px;
    color: grey;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: 400
}

@media only screen and (max-width:32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0 5px;
        font-size: 10px;
        letter-spacing: .5px
    }

    .Header-center {
        display: none
    }

    .Header-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .MaterialMeta {
        font-size: 19px
    }
}

.figcaption {
    font-size: 14px
}

.modif li,
.pg.mod-7 li {
    margin-bottom: 10px
}

.modif li:last-child,
.pg.mod-7 li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:48em) {
    .MaterialMeta {
        font-size: 20px;
        line-height: 24px;
        margin-right: 15px
    }
}

.MaterialMeta--time {
    background-size: 12px 12px
}

.App,
.App-content,
.App-footer {
    transition: transform .25s ease-out 0s, -webkit-transform .25s ease-out 0s
}

.MediaMaterial {
    background-color: #fff;
    padding: 20px 12px 0
}

.MediaMaterial-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0 auto 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:63.125em) {
    .MediaMaterial-header {
        max-width: 1000px;
        margin-bottom: 25px
    }
}

.MediaMaterial-tag {
    margin-bottom: 5px
}

.MediaMaterial-meta {
    margin-top: 12px
}

@media only screen and (min-width:48em) {
    .MediaMaterial {
        padding: 25px 15px 0px
    }

    .MediaMaterial-tag {
        margin-bottom: 11px
    }

    .MediaMaterial-meta {
        margin-top: 12px
    }

    .MediaMaterial--fullWidth .MediaMaterial-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width:63.125em) {
    .MediaMaterial-body {
        max-width: 1000px
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, .15)
}

.App-content,
.App-footer {
    z-index: 1;
    position: relative
}

.Material-shadow--top {
    top: 0
}

.Material-container {
    background: #fff;
    position: relative
}

@media only screen and (min-width:48em) {
    .Material {
        padding: 0
    }

    .Body h3 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px
    }
}

.MaterialContent--bannerless .Body>* {
    margin-right: auto;
    margin-left: auto
}

.App {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.App-content {
    background-color: #f2f2f2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #e6e6e6
}

.Footer {
    color: #999;
    background-color: #252525
}

.ava-img {
    width: 50px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.Body a {
    -webkit-box-shadow: 0 -1px #b88b58 inset;
    box-shadow: 0 -1px #b88b58 inset;
    color: #00f
}

.Body a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

html {
    font-family: sans-serif
}

body {
    margin: 0
}

footer,
header,
main,
nav {
    display: block
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    text-transform: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.Menu-item a {
    font-family: Arial, sans-serif !important
}

.contentBox {
    line-height: 1.5
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 27px
}

.blue-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #165391;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e5f2ff
}

.red-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #9f0d0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fee
}

.left-img-box {
    padding: 2%;
    width: 100%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.left-img-box p {
    margin: 0;
    padding: 0;
    max-width: 570px
}

.left-img-box img {
    margin-left: 20px;
    width: 350px;
    height: auto;
    min-width: 350px
}

@media only screen and (max-width:639px) {
    .left-img-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .left-img-box img {
        margin: 0 auto 10px;
        min-width: auto
    }

    .left-img-box p {
        text-align: center
    }
}

a {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.Body p {
    margin-bottom: 0
}

.contentBox span,
a,
h1,
h2,
h3,
p {
    font-family: Arial, Helvetica, sans-serif
}

.MaterialMeta .date-2 {
    padding-left: 20px
}

.comment-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.comment-profile-box {
    margin-bottom: 7px
}

.MediaMaterial-header {
    display: block;
    text-align: center
}

.opacity {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1
}

.opacity:hover {
    opacity: .8
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 2rem 2rem;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    margin-top: 20px
}

.mod-11 .push-comments {
    margin-bottom: 0
}

#push-comments #push_mlyjekpdfdd1__form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43a047;
    border-bottom: 0 solid;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    -webkit-box-shadow: 0 2px 4px -3px #237a27;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
    resize: none;
    overflow: hidden
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    -webkit-box-shadow: 0 2px 4px -3px #000;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px auto 0;
    height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    line-height: 50px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:active,
a:focus {
    outline: 0
}

input,
textarea {
    outline: 0
}

input:active,
textarea:active {
    outline: 0
}

:focus {
    outline: 0
}

textarea {
    resize: none
}

textarea {
    resize: vertical
}

textarea {
    resize: horizontal
}

button:active,
button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.rub-ramka {
    background: rgba(255, 0, 0, .04);
    padding: 6px 12px;
    border-radius: 2px
}

.product-img {
    margin-top: 10px
}

.mylink {
    text-align: center;
    display: table;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 15px;
    padding: 10px 20px;
    -webkit-transition: .2s;
    transition: .2s;
    text-shadow: 0 0 0 #fff;
    line-height: 36px;
    font-size: 26px;
    color: #f44336 !important;
    text-decoration: underline !important
}

.ftrsale {
    display: none;
    width: 100%;
    background: url(../images/blck.png);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.ftrsale.show {
    display: block
}

.ftrsale .mainfoot {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 10px 10px
}

.mainfoot .lft {
    width: 60%
}

.mainfoot .rght {
    text-align: center
}

.mainfoot p {
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 1px
}

.mainfoot p span {
    font-size: 25px;
    color: #f60
}

.mainfoot .cls {
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    background-position: center
}

.ftr-bttn {
    display: inline-block;
    outline: 0;
    border: 2px solid #ffb452;
    -webkit-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, .5), 0 6px 20px 0 #f60;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, .5), 0 6px 20px 0 #f60;
    background-color: #d4d4d4;
    border-radius: 25px;
    color: #f60;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    cursor: pointer;
    padding: 10px 25px
}

.ftr-bttn:hover {
    background-color: #bddabe
}

.ftr-bttn:active {
    background-color: #bddabe;
    -webkit-box-shadow: 0 5px #666;
    box-shadow: 0 5px #666;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@media (max-width:768px) {
    .mainfoot .lft {
        width: 100%;
        float: none
    }

    .mainfoot .rght {
        width: 100%;
        float: none;
        text-align: center
    }

    .mainfoot p {
        line-height: 28px;
        font-size: 18px
    }

    .mainfoot .rght .ftr-bttn {
        display: block;
        max-width: 150px;
        font-size: 18px;
        padding: 10px 10px;
        margin: 20px auto 0
    }

    .ftrsale .mainfoot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none
}

:not(#fake) {
    outline: 0
}

.mod-1 {
    margin: 0;
    padding: 0;
    line-height: 45px
}

.mod-2 {
    text-align: center
}

.mod-3 {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.mod-3__image {
    margin: 10px auto 0
}

.mod-4 {
    max-width: 500px;
    width: 100%
}

.mod-5 {
    margin-left: 40px
}

.mod-5__indent {
    margin-bottom: 10px
}

.mod-6 {
    color: red;
    font-weight: 700
}

.product-image {
    margin-top: 10px
}

.contentBox .rub-ramka,
.pg.mod-7 {
    margin: 10px 0 20px
}

.contentBox .rub-ramka {
    margin-bottom: 10px
}

.contentBox .indent {
    margin-bottom: 20px
}

.pg.mod-7 h3 {
    margin-top: 0
}

.pg.mod-7 ul {
    margin-bottom: 0
}

.mod-7 {
    background: #ffeca6 none repeat scroll 0 0;
    padding: 20px;
    border: 1px solid red
}

.mod-8 {
    font-size: 18px
}

.Body h3.mod-9 {
    font-size: 20px;
    text-decoration: underline
}

.mod-10 {
    color: #6b6b6b
}

@media only screen and (min-width:64em) {
    .Copyright-container {
        max-width: 860px
    }

    .pg.mod-7 h3 {
        margin-top: 35px
    }

    .pg.mod-7 ul {
        margin-bottom: 18px
    }

    #push-comments #push_mlyjekpdfdd1 {
        padding: 3rem 2rem;
        margin-bottom: 40px
    }

    .ftrsale .mainfoot {
        padding: 20px 10px
    }
}

.mod-11 {
    margin-bottom: 25px
}

.mod-12 {
    border: 1px solid #43a047;
    -webkit-box-shadow: 0 2px 4px -3px #237a27;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%
}

.mod-13 {
    text-transform: uppercase
}

.mod-14 {
    position: relative;
    margin-bottom: 25px
}

.mod-15 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: text
}

.mod-16 {
    position: relative
}

.mod-17 {
    position: absolute;
    width: 100%;
    height: 94%;
    top: 0;
    left: 0;
    cursor: text
}

#comebacker_main_div {
    display: none !important
}

@media (max-width:32em) {
    .modif {
        margin-left: 0
    }

    .pg.mod-7 {
        padding: 20px 10px
    }

    .pg.mod-7 ul {
        padding-right: 20px
    }

    .mod-5__indent {
        margin-left: 10px;
        padding-right: 20px
    }
}