@font-face {
    font-family: "TTNorms";
    src: url("../fonts/TTNorms-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TTNorms";
    src: url("../fonts/TTNorms-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL */
:root {
    --main-font: TTNorms, Arial, sans-serif;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gray: #5E686F;
    --color-green: #73C69E;
    --color-border: #6E767B;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
html {
    font-family: var(--main-font);
    font-style: normal;



    line-height: 1.3;
    color: var(--color-white);
}
body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: var(--color-gray);
}
p, h2, h3, ul, ol {
    margin: 0;
}
a {

    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
.container {
    position: relative;
    margin: 0 auto;
    padding-inline: 20px;
}
@media (max-width: 768px) {
    .container {
        padding-inline: 12px;
    }
}
.title {
    margin-top: 0;
    margin-bottom: 39px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.8px;
}
.title span {
    color: var(--color-green);
}
.subtitle {
    margin-inline: auto;
    margin-bottom: 40px;
    max-width: 936px;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

/* Вертикалльные полоски в фоне */
.background {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 20px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
}
.background div:not(:last-child) {
    border-right: 1px solid var(--color-border);
}
@media (max-width: 768px) {
    .background {
        right: 12px;
        left: 12px;
    }
}

/* ABOUT */
.about {
    position: relative;
    z-index: 2;
    padding-top: 140px;
    padding-bottom: 60px;
}
.about__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.about__descr {
    grid-column: 1 / 2;
}
.about__descr:not(:last-child) {
    margin-bottom: 25px;
}
.about__steps {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    margin-left: 10%;
    padding-left: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    list-style: none;
}
.about__steps span {
    color: var(--color-green);
}
.about__step {
    position: relative;
    padding-right: 15px;
    padding-left: 21px;
    border-left: 1px solid var(--color-white);
}
.about__step::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-green);
}
.about__step:not(:last-child) {
    padding-bottom: 59px;
}
.about__image {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    align-self: self-start;
    display: block;
    width: 100%;
}
.about__note {
    grid-column: 1 / -1;
    opacity: 0.35;
}
.about__note:not(:last-child) {
    margin-top: 61px;
    margin-bottom: 14px;
}

/* STEP-ONE */
.step-one {
    position: relative;
    z-index: 2;
    padding-top: 58px;
    padding-bottom: 60px;
}
.step-one__descr {
    margin-inline: auto;
    max-width: 796px;
    text-align: center;
}
.step-one__descr:not(:last-child) {
    margin-bottom: 16px;
}
.step-one__wrap {
    margin-top: 33px;
    width: 100%;
    height: 585px;
    font-size: 13px;
    background: url("../images/step-1.jpg") no-repeat center / cover;
}
@media (max-width: 768px) {
    .step-one__wrap {
        font-size: 15px;
    }
}
.step-one__info-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 106px 21px 20px;
    width: 384px;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.5);
}
.step-one__temp-wrap {
    display: flex;
    margin-bottom: auto;
}
.step-one__temp,
.step-one__time {
    position: relative;
    width: 50%;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-one__temp {
    padding-left: 60px;
}
.step-one__time {
    padding-left: 115px;
}
.step-one__temp::before,
.step-one__time::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.step-one__temp::before {
    left: 4px;
    width: 33px;
    height: 64px;
    background: url("../images/thermometer.svg") no-repeat center / 33px 64px;
}
.step-one__time::before {
    left: 28px;
    width: 65px;
    height: 64px;
    background: url("../images/time.svg") no-repeat center / 65px 64px;
}

.step-one__descr-top {
    margin-bottom: 48px;
}

.step-one__warning {
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/* STEP-TWO */
.step-two {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.step-two__instruments {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 37px;
    height: 201px;
    border: 1px solid var(--color-white);
}
.step-two__instruments span:not(:last-child) {
    border-right: 1px solid var(--color-white);
}
.step-two__instruments span {
    position: relative;
}
.step-two__instruments span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--url) no-repeat center / var(--w) var(--h);
}
.step-two__roulette {
    --url: url("../images/roulette.svg");
    --w: 142px;
    --h: 120px;
}
.step-two__gloves {
    --url: url("../images/gloves.svg");
    --w: 122px;
    --h: 119px;
}.step-two__knife {
    --url: url("../images/knife.svg");
    --w: 147px;
    --h: 113px;
}.step-two__pencil {
    --url: url("../images/pencil.svg");
    --w: 129px;
    --h: 116px;
}.step-two__ruler {
    --url: url("../images/ruler.svg");
    --w: 150px;
    --h: 108px;
}
.step-two__image-wrap {
    position: relative;
    margin-bottom: 117px;
}
.step-two__image {
    display: block;
    margin-left: auto;
    width: 68%;
}
.step-two__info {
    position: absolute;
    top: 86px;
    left: 0;
    padding: 104px 15px 40px 43px;
    width: 504px;
    background: var(--color-green);
}
.step-two__info::before {
    content: "";
    position: absolute;
    top: 185px;
    left: -84px;
    width: 168px;
    height: 1px;
    background: #ededed;
}
.step-two__subtitle {
    margin-bottom: 56px;
    max-width: 355px;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase;
}
.step-two__list {
    padding-left: 14px;
    font-weight: 400;
}
.step-two__info--bcg-black {
    left: auto;
    right: 0;
    padding: 27px 69px 40px 50px;
    background: var(--color-black);
}
.step-two__image--right {
    margin-left: 0;
    margin-right: auto;
}
.step-two__info--bcg-black::before {
    top: 203px;
}
.step-two__list--right {
    padding-left: 21px;
}
.step-two__info--3 {
    top: 48px;
    padding: 28px 15px 40px 43px;
}
.step-two__info--3::before {
    top: 108px;
    left: -79px;
}
.step-two__subtitle--3 {
    margin-bottom: 47px;
}
.step-two__text {
    margin-bottom: 14px;
    font-weight: 400;
}
.step-two__list--3 {
    padding-left: 19px;
}
.step-two__image-wrap--3 {
    margin-bottom: 56px;
}
.step-two__methods {
    margin-bottom: 16px;
    max-width: 1052px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-two__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--color-white);
}
.step-two__table-item:not(:last-child) {
    border-right: 1px solid var(--color-white);
}
.step-two__table-item {
    padding: 51px 17px 13px
}
.step-two__table-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

/* STEP-THREE */
.step-three {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.step-three__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    list-style: none;
}
.step-three__subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.step-three__list li:not(:last-child) {
    margin-bottom: 46px;
}
.step-three__padding {
    padding-left: 23px;
}
.step-three__padding-big {
    padding-left: 65px;
}
.step-three__list p:not(.step-three__subtitle) {
    font-weight: 300;
}

/* STEP-FOUR */
.step-four {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.step-four__about {
    display: flex;
    column-gap: 34px;
    margin-bottom: 59px;
}
.step-four__about-wrap {
    width: 33.3%;
}
.step-four__about-text {
    margin-bottom: 22px;
}
.step-four__about-img {
    display: block;
}
.step-four__subtitle {
    margin-bottom: 37px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.step-four__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}
.step-four__text-1 {
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 300;
}
.step-four__text-2 {
    font-size: 14px;
    font-weight: 700;
}
.step-four__wrap img {
    display: block;
    width: 97%;
    background: var(--color-black);
}
.step-four__image-r {
    margin-left: auto;
}
.step-four__svg-wrap-r {
    position: relative;
    margin-right: auto;
    width: 97%;
}
.step-four__svg-wrap-r::before {
    content: "";
    display: block;
    padding-top: 63.5%;
    background: var(--color-black);
}
.step-four__svg-wrap-l {
    position: relative;
    margin-left: auto;
    margin-bottom: 9px;
    width: 97%;
}
.step-four__svg-wrap-l::before {
    content: "";
    display: block;
    padding-top: 63.5%;
    background: var(--color-black);
}
.step-four__svg-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 9px;
}
.step-four__svg-wrap::before {
    content: "";
    display: block;
    padding-top: 63.5%;
    background: var(--color-black);
}
img.step-four__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.step-four__image-l {
    margin-right: auto;
}
.step-four__wrap-1 {
    padding-left: 7px;
    font-weight: 300;
}
.step-four__text-1-1 {
    margin-bottom: 17px;
}

.step-four__list {
    list-style-type: none;
    padding-left: 0;
}
.step-four__list li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 2em;
}

.step-four__list li:before {
    content: var(--count);
    position: absolute;
}
.step-four__item-1:before {
    --count: "1.";
    left: 11px;
}
.step-four__item-2:before {
    --count: "2.";
    left: 10px;
}
.step-four__item-3:before {
    --count: "3.1.";
    left: 5px;
}
.step-four__item-4:before {
    --count: "3.2.";
    left: 4px;
}
.step-four__text-2-1 {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-four__method {
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.step-four__method::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: 1px;
    background: var(--color-green)
}
.step-four__text-2-2 {
    font-size: 14px;
    font-weight: 400;
}
.step-four__image {
    display: block;
    margin-bottom: 9px;
    margin-left: auto;
}
img.step-four__img {
    display: block;
    margin-bottom: 9px;
    width: 100%;
}
.step-four__step-8 {
    grid-column: 2 / 4;
    padding-left: 7px;
    font-weight: 300;
    font-size: 14px;
}
.step-four__step-8 img {
    display: block;
    margin-left: 7px;
    width: 50.7%;
    float: right;
}
.step-four__text-8 {
    margin-bottom: 10px;
}
.step-four__text-8-1 {
    margin-bottom: 12px;
    font-weight: 700;
}
.step-four__step-8 ol {
    padding-left: 15px;
}

/* STEP-FIVE */
.step-five {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 220px;
}
.step-five__text {
    margin-bottom: 20px;
    max-width: 610px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.step-five__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 59px;
    padding-left: 0;
    list-style: none;
}
.step-five__list li {
    position: relative;
    padding: 19px 17px 17px;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
}
.step-five__list li:nth-child(-n+3) {
    border-top: 1px solid var(--color-white);
}
.step-five__list li:nth-child(3n+1) {
    border-left: 1px solid var(--color-white);
}
.step-five__list li {
    position: relative;
    padding: 19px 17px 60px;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
}
.step-five__list li::before {
    content: var(--count);
    position: absolute;
    bottom: -33px;
    right: -3px;
    font-weight: 700;
    font-size: 120px;
    color: var(--color-white);
    opacity: 0.1;
}
.step-five__list li {
    --count: counter(list-item);
}
li.step-five__item-1::before {
    right: -11px;
}
li.step-five__item-11::before {
    right: -11px;
}

.step-five__info {
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.step-five__info-wrap {
    display: flex;
    gap: 14px;
}
.step-five__image {
    display: block;
    width: 32%;
}

@media (max-width: 1024px) {
    /* ABOUT */
    .about {
        padding-bottom: 40px;
    }
    .about__steps {
        margin-left: 13px;
        padding-left: 0;
    }
    .about__step {
        padding-right: 13px;
        padding-left: 15px;
    }
    .about__note:not(:last-child) {
        margin-top: 24px;
    }
    .step-one {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .step-one__info-wrap {
        padding: 90px 21px 20px;
    }
    .step-one__wrap {
        height: 500px;
    }
    .step-two {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .step-two__image-wrap {
        margin-bottom: 80px;
    }
    .step-two__image {
        width: 80%;
    }

    /* STEP-THREE */
    .step-three {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /* STEP-FOUR */
    .step-four {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .step-four__about {
        column-gap: 19px;
        margin-bottom: 40px;
    }
    .step-four__about-wrap {
        width: 40%;
        flex-shrink: 0;
    }
    .step-four__about-text {
        margin-bottom: 22px;
    }
    .step-four__about-img {
        display: block;
        width: 57%;
    }

    /* STEP-FIVE */
    .step-five__image {
        padding-bottom: 100px;
        width: 40%;
    }
}

@media (max-width: 900px) {
    .step-two__image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /* ABOUT */
    .about {
        padding-bottom: 30px;
    }
    .subtitle {
        font-size: 23px;
    }
    .about__wrap {
        grid-template-columns: 55% 45%;
    }
    .about__descr {
        grid-column: 1 / 2;
    }
    .about__steps {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin-left: 5%;
    }
    .about__step {
        padding-right: 0;
        padding-left: 12px;
    }
    .about__step {
        font-size: 12px;
    }
    .about__step span {
        font-size: 13px;
    }
    .about__note:not(:last-child) {
        margin-top: 15px;
    }
    .about__image {
        display: none;
    }

    /* STEP ONE */
    .step-one {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .step-one__descr {
        text-align: start;
    }
    .step-one__info-wrap {
        padding: 85px 17px 20px;
        width: 100%;
    }

    /* STEP TWO */
    .step-two {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .step-two__instruments {
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 37px;
        height: 80px;
    }
    .step-two__roulette {
        --w: 72px;
        --h: 50px;
    }
    .step-two__gloves {
        --w: 52px;
        --h: 49px;
    }.step-two__knife {
        --w: 70px;
        --h: 43px;
    }.step-two__pencil {
        --w: 59px;
        --h: 46px;
    }.step-two__ruler {
        --w: 80px;
        --h: 38px;
    }
    .step-two__image-wrap {
        margin-bottom: 37px;
    }
    .step-two__info {
        top: 0;
        left: 0;
        padding: 40px 15px 40px 40px;
        width: 442px;
    }
    .step-two__info::before {
        content: none;
    }
    .step-two__info--bcg-black {
        left: auto;
        right: 0;
        padding: 27px 69px 40px 50px;
    }
    .step-two__image{
        height: 592px;
    }

    /* STEP THREE */
    .step-three {
        padding-top: 30px;
    }
    .step-three__padding {
        padding-left: 7px;
    }
    .step-three__padding-big {
        padding-left: 7px;
    }

    /* STEP FOUR */
    .step-four {
        padding-bottom: 30px;
    }
    .step-four__about {
        position: relative;
        display: block;
        padding: 36px 15px 30px;
        background: url("../images/step-four.jpg") no-repeat center / cover;
    }
    .step-four__about::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(39, 39, 39, 0.6);
    }
    .step-four__about-img {
        display: none;
    }
    .step-four__about-wrap {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .step-four__wrap {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    .step-four__image-r {
        margin-left: 0;
    }
    .step-four__image-l {
        margin-right: 0;
    }
    .step-four__svg-wrap-l {
        margin-left: 0;
    }
    .right {
        margin-left: auto;
    }
    .left {
        margin-right: auto;
        margin-left: 0;
    }
    .step-four__step-8 {
        grid-column: 1 / -1;
    }

    /* STEP FIVE */
    .step-five__info-wrap {
        display: grid;
        gap: 20px;
    }
    .step-five__image {
        padding-bottom: 0;
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 550px) {
    /* STEP TWO */
    .step-two__info {
        top: 0;
        left: 0;
        padding: 40px 15px 40px 20px;
        width: 100%;
    }
    .step-two__subtitle {
        margin-bottom: 30px;
        font-size: 21px;
    }
    .step-two__info--3 {
        position: relative;
    }
    .step-two__image-wrap--3 .step-two__image {
        display: none;
    }
    .step-two__image-wrap--3 {
        margin-bottom: 30px;
    }
    .step-two__methods {
        font-size: 21px;
    }
    .step-two__table {
        grid-template-columns: repeat(1, 1fr);
    }
    .step-two__table-item:not(:last-child) {
        border-bottom: 1px solid var(--color-white);
        border-right: none;
    }
    .step-two__table-item {
        padding: 20px 15px 20px;
    }

    /* STEP THREE */
    .step-three__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .step-three__padding {
        padding-left: 0;
    }
    .step-three__padding-big {
        padding-left: 0;
    }
    .step-three__list li:nth-child(2n+1) {
        padding-right: 10px;
    }

    /* STEP FOUR */
    .step-four__subtitle {
        margin-bottom: 25px;
        font-size: 23px;
    }
    .step-four__wrap {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 20px;
    }
    .step-four__wrap img {
        width: 100%;
    }
    .step-four__svg-wrap-r {
        margin-right: 0;
        width: 100%;
    }
    .step-four__wrap-1 {
        padding-left: 0;
    }
    .step-four__text-1 {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .step-four__svg-wrap-l {
        margin-left: 0;
        width: 100%;
    }
    .left {
        margin-right: 0;
    }
    .right {
        margin-left: 0;
    }
    .step-four__step-8 {
        padding-left: 0;
        font-size: 13px;
    }.step-four__step-8 img {
        margin-left: 0;
        margin-bottom: 7px;
    }

    /* STEP FIVE */
    .step-five {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .step-five__list {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
    }
    .step-five__list li {
        padding: 15px 10px 60px;
    }
    .step-five__list li:nth-child(3n+1) {
        border-left: none;
    }
    .step-five__list li:nth-child(-n+3) {
        border-top: none;
    }
    .step-five__list li:nth-child(2n+1) {
        border-left: 1px solid var(--color-white);
    }
    .step-five__list li:first-child {
        border-top: 1px solid var(--color-white);
    }
    .step-five__list li:nth-child(2) {
        border-top: 1px solid var(--color-white);
    }
    .step-five__image{
        height: 280px;
    }
}

@media (max-width: 350px) {
    /* STEP ONE */
    .step-one__info-wrap {
        padding: 85px 7px 20px;
    }
    .step-one__temp,
    .step-one__time {
        font-size: 23px;
    }
    .step-one__temp {
        padding-left: 47px;
    }
    .step-one__time {
        padding-left: 105px;
    }
}
