@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

/*
    font-family: "Open Sans", sans-serif;
*/

a,
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
}

a,
input[type="password"],
input[type="text"],
textarea {
    padding: 0;
}

.clearfix:after,
.invisible {
    visibility: hidden;
}

.btn,
.form-top,
.form-top-b,
.formbg .js-submit,
.formbg-header,
.s5journal .j-opinion,
.upper {
    text-transform: uppercase;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: 0.55;
}

.jq-number__spin,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-file__name,
.jq-selectbox__select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    font-size: 100%;
}

* {
    box-sizing: border-box;
}

a {
    vertical-align: baseline;
    background: 0 0;
}

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

td,
td img {
    vertical-align: top;
}

.page-wrapper__inner,
.wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

sub,
sup {
    font-size: smaller;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

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

nav ul,
ul {
    list-style: none;
}

.placeholder {
    color: #40585b;
    font-size: 20px;
}

:-moz-placeholder {
    color: #40585b;
    font-size: 20px;
}

::-webkit-input-placeholder {
    color: #40585b;
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #40585b;
    font-size: 20px;
}

html {
    font-size: 10px;
}

body {
    background: #fff;
    line-height: 1.2;
    color: #292929;
    text-align: left;
    font: 18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Open Sans", sans-serif;
}

button,
input,
select,
textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

button,
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

a:hover {
    color: #e9d8a6;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
}

.lte8 .clearfix {
    overflow: hidden;
    zoom: 1;
}

.clear {
    clear: both;
}

.dib {
    zoom: 1;
    display: inline-block;
    vertical-align: top;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    line-height: 1;
}

.page-wrapper__inner {
    max-width: 1020px;
    padding: 0 15px;
}

.s2dib img,
img {
    max-width: 100%;
}

.translate5050 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.transitionall * {
    transition: all 0.5s ease-out;
}

.transitionmy {
    transition: transform 0.5s ease-out;
}

.dispn {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.posrel {
    position: relative;
}

.fs0 {
    font-size: 0;
}

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

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

.font-light {
    font-weight: 300;
}

.w50 {
    width: 50%;
}

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

.mt20 {
    margin-top: 20px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.tdlh {
    text-decoration: line-through;
}

img {
    height: auto;
}

.btn {
    background: url(../images/btn.png) no-repeat;
    width: 216px;
    height: 58px;
    line-height: 58px;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.btn:active,
.btn:focus,
.btn:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.page-form {
    background: none;
    line-height: 1;
}

input.inp,
select {
    width: 100%;
    padding: 9px 10px;
    border: 0;
    outline: 0;
    margin-bottom: 13px;
    background: #fff;
    font-size: 20px;
    color: #40585b;
}

input.inp.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.page-form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 5px;
    padding: 0;
    width: 100%;
}

h2,
header h1 {
    font-family: "Times New Roman", Times, serif;
    zoom: 1;
}

header {
    background: linear-gradient(to left,
            #a1c5ca 0,
            #d7f4f4 40%,
            #ddfaf9 50%,
            #d7f4f4 60%,
            #a1c5ca 100%);
    height: 734px;
    background-size: cover;
    overflow: hidden;
}

header .top-menu {
    padding-top: 32px;
}

header .top-menu li {
    padding: 0 42px;
    float: left;
    background: url(../images/bglitop.jpg) 0 50% no-repeat;
}

header .top-menu li:first-child {
    background: 0 0;
}

header .top-menu a {
    color: #40585b;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
}

header .top-menu a.active,
header .top-menu a:hover {
    color: #006698;
    text-decoration: underline;
}

header h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 41px;
    font-size: 3.1rem;
    font-weight: 700;
    padding: 6px 25px;
    border-left: 10px solid #005278;
    background: #016c9e;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}

header .listslide1 li {
    background: url(../images/list1.png) 0 50% no-repeat;
    display: table;
    padding-left: 55px;
    color: #40585b;
    margin-bottom: 7px;
    line-height: 1;
}

.form-top,
.form-top-b,
header .realworks-block {
    color: #016c9e;
    font-weight: 700;
}

header .listslide1 li p {
    display: table-cell;
    vertical-align: middle;
}

header .listslide1 li p span {
    display: block;
    height: 28px;
    height: auto !important;
    min-height: 28px;
    line-height: 1.2;
}

header .realworks-block {
    position: absolute;
    bottom: -215px;
    left: 13px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    padding-top: 75px;
    background: url(../images/s1ar.png) 100% 0 no-repeat;
    width: 165px;
}

header .formbg {
    top: 130px;
    right: 0;
}

.good-header {
    width: 282px;
    height: 258px;
    position: absolute;
    bottom: -265px;
    left: 100px;
}

.form-top {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 61px 0 0 24px;
}

.form-top-b {
    font-size: 36px;
    margin: 5px 0 0 24px;
}

.form-top-b span {
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 36px;
}

.formbg {
    background: url(../images/formbg.png) no-repeat;
    width: 422px;
    height: 440px;
    position: absolute;
}

.formbg .formskid {
    background: url(../images/skid.png) no-repeat;
    background-size: contain;
    width: 107px;
    height: 135px;
    position: absolute;
    top: 6px;
    right: 31px;
}

.form-top {
    margin-bottom: 35px;
}

.page-form form,
.formbg form {
    /* padding: 34px 44px 0; */
    width: 100%;
}

.page-form form {
    padding: 0 30px 15px;
    max-width: calc(334px + 60px);
    margin: 0 auto;
}

.page-form .js-submit,
.formbg .js-submit {
    background: url(../images/btn.png) no-repeat center top;
    width: 340px;
    height: 85px;
    border: 0;
    outline: 0;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    transition: color 0.5s ease-out, transform 0.5s ease-out;
    margin: 30px auto 0;
}

.page-form .js-submit {
    background-size: 100% 100%;
    font-size: 30px;
    height: 78px;
    max-width: 290px;
    width: 100%;
    padding: 10px;
}

.page-form .js-submit:focus,
.page-form .js-submit:hover,
.formbg .js-submit:focus,
.formbg .js-submit:hover {
    transform: scale(1.05);
    color: #000;
}

.formbg .js_new_price_curs,
.formbg .spec18 {
    color: #016c9e;
    font-weight: 700;
    text-align: center;
}

.formbg .spec18 {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
}

.js_new_price_curs,
.spec18 {
    color: #016c9e;
    font-weight: 700;
    text-align: center;
}

.formb .js_new_price_curs {
    font-size: 36px;
}

.last__btn {
    background-image: linear-gradient(to right,
            #1ac5a5,
            #2acaac,
            #37cfb4,
            #42d4bb,
            #4cd9c2,
            #4cd9c2,
            #4cd9c2,
            #4cd9c2,
            #41d3ba,
            #36cdb2,
            #29c8aa,
            #19c2a2);
    color: #fff;
    box-shadow: 0 5px 0 0 rgb(8 122 101);
    border: none;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    font-size: 28px;
    width: 100%;
    border-radius: 10px;
}

.formb .js_old_price_curs {
    color: #40585b;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
}

.js_new_price_curs {
    font-size: 36px;
}

.js_old_price_curs {
    color: #40585b;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
}

.pt0 {
    padding-top: 0 !important;
}

.js_new_price_curs {
    font-size: 36px;
}

.gr {
    font-size: 18px;
}

.js_old_price_curs {
    color: #40585b;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
}

h2,
h2.green {
    color: #fff;
    padding: 6px 25px;
}

.men1slide {
    background: url(../images/muz1.png) no-repeat;
    width: 337px;
    height: 564px;
    position: absolute;
    bottom: -306px;
    left: 299px;
}

h2 {
    font-size: 60px;
    font-size: 5rem;
    font-weight: 700;
    border-left: 12px solid #005278;
    background: #016c9e;
    vertical-align: top;
}

h2.green {
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 60px;
    font-size: 5rem;
    border-left: 12px solid #13715f;
    background: #15b093;
    display: block;
    text-align: center;
}

h2.green span {
    color: #095143;
}

.s2dib {
    width: 25%;
    color: #40585b;
}

.s2dib img {
    display: block;
    margin: 0 auto;
}

.s2dib .s2text {
    width: 225px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
}

.slide2 {
    padding-bottom: 33px;
}

header .page-wrapper__inner::after {
    content: "";
    display: table;
    clear: both;
}

.flex_wrap3,
.popup {
    display: -webkit-flex;
}

.slide3 {
    background: url(../images/slide3.png) 50% 0 no-repeat;
    padding-top: 5px;
}

.slide3 .right-sides3 {
    width: 100%;
    max-width: 670px;
}

.slide3 .right-sides3 p {
    padding-bottom: 35px;
    font-size: 18px;

    line-height: 1.35;
    color: #08352c;
}

.slide3 .right-sides3 p span {
    background: #fff;
}

.s3item {
    max-width: 160px;
}

.flex_wrap3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
}

.popup,
.product_wrap {
    -ms-align-items: center;
    align-items: center;
}

.slide4 {
    background: #aed2e3;
    padding: 20px 0;
}

.slide4 .s2text {
    padding: 20px 0 40px;
    color: #005a84;
}

.lt16 {
    margin-top: 20px;
}

.slide5 {
    background: url(../images/s5.jpg) 50% 0 no-repeat;
    height: 709px;
    background-size: cover;
}

.s5journal {
    background: url(../images/journal.png) no-repeat;
    width: 807px;
    height: 724px;
    position: absolute;
    top: -15px;
    left: 84px;
}

.s5journal .s5doc {
    background: url(../images/s5fov.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 85px;
    right: 135px;
}

.s5journal .j-top {
    color: #5d7d81;
    font-size: 18px;
    position: absolute;
    top: 72px;
    left: 47px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
}

.s5journal .j-top span {
    font-style: normal;
    font-weight: 700;
}

.s5journal .j-opinion {
    font-family: "Times New Roman", Times, serif;
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    top: 121px;
    left: 60px;
    color: #fff;
}

.s5journal .j-text {
    position: absolute;
    top: 219px;
    left: 121px;
    width: 546px;
}

.s5journal .j-text p {
    font-size: 18px;
    padding-bottom: 35px;
    line-height: 1.3;
    color: #40585b;
}

.firsts6 td,
.slide6 {
    padding-bottom: 30px;
}

.s5journal .j-doc {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    bottom: 23px;
    left: 122px;
    color: #005a84;
}

.s5journal .j-id {
    background: url(../images/jid.png) no-repeat;
    height: 105px;
    width: 86px;
    position: absolute;
    bottom: 9px;
    right: 179px;
}

.firsts6 td {
    vertical-align: middle;
    color: #40585b;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

.firsts6 td:first-child {
    color: #13715f;
    font-size: 60px;
    font-size: 6rem;
    vertical-align: top;
    font-family: "Times New Roman", Times, serif;
    padding: 0 20px;
    white-space: nowrap;
}

.firsts6 td:first-child span {
    text-decoration: underline;
}

.secons6 .top-witch-compl {
    padding-left: 100px;
    text-align: center;
    line-height: 1.2;
    font-size: 28px;
    font-size: 2.8rem;
    color: #0273a7;
    padding-bottom: 25px;
}

.secons6 .bottoms6bordererd {
    font-size: 24px;
    font-size: 2.4rem;
    color: #40585b;
    background: #e4f5f2;
    border: 2px dashed #92a7aa;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
}

.secons6 .bottoms6bordererd div {
    height: 120px;
    display: table;
}

.secons6 .bottoms6bordererd div span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 60px;
    width: 100%;
    height: 120px;
}

.hardtable td,
.hardtable th {
    padding: 15px 10px;
    font-size: 16px;
    color: #08575b;
    text-align: center;
    width: 200px;
    position: relative;
}

.hardtable td b,
.hardtable th b {
    text-transform: uppercase;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.abspodl,
.abspodl img,
.footer-skid,
.jq-file__browse,
.s5our,
footer .fmuzi,
footer .sustabot {
    position: absolute;
}

.sustabot .prod {
    width: 100%;
    height: auto;
}

.hardtable td:first-child {
    text-align: left;
}

.hardtable tr {
    background: #eff6f7;
}

.hardtable tr:nth-child(even) {
    background: #c4e9e2;
}

.greenbgtd {
    background: #a7cf35;
}

.abspodl {
    width: 181px;
    height: auto;
    left: 12px;
    top: -15px;
    z-index: 1;
}

.abspodl img {
    bottom: -29px;
    right: -106px;
}

span.allert {
    color: #d01b1b !important;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        transform: scale(1.1);
    }
}

@keyframes pulse {
    to {
        transform: scale(1.1);
    }
}

.slide7 {
    background: #eff6f7;
    padding-bottom: 35px;
    padding-top: 5px;
}

.slide7 h2.green {
    margin-top: 15px;
}

.slide7 .rewwr {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e7edee;
    display: table;
    color: #40585b;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.product_name,
footer .ftext {
    font-family: "Times New Roman", Times, serif;
}

.slide7 .rewwr .cell {
    padding: 20px;
    vertical-align: top;
    display: table-cell;
}

.slide7 .rewwr .cell img {
    height: auto;
    max-width: inherit;
}

.slide7 .rewwr .author {
    padding-top: 20px;
    text-align: right;
}

footer h2 {
    font-size: 31px;
    margin-bottom: 30px;
}

footer .formbg {
    top: 120px;
    right: 0;
    height: 400px;
    background: url(../images/formbg1.png) no-repeat;
}

footer .formbg form {
    padding: 0 34px;
    width: 100%;
}

footer .formbg .formskid {
    background: url(../images/skid1.png) no-repeat;
    width: 115px;
    height: 116px;
    top: 230px;
    right: -22px;
}

footer .ftext {
    font-size: 24px;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #40585b;
    padding-left: 70px;
    background: url(../images/list1.png) 2px 15px no-repeat;
}

.formbg-header,
.s5our {
    color: #016c9e;
    font-weight: 700;
    text-align: center;
}

footer .ftext b {
    font-size: 48px;
    font-size: 4.8rem;
}

footer .fmuzi {
    background: url(../images/fmuzi.png) no-repeat;
    width: 672px;
    height: 469px;
    top: 90px;
    left: 50%;
    margin-left: -336px;
}

footer .sustabot {
    width: 137px;
    left: 65px;
    bottom: -295px;
}

.prod {
    display: block;
    max-width: 120px;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.last-prod {
    max-width: 150px;
}

.footer-skid {
    bottom: 7px;
    left: 0;
}

.formbg-header {
    font-size: 31px;
    font-size: 3.1rem;
    padding: 15px 0;
}

.s5our {
    padding-left: 44px;
    background: url(../images/our.png) 0 100% no-repeat;
    font-size: 30px;
    height: 136px;
    top: -175px;
    right: 0;
}

.jq-checkbox,
.jq-radio {
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: #f5f5f5;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff,
        inset 1px -1px #fff;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #aaa;
}

.jq-checkbox.focused {
    border: 1px solid #08c;
}

.jq-radio {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background: #f5f5f5;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff,
        inset 1px -1px #fff;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-radio.focused {
    border: 1px solid #08c;
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__browse,
.jq-file__name {
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
}

.jq-file__browse {
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
        0 1px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
    background: #e6e6e6;
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #b3b3b3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
        0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

.jq-number__spin.minus:after,
.jq-number__spin:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #e6e6e6;
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #999;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-bottom: none;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    margin-bottom: 13px;
}

.jq-selectbox__select {
    height: 44px;
    padding: 0 45px 0 10px;
    border: 0;
    border-radius: 0;
    background: #fdfdfb;
    color: #333;
}

.jq-selectbox__select:hover {
    background: #e6e6e6;
}

.jq-selectbox__select:active {
    background: #f5f5f5;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #40585b;
    line-height: 44px;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 22px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown,
.jq-selectbox__search input {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.jq-selectbox__dropdown {
    margin: 2px 0 0;
    padding: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    margin: 0;
    padding: 5px 27px 6px 8px;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231f20;
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff;
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.jq-selectbox li.disabled:hover {
    background: 0 0;
}

.jq-selectbox li.optgroup {
    font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff;
}

.jq-select-multiple li.optgroup {
    font-weight: 700;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type="email"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type="email"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #b3b3b3 #ccc #ccc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type="button"].styler,
input[type="reset"].styler,
input[type="submit"].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: #f5f5f5;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1,
        0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="reset"].styler:hover,
input[type="submit"].styler:not([disabled]):hover {
    background: #e6e6e6;
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="reset"].styler:active,
input[type="submit"].styler:not([disabled]):active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6c6e6f;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
}

.copyright img:first-child {
    display: block !important;
}

.slide2 h2,
h2 {
    display: block;
    text-align: center;
}

.copyright a {
    color: #6c6e6f;
    text-decoration: none;
}

.copyright a:hover {
    color: #ff0069;
    text-decoration: none;
}

.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 11px;
    background: #dc3434;
    color: #fff;
    margin-top: 9px;
    text-align: center;
    line-height: 12px;
    padding: 4px 12px;
}

.top-menu li:last-child {
    padding-right: 0;
}

.x_price_previous {
    text-decoration: line-through;
}

.new_line {
    margin-top: 30px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

footer {
    height: 560px;
    background: linear-gradient(to left,
            #a1c5ca 0,
            #d7f4f4 40%,
            #ddfaf9 50%,
            #d7f4f4 60%,
            #a1c5ca 100%);
}

.popup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-between;
    width: 550px;
}

.popup_left {
    max-width: 150px;
    margin: 0 50px;
}

.form_popup {
    background: url(../images/formbg1.png);
    background-size: cover;
    padding: 10px;
    max-width: 300px;
}

.ever-popup .price_main {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

.ever-popup .lt71 {
    margin: 10px auto 0;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: none;
    background: #17b99b;
    background-size: cover;
    padding: 20px 45px;
    color: #fff;
    font-size: 20px;
    line-height: 9px;
}

.ever-popup .price_old {
    text-align: center;
}

.ever-popup .formbg {
    position: relative;
}

.table_wrap {
    overflow-x: auto;
}

.product_wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_name {
    margin-right: 30px;
    color: #13715f;
    font-size: 60px;
    text-decoration: underline;
}

.product_descr {
    color: #40585b;
    font-size: 24px;
    line-height: 1.2;
}

.title_use {
    text-align: center;
    line-height: 1.2;
    font-size: 28px;
    color: #0273a7;
    font-weight: 400;
    margin: 15px 0;
}

.title_border {
    background: #e4f5f2;
    border: 2px dashed #92a7aa;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    font-size: 24px;
}

.title_use span {
    font-weight: 700;
}

@media screen and (max-width: 1020px) {
    .men1slide {
        background-size: 80%;
        bottom: -390px;
    }
}

@media screen and (max-width: 999px) {
    .ever-popup {
        display: none !important;
    }

    .men1slide {
        display: none;
        background: 0 0;
    }

    footer .formbg .js-submit {
        bottom: 10px;
    }

    header .listslide1 li {
        font-size: 18px;
    }

    .lt4 {
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .fmuzi,
    .lt9,
    .s5journal .j-id {
        display: none;
    }

    .good-header {
        position: static;
        margin-left: 17%;
        margin-top: 40px;
    }

    .listslide1 {
        margin-left: 71px;
        width: 310px;
    }

    .formbg .formskid {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 20px;
        right: 6px;
    }

    .s5journal,
    .s5journal .j-doc,
    .s5journal .j-opinion,
    .s5journal .j-text,
    .s5journal .j-top,
    .s5journal .s5doc {
        position: static;
    }

    .formbg {
        width: 350px;
    }

    header .formbg {
        top: 204px;
        right: 40px;
    }

    footer .formbg {
        right: 40px;
    }

    header {
        height: 750px;
    }

    header .top-menu li {
        padding: 0 22px;
    }

    .top-menu li:last-child {
        padding-right: 10px;
    }

    .s2dib {
        width: 50%;
    }

    .slide3 {
        height: auto;
        padding-bottom: 25px;
    }

    .s5journal {
        background: 0 0;
        width: 100%;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        height: auto;
    }

    .s5journal .s5doc {
        margin: 0 auto;
    }

    .slide5 {
        padding: 25px 0;
        height: auto;
    }

    .s5journal .j-top {
        text-align: center;
        padding: 10px 0;
    }

    .s5journal .j-opinion {
        text-align: center;
        font-size: 50px;
    }

    .s5journal .j-text {
        width: 100%;
        padding: 10px 8px;
    }

    .s5journal .j-doc {
        padding: 0 8px;
    }
}

@media screen and (max-width: 768px) {

    .s2dib,
    .top_logo {
        width: 100%;
    }

    footer .formbg,
    header .formbg {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
    }

    .slide3,
    footer {
        height: auto;
    }

    h2,
    h2.green {
        font-size: 37px;
    }

    .top-menu {
        display: none;
    }

    .top_logo {
        text-align: center;
    }

    header {
        height: 1170px;
    }

    header h1 {
        margin-top: 5px;
    }

    .listslide1 {
        max-width: 300px;
        margin: 0 auto;
    }

    .good-header {
        margin: 20px auto 15px;
    }

    header .formbg {
        margin: 0 auto;
    }

    .flex_wrap3 {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .s3item {
        margin-bottom: 25px;
    }

    .slide3 {
        background: #75c3b4;
        padding-bottom: 25px;
    }

    .slide7 .rewwr .cell {
        display: block;
        text-align: center;
    }

    footer .formbg {
        margin: 0 auto;
    }

    footer .sustabot {
        position: static;
        margin: 10px auto;
        width: 260px;
    }

    footer .ftext {
        max-width: 375px;
        margin: 0 auto;
    }

    .product_wrap {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .product_name {
        margin-right: 0;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .product_descr {
        font-size: 21px;
        text-align: center;
    }

    .prod {
        max-width: 140px;
    }

    .page-wrapper__inner,
    .wrapper {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 479px) {
    .s5journal .j-opinion {
        font-size: 30px;
    }

    .slide5 {
        background: url(../images/s5_mob.jpg) no-repeat center center;
        background-size: cover;
    }

    h2,
    h2.green {
        font-size: 27px;
    }

    .abspodl {
        width: 161px;
    }

    .slide7 .pull-right {
        float: none;
        text-align: center !important;
    }

    header {
        height: 1200px;
    }

    header .formbg {
        /* width: 280px; */
        width: 300px;
        background: url(../images/formbg1.png);
    }

    footer .formbg {
        /* width: 280px; */
        width: 300px;
    }

    .form-top-b {
        font-size: 26px;
    }

    .form-top {
        font-size: 1.4rem;
    }

    .formbg .js-submit {
        width: 300px;
        left: 56%;
        background-size: 90%;
        padding-bottom: 20px;
        padding-top: 0;
        font-size: 33px;
        margin-left: -155px;
        padding-right: 30px;
    }

    footer .formbg .js-submit {
        bottom: 10px;
    }

    footer .ftext {
        max-width: 300px;
    }

    footer .ftext b {
        font-size: 20px;
    }

    footer h2 {
        font-size: 25px;
    }
}

.fsz-25 {
    font-size: 25px;
}

.w-190 {
    width: 190px;
}