* {
    color: #1b1e20;
    font-family: "Uni Sans";
}

.title {
    font-family: "Uni Sans";
    font-size: 30px;
    line-height: 110%;
    color: #CA4C55;
}


.source__container {
    padding-top: 30px;
    margin-bottom: 70px;
}

.intro .container {
    display: flex;
    justify-content: space-between;
}

.page-title {
    font-family: "Uni Sans";
    font-size: 30px;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.top__list {
    display: flex;
    margin-bottom: 50px;
}

.top__element {
    margin-right: 55px;
}

.top__element h3 {
    font-family: "Uni Sans";
    font-size: 24px;
    line-height: 110%;
    color: #CA4C55;
    margin-bottom: 10px;
}

.top__element p {
    font-family: "Uni Sans";
    font-size: 16px;
    line-height: 120%;
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    width: 450px;
}

.top__img {
    width: 350px;
}

.intro {
    margin-bottom: 90px;
}

.destination {
    margin-bottom: 50px;
}

.destination .container {
    padding: 25px 0 30px 60px;
    border-left: 3px solid #CA4C55;
}

.destination-title {
    margin-bottom: 15px;
}

.destination-text {
    font-size: 30px;
    line-height: 120%;
}

.diamond {
    width: 17px;
    height: 17px;
    background: #ca4c55;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    bottom: 2px;
    margin-right: 20px;
}

.diamond div {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fafafa;
}

.element {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
}

.element-text {
    font-size: 20px;
    line-height: 125%;
}


.list {
    margin-top: 35px;
}

.usage-text {
    margin-top: 60px;
    font-size: 24px;
    line-height: 120%;
}

.usage .container {
    display: flex;
    justify-content: space-between;
}

.usage .left {
    width: 500px;
    padding-top: 25px;
}

.usage-img {
    width: 495px;
    height: 360px;
    background: #CA4C55;
    border-radius: 5px;
}

.usage {
    margin-bottom: 80px;
}

.tasks {
    margin-bottom: 150px;
}

.tasks .element-text {
    width: 345px;
}

.tasks .container {
    display: flex;
}

.tasks-img {
    width: 510px;
    border-radius: 5px;
    margin-right: 75px;
}

.main {
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
}

.parameters-list {
    width: 1200px;
    position: relative;
    right: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.parameter {
    width: 365px;
    height: 165px;
    background: #FAFAFA;
    padding-top: 45px;
    padding-left: 60px;
    padding-right: 75px;
    margin-bottom: 45px;
    position: relative;
}

.parameters-title {
    margin-bottom: 65px;
}

.parameter-name {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
}

.parameter-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    position: absolute;
    bottom: 40px;
}

.container-img {
    width: 770px;
    height: 495px;
    background: #CA4C55;
    border-radius: 5px;
    position: relative;
    left: 60px;
}

.conditions .container {
    display: flex;
    justify-content: space-between;
}

.conditions .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conditions {
    margin-bottom: 140px;
}

.equipment {
    margin-bottom: 60px;
}

.equipment .title {
    margin-bottom: 95px;
}

.equipment-list {
    display: flex;
    margin-bottom: 25px;
}


.equipment-item {
    position: relative;
    margin-right: 80px;
    height: 290px;
}

.equipment-item:last-of-type {
    margin-right: 0px;
}

.equipment-name {
    font-size: 22px;
    line-height: 120%;
}

.quantity {
    position: absolute;
    top: 70px;
    font-size: 18px;
    line-height: 120%;
}

.equipment-img {
    position: absolute;
    top: 125px;
}

.equipment-truck {
    position: relative;
    left: 80px;
}

.stages .title {
    margin-bottom: 70px;
}

.top-img {
    margin-bottom: 60px;
}

.stick {
    width: 440px;
    height: 2px;
    margin-left: 100px;
    background: #3F3F3F;
    margin-bottom: 60px;
}

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

.img-1 {
    margin-right: 25px;
}

.footer {
    margin-top: 100px;
}

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

.product__btn {
    width: 116px;
    height: 49px;
    background: #CA4C55;
    margin-right: 23px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
}

.not-flex {
    display: block;
    background: none;
}

.product__btns p {
    font-family: 'Uni Sans';
    font-size: 14px;
    line-height: 125%;
    color: rgba(27, 30, 32, 0.7);
}

.product__btns p a {
    color: #CA4C55;
    font-family: 'Uni Sans';
    cursor: pointer;
}

.product__btns p a:hover {
    text-decoration: underline;
}

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

.top-img {
    display: flex;
    align-items: center;
}

.stages__right-img {
    position: absolute;
    right: -80px;
    top: 102px;
    width: 407px;
    height: 526px;
    box-shadow: -7px -7px 0px #E9E9E9;
    border-radius: 5px;
}

@media only screen and (max-width: 576px) {
    .intro .container {
        display: block;
    }

    .top__list {
        display: grid;
        gap: 20px;
        justify-content: center;
    }

    .top__element {
        margin: 0;
    }

    .top__element {
        text-align: center;
    }

    .page-title {
        font-size: 24px;
        color: #ca4c55;
        margin-bottom: 200px;
    }

    .page-title br {
        display: none;
    }

    .product__btns {
        display: block;
    }

    .product__btn {
        width: 100%;
        height: 50px;
        margin: 0;
        margin-bottom: 10px;
    }

    .right {
        position: absolute;
        width: 100%;
        top: 101px;
    }

    .top__img {
        width: 260px;
    }

    .right {
        height: 155px;
        background: #FAFAFA;
    }

    .intro {
        margin-bottom: 60px;
    }

    .destination .container {
        padding: 10px 0 10px 15px;
    }

    .title {
        font-size: 24px;
    }

    .destination-text {
        font-size: 18px;
    }

    .destination-text br {
        display: none;
    }

    .usage .container {
        display: block;
    }

    .usage .left {
        padding: 0;
        width: auto;
        margin: 0;
    }

    .diamond {
        flex-shrink: 0;
    }

    .element-text {
        font-size: 18px;
    }

    .destination {
        margin-bottom: 20px;
    }

    .main {
        padding: 0;
    }

    .list {
        margin-top: 20px;
    }

    .usage-text {
        margin-top: 20px;
        font-size: 18px;
    }

    .usage-img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .usage {
        margin-bottom: 20px;
    }

    .tasks .container {
        flex-direction: column;
    }

    .tasks-img {
        width: 100%;
        order: 2;
    }

    .not-flex {
        height: auto;
        background: none;
        width: 100%;
        position: revert;
    }

    .tasks {
        margin-bottom: 40px;
    }

    .parameters-list {
        width: 100%;
        grid-template-columns: 100%;
        display: grid;
        grid-row-gap: 20px;
        position: revert;
    }

    .parameter {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0;
    }

    .parameter-text {
        font-size: 20px;
        text-align: center;
        position: revert;
    }

    .parameter-name {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }

    .parameters-title {
        margin-bottom: 20px;
    }

    .conditions .container {
        display: block;
    }

    .container-img {
        width: 100%;
        height: auto;
        position: revert;
    }

    .conditions {
        margin-bottom: 40px;
    }

    .equipment-list, .equipment-truck {
        display: none;
    }

    .equipment .title, .stages .title {
        margin-bottom: 35px;
        text-align: center;
    }

    .equipment-list--mob {
        text-align: center;
    }

    .equipment-item {
        margin: 0;
        height: auto;
    }

    .equipment-name {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 120%;
    }

    .quantity {
        position: revert;
        margin-bottom: 25px;
    }

    .equipment-img {
        position: revert;
    }

    .equipment-stick {
        width: 2px;
        height: 65px;
        background: #3F3F3F;
        margin: 25px auto;
    }

    .none {
        display: none;
    }

    .top-img {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stick {
        width: 100%;
        margin: 45px auto;
    }
    .bottom__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}