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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

footer {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.fo {
    font-size: 2.3em;
    white-space: nowrap
}

.fn {
    font-size: 2.4em;
    white-space: nowrap
}

.pp {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: underline
}

a {
    color: #02a9eb;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #01729f;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

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

@media(min-width:1060px) {
    .container {
        max-width: 1030px
    }
}

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

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

.red {
    color: #ff004d
}

.overflow {
    overflow: hidden
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "OpenSans", sans-serif;
    color: #272727;
    opacity: 1
}

.old {
    text-decoration: line-through
}

.block1 {
    background: url(../img/back1.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px
}

.block1 .container {
    padding-top: 10px;
    height: 100%;
    position: relative
}

.block1-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.block1-header .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 80px
}

.block1-header-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block1-header-list__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block1-header-list__item+.block1-header-list__item {
    margin-left: 75px
}

.block1-header-list__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block1-header-list__text {
    text-transform: uppercase;
    font-size: 14px
}

.block1__heading {
    font-size: 38px;
    text-transform: uppercase;
    padding-left: 260px;
    color: #423326;
    margin-bottom: 70px
}

.block1__heading .green {
    color: #a3bc07
}

.block1-list {
    padding-left: 340px;
    margin-bottom: 40px
}

.block1-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block1-list__item+.block1-list__item {
    margin-top: 25px
}

.block1-list__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.block1-list__text {
    font-size: 24px
}

.block1__subheading {
    font-size: 38px;
    margin-bottom: 0;
    padding-left: 340px;
    text-transform: uppercase;
    color: #a3bc07
}

.block1-girl {
    background: url(../img/girl.png) no-repeat center;
    width: 859px;
    height: 604px;
    position: absolute;
    bottom: 0;
    left: -450px
}

.form {
    padding: 10px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.38);
    position: relative;
    width: 940px;
    margin: 0 auto
}

.form::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 183px;
    background: url(../img/arrow1.png) no-repeat center;
    right: -20px;
    top: -100px
}

.form__wrapper {
    border: 1px solid #c5bbab;
    padding: 30px 30px 0 150px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.form__header {
    font-size: 30px;
    font-weight: 700;
    color: #c5bbab;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px
}

.form__subtitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.form__time {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px
}

.form-pack {
    background: url(../img/pack.png) no-repeat center;
    width: 300px;
    height: 378px;
    position: absolute;
    left: -127px;
    top: -54px;
    background-size: 300px
}

.form-pack__sale {
    width: 107px;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #d3231f;
    position: absolute;
    right: -92px;
    top: 84px
}

.form-pack__sale::before,
.form-pack__sale::after {
    content: '';
    position: absolute
}

.form-pack__sale::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 15px;
    border-color: transparent transparent transparent #d3231f;
    bottom: 0;
    right: -15px
}

.form-pack__sale::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 15px 0 0;
    border-color: #d3231f transparent transparent transparent;
    top: 0;
    right: -15px
}

.form-input {
    width: 230px;
    height: 58px;
    line-height: 1;
    font-size: 16px;
    padding: 0 25px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #f4f4f4;
    border: 0
}

.form-input:focus {
    outline: 0
}

.form__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.form__element {
    margin-right: 15px
}

.form-price {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-price__old {
    font-size: 25px;
    margin-right: 20px
}

.form-price__new {
    font-size: 50px;
    color: #d3231f
}

.form__button-element {
    display: block;
    width: 432px;
    height: 139px;
    background: url(../img/btn.png) no-repeat center;
    border: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 52px;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
    margin: 0 auto
}

.form__button-element:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all
}

.form__button-element:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}

.form__button-element:focus {
    outline: 0
}

.block2 .form {
    margin-top: -70px;
    margin-bottom: 70px
}

.block2 .container {
    position: relative;
    padding-bottom: 40px
}

.block2-girl {
    position: absolute;
    width: 733px;
    height: 604px;
    background: url(../img/girl2.png) no-repeat center;
    bottom: 0;
    right: -300px
}

.block2__wrap {
    width: 800px;
    position: relative;
    z-index: 2
}

.block2__heading {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

.block2-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px
}

.block2-list__img {
    margin-left: 20px
}

.block2-list__item {
    width: 33.3%;
    text-align: center;
    margin-top: 20px
}

.block2-list__item:last-child {
    margin-left: 60px
}

.block2-list__tx {
    font-size: 24px;
    margin-top: 10px;
    padding: 0 5px
}

.block3 {
    background: -webkit-gradient(linear, left top, right top, from(#94a906), color-stop(50%, #e9f791), to(#94a906));
    background: -webkit-linear-gradient(left, #94a906 0, #e9f791 50%, #94a906 100%);
    background: -o-linear-gradient(left, #94a906 0, #e9f791 50%, #94a906 100%);
    background: linear-gradient(to right, #94a906 0, #e9f791 50%, #94a906 100%)
}

.block3 .container {
    padding-top: 65px;
    padding-bottom: 50px;
    position: relative
}

.block3__heading {
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    max-width: 700px;
    margin: 0 auto 80px
}

.block3__heading .blue {
    font-weight: 700;
    color: #02a9eb
}

.block3-list {
    position: relative;
    z-index: 2
}

.block3-list__item {
    background-color: #e9f792;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 30px;
    -webkit-box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.1);
    position: relative
}

.block3-list__item:nth-child(2) .block3-list__tx {
    padding-left: 60px
}

.block3-list__item:last-child .block3-list__tx {
    padding-left: 120px
}

.block3-list__item+.block3-list__item {
    margin-top: 30px
}

.block3-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block3-list__tx {
    max-width: 540px;
    margin-right: 40px;
    font-size: 24px
}

.block3-list__tx .blue {
    font-weight: 700;
    color: #02a9eb
}

.block3-list__img {
    margin-top: -70px
}

.block3-decor1 {
    position: absolute;
    width: 973px;
    height: 1033px;
    background: url(../img/spray.png) no-repeat center;
    bottom: 0;
    right: -500px
}

.block3-girl {
    width: 685px;
    height: 1003px;
    background: url(../img/girl3.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: -520px;
    z-index: 3
}

.block3-decor2 {
    width: 140px;
    height: 142px;
    background: url(../img/b2_decor1.png) no-repeat center;
    position: absolute;
    z-index: 3;
    top: -60px;
    right: -20px
}

@media(max-width:630px) {
    .block3-decor2 {
        display: none
    }
}

.block3-decor3 {
    width: 194px;
    height: 160px;
    background: url(../img/b2_decor2.png) no-repeat center;
    position: absolute;
    z-index: 3;
    top: -110px;
    left: -80px
}

.block3-decor4 {
    width: 141px;
    height: 120px;
    background: url(../img/b2_decor3.png) no-repeat center;
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 200px
}

.block4 {
    background: url(../img/back1.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover
}

.block4 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.block4__heading {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px
}

.block4__heading .blue {
    color: #02a9eb
}

.block4-flex {
    display: flex
}

.block4-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px
}

.block4-list__item {
    width: 100%;
    height: 90px;
    max-width: 400px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block4-list__item .block4-list__header {
    text-align: right;
    padding-left: 80px;
    flex: 1 1 auto
}

.block4-list__img img {
    max-width: 80px
}

.block4-list__img {
    position: absolute
}

.block4-list__header {
    font-size: 24px;
    font-weight: 700;
    color: #a3bc07;
    text-transform: uppercase
}

.block4-pack {
    position: relative
}

.block5 {
    background: url(../img/back5.jpg) no-repeat center top;
    height: 381px
}

.block5 .container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.block5 .container::after {
    content: '';
    width: 75px;
    height: 75px;
    background: url(../img/b5_arrow.png) no-repeat center;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.block5__header {
    width: 600px;
    margin: auto;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

.block5__header .green {
    color: #deff13
}

.block5__line {
    width: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #02a9eb), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #02a9eb 33%, rgba(255, 255, 255, 0) 0);
    background-image: -o-linear-gradient(left, #02a9eb 33%, rgba(255, 255, 255, 0) 0);
    background-image: linear-gradient(to right, #02a9eb 33%, rgba(255, 255, 255, 0) 0);
    background-position: top;
    -webkit-background-size: 10px 5px;
    background-size: 10px 5px;
    background-repeat: repeat-x
}

.block5__man {
    width: 320px;
    width: 300px;
    position: absolute;
    background: url(../img/b5_man.png) no-repeat center;
    background-size: 300px;
    height: 372px;
    bottom: 0;
    left: -125px
}

.block5__girl {
    position: absolute;
    background: url(../img/b5_girl.png) no-repeat center;
    width: 460px;
    height: 378px;
    bottom: 0;
    right: -205px;
    z-index: 2
}

.block5__label {
    width: 192px;
    height: 192px;
    background: url(../img/b5_sign.png) no-repeat center;
    position: absolute;
    right: 120px;
    top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #174253;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.block6 .container {
    padding-top: 90px;
    padding-bottom: 60px
}

.block6__header {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

.block6__header .green {
    color: #a3bc07
}

.block6-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block6-list__item {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block6-list__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 5px 0 30px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 5px 0 30px -1px rgba(0, 0, 0, 0.38);
    margin-bottom: 20px
}

.block6-list__tx {
    text-align: center;
    color: #a3bc07;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4
}

.block7 {
    height: 736px;
    background: url(../img/b7_back.jpg) no-repeat center top
}

.block7 .container {
    padding-top: 55px;
    position: relative
}

.block7__header {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    color: #423326;
    margin-bottom: 65px
}

.block7__header .blue {
    color: #02a9eb
}

.block7__main {
    width: 660px;
    margin: 0 auto;
    padding: 40px 30px 0 30px;
    position: relative
}

.block7__main::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 25px;
    background: url(../img/kavichki.png) no-repeat center;
    top: -5px
}

.block7-text {
    font-size: 20px;
    font-style: italic;
    position: relative;
    z-index: 2
}

.block7-text__paragraph {
    margin: 0
}

.block7-text__paragraph .blue {
    color: #02a9eb
}

.block7-text__paragraph+.block7-text__paragraph {
    margin-top: 20px
}

.block7-text__sign {
    position: absolute;
    width: 198px;
    height: 152px;
    background: url(../img/signs.png) no-repeat center;
    bottom: -110px;
    right: 20px
}

.block7-pack {
    width: 341px;
    height: 543px;
    background: url(../img/pack_large.png) no-repeat center;
    position: absolute;
    top: 150px;
    left: -200px;
    background-size: 300px
}

.block7-pack__label {
    width: 151px;
    height: 151px;
    background: url(../img/label.png) no-repeat center;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    top: -30px;
    left: 210px;
    font-weight: 700;
    text-transform: uppercase
}

.block7-pack__label_lg {
    font-size: 36px
}

.block9 {
    background-color: #efefef
}

.block9 .container {
    padding-top: 30px;
    padding-bottom: 30px
}

.block9__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block9-warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.block-warning__header {
    font-size: 36px;
    color: #d3231f;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px
}

.block9-left {
    width: 580px
}

.block9-right {
    padding-top: 30px;
    padding-right: 127px
}

.block9__text {
    font-size: 24px;
    margin-top: 30px
}

.block9-pack {
    position: relative
}

.block9-pack img {
    position: relative;
    z-index: 2;
    width: 300px
}

.block9-pack::after {
    content: '';
    position: absolute;
    width: 221px;
    height: 318px;
    background: url(../img/cert.png) no-repeat center;
    right: -107px;
    top: -20px
}

.block9-pack__label {
    position: absolute;
    width: 158px;
    height: 156px;
    background: url(../img/label2.png) no-repeat center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #136598;
    left: -13px;
    top: 297px;
    text-align: center;
    z-index: 3;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.block10 .container {
    padding-top: 50px;
    padding-bottom: 40px
}

.block10__header {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px
}

.block10-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block10-list__item {
    width: 25%;
    text-align: center
}

.block10-list__img {
    margin-bottom: 20px
}

.block10-list__header {
    font-size: 24px;
    color: #02a9eb;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.block10-list__text {
    font-size: 18px;
    padding: 0 15px
}

.footer {
    background-color: #aea89f
}

.footer .container {
    padding-top: 70px;
    padding-bottom: 30px
}

.footer-text {
    color: #fff;
    font-size: 12px;
    text-align: center
}

.block11 .container {
    padding-top: 10px
}

.block11 .block1-girl {
    background: url(../img/girl4.png) no-repeat center;
    width: 622px;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: -476px
}

.block11 .form {
    margin-left: auto;
    margin-right: 0
}

.block11 .form::before {
    display: none
}

.block11 .form-pack {
    z-index: 2;
    width: 310px;
    height: 389px;
    left: -136px
}

.block11 .form-pack .form-pack__sale {
    right: -87px
}

.block11 .green {
    color: #a3bc07
}

.mobile {
    display: none
}

@media(max-width:1059.98px) {
    .block1-girl {
        display: none
    }
    .block1__heading {
        padding-left: 0;
        margin-bottom: 35px
    }
    .block1-list {
        padding-left: 0
    }
    .block1__subheading {
        padding-left: 0
    }
    .block1-header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .block1-header .logo {
        margin-right: 0
    }
    .block2 .form {
        width: 100%
    }
    .block1-header-list {
        display: none
    }
    .form::before {
        display: none
    }
    .form__main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .form__main .form__element {
        width: 100%;
        margin-top: 10px
    }
    .form-price {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-input {
        width: 225px
    }
    .form-pack__sale {
        display: none
    }
    .block2-girl {
        display: none
    }
    .block2__wrap {
        width: 100%
    }
    .form-pack {
        top: -22px
    }
    .block3-girl {
        display: none
    }
    .block3-list__item:nth-child(2) .block3-list__tx {
        padding-left: 0
    }
    .block3-list__item:last-child .block3-list__tx {
        padding-left: 0
    }
    .block4-pack,
    .block5__man,
    .block5__girl,
    .block5__label,
    .block3-decor1 {
        display: none
    }
    .block6-list__item {
        width: 50%;
        margin-top: 20px;
        padding: 0 40px
    }
    .block6-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px
    }
    .block7 .container {
        padding-top: 20px
    }
    .block7__header {
        margin-bottom: 30px
    }
    .block7-pack {
        left: -280px
    }
    .block7-pack__label {
        display: none
    }
    .block10-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px
    }
    .block10-list__item {
        width: 50%;
        margin-top: 20px
    }
    .form {
        width: 100%
    }
    .footer .container {
        padding-top: 70px
    }
}

@media(max-width:767.98px) {
    .block9-pack::after {
        display: none
    }
    .block9-right {
        padding-right: 0;
        margin: 0 auto
    }
    .block5__label.mobile {
        position: initial;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .block1__heading {
        font-size: 24px;
        text-align: center
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
    .block1-decor2 {
        display: none
    }
    .block1 {
        background: 0;
        background-color: #ede4d9;
        height: auto
    }
    .block1 .container {
        padding-bottom: 0
    }
    .block1 .block1-girl__mobile {
        width: 100%;
        margin-top: 15px
    }
    .form__wrapper {
        padding: 15px
    }
    .form__header {
        font-size: 18px;
        text-align: center
    }
    .pack-img {
        text-align: center
    }
    .pack-img img {
        height: 150px
    }
    .form-price__old {
        font-size: 20px;
        line-height: 26px
    }
    .form-price__new {
        font-size: 23px;
        line-height: 36px
    }
    .block1-header {
        margin-bottom: 10px
    }
    .block1__heading {
        margin-bottom: 15px
    }
    .form {
        -webkit-border-radius: 10px;
        border-radius: 10px
    }
    .form__wrapper {
        -webkit-border-radius: 10px;
        border-radius: 10px
    }
    .form__button-element {
        width: 290px;
        max-width: 100%;
        height: 92px;
        -webkit-background-size: contain;
        background-size: contain;
        padding-bottom: 30px;
        font-size: 30px;
        margin: 0 auto;
        display: block
    }
    .form__button {
        position: initial
    }
    .form-input {
        height: 40px;
        width: 100%
    }
    .form__element {
        width: 100%;
        margin-right: 0;
        margin-top: 15px
    }
    .form__header {
        margin-bottom: 10px
    }
    .block1-2 {
        background-color: #e03800;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        color: #fff
    }
    .block1-2 .container {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .block1-list__text {
        font-size: 18px
    }
    .block1__subheading {
        font-size: 24px
    }
    .block1-list__item+.block1-list__item {
        margin-top: 15px
    }
    .block1-list {
        margin-bottom: 20px
    }
    .block2 .container {
        padding-top: 15px;
        padding-bottom: 0
    }
    .block2 .block2-girl__mobile {
        width: 100%
    }
    .block2__heading {
        font-size: 30px
    }
    .block2-list__item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px
    }
    .block2-list__item img {
        width: 100px;
        margin-right: 10px
    }
    .block2-list__tx {
        font-size: 18px;
        text-align: left
    }
    .block2-list__item:last-child {
        margin-left: 0
    }
    .block3 .container {
        padding-top: 15px;
        padding-bottom: 0
    }
    .block3 .block3-girl__mobile {
        width: 100%;
        margin-top: 15px;
        margin-left: -15px
    }
    .block3__heading {
        font-size: 24px;
        margin-bottom: 15px
    }
    .block3-decor3 {
        display: none
    }
    .block3-list__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block3-list__img {
        margin-top: 0
    }
    .block3-list__img img {
        width: 100%
    }
    .block3-list__tx {
        font-size: 18px;
        margin-right: 0
    }
    .block4__heading {
        font-size: 24px
    }
    .block4-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .block5 {
        height: auto;
        -webkit-background-size: cover;
        background-size: cover
    }
    .block5 .container {
        padding-bottom: 0
    }
    .block5 .container::after {
        display: none
    }
    .block5 .block5-girl__mobile {
        width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 2
    }
    .block5__header {
        width: 100%;
        font-size: 30px;
        margin: 60px 0 15px
    }
    .block6 .container {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .block6__header {
        font-size: 24px
    }
    .block6-list__item {
        width: 100%
    }
    .block7 {
        background: #efefef;
        height: auto
    }
    .block7 .container {
        padding-bottom: 15px
    }
    .block7__main {
        width: 100%
    }
    .block7__main {
        padding-left: 0;
        padding-right: 0
    }
    .block7__header {
        font-size: 24px;
        margin-bottom: 15px
    }
    .block7-pack {
        display: none
    }
    .block7-text__sign {
        width: 90px;
        height: 100px;
        bottom: -20px;
        -webkit-background-size: contain;
        background-size: contain
    }
    .block9__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block-warning__header {
        font-size: 30px
    }
    .block9__text {
        font-size: 18px
    }
    .block9-pack__label {
        left: 0;
        width: 100px;
        height: 100px;
        font-size: 7px;
        background-size: 100px
    }
    .block10 .container {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .block10__header {
        font-size: 24px;
        margin-bottom: 15px
    }
    .block10-list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .block10-list__img {
        width: 110px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 16px
    }
    .block10-list__img img {
        width: 100%
    }
    .block10-list__header {
        font-size: 18px;
        text-align: left
    }
    .block10-list__text {
        font-size: 14px;
        text-align: left;
        padding: 0
    }
    .footer .container {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .block11 .container {
        padding-top: 15px;
        padding-bottom: 15px
    }
    body {
        padding-bottom: 77px
    }
    .block1-2__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        justify-content: center
    }
    .button-mobile {
        background-color: transparent;
        border: 2px solid #fff;
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (max-width:1059px) {
    .block4-flex {
        gap: 20px
    }
}

.block4-flex>:nth-child(3) .block4-list__item .block4-list__header {
    padding-left: 0;
    padding-right: 80px;
    text-align: left
}

.block4-flex>:nth-child(3) .block4-list__img {
    right: 10px
}

@media screen and (max-width:600px) {
    .block4-list__item {
        max-width: 100%
    }
    .block4-list {
        width: 100%
    }
    .block4-flex {
        flex-wrap: wrap;
        gap: 40px
    }
}

.w3 {
    width: 300px
}