
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

footer, header, main {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

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

button {
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

textarea {
    overflow: auto
}

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

td {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7head {
        width: 63.33333333%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5head {
        width: 36.66666667%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

.container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

@media screen and (max-width: 999px) {
    .body-center {
        width: 750px
    }

    .content1 .block-for-form:after {
        width: 80px;
        height: 37px;
        background-size: contain;
        bottom: 0;
        left: -44px
    }

    .block-for-form {
        padding: 10px 0 0 46px
    }

    .content2 .line-content {
        margin-left: 294px
    }

    .title {
        padding-right: 0;
        padding-left: 20px
    }

    .line {
        margin-left: 20px
    }

    .content5 .title {
        font-size: 39px
    }

    .text2-content6 {
        padding: 0 10px;
        font-size: 23px;
        line-height: 30px
    }

    .content9 {
        background-size: cover
    }

    .content9 .block-for-form {
        padding: 10px 0 0 0
    }
}

@media screen and (max-width: 767px) {
    .body-center {
        width: 470px
    }

    header {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .logo {
        float: none;
        padding-left: 0;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .content1 {
        padding-bottom: 80px;
        background-size: cover;
        background-position: 48% top
    }

    .content1 .block-for-form:after {
        display: none
    }

    .title {
        padding-left: 0;
        text-align: center
    }

    .line {
        display: none
    }

    .block-content1 {
        display: block;
        width: 100%;
        font-size: 75%
    }

    .block-for-form {
        display: block;
        width: 100%;
        padding: 10px 0 0 0
    }

    .content2 {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .title-content {
        font-size: 33px
    }

    .content2 .line-content {
        margin-left: auto
    }

    .text1-content2 {
        font-size: 20px;
        line-height: 24px
    }

    .content3 {
        background-size: cover;
        padding-top: 75px;
        padding-bottom: 40px
    }

    .text-content4 {
        font-size: 20px;
        line-height: 24px;
        padding: 25px 10px 0 10px
    }

    .content5 {
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 50px
    }

    .text-content6 {
        font-size: 20px;
        line-height: 27px;
        padding: 25px 10px 35px 10px
    }

    .text2-content6 {
        padding: 0;
        font-size: 26px;
        line-height: 32px
    }

    .content7 {
        padding-top: 20px
    }

    .content7 .body-center {
        padding-bottom: 1px
    }

    .content9 {
        background-size: cover;
        padding-top: 80px
    }

    .content9 .block-content1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }

    .content9 .title {
        padding: 0 15px
    }

    .content9 .block-for-form {
        width: 100%
    }

    .footer {
        margin-top: 45px
    }

    .footer .right {
        margin-top: 12px
    }
}

@media screen and (max-width: 480px) {
    .content1 {
        background: url(../img/bg-content1-480.jpg) no-repeat center top;
        background-size: cover;
        min-height: 910px
    }

    .content3 {
        background: url(../img/bg-content3-480.jpg) no-repeat center top;
        background-size: cover;
        min-height: 650px
    }

    .content5 {
        background: url(../img/bg-content5-480.jpg) no-repeat center top;
        background-size: cover;
        min-height: 660px
    }

    .content9 {
        background: url(../img/bg-content9-480.jpg) no-repeat center top;
        background-size: cover
    }
}

@media screen and (max-width: 479px) {
    .body-center {
        width: 98%
    }

    .block-content1 {
        font-size: 75%
    }

    .title {
        font-size: 30px
    }

    span {

    }
}

@media screen and (max-width: 419px) {
    .footer .center, .footer .right {
        float: none;
        text-align: center
    }

    .content9 .title {
        padding: 0 1px
    }
}

@media screen and (max-width: 319px) {
    .title {
        font-size: 34px;
        line-height: 37px
    }

    .content1 .title {
        line-height: 51px
    }

    .title-content {
        font-size: 30px
    }

    .text-content4 {
        padding: 25px 0 0 0
    }

    .content5 .title {
        font-size: 31px
    }

    .text-content6 {
        font-size: 20px;
        line-height: 24px;
        padding: 25px 0 35px 0
    }

    .content7 .body-center {
        padding-bottom: 220px
    }

    .block-for-form, .content9 .block-for-form {
        padding: 10px 5px 0 5px
    }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, main {
    display: block
}

[hidden] {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

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

button {
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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 {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

textarea {
    overflow: auto
}

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

td {
    padding: 0
}

@font-face {
    font-family: 'Open Sans', sans-serif;
  format('truetype');
    font-weight: 400;
    font-style: normal
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header_text {
    background-color: #92aa13;
    color: #fff;
    font-size: 20px;
    font-family: OpenSans-Light;
    display: inline-block;
    padding: 13px 33px;
    position: absolute;
    left: 0;
    bottom: 0
}

html {
    font-size: 62.5%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    color: #444;
    line-height: 1.5625;
    position: relative;
    background: #8cc94c url(../img/bg.jpg) repeat-x
}

.malahov_banner {
    position: relative;
    height: 167px;
    background: url(../img/header_banner.jpg) no-repeat;
    padding: 20px
}

.leftimg {
    float: left;
    margin: 7px 5px 7px 0
}

.topcontainer {
    padding: 0 !important
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 0 20px;
    position: relative
}

header {
    border-bottom: 1px solid #f4f2c2;
    margin-bottom: 1em
}

img {
    vertical-align: bottom;
    max-width: 100%

}

.table {
    display: table;
    width: 100%
}

.cell {
    display: table-cell;
    vertical-align: middle
}

header .cell {
    height: 105px
}

.logo {
    background: url(../img/logo.png) no-repeat 15px center;
    padding-left: 115px;
    line-height: 1.2
}

header img.img-responsive {
    display: inline
}

.bold {
    font-weight: 700
}

.c-mork {
    color: #ca654e
}

.up {
    text-transform: uppercase
}

.fs25 {
    font-size: 2.5rem;
    line-height: 1.2
}

.c-gol {
    color: #54aaaa
}

.header_right {
    text-align: right;
    padding-right: 1.5em;
    font-size: 1.1rem;
    background: url(../img/1000.jpg) no-repeat left center;
    width: 263px;
    float: right
}

.header_right span {
    text-align: left;
    display: inline-block
}

.main {
    width: 672px;
    float: left
}

h1 {
    color: #0a0a0a;
    font-size: 2.9rem;
    line-height: 1.2
}

.social {
    background: #eee;
    margin: 2em 0;
    font-size: 1.3rem;
    color: #797979
}

.social .cell {
    height: 3.4rem
}

.social_comm {
    text-align: right
}

.full_width {
    width: 100%
}

.border {
    border: 1px solid #e2e2e2
}

h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #0a0a0a;
    position: relative;
    margin-top: 2em
}

h2:after {
    content: '';
    margin-top: 12px;
    border-bottom: 4px solid #8cc94c;
    display: block
}

.sposob {
    border: 1px solid #cae1e8;
    padding: 0 1em 1em 1em;
    margin: 2em 0
}

.c-gol2 {
    color: #2c95b7
}

.line_gol {
    height: 1px;
    background: #cae1e8
}

.sposob label {
    cursor: pointer;
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 5px 0;
    margin-top: -9px
}

.sposob label:after {
    content: '';
    display: table;
    clear: both
}

.sposob .line_gol {
    margin-bottom: 1.5em
}

.sposob input[type=radio] {
    float: left;
    margin-right: .5em;
    margin-bottom: 1em
}

.sposob input[type=radio]:nth-of-type(1) {
    margin-top: 9px
}

.fs12 {
    font-size: 1.2rem
}

.sposob label:nth-last-of-type(1) {
    height: 31px
}

.fs14 {
    font-size: 1.4rem
}

.ofsite .cell {
    height: 76px
}

.perehod {
    font-size: 14px;
    line-height: 1.2
}

.btn {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background: #db2020;
    height: 76px;
    border: none;
    border-radius: 6px;
    border-bottom: 6px solid #b80404
}

.btn:hover {
    background: #e82c2c;
    border-bottom: 6px solid #b80404
}

.ofsite {
    margin-top: .6em
}

.like {
    border: 2px solid #e6e6e6;
    padding: 0 1em 1em 1em;
    margin: 2em 0 3em 0;
    border-radius: 3px
}

.c-black {
    color: #0a0a0a
}

.mb05 {
    margin-bottom: .5em
}

.mb0 {
    margin-bottom: 0
}

.mt05 {
    margin-top: .5em
}

.line_ser {
    height: 1px;
    background: #dad4d4;
    margin-left: 9px;
    margin-bottom: 1.5em;
    margin-top: 1em
}

.c-ser {
    color: #383838
}

.text-right {
    text-align: right
}

.col-com-6 {
    width: 50%;
    float: left
}

.form {
    margin-top: 3em;
    font-size: 1.4rem;
    margin-bottom: 7em
}

input[type=text], textarea {
    width: 50%;
    display: block;
    height: 43px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    padding-left: 1em;
    outline: 0;
    margin-bottom: 1em
}

textarea {
    width: 100%;
    color: #989898;
    min-height: 10em
}

button[type=submit] {
    color: #fff;
    width: 216px;
    height: 50px;
    background: #5c849e;
    border: none;
    border-radius: 10px
}

button[type=submit]:hover {
    background: #6590ab
}

footer .container {
    min-height: 88px;
    background: #ebebeb;
    border-top: 1px solid #e1e0e0;
    padding-top: 12px
}

.right_col {
    float: right;
    width: 268px
}

.recommend {
    width: 266px;
    text-align: center;
    margin-top: 50px;
    right: 9px
}

.recommend_top {
    height: 48px;
    background: #4aa224;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    position: relative
}

.recommend_top:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 13px 0;
    border-color: transparent #4aa224 transparent transparent;
    left: 0;
    bottom: -13px
}

.recommend_top:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 0 0;
    border-color: #4aa224 transparent transparent transparent;
    right: 0;
    bottom: -13px
}

.recommend_main {
    width: 234px;
    margin: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1em 1em 2em 1em;
    text-align: center;
    background: #fff
}

.recommend_main:hover .btn2 {
    opacity: .8
}

.img-center {
    display: block;
    margin: auto
}

.fs13 {
    font-size: 1.3rem
}

.btn2 {
    width: 174px;
    height: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    background: #e76464;
    border: none;
    border-radius: 8px
}

.comment_hide {
    display: none
}

::-webkit-input-placeholder {
    color: #989898
}

::-moz-placeholder {
    color: #989898;
    opacity: 1
}

:-moz-placeholder {
    color: #989898;
    opacity: 1
}

:-ms-input-placeholder {
    color: #989898;
    opacity: 1
}

.toform {
    cursor: pointer
}

.recommend a {
    text-decoration: none;
    color: inherit
}

#result {
    display: none
}

.opros_podp {
    height: 22px;
    margin-bottom: 13px;
    line-height: 22px
}

.bar_percent, .bar_percent1, .bar_percent2, .bar_percent3, .bar_percent4 {
    height: 22px;
    margin-bottom: 13px;
    line-height: 22px;
    background: #f1f1f1;
    width: 85%;
    max-width: 320px;
    position: relative
}

.bar_percent1:before, .bar_percent2:before, .bar_percent3:before, .bar_percent4:before, .bar_percent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 27%;
    background: #2c95b7
}

.bar_percent1:after, .bar_percent2:after, .bar_percent3:after, .bar_percent4:after, .bar_percent:after {
    content: '27%';
    position: absolute;
    top: 0;
    right: -38px;
    font-weight: 700;
    color: #555
}

.bar_percent2:before {
    width: 14%
}

.bar_percent2:after {
    content: '14%'
}

.bar_percent3:before {
    width: 52%
}

.bar_percent3:after {
    content: '52%'
}

.bar_percent4:before {
    width: 7%
}

.bar_percent4:after {
    content: '7%'
}

.stat {
    width: 266px;
    margin: 1em auto 0 auto;
    background: #f3f3f3;
    color: #515151;
    font-size: 1.3rem;
    padding: 1px 10px 10px 10px
}

.text-center {
    text-align: center
}

.stat_table {
    width: 100%
}

.stat_table tr td:nth-of-type(1) {
    width: 140px;
    text-align: right
}

.stat_table tr td:nth-of-type(2) {
    text-align: left;
    padding-left: 10px;
    font-weight: 700
}
.center-foto{margin: 0 auto; display: block;}

@media only screen and (max-width: 1199px) {
    .main {
        width: 100%
    }

    .right_col {
        display: none
    }

    .malahov_banner {
        display: none
    }
	
	
}

@media only screen and (max-width: 991px) {
    .col-480-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width: 770px) {
    .topcontainer .row {
        margin: 0
    }

    .head {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .header_right {
        padding-right: 0;
        text-align: center;
        float: none;
        width: 292px
    }

    input[type=text] {
        width: 100%
    }

    .opros_podp {
        font-size: 1.4rem
    }

    .col-sm-5 {
        display: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-480-6 {
        width: 50%;
        float: left
    }

    .col-480-7 {
        width: 58.33333333%;
        float: left
    }

    .col-480-5 {
        width: 41.66666667%;
        float: left
    }
}

@media only screen and (max-width: 599px) {
    .col-xs-4, .col-xs-8 {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .col-com-6 {
        width: 100%;
        float: none;
        display: block
    }

    .text-right {
        text-align: left
    }

    .social_comm {
        font-size: 1.1rem
    }

    .opros_podp {
        margin-bottom: 3px;
        font-size: inherit
    }

    .fs25 {
        font-size: 2rem
    }

    h1 {
        font-size: 2.4rem
    }

    h2 {
        font-size: 2.4rem
    }

    .c-gol {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 319px) {
    .fs25 {
        font-size: 2rem
    }

    .header_right {
        width: inherit;
        background-image: none
    }

    h1 {
        font-size: 2.4rem
    }

    .col-480-6 {
        float: none;
        width: 100%
    }

    .btn {
        font-size: inherit
    }

    .perehod {
        line-height: inherit
    }
}


@media only screen and (max-width: 451px) {
    .bot_jpg {
max-width: 360px;
        width: 100%;
    }



#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}

#push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
    padding-top: 12px;
}


#push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
    margin: 40px 5px;
}

#push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}

input[type=search] {
    box-sizing: border-box;
}