

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

p {
    margin: 0
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    color: #464038;
    font-family: 'Helvetica', sans-serif
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px
}

.wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px
}

.clearfix:after,
.section-problem__item:after {
    content: '';
    display: table;
    clear: both
}

.fl_left,
.fl_right {
    display: block;
    float: left
}

.ul_simple {
    list-style: none;
    list-style-image: none
}

.ul_simple,
.ul_simple li {
    margin: 0;
    padding: 0
}

.footer {
    background-color: #beb3a3;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.copyrights {
    font-size: 15px;
    line-height: 1.2;
    text-align: center
}

@media only screen and (max-width:500px) {
    .copyrights {
        font-size: 15px
    }
}

.privacy {
    display: block;
    line-height: 2;
    color: #a3235c
}

.highlighted {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-weight: 700;
    line-height: 1.5;
}

@media only screen and (max-width:500px) {
    .highlighted {
        display: inline;
        padding: 0
    }
}

.highlighted::before {
    content: '';
    -webkit-transform: skew(-30deg) translate(-52%, -55%);
    -ms-transform: skew(-30deg) translate(-52%, -55%);
    transform: skew(-30deg) translate(-52%, -55%);
    display: inline-block;
    position: absolute;
    height: 95%;
    z-index: -1;
    width: 100%;
    left: 50%;
    top: 50%
}

@media only screen and (max-width:500px) {
    .highlighted::before {
        content: normal
    }
}

.highlighted_green::before {
    background-color: #c5e156
}

.highlighted_grey::before {
    background-color: #bfd2db
}

.highlighted_pink::before {
    background-color: #ecc9ce
}

.txt-color_salad {
    color: #aac63b
}

.txt-color_violet {
    color: #a3235c
}

.title-ellipsed {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 10px
}

.title-ellipsed::after,
.title-ellipsed::before {
    color: #c3b29a;
    content: '...';
    display: block;
    font-size: 60px;
    font-family: 'Blogger Sans', sans-serif;
    height: 100%;
    line-height: 0;
    letter-spacing: 15px;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:1100px) {
    .title-ellipsed::after,
    .title-ellipsed::before {
        font-size: 45px
    }
}

@media only screen and (max-width:750px) {
    .title-ellipsed::after,
    .title-ellipsed::before {
        font-size: 30px;
        letter-spacing: 10px
    }
}

@media only screen and (max-width:500px) {
    .title-ellipsed::after,
    .title-ellipsed::before {
        content: normal
    }
}

.title-ellipsed::before {
    right: 100%
}

.title-ellipsed::after {
    left: 100%;
    margin-left: 5px
}

.txt-nowrap {
    white-space: nowrap
}

.form-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 150px 15px 25px;
    position: relative;
    -webkit-box-shadow: 0 0 35px 0 rgba(155, 141, 122, .35);
    box-shadow: 0 0 35px 0 rgba(155, 141, 122, .35)
}

.form-block__special {
    font-family: 'Blogger Sans', sans-serif;
    font-weight: 700;
    background-image: url("../img/offer.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
    position: absolute;
    top: 10px;
    left: -9.5%;
    width: 120%;
    padding: 50px 20px
    
}

.form-block__special-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #b5f15f;
    display: block;
    margin-bottom: 10px
}

@media only screen and (max-width:400px) {
    .form-block__special-title {
        font-size: 14px
    }
}

.form-block__special-price {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px
}

@media only screen and (max-width:400px) {
    .form-block__special-price {
        font-size: 24px
    }
}

.form-block__special-price_old {
    margin-left: 15px;
    font-size: 24px;
    color: #4d102b;
    text-decoration: line-through
}

@media only screen and (max-width:400px) {
    .form-block__special-price_old {
        font-size: 20px
    }
}

.form-block__special-discount {
    font-size: 32px;
    position: absolute;
    top: 50%;
    right: 7%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    color: #181818
}

.input-group {
    position: relative;
    margin-bottom: 20px
}

.input-group__title {
    display: block;
    color: #3b3b3b;
    font-size: 16px;
    margin-bottom: 5px
}

.input-group__input {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding: 2px 15px;
    border: 1px solid #edf2f5;
    font-size: 16px;
    line-height: 36px;
    background-color: #e8e8e8;
    outline: 0
}

.form-block__form-submit {
    width: 100%;
    background-color: #9cd051;
    border-radius: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Blogger Sans', sans-serif;
    color: #507915;
    text-transform: uppercase;
    letter-spacing: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border: 0;
    outline: 0
}

.section-offer {
    background-image: url("../img/bg_section1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.section-offer__girl {
    float: left;
    width: 70%;
    margin-left: -22%;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1300px) {
    .section-offer__girl {
        margin-left: -35%
    }
}

@media only screen and (max-width:1000px) {
    .section-offer__girl {
        display: none;
    }
}

.section-offer__girl img {
    height: auto;
    display: block
}

.section-content {
    float: right;
    margin-left: -10%;
    margin-right: -10%;
    width: 70%
}

@media only screen and (max-width:1300px) {
    .section-content {
        margin-right: 0;
        width: 70%
    }
}

@media only screen and (max-width:1000px) {
    .section-content {
        width: 100%;
        text-align: center
    }
}

.section-content__head {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -20%;
    padding: 10px 80px 10px 20%;
    background-color: #a3235c;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px
}

@media only screen and (max-width:1000px) {
    .section-content__head {
        border-radius: 60px;
        padding: 10px 80px;
        text-align: center;
        margin-left: 0
    }
}

@media only screen and (max-width:750px) {
    .section-content__head {
        display: block;
        border-radius: 0;
        margin: 0 -20px 30px;
        padding: 10px 20px
    }
}

.section-content__body {
    text-align: left
}

.section-content__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Blogger Sans', sans-serif
}

@media only screen and (max-width:1100px) {
    .section-content__title {
        font-size: 28px
    }
}

@media only screen and (max-width:750px) {
    .section-content__title {
        font-size: 24px
    }
}

@media only screen and (max-width:400px) {
    .section-content__title {
        font-size: 18px;
        line-height: 1.4
    }
}

.section-content__title .headline {
    display: block;
    font-size: 46px;
    font-weight: 700
}

@media only screen and (max-width:1100px) {
    .section-content__title .headline {
        font-size: 40px
    }
}

@media only screen and (max-width:750px) {
    .section-content__title .headline {
        font-size: 34px
    }
}

@media only screen and (max-width:400px) {
    .section-content__title .headline {
        font-size: 26px
    }
}

.section-content__description {
    line-height: 1.5;
    font-size: 21px;
    padding-right: 10%;
    margin-bottom: 10px;
    padding-left: 10px;
}

@media only screen and (max-width:1100px) {
    .section-content__description {
        font-size: 20px
    }
}

@media only screen and (max-width:1000px) {
    .section-content__description {
        text-align: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:750px) {
    .section-content__description {
        font-size: 18px
    }
}

.section-content__item {
    float: left;
    width: 50%;
    margin-left: -5%;
    margin-top: 10px;
    position: relative;
    z-index: 10
}

.section-content__item img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:1000px) {
    .section-content__item {
        width: 50%;
        text-align: center;
    }
}

@media only screen and (max-width:750px) {
    .section-content__item {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0
    }
}

@media only screen and (max-width:1100px) {
    .section-content__offer {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:750px) {
    .section-content__offer {
        margin-bottom: 0
    }
}

.section-content__form-block {
    float: right;
    width: 50%;
    margin-top: -40px
}

@media only screen and (max-width:1100px) {
    .section-content__form-block {
        margin-top: 0;
        margin-right: 20px;
        max-width: 350px;
        float: left
    }
}

@media only screen and (max-width:750px) {
    .section-content__form-block {
        width: 350px;
        margin: 0 auto 40px;
        float: none
    }
}

@media only screen and (max-width:500px) {
    .section-content__form-block {
        width: auto
    }
}

.section-problem {
    /*background-image: url(../img/comb.png);*/
    background-position: 140% 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #fff
}

@media only screen and (max-width:1470px) {
    .section-problem {
        background-image: none;
    }
}

@media only screen and (max-width:1100px) {
    .section-problem {
        margin-top: -55px;
        background-image: none
    }
}

.section-problem__body {
    padding-top: 60px;
    position: relative
}

@media only screen and (max-width:500px) {
    .section-problem__body {
        padding-top: 30px;
        padding-bottom: 10px
    }
}

.section-problem__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #c3b29a
}

@media only screen and (max-width:1100px) {
    .section-problem__title {
        font-size: 30px;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width:750px) {
    .section-problem__title {
        font-size: 24px
    }
}

@media only screen and (max-width:500px) {
    .section-problem__title {
        font-size: 20px
    }
}

.section-problem__description {
    font-size: 21px;
    margin-bottom: 80px;
    text-align: center;
    line-height: 1.3
}

@media only screen and (max-width:1100px) {
    .section-problem__description {
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .section-problem__description {
        font-size: 16px;
        margin-right: 0
    }
}

@media only screen and (max-width:500px) {
    .section-problem__description {
        text-align: center;
        margin-bottom: 30px
    }
}

.section-problem__content {
    float: right;
    width: 50%;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:750px) {
    .section-problem__content {
        float: none;
        width: 80%;
        margin: 0 auto
    }
}

@media only screen and (max-width:500px) {
    .section-problem__content {
        width: 100%
    }
}

.section-problem__girl {
    float: left;
    width: 90%;
    margin-left: -10%;
    margin-right: -30%;
    margin-top: -130px;
}

.section-problem__girl img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 65%;
}


@media only screen and (max-width:1056px) {
    .section-problem__girl {
        width: 49%;
        margin-top: 0;
    }    
    .section-problem__girl img {
        width: 100%;
    }
}





.section-problem__item {
    margin-bottom: 40px
}


.section-problem__item-title {
    font-weight: bold;
    color: #a3235c;
    font-size: 41px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width:880px) {
    .section-problem__girl {
        display: none
    }
    
    .section-problem__content {
        width: 100%;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .section-problem__item-title {
        text-align: center;
    }
}


@media only screen and (max-width:500px) {
    .section-problem__item-title {
        float: none;
        max-width: none;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
        font-size: 20px
    }
}

.section-problem__item-title_small {
    font-size: 23px
}

@media only screen and (max-width:1100px) {
    .section-problem__item-title_small {
        font-size: 20px
    }
}

.section-problem__item-description {
    color: #464038;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 40px;
}

@media only screen and (max-width:1100px) {
    .section-problem__item-description {
        font-size: 20px
    }
}

@media only screen and (max-width:500px) {
    .section-problem__item-description {
        max-width: none;
        float: none;
        margin-bottom: 20px;
        font-size: 17px
    }
}

.section-check {
    background-color: #edf2f5;
    padding: 50px 0;
    text-align: center
}

@media only screen and (max-width:750px) {
    .section-check {
        padding: 30px 0
    }
}

@media only screen and (max-width:500px) {
    .section-check {
        padding: 20px 0
    }
}

.section-check__title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Blogger Sans', sans-serif
}

@media only screen and (max-width:1100px) {
    .section-check__title {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .section-check__title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:500px) {
    .section-check__title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.section-check__description {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 35px
}

@media only screen and (max-width:1100px) {
    .section-check__description {
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .section-check__description {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.section-check__item {
    width: 22%;
    margin: 0 1.5%;
    float: left;
    border-radius: 30px;
    overflow: hidden;
    text-align: center
}

.section-check__item img {
    display: block;
    margin: 0 auto
}

.section-crystal {
    background-image: url("../img/bg_section4.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff
}

.section-crystal__body {
    padding: 45px 0;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:750px) {
    .section-crystal__body {
        padding: 30px 0
    }
}

.section-crystal__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 500;
    color: #8d2e36;
}

@media only screen and (max-width:750px) {
    .section-crystal__title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px
    }
}

.section-crystal__shop-item {
    display: block;
    float: left;
    width: 27%;
    margin-right: 5%;
    margin-top: 8px;
}

@media only screen and (max-width:750px) {
    .section-crystal__shop-item {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px
    }
}

.section-check__item img,
.section-crystal__shop-item img {
    max-width: 100%;
    height: auto
}

.section-crystal__content {
    display: block;
    float: right;
    width: 68%
}

@media only screen and (max-width:750px) {
    .section-crystal__content {
        float: none;
        width: 100%
    }
}

.section-crystal__content-description {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #8d2e36;
}

@media only screen and (max-width:750px) {
    .section-crystal__content-description {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:500px) {
    .section-crystal__content-description {
        margin-bottom: 20px
    }
}


@media only screen and (max-width:500px) {
    .section-crystal__content-description .highlighted::before {
        -webkit-transform: skew(-20deg) translate(-58%, -54%);
        -ms-transform: skew(-20deg) translate(-58%, -54%);
        transform: skew(-20deg) translate(-58%, -54%)
    }
}

.advantages-list {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none
}

.advantages-list__item {
    position: relative;
    padding: 0;
    margin-bottom: 20px
}

@media only screen and (max-width:750px) {
    .advantages-list__item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:500px) {
    .advantages-list__item {
        margin-bottom: 20px
    }
}

.advantages-list__item-description {
    color: #8d2e36;
    font-size: 17px;
    line-height: 1.4;
    padding-left: 70px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:750px) {
    .advantages-list__item-description {
        font-size: 16px
    }
}

@media only screen and (max-width:500px) {
    .advantages-list__item-description {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 35px
    }
}

.advantages-list__item::before {
    content: '';
    display: block;
    width: 67px;
    height: 78px;
	background-image: url("../img/drop_small.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

@media only screen and (max-width:500px) {
    .advantages-list__item::before {
        width: 30px;
        height: 40px;
        position: absolute;
        top: 0
    }
}

.section-crystal__woman {
    position: absolute;
    right: 0;
    bottom: -351px
}

@media only screen and (max-width:750px) {
    .section-crystal__woman {
        display: none
    }
}

.section-crystal__woman img {
    display: block
}

.section-goals {
    background-image: url("../img/bg_section5.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.section-goals__body {
    padding: 45px 0 55px
}

@media only screen and (max-width:750px) {
    .section-goals__body {
        padding: 30px 0
    }
}

@media only screen and (max-width:500px) {
    .section-goals__body {
        padding: 20px 0
    }
}

.section-goals__title {
    text-align: center;
    font-family: 'Blogger Sans', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1100px) {
    .section-goals__title {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .section-goals__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:500px) {
    .section-goals__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.section-goals__content {
    position: relative
}

.goals-list__item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}


.goals-list__goal {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 60px;
    min-height: 430px;
    margin-bottom: 30px
}


@media only screen and (max-width:1130px) {
    .goals-list__item {
        width: 45%;
    }
    
    .goals-list__goal {
        min-height: 340px;
         margin-right: 20px;
    }
    
}

@media only screen and (max-width:800px) {
    .goals-list__goal {
        min-height: auto;
        padding-left: 60px
    }
    
      .goals-list__item {
        width: 100%;
          display: block;
          margin: 0 auto;
          margin-bottom: 20px;
    }
}




@media only screen and (max-width:500px) {
    .goals-list__goal {
        padding-left: 50px
    }
}

.goals-list__goal-title {
    font-family: 'Blogger Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #a3235c;
    margin-bottom: 20px
}

@media only screen and (max-width:1100px) {
    .goals-list__goal-title {
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .goals-list__goal-title {
        font-size: 16px
    }
}

@media only screen and (max-width:500px) {
    .goals-list__goal-title {
        margin-bottom: 10px
    }
}

.goals-list__goal-title .txt-color_salad,
.section-studies__recommendation strong {
    display: block
}

.goals-list__goal-title .title-ellipsed_left {
    position: relative
}

.goals-list__goal-title .title-ellipsed_left::before {
    color: #c3b29a;
    content: '...';
    display: block;
    font-size: 30px;
    font-family: 'Blogger Sans', sans-serif;
    height: 100%;
    line-height: 0;
    letter-spacing: 5px;
    position: absolute;
    top: 70%;
    right: 100%;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:500px) {
    .goals-list__goal-title .title-ellipsed_left::before {
        font-size: 20px
    }
}

.goals-list__goal-description {
    line-height: 1.4
}

.goals-list__goal-description:not(:last-child) {
    margin-bottom: 25px
}

@media only screen and (max-width:500px) {
    .goals-list__goal-description:not(: last-child) {
        margin-bottom: 10px
    }
}

.drop {
    position: absolute;
    top: 44%;
    left: 101%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10%
}

@media only screen and (max-width:1130px) {
    .drop {
        top: 70%;
        left: 80%;
    }
}

@media only screen and (max-width:800px) {
    .drop {
        display: none
    }
}

.drop img {
    max-width: 100%;
    height: auto;
    display: block
}

.section-hiw__body {
    padding: 60px 0 40px
}

.section-hiw__body>.wrapper,
li.hiw-steps__item {
    position: relative
}

@media only screen and (max-width:750px) {
    .section-hiw__body {
        padding: 40px 0 30px
    }
}

@media only screen and (max-width:500px) {
    .section-hiw__body {
        padding: 20px 0
    }
}

.section-hiw__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    padding: 0 100px;
    position: relative;
    color: #aac63b;
    z-index: 10;
    margin-bottom: 90px
}

@media only screen and (max-width:1100px) {
    .section-hiw__title {
        font-size: 30px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:750px) {
    .section-hiw__title {
        font-size: 24px;
        margin-bottom: 40px;
        padding: 0 20px
    }
}

@media only screen and (max-width:500px) {
    .section-hiw__title {
        font-size: 20px
    }
}

.section-hiw__stamp {
    width: 230px;
    height: 230px;
    background-image: url(../img/hiw_stamp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: -10%
}

@media only screen and (max-width:1100px) {
    .section-hiw__stamp {
        display: none
    }
}

li.hiw-steps__item:not(:last-child) {
    margin-bottom: 120px
}
@media only screen and (max-width:480px) {
    li.hiw-steps__item:not(:last-child) {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1100px) {
    li.hiw-steps__item:not(: last-child) {
        margin-bottom: 80px
    }
}

@media only screen and (max-width:750px) {
    li.hiw-steps__item:not(: last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:500px) {
    li.hiw-steps__item:not(: last-child) {
        margin-bottom: 20px
    }
}

li.hiw-steps__item:nth-child(3) .hiw-steps__item-flimg {
    top: -110%
}

li.hiw-steps__item:nth-child(2n) .hiw-steps__item-flimg {
    right: 0
}

li.hiw-steps__item:nth-child(2n) .hiw-step__img {
    float: right;
    margin-top: 60px
}

@media only screen and (max-width:750px) {
    li.hiw-steps__item:nth-child(2n) .hiw-step__img {
        float: none
    }
}

.ingredients-list__item:nth-child(n),
li.hiw-steps__item:nth-child(2n) .hiw-step__content {
    float: left
}

.hiw-steps__step {
    position: relative;
    z-index: 1
}

.hiw-steps__item-flimg {
    position: absolute;
    top: -50%
}

@media only screen and (max-width:1100px) {
    .hiw-steps__item-flimg {
        display: none
    }
}

.hiw-step__img {
    width: 35%;
    float: left;
    display: block;
    margin-right: 5%
}

@media only screen and (max-width:750px) {
    .hiw-step__img {
        margin: 0 auto 20px;
        float: none;
        text-align: center
    }
}

@media only screen and (max-width:500px) {
    .hiw-step__img {
        width: 50%;
        margin-bottom: 10px
    }
}

.hiw-step__img img,
.ingredients-list__ingredient-img img,
.section-studies__gallery-item img {
    max-width: 100%;
    height: auto
}

.hiw-step__content {
    width: 60%;
    float: right
}

@media only screen and (max-width:750px) {
    .hiw-step__content {
        width: 100%;
        float: none
    }
}

.hiw-step__title {
    font-family: 'Blogger Sans', sans-serif;
    background-color: #aac63b;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    width: 115%
}

@media only screen and (max-width:1100px) {
    .hiw-step__title {
        width: 100%;
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .hiw-step__title {
        font-size: 16px
    }
}

.hiw-step__count {
    display: block;
    font-size: 36px
}

@media only screen and (max-width:1100px) {
    .hiw-step__count {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .hiw-step__count {
        font-size: 24px
    }
}

@media only screen and (max-width:500px) {
    .hiw-step__count {
        font-size: 18px
    }
}

.hiw-step__description {
    line-height: 1.5;
    margin-bottom: 20px;
    padding-right: 60px
}

@media only screen and (max-width:500px) {
    .hiw-step__description {
        text-align: center;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.ingredients-list__item {
    width: 48%
}

@media only screen and (max-width:500px) {
    .ingredients-list__item {
        width: 100%;
        float: none;
        display: inline-block
    }
}

.ingredients-list__item:nth-child(2n) {
    float: right
}

.ingredients-list__item:nth-child(2n+1) {
    clear: both
}

.ingredients-list__ingredient {
    position: relative;
    margin-bottom: 10px
}

.ingredients-list__ingredient-title {
    padding-left: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-studies {
    background-image: url("../img/bg_section7.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 40px
}

@media only screen and (max-width:1100px) {
    .section-studies {
        padding: 60px 0
    }
}

@media only screen and (max-width:750px) {
    .section-studies {
        padding: 40px 0
    }
}

@media only screen and (max-width:500px) {
    .section-studies {
        padding: 30px 0
    }
}

.section-studies__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 50px
}

@media only screen and (max-width:1100px) {
    .section-studies__title {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .section-studies__title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:500px) {
    .section-studies__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.section-studies__body-item {
    width: 50%;
    float: left
}

@media only screen and (max-width:750px) {
    .section-studies__body-item {
        width: 100%;
        float: none
    }
}

.section-studies__body-item:last-child {
    padding-left: 40px
}

@media only screen and (max-width:750px) {
    .section-studies__body-item:last-child {
        padding-left: 0
    }
}

.section-studies__description {
    margin-bottom: 50px;
    line-height: 1.5
}

@media only screen and (max-width:750px) {
    .section-studies__description {
        margin-bottom: 20px
    }
}

.results-list__item {
    margin-bottom: 40px
}

@media only screen and (max-width:750px) {
    .results-list__item {
        margin-bottom: 20px
    }
    .results-list__item:last-of-type {
        margin-bottom: 40px
    }
}

.results-list__item-title {
    border-radius: 40px;
    font-weight: 700;
    padding: 10px 20px 5px;
    color: #fff;
    margin-bottom: 15px
}

.results-list__item:nth-child(1) .results-list__item-title {
    background-color: #dd75a3
}

.results-list__item:nth-child(2) .results-list__item-title {
    background-color: #b14575
}

.results-list__item:nth-child(3) .results-list__item-title {
    background-color: #a3235c
}

.results-list__feature {
    position: relative;
    vertical-align: top
}

.results-list__feature::before {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    background-image: url("../img/check.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -3px
}

.results-list__feature-description {
    padding-left: 28px;
    margin-bottom: 10px
}

.section-studies__gallery-title {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-studies__gallery {
    margin-bottom: 60px
}

@media only screen and (max-width:750px) {
    .section-studies__gallery {
        margin-bottom: 30px
    }
}

.section-studies__gallery-item {
    margin-bottom: 30px
}

@media only screen and (max-width:750px) {
    .section-studies__gallery-item {
        text-align: center
    }
}

.section-studies__recommendation {
    background-color: #9cd051;
    font-family: 'Blogger Sans', sans-serif;
    font-style: italic;
    padding: 20px 35px;
    border-radius: 25px;
    line-height: 1.5
}

@media only screen and (max-width:750px) {
    .section-studies__recommendation {
        text-align: center
    }
}

@media only screen and (max-width:500px) {
    .section-studies__recommendation {
        padding: 10px 15px
    }
}

.section-specialists {
    background-image: url("../img/bg_section8.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (max-width:1100px) {
    .section-specialists {
        background-position: bottom 50% right 0;
        background-size: 1000%
    }
}

@media only screen and (max-width:500px) {
    .section-specialists {
        background-size: cover
    }
}

.section-specialists__body {
    max-width: 750px;
    margin-left: auto;
    padding: 75px 0
}

@media only screen and (max-width:1100px) {
    .section-specialists__body {
        padding: 60px 0
    }
}

@media only screen and (max-width:750px) {
    .section-specialists__body {
        padding: 40px 0
    }
}

@media only screen and (max-width:500px) {
    .section-specialists__body {
        padding: 30px 0
    }
}

.section-specialists__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media only screen and (max-width:1100px) {
    .section-specialists__title {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .section-specialists__title {
        font-size: 24px
    }
}

@media only screen and (max-width:500px) {
    .section-specialists__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.section-specialists__content {
    background-image: url("../img/sheet.webp");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 180px 100px 220px;
    margin-top: -100px;
    margin-bottom: -210px;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:1100px) {
    .section-specialists__content {
        margin-top: -140px;
        padding: 200px 90px 220px
    }
}

@media only screen and (max-width:750px) {
    .section-specialists__content {
        background-image: none;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #fff;
        padding: 40px
    }
}

@media only screen and (max-width:500px) {
    .section-specialists__content {
        padding: 20px
    }
}

.section-specialists__text {
    font-style: italic;
    margin-bottom: 20px
}

.section-specialists__text-author {
    font-weight: 700;
    padding-top: 20px;
    padding-right: 200px
}

@media only screen and (max-width:500px) {
    .section-specialists__text-author {
        padding-right: 0
    }
}

.section-stylist {
    background-image: url("../img/bg_section9.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #edf2f5
}

@media only screen and (max-width:1100px) {
    .section-stylist {
        background-image: none
    }
}

.section-stylist__body {
    padding: 60px 0 40px
}

@media only screen and (max-width:750px) {
    .section-stylist__body {
        padding: 40px 0
    }
}

@media only screen and (max-width:500px) {
    .section-stylist__body {
        padding: 20px 0
    }
}

.section-stylist__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media only screen and (max-width:1100px) {
    .section-stylist__title {
        font-size: 30px
    }
}

@media only screen and (max-width:750px) {
    .section-stylist__title {
        font-size: 24px
    }
}

@media only screen and (max-width:500px) {
    .section-stylist__title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.section-stylist__content {
    max-width: 750px;
    margin-right: auto;
    font-style: italic;
    line-height: 1.3
}

.section-stylist__text {
    margin-bottom: 30px
}

@media only screen and (max-width:1100px) {
    .section-stylist__text {
        white-space: normal
    }
}

@media only screen and (max-width:500px) {
    .section-stylist__text {
        margin-bottom: 10px
    }
}

.section-stylist__text-author {
    font-weight: 700
}

.section-stylist__text-author .author-name {
    display: block;
    font-weight: 400
}

.section-instructions {
    background-image: url("../img/bg_section10.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section-instructions__body {
    padding: 60px 0 70px;
    margin: 0 -40px
}

@media only screen and (max-width:1100px) {
    .section-instructions__body {
        padding: 50px 0;
        margin: 0
    }
}

@media only screen and (max-width:750px) {
    .section-instructions__body {
        padding: 40px 0
    }
}

@media only screen and (max-width:500px) {
    .section-instructions__body {
        padding: 30px 0
    }
}

.section-instructions__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 150px
}

@media only screen and (max-width:1100px) {
    .section-instructions__title {
        font-size: 30px;
        margin-bottom: 130px
    }
}

@media only screen and (max-width:750px) {
    .section-instructions__title {
        font-size: 24px;
        margin-bottom: 170px
    }
}

@media only screen and (max-width:500px) {
    .section-instructions__title {
        font-size: 20px;
        margin-bottom: 120px
    }
}

@media only screen and (max-width:350px) {
    .section-instructions__title {
        margin-bottom: 80px
    }
}

.section-instructions__title .title-ellipsed::after,
.section-instructions__title .title-ellipsed::before,
.section-order__title .title-ellipsed::after,
.section-order__title .title-ellipsed::before {
    color: #fff
}

.section-instructions__item {
    width: 32%;
    float: left
}


.section-instructions__item:not(:last-child) {
    margin-right: 15%;
    margin-left: 10%;
}


@media only screen and (max-width:750px) {
    .section-instructions__item {
        width: 100%;
        float: none;
    }
    
    .section-instructions__item:not(:last-child) {
        margin: 0 auto;
        margin-bottom: 100px;
    }
}


.instruction {
    text-align: center;
    background-color: #fff;
    border-radius: 20px
}

@media only screen and (max-width:750px) {
    .instruction {
        margin-bottom: 170px;
        padding-top: 20px
    }
}

@media only screen and (max-width:500px) {
    .instruction {
        margin-bottom: 120px
    }
}

@media only screen and (max-width:350px) {
    .instruction {
        margin-bottom: 80px
    }
    .instruction:last-child {
        margin-bottom: 10px
    }
}

.instruction__img {
    margin-top: -35%;
    margin-bottom: 20px
}

@media only screen and (max-width:750px) {
    .instruction__img {
        margin-top: -25%;
        margin-bottom: 10px
    }
}

.instruction__img img {
    max-width: 80%;
    height: auto
}

.instruction__content {
    padding: 0 15px 40px;
    min-height: 170px
}

@media only screen and (max-width:750px) {
    .instruction__content {
        min-height: auto
    }
}

.instruction__title {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px
}

.instruction__sub-title,
.instruction__title {
    font-family: 'Blogger Sans', sans-serif;
    text-transform: uppercase;
    color: #a3235c
}

@media only screen and (max-width:1100px) {
    .instruction__sub-title,
    .instruction__title {
        font-size: 18px
    }
}

.instruction__sub-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px
}

.section-reviews {
    background-color: #fff
}

.section-reviews__body {
    padding: 65px 0 35px
}

@media only screen and (max-width:1100px) {
    .section-reviews__body {
        padding: 50px 0 35px;
        margin: 0
    }
}

@media only screen and (max-width:750px) {
    .section-reviews__body {
        padding: 40px 0 30px
    }
}

@media only screen and (max-width:500px) {
    .section-reviews__body {
        padding: 30px 0
    }
}

.section-reviews__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #c3b29a;
    margin-bottom: 60px
}

@media only screen and (max-width:1100px) {
    .section-reviews__title {
        font-size: 30px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:750px) {
    .section-reviews__title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:500px) {
    .section-reviews__title {
        font-size: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1100px) {
    .section-reviews__list {
        padding-left: 30px
    }
}

@media only screen and (max-width:500px) {
    .section-reviews__list {
        padding-left: 20px
    }
}

.section-reviews__item {
    width: 30%;
    float: left
}

@media only screen and (max-width:750px) {
    .section-reviews__item {
        width: 100%;
        float: none;
        text-align: center
    }
}

.section-reviews__item:not(:last-child) {
    margin-right: 5%
}

@media only screen and (max-width:750px) {
    .section-reviews__item:not(: last-child) {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.review__img {
    margin-bottom: 20px
}

.review__img img {
    max-width: 100%;
    height: auto
}

.review__author {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #a3235c
}

.review__text {
    position: relative;
    padding-right: 25px;
    line-height: 1.5
}

@media only screen and (max-width:750px) {
    .review__text {
        text-align: left
    }
}

.review__text::before {
    content: '\201C';
    font-family: 'Blogger Sans', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: #a3235c;
    position: absolute;
    left: -40px;
    top: -14px
}

@media only screen and (max-width:500px) {
    .review__text::before {
        font-size: 50px;
        left: -30px
    }
}

.section-warranty {
    background-color: #edf2f5
}

.section-warranty__body {
    padding: 40px 0 50px
}

@media only screen and (max-width:500px) {
    .section-warranty__body {
        padding: 30px 0
    }
}

.section-warranty__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #d3231f;
    padding-left: 120px;
    word-spacing: 400px;
    position: relative
}

@media only screen and (max-width:1100px) {
    .section-warranty__title {
        font-size: 30px;
        padding-left: 100px
    }
}

@media only screen and (max-width:750px) {
    .section-warranty__title {
        font-size: 24px;
        padding-left: 80px;
        margin-top: 0
    }
}

@media only screen and (max-width:500px) {
    .section-warranty__title {
        font-size: 20px;
        padding-left: 60px;
        max-width: 170px;
        margin: 0 auto 20px
    }
}

.section-warranty__title::before {
    content: '';
    display: block;
    width: 108px;
    height: 108px;
    background-image: url("../img/warning.webp");
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:1100px) {
    .section-warranty__title::before {
        width: 88px;
        height: 88px;
        background-size: cover
    }
}

@media only screen and (max-width:750px) {
    .section-warranty__title::before {
        width: 68px;
        height: 68px
    }
}

@media only screen and (max-width:500px) {
    .section-warranty__title::before {
        width: 48px;
        height: 48px
    }
}

.section-warranty__content {
    float: left;
    width: 60%;
    margin-right: 5%;
    font-size: 24px;
    line-height: 1.3
}

@media only screen and (max-width:1100px) {
    .section-warranty__content {
        font-size: 18px
    }
}

@media only screen and (max-width:750px) {
    .section-warranty__content {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:500px) {
    .section-warranty__content {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

.section-warranty__description {
    margin-bottom: 30px
}

@media only screen and (max-width:500px) {
    .section-warranty__description {
        text-align: center;
        margin-bottom: 20px
    }
}

.section-warranty__result {
    text-transform: uppercase;
    font-weight: 700
}

@media only screen and (max-width:500px) {
    .section-warranty__result {
        text-align: center
    }
}

.section-warranty__img {
    float: right;
    width: 35%
}

@media only screen and (max-width:1100px) {
    .section-warranty__img img {
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width:500px) {
    .section-warranty__img {
        float: none;
        width: 100%;
        text-align: center
    }
}

.section-order {
    background-color: #fcd0d3;
    color: #fff;
    text-align: center
}

@media only screen and (max-width:750px) {
    .section-order {
        margin-bottom: 10px
    }
}

.section-order__body {
    padding: 60px 0;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 60%)
}

@media only screen and (max-width:1100px) {
    .section-order__body {
        padding: 30px 0
    }
}

.section-order__title {
    font-family: 'Blogger Sans', sans-serif;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #8d2e36;
}

@media only screen and (max-width:1100px) {
    .section-order__title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:750px) {
    .section-order__title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:500px) {
    .section-order__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.section-order__step {
    float: left;
    width: 23.5%
}

@media only screen and (max-width:750px) {
    .section-order__step {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
}

.section-order__step:not(:last-child) {
    margin-right: 2%
}

@media only screen and (max-width:750px) {
    .section-order__step:not(: last-child) {
        margin-right: 0
    }
}

.section-order__step-img {
    margin-bottom: 10px
}

@media only screen and (max-width:750px) {
    .section-order__step-img {
        margin-bottom: 0
    }
}

.section-order__step-img img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:750px) {
    .section-order__step-img img {
        max-width: 50%
    }
}

.section-order__step-description {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1.1px;
    padding: 0 10px;
    color: #8d2e36;
}

@media only screen and (max-width:1100px) {
    .section-order__step-description {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    .section-check__item {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1000px) {
    .section-problem {
        margin-top: 0;
    }
}

.footer {
    padding-bottom: 30px;
}

.content-footer {
    background-color: #a3235c;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px; 
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.form-footer {
    margin-top: 0;
}
.pack__footer {
    margin-left: 275px;
    margin-top: 70px;
}

.footer__item {
    color: #464038;
font-family: Helvetica;
font-size: 22px;
font-weight: 400;
line-height: 30px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

.footer__item:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 40px;
    height: 36px;
    background: url("../img/green.webp") no-repeat center;
}

.footer__item--accent {
    font-weight: 700;
}

@media screen and (max-width: 1170px) {
    .pack__footer {
        margin-left: 300px;
    }
}

@media screen and (max-width: 1110px) {
    .img-footer {
        display: none;
    }
    
    .footer-wrap {
        float: none;
        margin: 0 auto;
    }
    
    .content-footer {
        margin: 0 auto;
        margin-bottom: 20px;
    }   
    
    .content-footer .section-content__title br {
        display: none;
    }
    
    
    .footer-content__item {
        margin-left: -15%;
    }
    
    .form-footer {
        margin-left: 80px;
    }
}


@media screen and (max-width: 1010px) {
    .footer-content__item {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 75%;
    }
    
    .footer__item {
        margin-bottom: 30px;
    }
    
    .footer__item:before {
        top: 3px;
    }
    
    .form-footer {
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .footer-content__item {
        width: 100%;
    }
}

select {
    height: 42px;
    -webkit-appearance: none !important;
}