@font-face {
    font-family: "Bebas Neue Regular";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/BebasNeueRegular.woff);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    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;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    font-family: "PT Sans", sans-serif;
}

.wrap-main {

    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

header {
    height: 728px;
    background: url(xbg.png.pagespeed.ic.nlnMo3aFA1.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
}

.wrap-zag-head {
    background: rgba(255, 255, 255, 0.36);
    color: #3d4e68;
    text-transform: uppercase;
    text-align: right;
    width: 675px;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
}

.wrap-zag-head .zag-small {
    font-size: 30px;
    line-height: 40px;
}

.wrap-zag-head .zag-big {
    font-size: 52px;
    font-weight: bold;
    line-height: 48px;
}

.wrap-zag-head:after {
    content: "";
    display: block;
    height: 1px;
    width: 440px;
    background: #4a8768;
    top: 5px;
    position: relative;
}

.wrap-zag-head:before {
    content: "";
    display: block;
    height: 1px;
    width: 440px;
    background: #4a8768;
    top: -5px;
    right: 9px;
    position: absolute;
}

.wrap-list {
    padding-top: 28px;
}

.item-list {
    text-align: right;
    float: right;
    padding-bottom: 150px;
    padding-right: 0;
    width: 315px;
    position: absolute;
    left: 450px;
}

.item-list ul {
    list-style-type: none;
    font-size: 24px;
    color: #242424;
    margin-bottom: 51px;
    margin-right: 79px;
    margin-top: 60px;
    position: relative;
    left: -13px;
}

.item-list li {
    margin-bottom: 20px;
    position: relative;
    margin-right: 62px;
}

.item-list li:after {
    content: url(xli-head.png.pagespeed.ic.LKuk828TKU.webp);
    display: inline-block;
    height: 45px;
    width: 35px;
    margin-left: 25px;
    position: absolute;
    top: -10px;
}

.item-list .sale-head {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    background: url(xline-sale.png.pagespeed.ic.C4WmW16heI.webp);
    background-repeat: repeat-y;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: left;
    line-height: 25px;
    width: 315px;
    float: right;
}

.item-list .wrap-sum {
    float: right;
    margin-top: 38px;
}

.item-list .wrap-sum .big-sum {
    color: #b42112;
    font-size: 50px;
    text-transform: uppercase;
}

.item-list .wrap-sum .small-sum {
    float: left;
    color: #393939;
    font-size: 24px;
    text-decoration: line-through;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.red {
    color: #b42112;
}

.zag-list {
    font-size: 28px;
    text-transform: uppercase;
    color: #4a5759;
    position: absolute;
    left: -100px;

}

.wrap-head-content {
    width: 664px;
}

.item-img {
    float: left;
}

.btn-header {
    width: 381px;
    height: 140px;
    background: url(xbtn-header.png.pagespeed.ic.nzLZ_CncId.webp) no-repeat;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 60px;
    color: #a81809;
    line-height: 135px;
    font-family: "Bebas Neue Regular";
    text-shadow: inset black 1px 1px 1px;
}

.wrap-btn-header {
    background: red;
    position: relative;
}

.wrap-btn-header .btn-header {
    position: absolute;
    left: 5px;
}

.zag-main {
    color: #40775b;
    font-size: 36px;
    text-transform: uppercase;
}

.zag-main .small {
    font-size: 24px;
}

.zag-main-fon {
    background: linear-gradient(to right, #b4cec0, #fff);
    padding: 4px 0 4px 15px;
    border-left: 1px solid #4a8768;
}

.first-block p {
    font-size: 18px;
    color: #2c2c2c;
    text-indent: 35px;
}

.first-block .wrap-figure {
    margin-top: -40px;
}

.first-block b {
    font-size: 24px;
    color: #40765b;
    text-transform: uppercase;
    font-weight: 500;
}

.first-block b.small {
    font-size: 18px;
}

.first-block .f-wrap-text-contetnt {
    width: 540px;
    float: left;
}

.first-block .f-wrap-img-contetnt {
    float: right;
}

.first-block figure {
    float: left;
    width: 218px;
    padding: 0;
    margin: 0;
    margin-right: 42px;
}

.first-block figure:last-child {
    margin-right: 0;
}

.first-block figcaption {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.second-block {
    height: 805px;
    background: url(xbg-second-block.png.pagespeed.ic.VyLufTc7QR.webp) no-repeat;
    background-position: center;
    margin-top: -40px;
}

.second-block .zag-main {
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    background: linear-gradient(to right, #bcdccc, transparent);
    background: -moz-linear-gradient(to right, #bcdccc, transparent);
    background: -webkit-linear-gradient(to right, #bcdccc, transparent);
    background: -o-linear-gradient(to right, #bcdccc, transparent);
    background: -ms-linear-gradient(to right, #bcdccc, transparent);
    border-left: 1px solid #fff;
    position: relative;
    top: 95px;
}

.second-block .wrap-figure {
    padding: 100px 35px 0 35px;
}

.second-block .wrap-figure figure {
    text-align: center;
    width: 232px;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}

.second-block .wrap-figure .zag {
    text-transform: uppercase;
    color: #153324;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
}

.second-block .wrap-figure .descr {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.second-block .red-info {
    background: #8f1a30;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 11px;
    border-radius: 60px;
    padding-right: 100px;
    padding-left: 160px;
    position: relative;
}

.second-block .img-pos-ab {
    position: absolute;
    left: -1px;
    top: -13px;
}

.second-block .wrap-red-info {
    padding: 10px 22px 0 22px;
}

.third-block .zag {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

.third-block .small-zag {
    text-transform: none;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 300;
}

.third-block .img-table,
.third-block .wrap-table-one,
.third-block .wrap-two-table {
    float: left;
}

.third-block .img-table {
    text-align: center;
    padding-left: 17px;
    padding-right: 3px;
}

.third-block .wrap-table-one {
    padding: 0 62px;
}

.third-block .tab {
    width: 252px;
}

.third-block .tab .zag-tab {
    text-transform: uppercase;
    font-size: 24px;
    color: #234b37;
}

.third-block .tab p {
    font-size: 15.5px;
    color: #2e2e2e;
    padding: 0;
    margin: 5px 0;
}

.third-block .tab1 {
    background: url(xtab1.png.pagespeed.ic.i9aUgu6v5f.webp) no-repeat;
    padding: 142px 20px 49px 20px;
    box-sizing: border-box;
    text-align: right;
}

.third-block .tab2 {
    background: url(xtab2.png.pagespeed.ic.KHmISncB8q.webp) no-repeat;
    padding: 17px 20px 155px 20px;
    box-sizing: border-box;
    text-align: right;
}

.third-block .tab3 {
    background: url(xtab3.png.pagespeed.ic.vpGRyj6jXe.webp) no-repeat;
    padding: 146px 20px 45px 20px;
    box-sizing: border-box;
    text-align: left;
}

.third-block .tab4 {
    background: url(xtab4.png.pagespeed.ic.hi4PuFKjqY.webp) no-repeat;
    padding: 10px 10px 105px 45px;
    box-sizing: border-box;
    text-align: left;
    width: 272px;
    position: relative;
    left: -25px;
}

.fourth-block {
    height: 515px;
    background: url(xbg4.png.pagespeed.ic.EYE_eRNDlb.webp) no-repeat;
    background-position: center;
    position: relative;
    top: -80px;
}

.fourth-block h2 {
    color: #234b37;
    font-size: 30px;
    text-transform: uppercase;
    width: 732px;
    border-left: 1px solid #fff;
    padding-left: 5px;
    background: linear-gradient(to right, #bcdccc, transparent);
    background: -moz-linear-gradient(to right, #bcdccc, transparent);
    background: -webkit-linear-gradient(to right, #bcdccc, transparent);
    background: -o-linear-gradient(to right, #bcdccc, transparent);
    background: -ms-linear-gradient(to right, #bcdccc, transparent);
    position: relative;
    top: 80px;
}

.fourth-block figcaption {
    color: #fff;
    font-size: 18px;
}

.fourth-block figure {
    width: 250px;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}

.fourth-block .wrap-figure {
    padding-top: 80px;
}

.fifth-block {
    position: relative;
    top: -90px;
}

.fifth-block .wrap-img {
    width: 290px;
    text-align: center;
    float: left;
}

.fifth-block .wrap-uni-block {
    float: left;
    width: 330px;
    text-transform: uppercase;
    text-align: center;
}

.fifth-block .wrap-timer-block {
    float: left;
    width: 380px;
}

.fifth-block .text-one {
    color: #1d5237;
    font-size: 24px;
    font-weight: 600;
    margin-top: 27px;
}

.fifth-block .old-price {
    color: #3a3d40;
    font-size: 30px;
    text-decoration: line-through;
    margin-top: 20px;
}

.fifth-block .new-price {
    font-size: 72px;
    color: #3d4e68;
    background: url(xstr.png.pagespeed.ic.RFi5hd6baA.webp) no-repeat;
    background-position: bottom right;
    padding-bottom: 80px;
    margin-top: -15px;
}

.six-block {
    background: url(xbg6.png.pagespeed.ic._j6HLDF0NP.webp) no-repeat;
    background-position: center;
    height: 767px;
    position: relative;
    top: -150px;
}

.six-block .zag {
    color: #236651;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    top: 75px;
}

.six-block .wrap-list {
    width: 700px;
}

.six-block ul {
    list-style-type: none;
    color: #313131;
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-left: 78px;
    margin-top: 220px;
}

.six-block li {
    float: left;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.six-block li:before {
    content: url(xheart-li.png.pagespeed.ic.a3PXclDXbu.webp);
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.seven-block {
    position: relative;
    top: -210px;
}

.seven-block .wrap-content {
    padding-top: 10px;
}

.seven-block h2 {
    text-transform: uppercase;
    color: #236651;
    font-size: 30px;
    width: 760px;
    background: linear-gradient(to right, #dae1dd, transparent);
    background: -moz-linear-gradient(to right, #dae1dd, transparent);
    background: -webkit-linear-gradient(to right, #dae1dd, transparent);
    background: -o-linear-gradient(to right, #dae1dd, transparent);
    background: -ms-linear-gradient(to right, #dae1dd, transparent);
    padding-left: 10px;
    border-left: 1px solid #236651;
}

.seven-block .img {
    float: left;
}

.seven-block .spisok-item-zag {
    text-transform: uppercase;
    font-size: 25px;
    color: #61b78a;
    font-weight: 700;
}

.seven-block .content {
    color: #272727;
    font-size: 18px;
}

.seven-block .itemone {
    position: relative;
    left: -50px;
    top: 40px;
}

.seven-block .itemtwo {
    position: relative;
    left: -5px;
    top: 50px;
}

.seven-block .itemthree {
    position: relative;
    left: 20px;
    top: 70px;
}

.seven-block .itemfour {
    position: relative;
    left: 15px;
    top: 80px;
}

.seven-block .itemfive {
    position: relative;
    left: -15px;
    top: 100px;
}

.eth-block {
    background: url(xbg8.png.pagespeed.ic.M3rdghgMsA.webp) no-repeat;
    height: 710px;
    background-position: center;
    position: relative;
    top: -283px;
}

.eth-block h2 {
    color: #205e79;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    position: relative;
    top: 150px;
}

.eth-block .wrap-text {
    padding-left: 45px;
    width: 575px;
    text-align: justify;
    padding-top: 170px;
}

.eth-block .wrap-text b {
    color: #1e485d;
    text-transform: uppercase;
}

.eth-block .wrap-text p {
    color: #363636;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-indent: 37px;
    line-height: 22.5px;
}

.eth-block .wrap-text .men-med {
    font-size: 18px;
    color: #3a3a3a;
    margin-top: 10px;
}

.eth-block .wrap-text .men-med b {
    color: #3a3a3a;
    font-size: 18px;
    display: block;
    margin-bottom: -5px;
}

.otz-block {
    position: relative;
    top: -329px;
}

.otz-block h2 {
    text-transform: uppercase;
    color: #266045;
    font-size: 36px;
    text-align: center;
}

.otz-block .otz-item {
    border: 1px dashed #7abba1;
    padding: 15px;
    margin-bottom: 42px;
    position: relative;
}

.otz-block .otz-item-foto-left {
    text-align: left;
    padding-left: 255px;
}

.otz-block .otz-item-foto-left .name-people-otz {
    text-align: right;
}

.otz-block .otz-item-foto-left .img-otz {
    left: -70px;
    top: -20px;
}

.otz-block .otz-item-foto-right {
    text-align: right;
    padding-right: 255px;
}

.otz-block .otz-item-foto-right .name-people-otz {
    text-align: left;
}

.otz-block .otz-item-foto-right .img-otz {
    right: -70px;
    top: -20px;
}

.otz-block .otz-text {
    color: #266045;
    font-size: 22px;
    font-style: italic;
}

.otz-block .name-people-otz {
    font-size: 18px;
    color: #304448;
    font-style: italic;
    font-weight: bold;
}

.otz-block .img-otz {
    position: absolute;
}

.otz-block .nopublication {
    color: #304448;
    font-size: 19px;
    font-style: normal;
    position: absolute;
    right: 255px;
    bottom: 18px;
}

.how-buy {
    background: url(xbg9.png.pagespeed.ic.l0ioKp4TD_.webp) no-repeat;
    background-position: top center;
    height: 414px;
    position: relative;
    top: -350px;
    margin-bottom: 300px;
}

.how-buy .wrap-figure {
    padding-top: 70px;
}

.how-buy h2 {
    color: #3b6353;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 60px;
}

.how-buy figure {
    text-align: center;
    width: 200px;
    float: left;
    margin: 0;
    margin-right: 50px;
    position: relative;
}

.how-buy figure:last-child {
    margin-right: 0;
}

.how-buy figcaption {
    color: #21202e;
    font-size: 18px;
    padding-top: 25px;
}

.how-buy .fig-bottom {
    position: relative;
    top: 60px;
}

.how-buy .fig-bottom:after {
    content: url(xstr-bottom.png.pagespeed.ic.yfFjiK3M_H.webp);
    display: inline-block;
    position: absolute;
    right: -60px;
    top: 20px;
}

.how-buy .fig-bottom:last-child:after {
    display: none;
}

.how-buy .fig-top:after {
    content: url(xstr-top.png.pagespeed.ic.6LBYp-c-Eg.webp);
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 50px;
}

.wrap-bootom-form {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -320px;
}

.bottom-form {
    background: url(xbottom-form.png.pagespeed.ic.wG1stplV1A.webp) no-repeat;
    background-position: center;
    height: 674px;
    position: relative;
}

.bottom-form .wrap-timer:after {
    position: relative;
    display: block;
    content: url(xstr.png.pagespeed.ic.RFi5hd6baA.webp);
    right: -40px;
    text-align: right;
    top: -20px;
}

.bottom-form h2 {
    font-size: 45px;
    font-weight: bold;
    color: #3d4e68;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 40px;
    background: rgba(255, 255, 255, 0.57);
}

.bottom-form .line-zag {
    position: relative;
}

.bottom-form .line-zag:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 280px;
    background: #3d4e68;
    margin-left: 27px;
    top: 27px;
}

.bottom-form .line-zag:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 280px;
    background: #3d4e68;
    margin-right: 7px;
    top: 27px;
    left: 30px;
}

.bottom-form .wrap-timer {
    position: relative;
    top: -10px;
}

.bottom-form .wrapper-content-footer {
    padding-top: 30px;
}

.bottom-form .wrapper-content-footer .img-footer {
    float: left;
    width: 272px;
}

.bottom-form .wrapper-content-footer .content-footer {
    width: 330px;
    float: left;
    text-align: center;
}

.bottom-form .wrapper-content-footer .green-predl {
    font-size: 24px;
    color: #1d5237;
    text-transform: uppercase;
    font-weight: bold;
}

.bottom-form .wrapper-content-footer .old-price {
    color: #3a3d40;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: line-through;
}

.bottom-form .wrapper-content-footer .new-price {
    color: #3d4e68;
    font-size: 72px;
    text-transform: uppercase;
}

.bottom-form .wrapper-content-footer .wrap-form {
    float: right;
    width: 318px;
}

.bottom-form .wrapper-content-footer .wrap-form form {
    background: rgba(226, 17, 17, 0.8);
    width: 295px;
    padding: 17px 0 0 0;
    border-radius: 10px;
}

.bottom-form .wrapper-content-footer .wrap-form form span {
    color: #fff;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.bottom-form .wrapper-content-footer .wrap-form form select {
    display: block;
    width: 270px;
    margin: 0 auto;
    height: 55px;
    margin-bottom: 13px;
    font-size: 18px;
    text-indent: 7px;
    border: 1px solid #3d4e68;
    border-radius: 5px;
}

.bottom-form .wrapper-content-footer .wrap-form form input {
    display: block;
    width: 268px;
    margin: 0 auto;
    height: 55px;
    margin-bottom: 13px;
    font-size: 18px;
    text-indent: 21px;
    border: 1px solid #3d4e68;
    border-radius: 5px;
}

.bottom-form
.wrapper-content-footer
.wrap-form
form
::-webkit-input-placeholder {
    color: #394a54;
}

.bottom-form .wrapper-content-footer .wrap-form form :-moz-placeholder {
    color: #394a54;
}

.bottom-form .wrapper-content-footer .wrap-form form ::-moz-placeholder {
    color: #394a54;
}

.bottom-form .wrapper-content-footer .wrap-form form :-ms-input-placeholder {
    color: #394a54;
}

.bottom-form .wrapper-content-footer .wrap-form .btn {
    width: 381px;
    height: 140px;
    background: url(xbtn-header.png.pagespeed.ic.nzLZ_CncId.webp) no-repeat;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 60px;
    color: #a81809;
    line-height: 135px;
    font-family: "Bebas Neue Regular";
    text-shadow: inset black 1px 1px 1px;
    border: none;
    position: relative;
    left: -40px;
    top: 20px;
}

.result {
    font-size: 29px;
    color: #1d5237;
    font-weight: bold;
}

.result span {
    border: 1px solid #1d5237;
    border-radius: 50px;
    padding: 17px;
}

.result .result-hour,
.result .result-minute {
    margin-right: 5px;
}

.titles {
    color: #1d5237;
    font-size: 18px;
    top: -10px;
    position: relative;
}

.titles span {
    width: 85px;
    display: inline-block;
}

.zag-timer {
    color: #1d5237;
    font-size: 24px;
    position: relative;
    top: 10px;
}

.wrap-timer-new {
    text-align: center;
}

.minus {
    height: 100px;
    position: relative;
    background: red;
    top: -420px;
}

.copir {
    position: absolute;
    bottom: 0;
}

.spisok-item {
    position: static !important;
    padding-bottom: 3px;
}


.spisok-li {
    position: absolute;
    right: -132px;
}

.wrap-btn-header .btn-header {
    z-index: 9999;
}

@media (max-width: 1200px) {
    header {
        height: 100%;
        min-height: 728px;
    }

    #kmacb {
        display: none !important;
    }

}

@media (max-width: 991.98px) {
    .wrap-btn-header .btn-header {
        margin: 5px auto !important;
    }

    .item-img {
        float: none;
        margin: 0 auto !important;
    }

    .item-img img {
        float: none;
        margin: 10px auto !important;
        display: block;
    }

    .wrap-head-content {
        width: 100%;
    }

    .wrap-zag-head {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }

    .item-list {
        text-align: right;
        float: none;
        padding-bottom: 150px;
        padding-right: 0;
        width: 100%;
        position: static;
    }

    .zag-list {
        font-size: 28px;
        text-transform: uppercase;
        color: #4a5759;
        position: static;
        left: -100px;
        text-align: center;
    }

    .item-list ul {
        margin: 20px auto;
        position: relative;
        left: -20px;
        max-width: 390px;
    }

    .wrap-zag-head:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        max-width: 440px;
        background: #4a8768;
        top: 5px;
        position: relative;
    }

    .wrap-btn-header {
        position: static !important;
        margin: 0 auto;
    }

    .btn-header {
        max-width: 381px;
        width: 100%;
        height: 140px;

    }

    .item-list .wrap-sum {
        float: none;
        width: 130px;
        margin: 10px auto 0;
    }

    .wrap-zag-head .zag-small {
        font-size: 21px;
        line-height: 29px;
    }

    .wrap-zag-head .zag-big {
        font-size: 39px;
        font-weight: bold;
        line-height: 34px;
    }

    .wrap-list {
        padding-top: 5px;
    }

    header {
        height: 100%;
        min-height: 1280px;
        clear: both;
        max-height: 100%;
    }

    .zag-main.zag-main-fon.lt18 {
        width: 100% !important;
        max-width: 725px;
    }

    .first-block .f-wrap-text-contetnt {
        width: 100%;
        max-width: 540px;
        float: none;

    }

    .first-block .f-wrap-img-contetnt {
        float: none;
    }

    .f-wrap-img-contetnt img {
        display: block;
        width: 100%;
        max-width: 390px;
        margin: 5px auto;
    }

    .wrap-btn-header {
        background: transparent;
        position: static;
    }

    .zag-main-fon {
        background: linear-gradient(to right, #b4cec0, #fff);
        padding: 0;
        border-left: 1px solid #4a8768;
    }

    .first-block figure {
        float: none;
        margin: 20px auto !important;
        top: 0 !important;
        left: 0 !important;
        position: static !important;
        display: block;

    }

    .wrap-main {
        min-width: 360px;
    }

    .first-block p {
        padding: 0 10px !important;
    }

    .zag-main {

    }

    .third-block .img-table, .third-block .wrap-table-one, .third-block .wrap-two-table {
        float: none;
    }

    .img-table img {
        width: 100% !important;
        max-width: 390px !important;
        display: block;
        position: static !important;
        margin: 10px auto;
    }

    .third-block .zag {
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px;
    }

    .third-block .tab1 {
        background: url('xbg4.png.pagespeed.ic.EYE_eRNDlb.webp') no-repeat center center / cover;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
        margin: 1px auto !important;
    }

    .third-block .tab2 {
        background: url('xbg4.png.pagespeed.ic.EYE_eRNDlb.webp') no-repeat center center / cover;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
        margin: 1px auto !important;
    }

    .third-block .tab3 {
        background: url('xbg4.png.pagespeed.ic.EYE_eRNDlb.webp') no-repeat center center / cover;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
        margin: 1px auto !important;
    }

    .third-block .tab4 {
        background: url('xbg4.png.pagespeed.ic.EYE_eRNDlb.webp') no-repeat center center / cover;
        padding: 30px;
        text-align: center;
        box-sizing: border-box;
        margin: 1px auto !important;

    }

    .wrap-two-table {
        float: none !important;
    }

    .third-block .tab4 {

        left: 0;
    }

    .btn-header {
        width: 351px;
        height: 140px;
        background: url(xbtn-header.png.pagespeed.ic.nzLZ_CncId.webp) no-repeat center center / contain;
        position: static;


    }

    .wrap-btn-header .btn-header {
        position: static;

    }

    .item-list .sale-head {
        float: none;
        margin: 0 auto;
    }


    .fourth-block h2 {
        color: #234b37;
        font-size: 26px;
        text-transform: uppercase;
        width: 100%;
        max-width: 732px;
        border-left: 1px solid #fff;
        padding-right: 10px;
        position: relative;
        top: 80px;
    }

    .fourth-block figure {
        width: 250px;
        text-align: center;
        padding: 0;
        margin: 15px auto;
        float: none;
    }

    .fourth-block {
        height: 100%;
        min-height: 1180px;
        background: #56bb9e;
        position: relative;
        top: 0;

    }

    .wrap-main {
        overflow-x: hidden;
    }

    .fifth-block {

        top: 0;
    }

    .fifth-block .wrap-img {
        width: 290px;
        text-align: center;
        float: none;
        margin: 5px auto;
    }

    .fifth-block .wrap-uni-block {
        float: none;
        width: 330px;
        margin: 10px auto;
    }

    .fifth-block .text-one {
        color: #1d5237;
        font-size: 21px;
        font-weight: 600;
        margin-top: 0;
    }

    .fifth-block .wrap-timer-block {
        float: none;
        width: 340px;
        margin: 0 auto;
    }

    .fifth-block .new-price {
        background: transparent;
        padding-bottom: 0;

    }

    .zag-timer {
        top: 0;
    }


    .six-block {
        background: #ebf3f0;

        height: 427px;
        position: relative;
        top: 0;

    }

    .six-block li {

        display: block;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .six-block .wrap-list {
        width: 100%;
    }

    .six-block ul {
        list-style-type: none;
        color: #313131;
        font-size: 19px;

        padding: 0;
        margin-left: 15px;
        margin-top: 100px;
    }

    .seven-block {
        position: relative;
        top: 0;
    }

    .spisok-li {
        position: static;
    }

    .seven-block .img {
        float: none;
        margin: 0 auto;
    }

    .seven-block .img img {
        float: none;
        width: 320px;
        display: block;
        margin: 0 auto;
    }

    .seven-block h2 {
        text-transform: uppercase;
        color: #236651;
        font-size: 24px;
        width: 100%;
        min-width: 100%;
        padding-left: 5px;
        border-left: 1px solid #236651;
    }

    .spisok-li {
        position: static;
        padding: 10px;
    }

    .seven-block .content {
        color: #272727;
        font-size: 18px;
    }

    .wrap-content {
        overflow-x: hidden;
    }

    .eth-block {
        top: 0;
    }

    .eth-block {
        background: #f7f7f7;
        height: 100%;
        background-position: center;
        position: relative;

    }

    .eth-block .wrap-text {
        padding-left: 0;
        width: 100%;
        text-align: justify;
        padding-top: 40px;
    }

    .eth-block h2 {
        font-size: 32px;
        top: 10px;
    }

    .eth-block .wrap-text p {
        color: #363636;
        font-size: 18px;
        font-style: italic;
        margin: 0;
        padding: 10px 15px;
        text-indent: 37px;
        line-height: 22.5px;
    }

    .eth-block .wrap-text .men-med {
        font-size: 18px;
        color: #3a3a3a;
        margin-top: 10px;
        padding-left: 15px;
    }

    .otz-block {
        position: relative;
        top: 0;
    }

    .otz-block .img-otz {
        position: static;
    }

    .otz-block .otz-item-foto-left {

        text-align: center;
        padding: 0 15px;
    }

    .otz-block .nopublication {
        position: static;
    }

    .otz-block .otz-item-foto-right {
        text-align: center;
        padding: 0 15px;
    }

    .otz-block .nopublication {
        color: #304448;
        font-size: 19px;
        font-style: normal;
        position: static !important;
        right: 255px;
        bottom: 18px;
    }


    .otz-block .nopublication {
        color: #304448;
        font-size: 19px;
        font-style: normal;
        position: absolute;
        right: 255px;
        bottom: 18px;
    }

    .eth-block .wrap-text .men-med {
        display: none;
    }

    .eth-block .wrap-text {
        padding-top: 10px;
    }

    .otz-block h2 {
        font-size: 32px;
    }

    .how-buy {
        background: url(xbg9.png.pagespeed.ic.l0ioKp4TD_.webp) no-repeat center top / cover;
        height: 100%;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .how-buy .fig-top:after {
        display: none;
    }

    .how-buy .fig-bottom:after {
        display: none;
    }

    .how-buy figure {
        text-align: center;
        width: 200px;
        float: none;
        margin: 10px auto;

    }

    .how-buy .fig-bottom {
        position: static;
        top: 0;
        margin: 10px auto;
        width: 200px;
        min-width: 200px;
        display: block;
    }

    .how-buy .wrap-figure {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-buy figure:last-child {
        margin: 0 auto;
    }

    .otz-block .otz-item-foto-right .name-people-otz {
        text-align: center;
    }

    .otz-block .otz-item-foto-left .name-people-otz {
        text-align: center;
    }

    .wrap-bootom-form {
        position: static;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .bottom-form .wrap-timer:after {
        position: static;
        display: none;
    }

    .bottom-form .wrapper-content-footer .img-footer {
        float: none;
        margin: 10px auto;
        width: 272px;
    }

    .bottom-form .wrapper-content-footer .content-footer {
        width: 330px;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .bottom-form .wrapper-content-footer .wrap-form {
        float: none;
        margin: 0 auto;
        width: 318px;
    }
    .copir {
        position: static;
        text-align: center;
        bottom: 0;
        margin: 0 auto !important;
    }
    .item-img  {
        padding: 0 !important;
    }

}


@media (max-width: 761px) {
    header {
        min-height: 1080px;
    }

    .six-block .zag {
        color: #236651;
        font-size: 25px;
        top: 60px;
    }

    .six-block {
        background: #ebf3f0;

        height: 495px;
        position: relative;
        top: 0;

    }

    .seven-block h2 {
        font-size: 22px;
    }

    .otz-block .otz-text {
        font-size: 18px;

    }

    section {
        overflow-x: hidden !important;
    }

    .how-buy .wrap-figure {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .bottom-form h2 {
        font-size: 34px
    }
}

@media (max-width: 420px) {
    .how-buy {
        background: url(xbg9.png.pagespeed.ic.l0ioKp4TD_.webp) no-repeat center top / cover;
        height: 980px;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

}
