body {
    margin: 0;
    padding: 0;
    background-color: #020202;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.1
}

.note {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0;
    background-color: #770a0d;
    padding: 5px;
}

.note::before {
    content: '*';
}

main h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

main h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

main p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

select::-ms-expand {
    display: none
}

img {
    max-width: 100%
}

.wrap,
section {
    position: relative
}

.wrap {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

@media (min-width:1024px) {
    .wrap {
        max-width: 1024px;
    }
}

@media (min-width:1200px) {
    .wrap {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.bg-red {
    background-color: #df0101;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

@media (min-width:1200px) {
    .bg-red {
        font-size: 24px;
        padding: 25px 15px
    }
}

a,
button {
    transition: all 0.2s ease-in-out;
}

a:hover,
button:hover {
    transform: scale(1.05);
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #65b2a5;
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

.rhino {
    display: inline-block;
    position: relative
}

.prod-wrap__label,
.rhino::after {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}


@media (min-width:1024px) {
    .rhino::after {
        width: 116px;
        height: 102px;
        top: 142px;
        left: 12px;
    }
}

@media (min-width:1200px) {
    .rhino::after {
        width: 135px;
        height: 120px;
        top: 142px;
        left: 12px;
    }
}

.prod-wrap {
    position: relative;
    width: 60%;
    margin-right: -10px;
    margin-left: -5%
}

.prod-wrap__label {
    top: -20px;
    left: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 95px;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background-image: url("../images/label.png");
    color: #df0101;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1
}

.prod-wrap__label span {
    transform: rotate(-45deg)
}

@media (min-width:1024px) {
    .prod-wrap {
        order: 3;
        margin-left: 50px;
        margin-top: 25px;
        position: relative;
        z-index: 2;
        width: 270px;
    }

    .prod-wrap img {
        width: 100%
    }
}

@media (min-width:1200px) {
    .prod-wrap {
        width: 290px;
    }

    .prod-wrap__label {
        left: -15px;
        width: 130px;
        height: 130px;
        font-size: 16px;
        line-height: 1.2
    }
}

.form {
    background-image: url("../images/bg-form.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 320px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 15px;
    color: #fff;
    z-index: 1
}

.form button,
.form input,
.form label,
.form select {
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.1
}

.form label {
    display: block;
    padding-bottom: 10px;
    font-size: 18px
}

.form input,
.form select {
    background-color: #fff;
    margin: 0 0 15px;
    padding: 15px;
    font-size: 18px
}

.form select {
    background-image: url("");
    background-position: 96% center;
    background-repeat: no-repeat
}

.form button {
    margin-top: 15px;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: 700;
    background-color: #65b2a5;
    color: #fff
}

.form button,
.form__price,
.form__title {
    text-align: center;
    text-transform: uppercase
}

.form__title {
    padding-top: 5px;
    line-height: .9;
    font-weight: 700;
    margin: 0;
    font-size: 26px
}

.form__price {
    margin: 17px auto;
    max-width: 250px;
    background-color: #770a0d;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 20px
}

.form__price-old {
    text-decoration: line-through
}

@media (min-width:1024px) {
    .form {
        margin-left: 0;
        margin-right: 0
    }
}

.title {
    font-size: 24px;
    color: #65b2a5;
    text-transform: uppercase
}

.section2__item h2,
.subtitle {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .title {
        font-size: 60px
    }

    .subtitle {
        font-size: 24px
    }
}

.form-block,
h1 {
    position: relative
}

.form-block {
    background-image: url("../images/bg-form-block.jpg");
    background-repeat: no-repeat;
    background-size: 800px auto;
    background-position: center top
}

@media (min-width:800px) {
    .form-block {
        background-size: 100% auto
    }
}

@media (min-width:1024px) {
    .form-block::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("../images/form-block-before-header.png");
        background-position: 40vw top;
        background-size: auto 100%;
        background-repeat: no-repeat;
        left: 0;
        top: 0;
        position: absolute
    }
}

@media (min-width:1200px) {
    .form-block::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("../images/form-block-before-header.png");
        background-position: 40vw top;
        background-size: auto 100%;
        background-repeat: no-repeat;
        left: 0;
        top: 0;
        position: absolute
    }
}

footer.form-block {
    padding-bottom: 50px
}

footer.form-block::before {
    background-image: url("../images/form-block-before-footer.png");
    background-size: 1010px auto;
    background-position: 36vw bottom
}

h1 {
    padding: 30px 0;
    color: #df0101;
    text-align: center;
    font-size: 24px;
    z-index: 2
}

.form-block__list,
.form-block__wrap {
    display: flex;
    flex-wrap: wrap
}

.form-block__list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 45%
}

.form-block__item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.form-block__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px
}

.form-block__item p,
h1 {
    margin: 0
}

.form-block__item span {
    color: #df0101;
    font-weight: 700
}

@media (min-width: 1024px) {
    h1 {
        width: 720px;
        padding: 50px 0 15px;
        margin: 0 0 0 -50px;
        background-image: url("../images/paint.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        font-size: 34px
    }

    .form-block__list,
    .form-block__wrap {
        align-items: start
    }

    .form-block__list {
        width: 100%;
        padding-right: 50%;
        box-sizing: content-box;
        margin-top: 25px;
        align-items: flex-start
    }

    .form-block__item {
        width: 45%;
        box-sizing: border-box;
        margin-bottom: 45px;
    }

    .form-block__item:nth-child(even) {
        margin-left: 40px
    }

}

@media (min-width:1200px) {
    .form-block {
        background-image: url("../images/bg-form-block.jpg");
        background-size: cover
    }

    .form-block__item {
        font-size: 18px;
        padding-left: 50px;
        width: 46%;
    }

    .form-block__item img {
        width: 40px
    }

    .form-block__item span {
        font-size: 24px
    }
}

.playboy {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 45%;
    color: #fff;
    font-size: 15px
}

@media (max-width: 1024px) {
    .playboy {
        padding-bottom: 10px;
    }
}

.playboy img {
    margin-bottom: 15px;
    display: block;
}

@media (min-width:1024px) {
    .playboy {
        width: 400px;
        padding-right: 50%;
        box-sizing: content-box;
        margin-top: 110px;
        align-items: flex-start;
        display: flex;
        font-size: 18px
    }

    .playboy img {
        margin-right: 5px
    }
}

.section2 {
    color: #fff
}

.section2::before {
    display: block;
    content: '';
    width: 100%;
    height: 418px;
    margin: 0 auto;
    background-image: url("urn:scrapbook:download:error:https://static.statthroat.tech/pages/67e2e904-0eff-4a8b-9528-ed7ff5a56b98/bg-section2.png");
    background-repeat: no-repeat;
    background-position: center
}

.section2__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.section2__item {
    padding-bottom: 15px;
}

@media (max-width: 1024px) {
    .section2__item img {
        margin-right: 5px;
        float: left;
        width: 110px;
    }
}

.section2__item h2 {
    color: #65b2a5;
    font-size: 18px
}

.section2__item p {
    font-size: 15px;
    line-height: 1.2
}

@media (min-width:1024px) {
    .section2 {
        min-height: 860px
    }

    .section2::before {
        position: absolute;
        height: 857px;
        background-image: url("../images/bg-section2-desctop.png");
        background-position: center bottom
    }

    .section2__item {
        display: inline-block;
        width: 25%;
        margin-top: 25px;
    }

    .section2__item:nth-child(odd) {
        margin-right: 24%
    }

    .section2__item:nth-child(even) {
        margin-left: 24%
    }
}

@media (min-width:1200px) {


    .section2__item {
        margin-top: 75px;
    }

    .section2__item img {
        width: 167px;
        margin-right: 0;
    }

    .section2__item h2 {
        font-size: 20px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px
    }

    .section2__item p {
        margin: 0;
        font-size: 16
    }
}

.section3 {
    padding-top: 30px
}

p.section3__subtitle {
    font-size: 15px;
    color: #fff
}

.section3__wrap-img {
    position: relative;
    padding-left: 25px;
    width: 60%;
    float: right
}

.section3__wrap-img span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 700
}

.section3__wrap-img span:nth-child(2) {
    top: 0;
    left: 53%
}

.section3__wrap-img span:nth-child(3) {
    color: #65b2a5;
    top: 27%;
    right: -16%;
}

@media (max-width: 1024px) {
    .section3__wrap-img span:nth-child(3) {
        top: 19%;
        right: -3%;
    }
}

@media (max-width: 1024px) {
    .section3__wrap-img span:nth-child(4) {
        bottom: 2%;
        right: -2%;
    }
}

.section3__wrap-img span:nth-child(4) {
    bottom: 7%;
    right: -6%;
}

@media (min-width:1024px) {

    .section3 .subtitle,
    .section3 .title,
    p.section3__subtitle {
        width: 45%
    }

    h3.section3__subtitle {
        position: relative;
    }

    h3.section3__subtitle::before {
        content: '';
        display: block;
        width: 102%;
        padding-bottom: 18%;
        background-image: url("../images/paint1.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        position: absolute;
        bottom: -38%;
        left: 50%;
        transform: translateX(-50%);
    }

    h3.section3__subtitle span {
        position: relative;
    }

    p.section3__subtitle {
        font-size: 20px
    }

    .section3__wrap-img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 35%
    }

    .section3__wrap-img span {
        font-size: 24px
    }
}

@media (max-width:11024px) {
    .section3__bg-wap {
        background-image: url("../images/bg-section3.jpg");
        background-repeat: no-repeat;
        background-size: cover
    }
}

.doc__img {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 263px
}

.doc__block {
    margin-left: 95px;
    background-color: #fff;
    padding: 10px
}

.doc__block p {
    margin: 0;
    background-color: #f2f2f2;
    padding: 10px 10px 10px 30px;
    font-size: 15px
}

.doc__block .doc__text {
    padding: 15px 10px 44px 55px;
    background-color: #65b2a5;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700
}

.autograph {
    margin: 0;
    min-height: 150px;
    background-image: url("urn:scrapbook:download:error:https://static.statthroat.tech/pages/67e2e904-0eff-4a8b-9528-ed7ff5a56b98/glitter.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 150px;
    padding-top: 20px;
    padding-right: 45%;
    font-size: 14px;
    color: #fff
}

.section3__prod {
    width: 130px;
    position: absolute;
    top: -55px;
    right: 0
}

.section3__prod::after {
    width: 60px;
    height: 42px;
    top: 72px;
    left: 5px;
}

@media (min-width:1024px) {
    .section3__prod::after {
        width: 136px;
        height: 109px;
        top: 130px;
        left: 2px;
    }

    .section3 {
        background-image: url("../images/bg-section3-desktop.jpg");
        background-size: cover;
        background-repeat: no-repeat
    }

    .section3__bg-wap {
        padding-top: 120px
    }

    .doc__block {
        margin-left: 190px;
        margin-right: 100px
    }

    .doc__block p {
        padding: 40px 55px 40px 200px;
        font-size: 20px;
        line-height: 1.8
    }

    .doc__block .doc__text {
        padding: 30px 155px 30px 260px;
        font-size: 24px;
        line-height: 1.2;
        text-align: left
    }

    .doc__img {
        bottom: -150px;
        width: 570px
    }

    .section3__prod {
        width: 248px;
        top: -255px;
    }

    .autograph {
        background-image: none;
        padding: 0 270px 54px 505px;
        box-sizing: border-box;
        display: flex;
        align-items: center
    }

    .autograph span {
        max-width: 150px
    }
}

@media (min-width: 1200px) {
    .autograph {
        padding: 0 220px 54px 520px;
    }

    .section3__prod {
        width: 257px;
        top: -252px;
    }

    .section3__prod::after {
        width: 136px;
        height: 109px;
        top: 133px;
        left: 4px;
    }
}

.section4__wrap-img {
    position: relative
}

.section4__wrap-img span {
    position: absolute;
    top: -5px;
    right: 0;
    color: #65b2a5;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.section4 p {
    color: #fff
}

@media (min-width:1024px) {
    .section4 {
        padding-top: 50px
    }

    .section4__wrap {
        display: flex
    }

    .section4__wrap-content,
    .section4__wrap-img {
        width: 50%
    }

    .section4__wrap-img span {
        right: 35px
    }

    .section4 .title {
        margin-top: 0
    }

    .section4 p {
        font-size: 20px;
        margin-bottom: 55px
    }
}

@media (min-width: 1200px) {

    .section4__wrap-img span {
        font-size: 24px;
        right: 35px
    }
}

.section5 {
    background-image: url("urn:scrapbook:download:error:https://static.statthroat.tech/pages/67e2e904-0eff-4a8b-9528-ed7ff5a56b98/bg-section5.jpg");
    padding-top: 30px;
    padding-bottom: 45px;
    color: #fff
}

.section5__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.section5__item {
    margin-bottom: 30px
}

.section5__title {
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700
}

.secton5__text {
    margin: 0;
    font-size: 15px
}

.section5__btn {
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    width: calc(100% - 50px);
    bottom: -125px;
    z-index: 1
}

.section5__btn:hover {
    transform: translateX(-50%) scale(1.05);
}

.section5__girl {
    display: block;
    position: absolute;
    width: 185px;
    bottom: 0;
    left: 50%;
    transform: translateX(-20%)
}

.section5__girl img {
    max-width: 195px;
    margin-right: -15px;
    display: block
}

@media (max-width:1024px) {

    .section5__item:nth-last-child(1),
    .section5__item:nth-last-child(2) {
        width: 50%
    }
}

@media (min-width:1024px) {
    .section5 {
        padding-top: 100px;
        background-image: url("../images/bg-section5-desktop.jpg")
    }

    .section5__title {
        font-size: 36px;
        padding-bottom: 25px
    }

    .secton5__text {
        font-size: 20px
    }

    .section5__girl {
        width: 285px;
        right: 50%;
        transform: translateX(-50%);
        overflow: visible
    }

    .section5__girl img {
        width: 285px;
        max-width: 100%;
        margin-right: 0
    }

    .section5__item {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        min-height: 250px;
        margin-bottom: 120px;
    }

    .section5__item:nth-child(even) {
        margin-left: 20%;
        width: 30%;

    }

    .section5__item:nth-child(odd) {
        margin-right: 14%;
        width: 35%;
    }

    .section5__item:nth-last-child(1),
    .section5__item:nth-last-child(2) {
        margin-bottom: 0
    }

    .section5__btn {
        width: 280px;
        bottom: -90px
    }
}

.section5__girl .section5__girl-arrow {
    display: none
}

@media (min-width:1024px) {
    .section5__girl .section5__girl-arrow {
        display: block;
        width: 95px;
        position: absolute
    }

    .section5__girl .section5__girl-arrow:nth-child(1) {
        top: 85px;
        left: -75px;
        transform: scale(-1, 1)
    }

    .section5__girl .section5__girl-arrow:nth-child(2) {
        top: 310px;
        left: -75px;
        transform: scale(-1, -1)
    }

    .section5__girl .section5__girl-arrow:nth-child(3) {
        top: 195px;
        left: 260px
    }

    .section5__girl .section5__girl-arrow:nth-child(4) {
        top: 330px;
        left: 260px;
        transform: scale(1, -1)
    }
}

.section6 {
    padding-top: 90px;
    padding-bottom: 50px;
    background-image: url("urn:scrapbook:download:error:https://static.statthroat.tech/pages/67e2e904-0eff-4a8b-9528-ed7ff5a56b98/bg-section6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section6__title {
    text-align: center;
    font-size: 24px;
    color: #fff
}

.section6__list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff
}

.section6__item {
    margin-bottom: 25px
}

.section6__item-title {
    margin: 0 0 10px;
    display: inline-block;
    padding: 7px 14px;
    background-color: #65b2a5;
    font-weight: 700
}

.section6__text {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2
}

.section6__wrap-img {
    display: inline-block;
    position: relative
}

@media (min-width: 1024px) {
    .section6__wrap-img {
        width: 455px;
        margin-right: -5px;
    }
}

.section6__img-text {
    margin: 0;
    position: absolute;
    min-width: 37%;
    color: #010101;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .section6__img-text {
        font-size: 20px;
    }

    .section6__img-text span {
        font-size: 30px;
    }
}

.section6__img-text span {
    display: block
}

.section6__img-text1 {
    top: 22%;
    left: 18%
}

.section6__img-text1 span,
.section6__img-text2 span {
    color: #65b2a5
}

.section6__img-text2 {
    top: 12%;
    left: 46%
}

.section6__img-text3 {
    top: 2%;
    left: 70%
}

.section6__img-text3 span {
    color: #df0101
}

@media (min-width:1024px) {
    .section6 {
        background-image: url("../images/bg-section6-desktop.jpg")
    }

    .section6__title {
        font-size: 48px
    }

    .section6__wrap {
        display: flex;
        align-items: center
    }

    .section6__block-img,
    .section6__content {
        width: 50%
    }

    .section6__block-img {
        text-align: center
    }

    .section6__item-title,
    .section6__text {
        font-size: 20px
    }
}

.section7 {
    background-image: url("../images/bg-section7.jpg");
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 30px
}

.comment-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 22px 22px 0;
    background-color: #fff;
    max-height: 400px;
    overflow: auto
}

.comment-list1 {
    border: 5px solid #306294
}

.comment-list1 .ava {
    position: absolute;
    left: 0;
}

.comment-list1 .comment {
    padding-left: 60px;
    position: relative;
}

@media (min-width: 1200px) {
    .comment-list1 .comment {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.comment-list1 .comment-header p {
    padding-left: 0;
}

.comment-list2 {
    border: 5px solid #cf600f
}

.comment {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 12px;
    padding-bottom: 5px
}

.comment-header,
.comment-header p {
    display: flex
}

.comment-header {
    align-items: flex-start
}

@media (min-width: 1200px) {
    .comment-header {
        padding-bottom: 5px;
    }
}

.comment-header p {
    margin: 0;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between
}

.comment-header .name,
.comment-header .year {
    color: #2d5b89;
    font-weight: 700;
    font-size: 13px
}

.comment-header .year {
    color: #989898
}

.comment-text {
    font-size: 13px
}

.comment-text p {
    margin: .5em auto
}

.comment-footer {
    display: flex;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .comment-footer {
        padding-top: 10px;
    }
}

.comment-footer p {
    margin: 0;
    font-size: 11px
}

.date {
    color: #989898;
    font-weight: 700
}

.like {
    color: #97b0c8
}

.like span {
    display: inline-block;
    padding-left: 12px;
    margin-left: 5px;
    background-image: url("../images/like.png");
    background-position: left center;
    background-repeat: no-repeat
}

.name1 {
    font-size: 13px;
    font-weight: 700;
    color: #548c1d
}

.comment-header1 p {
    display: block
}

.comment-header1 p span {
    display: block;
    margin-bottom: 5px
}

.date1 {
    font-size: 10px;
    color: #989898
}

@media (min-width:1200px) {
    .section7__wrap {
        display: flex
    }

    .section7__review {
        width: 50%;
        text-align: center
    }

    .comment-list {
        display: inline-block;
        width: 475px;
        height: 340px
    }

    .comment {
        text-align: left
    }
}