.poll-form {
    display: none;
    background: #4caf50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.poll-form form {
    border-top: 8px solid rgb(147, 246, 145);
    padding: 30px;
    max-width: 640px;
    width: 100%;
    background: #FFF;
    text-align: left;
    margin: 5% auto 0;
}

.first-form .text {
    display: inline-block;
    vertical-align: middle;
}

.first-form .check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .1s .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .1s .15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: transform, border-radius;
    transition-property: transform, border-radius;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 2px solid #757575;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.first-form .check:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    display: block;
    width: 7px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
}

.first-form .check:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-62deg);
}

.active {
    border-color: #4caf50 !important;
    background: #4CAF50;
}



.first-form span {
    display: inline-block;
    vertical-align: middle;
}

.poll-form form h3 {
    font-size: 34px;
    margin-bottom: 40px;
}

.poll-form form p {
    font-size: 20px;
    margin-bottom: 20px;
}

.first-form,
.second-form {
    margin-bottom: 20px;
}

.second-form .check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .1s .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .1s .15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: transform, border-radius;
    transition-property: transform, border-radius;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #757575;
    margin-right: 7px;
}

.second-form .text {
    display: inline-block;
    vertical-align: middle;
}


.active2 {
    border-color: #4caf50 !important;
    position: relative;
}

.active2:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    background: #4CAF50;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.form-btn {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    background: #1A73E8;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: "Karla", sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

a {
    font-weight: bold;
}

.limit {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
}

header {
    background-color: #fff;
    width: 100%;
    max-width: inherit;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 9;
    box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.17);
    -webkit-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.17);
    -moz-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.17);
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -moz-transition: all .1s ease;
    line-height: 70px;
}

.header_scrl {
    padding: 60px 20px 0px 20px;
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    width: 250px;
    text-align: left;
    margin-top: 0;
}

.logo a {
    text-decoration: none;
    color: #88aa89;
    font-size: 28px;
}

header .nav {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
}

header .nav ul li {
    display: inline-block;
    padding: 0px 8px;
}

header .nav ul li:after {
    content: '\e808';
    font-family: "fontello";
    font-style: normal;
    font-weight: lighter;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    color: #c5c5c5;
    vertical-align: middle;
    font-size: 8px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header .nav ul li a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 13px;
}

header .soc {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    text-align: right;
}

header .soc a span {
    text-decoration: none;
    color: black;
}

main {
    background-color: #fff;
    margin-top: 50px;
    padding: 10px 100px;
}

main h1 {
    text-align: center;
    padding-top: 35px;
    font-size: 32px;
}

main img {
    display: block;
    width: 80%;
    margin: 10px auto;
}

main p {
    color: #444;
    line-height: 23px;
    padding: 5px 0px;
}

main .prod {
    width: auto;
}

main .btn {
    text-align: center;
    margin: 20px 0px;
}

main .btn a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    background-color: #d31900;
}

main .btn a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

main .comments {
    padding: 10px 0px;
}

main .comments .haed_comm {
    font-size: 18px;
    color: black;
    font-weight: 900;
}

#hdr {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(19, 128, 0, 0.8);
    color: white;
    padding: 0 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    z-index: 10;
    border-bottom: 3px dashed white;
}

#ftr {
    position: fixed;
    padding: 7px;
    color: #000;
    font-size: 16px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(19, 128, 0, 0.8);
    text-align: center;
    display: none;
    z-index: 101;
    line-height: 4px;
    border-top: 3px dashed white;
}

.btn3 {
    font-size: 19px;
    background: #dd3838;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.26);
    background: -moz-linear-gradient(left, #d31900 0%, #d31900 100%);
    background: -webkit-linear-gradient(left, #d31900 0%, #d31900 100%);
    background: linear-gradient(to right, #d31900 0%, #d31900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbb3f', endColorstr='#729b01', GradientType=1);
    outline: none;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn3:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.offer {
    display: inline-block !important;
    vertical-align: middle !important;
}

footer {
    text-align: center;
    background-color: white;
}

span {
    font-size: 18px;
}

header .icon-menu {
    display: none;
}

@media screen and (max-width: 1176px) {
    header .nav ul li {
        display: inline-block;
        padding: 0px 3px;
    }
}

@media all and (max-width: 1106px) {
    header .soc {
        display: none;
    }
}

@media all and (max-width: 1000px) {
    header .soc {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    header .nav ul {
        display: none;
    }

    header .icon-menu {
        display: block;
        text-align: center;
        font-size: 30px;
    }

    main h1 {
        padding-top: 20px;
    }

    header {
        position: relative;
    }

    main {
        margin-top: 0;
    }
}

@media screen and (max-width: 730px) {
    header {
        padding: 12px 30px;
    }

    header .logo {
        display: block;
        text-align: center;
        width: 100%;
    }

    header .nav {
        display: block;
        width: 100%;
    }

    header .soc {
        display: none;
    }

    main {
        padding: 5px;
    }

    main img {
        width: 100%;
    }

    main .prod {
        width: 80%;
    }

    .comment .comm_body img {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #ftr {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

@media all and (max-width: 430px) {
    main h1 {
        padding-top: 20px;
    }
}

.page_margin-b_30 {
    margin-bottom: 30px;
}

.page__table_grey {
    width: calc(100% + 59px);
    margin-top: 15px;
    margin-bottom: 40px;
    border: 10px solid transparent;
    border-left-width: 0;
    border-spacing: 0 10px;
    border-collapse: separate;
    background: #f6f6f6;
}

.page__table {
    width: 100%;
    margin-left: -19px;
}

.page__table-td:first-of-type {
    padding-left: 20px;
    width: 80px;
    line-height: 35px;
    font-weight: 600;
}

.page__table-td_top {
    vertical-align: top;
}

td,
th {
    padding: 0;
}

.search__item {
    display: inline-block;
    height: 35px;
    margin: 0 8px 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    padding: 0 9px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    background: #fff;
    transition: all .2s;
    text-decoration: none;
}

.comment {
    border-bottom: 1px solid gray;
}

.comm-avatar {
    float: left;
    width: 50px;
}

.comm-area {
    margin-left: 60px;
}

.comm-area p {
    text-align: left;
}

.comm-body img {
    display: block;
    max-width: 246px;
    margin: 10px auto 0;
}