
/**************************
    404 page
**************************/

.error{
    background: #FEFEFE;
}
.error__img{
    background-image: url('../images/404-img.svg');
    width: 100%;
    min-height: 930px;
    background-repeat: no-repeat;
    align-items: flex-end;
    background-position: center 5%;
    display: flex;
}
.error__content{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    max-width: 1240px;
    padding: 0 30px;
    margin: -210px auto 0;
    position: relative;
}
.error__img-tel{
    position: absolute;
    left: 219px;
    bottom: -4px;
    z-index: 5;
}
.error__img-first {
    position: absolute;
    left: -160px;
    width: 555px;
    bottom: -4px;
    z-index: 5
}
.error__img-second {
    position: relative;
    z-index: 10;
    padding: 0px 66px 20px 0;
}
.error__second-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 3px;
    width: 329px;
    height: 355px;
}
.error__second-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    position: relative;
    z-index: 10;
    height: 180px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 10px;
}
.error__second-click {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 200px;
    height: 54px;
    position: relative;
    padding: 0 10px;
    z-index: 10;
    background: #f6c35e;
    border-radius: 15px;
}
.error__content-info {
    max-width: 540px;
    width: 100%;
    margin-bottom: 127px;
}
.error__info-title ,
.thanks__info-title,
.tech-works__content-title{
    text-align: right;
    font-weight: 800;
    font-size: 68px;
    line-height: 120%;
    color: #222222;
    letter-spacing: 0.25px;
    margin-bottom: 13px;
}
.error__info-text,
.thanks__info-text,
.tech-works__content-text{
    font-weight: 300;
    text-align: right;
    font-size: 21px;
    line-height: 140%;
    color: rgba(34, 34, 34, 0.75);
    margin-bottom: 60px;
}
.error__info-bottom {
    display: flex;
    justify-content: flex-end;
}
.error__info-btn:first-child,
.thanks__info-btn:first-child{
    background: #F6C35E;
    color: #222222;
    margin-right: 30px;
}
.error__info-btn,
.thanks__info-btn{
    padding: 22.5px 48px;
    color: #FFFFFF;
    display: block;
    font-weight: 700;
    border-radius: 32px;
    transition: .3s all;
    background: #222222;
}
.error__info-btn:first-child:hover,
.thanks__info-btn:first-child:hover{
    background: #f3cd82;
}
.error__info-btn:last-child:hover,
.thanks__info-btn:last-child:hover{
    background: #383333;
}







/**************************
    Thanks page
**************************/
.thanks {
    background-image: url('../images/thanks-bg.svg');
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.thanks__content {
    max-width: 1240px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
}
.thanks__content-info {
    max-width: 540px;
    width: 100%;
}
.thanks__info-title,
.thanks__info-text{
    text-align: left;
}
.thanks__info-bottom {
    display: flex;
    justify-content: space-between;
}
.thanks__info-btn:first-child{
    margin-right: 0;
    padding-left: 65px;
    padding-right: 65px;
}




.tech-works {
    background-image: url('../images/technical_works.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    background-position: center;
    margin: 0 auto;
    height: 100vh;
    max-height: 1250px;
}
.tech-works__wrapper{
    height: 100%;
    display: flex;
    width: 100%;
    overflow: hidden;
    max-width: 1375px;
    position: relative;
    align-items: flex-end;
    padding: 0 30px;
    margin: 0 auto;
}
.tech-works__wrapper-logo{
    position: absolute;
    top: 55px;
}
.tech-works__content {
    width: 100%;
    position: relative;
}
.tech-works__content-info {
    max-width: 540px;
    padding-bottom: 25%;
}
.tech-works__content-title,
.tech-works__content-text{
    text-align: left;
}
.tech-works__content-text{
    margin-bottom: 0;
}
.tech-works__img-first {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 35px;
    width: 620px;
    bottom: 0px;
}
.tech-works__img-tel {
    position: absolute;
    right: -40px;
    bottom: -3px;
    z-index: 5;
}
.tech-works__img-second {
    position: relative;
    z-index: 10;
    padding: 0 62px 20px 0;
}
.tech-works__second-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 400px;
}
.tech-works__second-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 227px;
    position: relative;
    z-index: 10;
    height: 204px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 11px;
}
.tech-works__second-click {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 227px;
    height: 62px;
    position: relative;
    padding: 0 10px;
    z-index: 10;
    background: #f6c35e;
    border-radius: 15px;
}
.tech-works__top{
    max-width: 1375px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 40px 30px 0;
}







.instruction__image-picture--mobile{
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 640px;
    height: 640px;
}
.instruction__image-picture--mobile::before{
    content: "";
    position: absolute;
    background: #f7f6fa;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
    left: 0px;
}

.new-page__section {
    padding: 120px 0 170px;
    background: #F7F6FA;
}
.new-page__section-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 35px;
    max-width: 1160px;
}
.new-page__section-content {
    font-size: 18px;
    line-height: 30px;
}
.new-page__section-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.new-page__block{
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.shipping__top-info {
    max-width: 800px;
    width: 100%;
}
.new-page__section-top__img {
    max-width: 555px;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}
.new-page__block--triangle{
    position: relative;
    display: flex;
}
.new-page__block--triangle::before{
    content: "";
    position: absolute;
    left: -22px;
    width: 50px;
    top: 48%;
    height: 50px;
    z-index: 0;
    background: #fff;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 7px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.new-page__block--triangle::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #fff;
}
.new-page__block-wrapper{
    z-index: 1;
}

.shipping__info {
    padding-left: 70px;
    position: relative;
}
.shipping__info::before{
    content: "";
    position: absolute;
    left: 0;
    height: 80.5%;
    width: 1px;
    background: rgba(255, 181, 34, 0.5);;
    top: 10%;
}
.shipping__step-point{
    background: #FFDB94;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -94px;
    top: 52%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: block;
}
.shipping__step-point::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.shipping__info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
}

.shipping__info-top__left {
    max-width: 850px;
    display: flex;
    width: 100%;
    margin-right: 30px;
}
.new-page__block-title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
}

.shipping__info-top__right {
    display: flex;
    justify-content: space-between;
    max-width: 390px;
    width: 100%;
}

.shipping__info-top__item {
    padding: 50px 22px 15px;
}
.shipping__info-top__img {
    margin-bottom: 50px;
}

.shipping__info-top__img img{
    width: 100%;
    display: block;
}

.shipping__info-top__name {
    font-size: 13px;
    display: flex;
    justify-content: center;
    line-height: 16px;
    padding: 10px 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}
.shipping__info-top__name::before{
    left: 15px;
    width: 20px;
    top: 0;
    height: 20px;
}

.shipping__info-content {
    margin-bottom: 80px;
    position: relative;
}
.shipping__info-content .shipping__step-point{
    top: 70px;
}
.shipping__info-content-top {
    width: 100%;
    margin-bottom: 30px;
}
.shipping__info-content-top::before{
    top: 22%;
}

.shipping__info-content__title {
    margin-bottom: 10px;
    font-size: 18px;
}

.shipping__info-content__text {
    margin-bottom: 10px;
}
.shipping__info-content__text:last-child{
    margin-bottom: 0;
}
.shipping__info-content__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shipping__info-content__item {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
.shipping__info-content__img{
    margin-right: 30px;
}
.shipping__info-content__img img{
    width: 100%;
    display: block;
}

.shipping__info-content-feature {
    font-size: 24px;
    line-height: 30px;
    flex: none;
}
.shipping__info-content-feature sup{
    font-size: 17px;
}

.shipping__info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
}

.shipping__info-bottom__text {
    min-height: 152px;
    max-width: 470px;
    margin-right: 10px;
}

.shipping__info-bottom__items {
    max-width: 795px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipping__info-bottom-item {
    width: 31%;
    padding: 50px 22px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.shipping__info-bottom__img {
    margin: 0 auto 50px;
    max-width: 110px;
}

.shipping__info-bottom__img img{
    width: 100%;
    display: block;
}

.shipping__info-bottom__name {
    font-size: 13px;
    display: flex;
    justify-content: center;
    line-height: 16px;
    padding: 10px 12px;
    align-self: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}
.shipping__info-bottom__name::before{
    left: 15px;
    width: 20px;
    top: 0;
    height: 20px;
}

.shipping__info-note{
    max-width: 832px;
    width: 100%;
    padding: 0;
    position: relative;
}
.shipping__info-note .new-page__block-wrapper{
    display: flex;
    align-items: center;
}
.shipping__info-note__icon{
    width: 95px;
    height: 100%;
    background: #F6C35E;
    display: flex;
    font-size: 60px;
    font-weight: 700;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    border-radius: 10px;
    margin-right: 30px;
}

.shipping__info-note__icon{
    padding: 30px 35px 30px;
}

.shipping__info-note::before {
    left: -14px;
    width: 20px;
    height: 20px;
    background: #F6C35E;
}
.new-containers__top-info{
    max-width: 960px;
    width: 100%;
}
.new-containers__top-img{
    max-width: 415px;
    width: 100%;
    padding: 12px 35px;
}
.new-containers__content{
    position: relative;
    z-index: 1;
}
.new-containers__bg-line{
    position: absolute;
    top: 28%;
    z-index: -1;
}
.new-containers__info-title {
    max-width: 910px;
    margin: 0 auto 20px;
    text-align: center;
}

.new-containers__info-text {
    max-width: 560px;
    margin: 0 auto 40px;
    text-align: center;
}
.new-containers__info-items{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 120px;
}
.new-containers__info-items-top,
.new-containers__info-items-bottom{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.new-containers__info-items-bottom{
    justify-content: center;
    margin-bottom: 0;
}
.new-containers__info-items__item{
    width: 370px;
    padding: 20px 30px;
    text-align: center;
}
.new-containers__info-items-bottom .new-containers__info-items__item:first-child{
    margin-right: 40px;
}

.new-containers__info-items__img {
    margin: 0 auto;
    max-width: 110px;
}
.new-containers__info-items__img img{
    display: block;
    width: 100%;
}
.new-containers__info-content {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.new-containers__info-content__left {
    max-width: 725px;
    width: 100%;
}

.new-containers__info-content__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
}

.new-containers__info-content__items {
}

.new-containers__info-content__item {
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.new-containers__info-content__item:last-child{
    margin-bottom: 0;
}
.new-containers__info-content__text {
    padding-left: 40px;
    position: relative;
}
.new-containers__info-content__text::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFDB95;
    border-radius: 3px;
}
.new-containers__info-content__right {
    max-width: 560px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    position: relative;
    z-index: 1;
}
.new-containers__info-content__right::before{
    content: "";
    position: absolute;
    left: 45px;
    z-index: -1;
    top: -50px;
    width: 100%;
    height: 100%;
    background: rgba(255, 181, 34, 0.1);
    border-radius: 20px;
}
.new-containers__info-content__img:nth-child(1) img{
    border-radius: 20px 0 0 0;
}
.new-containers__info-content__img:nth-child(2) img{
    border-radius: 0 20px 0 0;
}
.new-containers__info-content__img:nth-child(5) img{
    border-radius: 0 0 20px 20px;
}
.new-containers__info-content__img:nth-child(5){
    grid-column: span 2;
}
.new-containers__info-content__img img{
    width: 100%;
    display: block;
}

.new-containers__info-bottom {

}
.new-containers__info-bottom__block {
    width: 100%;
    padding: 40px;
    margin-bottom: 55px;
    position: relative;
}
.new-containers__info-bottom__block::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 38px;
    width: 78%;
    background: rgba(255, 181, 34, 0.5);
    height: 1px;
}

.new-containers__info-bottom__title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}


.new-containers__info-bottom__items {
    display: flex;
    justify-content: space-between;
}

.new-containers__info-bottom__item {
    width: 22%;
    padding: 25px 20px;
}
.new-containers__info-bottom__item::before{
    top: 0;
    left: 23px;
    width: 20px;
    height: 20px;
}
.new-containers__info-bottom__item .new-page__block-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.new-containers__info-bottom__name {
    font-size: 13px;
    line-height: 130%;
    color: #4B4B4B;
    font-weight: 700;
    width: 135px;
}

.new-containers__info-bottom__img img{
    width: 100%;
    display: block;
}
.new-containers__step-point{
    background: #FFDB94;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 16px;
    top: -57px;
    transform: translateY(-50%);
    border-radius: 50%;
    display: block;
}
.new-containers__step-point::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}









/**************************
    Page 3
**************************/

.hazardous-waste__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hazardous-waste__top-img {
    max-width: 470px;
}
.hazardous-waste__top-img img{
    width: 100%;
    display: block;
}

.hazardous-waste__top-info {
    max-width: 810px;
    width: 100%;
}

.hazardous-waste__top-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
}

.hazardous-waste__top-text {
    margin-bottom: 30px;
}

.hazardous-waste__top-list__item {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}
.hazardous-waste__top-list__item::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FFDB95;
    border-radius: 3px;
}
.hazardous-waste__top-list__item:last-child{
    margin-bottom: 0;
}

.hazardous-waste__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.hazardous-waste__items-item {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 23.5%;
}

.hazardous-waste__items-img {
    margin-right: 20px;
    max-width: 100px;
}

.hazardous-waste__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.hazardous-waste__info-left {
    max-width: 910px;
    width: 100%;
}
.hazardous-waste__info-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
}

.hazardous-waste__info-img {
    max-width: 440px;
    padding: 20px;
    width: 100%;
}
.hazardous-waste__info-img img{
    display: block;
    width: 100%;
}
.hazardous-waste__bottom{
    margin-bottom: 135px;
}
.hazardous-waste__bottom-text {
    max-width: 680px;
    margin-bottom: 50px;
}

.hazardous-waste__bottom-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.hazardous-waste__line{
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
    left: 0;
    transform: translateY(-50%);
}
.hazardous-waste__bottom-item {
    width: 22.5%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.hazardous-waste__bottom-item__info {
    width: 135px;
}

.hazardous-waste__bottom-item__number {
    margin-bottom: 25px;
    width: 35px;
    height: 35px;
    background: #F6C35E;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    font-size: 18px;
    position: relative;
    line-height: 25px;
    font-weight: 700;
}
.hazardous-waste__bottom-item__number::before{
    content: "";
    position: absolute;
    bottom: -3px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #F6C35E;
}

.hazardous-waste__bottom-item__name {
    font-size: 13px;
    color: #4B4B4B;
    font-weight: 700;
    line-height: 17px;
}


.hazardous-waste__bonus {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    background: #FFFFFF;
    border: 2px solid #F6C35E;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
}

.hazardous-waste__bonus-info {
    max-width: 830px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hazardous-waste__bonus-ingo__img {
    width: 135px;
    margin-right: 30px;
    flex: none;
}
.hazardous-waste__bonus-ingo__img img{
    width: 100%;
    display: block;
}

.hazardous-waste__bonus-title {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hazardous-waste__bonus-line img{
    width: 100%;
    display: block;
}









/**************************
    Automation
**************************/


.automation {
    padding: 90px 0 75px;
    background: #F7F6FA;
}

.automation__title {
    color: #222222;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center;
}

.automation__wrapper-blocks__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.automation__wrapper-blocks__item {
    max-width: 48.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 22px 20px;
    margin-bottom: 40px;
    min-height: 550px;
}

.automation__block {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.automation__wrapper-blocks__img {

}

.automation__wrapper-blocks__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
}

.automation__wrapper-blocks__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 90px 28px 60px;
    margin-bottom: 40px;
}

.automation__blocks-bottom__text {
    max-width: 525px;
    margin-right: 30px;
}

.automation__blocks-bottom__suptitle {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 130%;
    color: #858687;
    margin-bottom: 10px;
}
.automation__blocks-bottom__suptitle span{
    color: #13551F;
}

.automation__blocks-bottom__title {
    font-size: 24px;
    line-height: 130%;
    color: #222222;
}

.automation__blocks-bottom__img {
    max-width: 615px;
    width: 100%;
}
.automation__blocks-bottom__img img{
    width: 100%;
    display: block;
}

.automation__wrapper-steps {
    padding: 60px 60px 55px;
    margin-bottom: 35px;
}

.automation__wrapper-steps__suptitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #858687;
    margin-bottom: 10px;
    line-height: 130%;
}
.automation__wrapper-steps__suptitle span{
    color: #ED4417;
}

.automation__wrapper-steps__title {
    max-width: 525px;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 70px;
    font-weight: 700;
    color: #222222
}

.automation__wrapper-steps__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.automation__wrapper-steps__items::before{
    content: "";
    position: absolute;
    top: -35px;
    left: -65px;
    width: 100%;
    height: 22px;
    background-image: url("../images/automation__wrapper-steps__line.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.automation__wrapper-steps__item {
    width: 18.5%;
    background: #F7F6FA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 17px;
    position: relative;
    border-radius: 10px;
    height: 125px;
}
.automation__wrapper-steps__number{
    display: flex;
    align-items: center;
    top: -23px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    left: 30px;
    justify-content: center;
    color: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    background: #fff;
}
.automation__wrapper-steps__number::after{
    content: "";
    position: absolute;
    background: #F5B941;
    border: 2.248px solid #FFFFFF;
    width: 28px;
    box-shadow: 0px 2.99733px 6px rgb(13 16 47 / 15%);
    height: 28px;
    top: 50%;
    text-align: center;
    z-index: -1;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.automation__steps-item-title {
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}

.automation__wrapper-sliders {
    display: flex;
    justify-content: space-between;
}

.automation__wrapper-sliders__item {
    width: 48%;
    padding: 50px 0 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 490px;
}

.automation__sliders-container{
    max-width: 100%;
    margin-right: 0;
    padding: 25px 10px 35px 60px;
    width: 100%;
}

.automation__wrapper-sliders__title {
    max-width: 525px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.automation__sliders-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 4.34259px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 250px;
    padding: 25px 20px 10px;
    min-height: 205px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.automation__sliders-pagination{
    bottom: 0!important;
}
.automation__sliders-pagination .swiper-pagination-bullet{
    background: #FFB522!important;
    position: relative;
}
.automation__sliders-pagination .swiper-pagination-bullet-active::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px solid #FFB522;
    opacity: 0.3;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.swiper-pagination-bullets-dynamic{
    font-size: small!important;
}
.automation__sliders-title{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    color: #4B4B4B;
}
.automation__sliders-img{
    text-align: center;
}
.automation__sliders-number{
    position: absolute;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    align-items: center;
    left: 50%;
    width: 33px;
    top: -25px;
    font-size: 18px;
    line-height: 25px;
    transform: translateX(-50%);
    height: 34px;
}
.automation__sliders-number p{
    z-index: 1;
}
.automation__sliders-number::after{
    content: "";
    position: absolute;
    left: 10.5px;
    width: 12px;
    bottom: -4px;
    height: 12px;
    z-index: -1;
    background: #F6C35E;
    transform: rotate(45deg);
    border-radius: 1px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}
.automation__sliders-number::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: #F6C35E
}


.automation__info {
    padding: 105px 0 110px;
}

.automation__info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.automation__info-text {
    max-width: 810px;
    width: 100%;
    margin-right: 20px;
}

.automation__info-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 55px;
}

.automation__info-items {
    max-width: 600px;
    width: 100%;
}

.automation__info-item {
    margin-bottom: 50px;
}
.automation__info-item:last-child{
    margin-bottom: 0;
}
.automation__info-item__img {
    display: block;
    margin-bottom: 15px;
}

.automation__info-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
}









/**************************
    Ecology
**************************/
.ecology {
    background: #F7F6FA;
    padding: 100px 0 160px;
}

.ecology__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 20px 30px;
    margin-bottom: 105px;
}

.ecology__block {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.ecology__top-img {
    max-width: 460px;
    width: 100%;
}
.ecology__top-img img{
    width: 100%;
    display: block;
}
.ecology__top-text{
    max-width: 780px;
}
.ecology__top-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 60px;
}

.ecology__top-list {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #222;
}

.ecology__top-list__item {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.ecology__top-list__item::after{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #FFDB95;
    border-radius: 3px;
}

.ecology__blocks-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
    text-align: center;
}

.ecology__blocks-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ecology__blocks-item {
    width: 48.5%;
    padding: 45px 45px 37px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    min-height: 550px;
}
.ecology__blocks-item__title{
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.ecology__blocks-item__text {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.ecology__blocks-item__img img{
    display: block;
    width: 100%;
}
.ecology__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ecology__items-item {
    padding: 40px 20px 25px;
    min-height: 395px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 31%;
}
.ecology__items-item__top{
    margin-bottom: 10px;
}
.ecology__items-item__title {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 10px;
}

.ecology__items-item__text {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 10px;
}





@media screen and (max-width: 1660px) {


    /**************************
        Page 2
    **************************/
    .new-containers__info-content{
        align-items: center;
    }
    .new-containers__info-content__left{
        max-width: 600px;
    }
    .new-containers__info-content__right{
        max-width: 520px;
    }




    /**************************
        Page 3
    **************************/
    .hazardous-waste__top-img,
    .hazardous-waste__info-img,
    .new-containers__top-img,
    .shipping__top-img{
        max-width: 400px;
    }
    .hazardous-waste__top-info,
    .hazardous-waste__info-left,
    .new-containers__top-info,
    .shipping__top-info{
        max-width: 700px;
    }




    /**************************
        Automation
    **************************/
    .automation__wrapper-blocks__bottom{
        padding-right: 30px;
        padding-left: 30px;
    }
    .automation__wrapper-steps__items::before{
        background-size: cover;
        left: 80px;
        width: 75%;
    }
}

@media (max-width:1444px) {
    .error__content{
        margin-top: -120px;
    }
    .error__info-title{
        line-height: 100%;
        font-size: 50px;
        margin-bottom: 20px;
    }
    .error__info-text{
        font-size: 18px;
        text-align: right;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1340px){



    /**************************
        Page 1
    **************************/
    .shipping__info-top,
    .shipping__info-bottom{
        flex-wrap: wrap;
    }
    .shipping__info-top__left{
        margin-bottom: 20px;
        max-width: 100%;
        margin-right: 0;
    }
    .shipping__info-top__right{
        max-width: 100%;
        justify-content: center;
    }
    .shipping__info-bottom__text{
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .shipping__info-bottom__text .new-page__block-wrapper{
        display: flex;
        align-items: center;
    }
    .shipping__info-top__item:first-child{
        margin-right: 50px;
    }
    .shipping__info-bottom__items{
        max-width: 100%;
    }
    .shipping__info::before{
        height: 75.5%;
        top: 6%;
    }
    .shipping__info-content .shipping__step-point{
        top: 84px;
    }
    .shipping__info-note .shipping__step-point{
        top: 46%;
    }
    .shipping__info-content__items{
        flex-wrap: wrap;
    }
    .shipping__info-content__item{
        margin-bottom: 20px;
        width: 49%;
    }

    /**************************
        Page2
    **************************/
    .new-containers__info-items__item{
        width: 280px;
    }
    .new-containers__info-content__left{
        max-width: 480px;
    }
    .new-containers__info-content__right{
        max-width: 370px;
    }
    .new-containers__info-items-bottom .new-containers__info-items__item:first-child{
        margin-right: 25px;
    }
    .new-containers__info-bottom__item{
        width: 24%;
    }



    /**************************
        Page 3
    **************************/
    .hazardous-waste__top{
        align-items: center;
    }
    .hazardous-waste__top-img,
    .hazardous-waste__info-img,
    .new-containers__top-img,
    .shipping__top-img {
        max-width: 275px;
    }
    .hazardous-waste__top-info {
        max-width: 500px;
    }
    .hazardous-waste__items{
        margin-bottom: 60px;
    }
    .hazardous-waste__items-item,
    .hazardous-waste__bottom-item{
        margin-bottom: 20px;
        width: 49%;
    }
    .hazardous-waste__info-left,
    .new-containers__top-info,
    .shipping__top-info{
        max-width: 570px;
    }
    .hazardous-waste__bottom{
        margin-bottom: 80px;
    }
    .shipping__info-top,
    .shipping__step-point{
        top: 22%;
    }

    .instruction__image-bg{
        width: 385px;
        height: 385px;
    }

    .instruction__image {
        height: 385px;
        top: 160px;
    }
    .instruction__step-info{
        max-width: 400px;
    }
    .instruction__image-picture{
        width: 170px;
    }
    .instruction__image-picture:nth-child(2),
    .instruction__image-picture:nth-child(4){
        width: 285px;
    }
    .instruction__line::before{
        height: 108%;
    }




    /**************************
        Automation
    **************************/
    .automation{
        padding: 70px 0px 65px;
    }
    .automation__title{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .automation__wrapper-steps__title{
        margin-bottom: 45px;
    }
    .automation__wrapper-steps__items{
        flex-wrap: wrap;
    }
    .automation__wrapper-steps__item{
        width: 48.5%;
        margin-bottom: 25px;
    }
    .automation__wrapper-steps__item:last-child{
        margin-bottom: 0;
    }
    .automation__wrapper-steps__items::before{
        display: none;
    }
    .automation__info-title{
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 45px;
    }




    /**************************
        Automation
    **************************/
    .ecology__top-text{
        max-width: 500px;
    }
    .ecology__top-img{
        max-width: 275px;
    }
    .ecology__items{
        justify-content: space-around;
    }
    .ecology__items-item{
        width: 48%;
        margin-bottom: 20px;
        min-height: auto;
    }
    .ecology__items-item:last-child{
        margin-bottom: 0;
    }


}
@media (max-width:1260px) {
    /**************************
        404 page
    **************************/
    .error__img-first,
    .tech-works__img-first{
        display: none;
    }
    .error__img-tel{
        left: 150px;
    }



    .tech-works__img-tel{
        right: 55px;
    }
}

@media (max-width:991px) {
    /**************************
        404 page
    **************************/
    .error__content{
        justify-content: center;
    }
    .error__img-tel,
    .tech-works__img-tel{
        display: none;
    }
    .error__info-title{
        text-align: center;
    }
    .error__info-text{
        text-align: center;
    }
    .error__info-bottom{
        justify-content: space-between;
    }
    .error__content-info{
        margin-bottom: 60px;
    }
    .error__info-text,
    .thanks__info-text{
        margin-bottom: 40px;
    }


    /**************************
        Thanks page
    **************************/
    .thanks{
        margin-bottom: 20px;
    }
    .tech-works__content-info{
        max-width: 100%;
        padding-bottom: 30%;
    }
    .tech-works__content-title,
    .tech-works__content-text{
        text-align: center;
    }


    /**************************
        Instruction
    **************************/
    .instruction__right{
        display: none;
    }
    .instruction__step-info,
    .instruction__wrapper-left{
        max-width: 100%;
        width: 100%;
    }
    .instruction__image-picture--mobile{
        display: flex;
    }
    .instruction__image-picture--mobile img{
        width: 270px;
    }
    .instruction__step.one .instruction__image-picture--mobile img{
        width: 400px;
    }
    .instruction__step.three .instruction__image-picture--mobile img{
        width: 400px;
    }
    .instruction__info-end{
        margin-bottom: 20px;
    }
    .instruction__step{
        margin-bottom: 100px;
    }
    .instruction__line::before {
        height: 102.5%;
    }



    /**************************
       Page 1
    **************************/
    .new-containers__bg-line{
        display: none;
    }
    .shipping__top-info{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .new-page__block--triangle::before{
        display: none;
    }
    .shipping__top-img{
        max-width: 100%;
    }
    .new-page__section-top{
        margin-bottom: 60px;
    }
    .shipping__info-top__left{
        max-width: 700px;
    }
    .shipping__info-bottom__items{
        max-width: 660px;
    }
    .shipping__info::before{
        height: 89.5%;
        top: 6%;
    }
    .shipping__info-bottom-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .shipping__info-bottom-item:last-child{
        margin-bottom: 0;
    }
    .shipping__info::before {
        height: 63.5%;
        top: 4%;
        left: 15px;
    }
    .shipping__step-point{
        left: -80px;
    }
    .shipping__info-bottom .shipping__step-point{
        top: 9%;
    }
    .new-page__block{
        padding: 30px;
    }
    .shipping__info-content__item{
        padding: 25px;
    }
    .shipping__info-content__img{
        margin-right: 0;
        max-width: 90px;
    }
    .shipping__info-note{
        padding: 0;
    }


    /**************************
            Page 2
    **************************/
    .new-page__section-top{
        flex-wrap: wrap;
    }
    .new-containers__top-info,
    .new-containers__top-img,
    .new-containers__info-content__left,
    .new-containers__info-content__right{
        max-width: 100%;
    }
    .new-containers__top-info{
        margin-bottom: 30px;
    }
    .new-containers__top-img::before{
        left: 50%;
        width: 30px;
        display: block;
        top: 5px;
        height: 30px;
        transform: rotate(45deg) translateX(-50%);
    }
    .new-containers__info-items-top,
    .new-containers__info-items-bottom{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .new-containers__info-items__item{
        width: 100%;
        margin-bottom: 20px;
    }
    .new-containers__info-items-bottom .new-containers__info-items__item:first-child{
        margin-right: 0;
    }
    .new-containers__info-items-bottom .new-containers__info-items__item:last-child{
        margin-bottom: 0;
    }
    .new-containers__info-content{
        display: block;
        padding-top: 0;
    }
    .new-containers__info-content__left{
        margin-bottom: 110px;
    }
    .new-containers__info-content__right{
        padding-right: 40px;
    }
    .new-containers__info-content__right::before{
        left: 36px;
        width: 95%;
    }
    .new-containers__info-bottom__block{
        margin-bottom: 40px;
    }
    .new-containers__info-bottom__block::after{
        display: none;
    }
    .new-containers__info-bottom__items{
        flex-wrap: wrap;
        padding-left: 60px;
        position: relative;
    }
    .new-containers__info-bottom__item{
        width: 100%;
        margin-bottom: 20px;
    }
    .new-containers__info-bottom__item:last-child{
        margin-bottom: 0;
    }
    .new-containers__step-point{
        width: 32px;
        height: 32px;
        top: 50%;
        left: -61px;
    }
    .new-containers__step-point::before{
        width: 16px;
        height: 16px;
    }
    .new-containers__info-bottom__items::before{
        content: "";
        position: absolute;
        top: 62px;
        left: 0;
        left: 14px;
        width: 1px;
        background: rgba(255, 181, 34, 0.5);
        height: 79%;
    }



    /**************************
        Page 3
    **************************/
    .new-page__section{
        padding: 100px 0 150px;
    }
    .hazardous-waste__top{
        background: none;
        box-shadow: none;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .new-page__section-title{
        font-size: 38px;
        line-height: 46px;
    }
    .hazardous-waste__top-text{
        margin-bottom: 0;
    }
    .hazardous-waste__top-info{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hazardous-waste__top-wrapper,
    .hazardous-waste__top-list__item,
    .hazardous-waste__top-img{
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 30px;
    }
    .hazardous-waste__top-list__item{
        padding: 30px 30px 30px 60px;
    }
    .hazardous-waste__top-img{
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .hazardous-waste__top{
        padding: 0;
    }
    .hazardous-waste__top-list__item::before {
        top: 25px;
        left: 20px;
    }
    .hazardous-waste__items{
        margin-bottom: 40px;
    }
    .hazardous-waste__info{
        display: block;
        margin-bottom: 60px;
    }
    .hazardous-waste__info-left{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .hazardous-waste__info-img{
        max-width: 100%;
    }
    .hazardous-waste__bottom-text{
        margin-bottom: 40px;
    }
    .hazardous-waste__bonus{
        flex-direction: column;
        justify-content: center;
    }
    .hazardous-waste__bonus-info{
        flex-direction: column;
        justify-content: center;
    }
    .hazardous-waste__bonus-ingo__img{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .hazardous-waste__bonus-info__text{
        text-align: center;
        margin-bottom: 20px;
    }
    .hazardous-waste__bonus-line{
        max-width: 500px;
        margin: 0 auto;
    }
    .new-containers__info-items{
        margin-bottom: 85px;
    }



    /**************************
           Automation
    **************************/
    .automation__title{
        font-size: 29px;
        line-height: 35px;
    }
    .automation__wrapper-blocks__item{
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
        min-height: auto;
    }
    .automation__wrapper-blocks__item:last-child{
        margin-bottom: 50px;
    }
    .automation__wrapper-steps{
        padding: 40px 35px;
    }
    .automation__wrapper-sliders{
        flex-wrap: wrap;
    }
    .automation__wrapper-sliders__item{
        padding: 35px 0;
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
    }
    .automation__wrapper-sliders__item:last-child{
        margin-bottom: 0;
    }
    .automation__info{
        padding: 65px 0 60px;
    }
    .automation__info-title{
        font-size: 29px;
        line-height: 35px;
    }
    .automation__info-wrapper{
        flex-wrap: wrap;
    }
    .automation__info-text {
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        text-align: center;
    }
    .automation__info-items{
        margin: 0 auto;
    }
    .automation__info-item{
        margin-bottom: 35px;
    }
    .automation__info-item__img{
        margin: 0 auto 15px;
    }




    /**************************
           Ecology
    **************************/
    .ecology{
        padding: 80px 0 140px;
    }
    .ecology__top{
        background: none;
        box-shadow: none;
        flex-direction: column;
        margin-bottom: 65px;
        border-radius: 0px;
        padding: 0;
    }
    .ecology__top-img{
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .ecology__top-text {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .ecology__top-title,
    .ecology__top-list__item,
    .ecology__top-img{
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 30px;
    }
    .ecology__top-list__item{
        padding: 30px 30px 30px 60px;
    }
    .ecology__top-list__item:last-child{
        margin-bottom: 0;
    }
    .ecology__top-list__item::after{
        top: 25px;
        left: 20px;
    }
    .ecology__top-img{
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .ecology__blocks-title{
        font-size: 38px;
        line-height: 46px;
    }
    .ecology__blocks-item{
        min-height: auto;
        width: 100%;
        padding: 30px 20px;
    }
    .ecology__blocks-item:last-child{
        margin-bottom: 65px;
    }
    .ecology__blocks-item__top{
        margin-bottom: 20px;
    }



}
@media (max-height:850px) {
    .tech-works__content-info{
        padding-bottom: 20%;
    }
}
@media (max-width:771px) {
    /**************************
        404 page
    **************************/
    .error__img{
        background-image: url('../images/404-img_mobile.svg');
        background-position: 47% 13%;
        min-height: 100vh;
    }
    .error__content{
        margin-top: -60px;
    }
    .error__info-title{
        font-size: 40px;
    }
    .error__info-text{
        margin-bottom: 20px;
        font-size: 17px;
    }





    /**************************
        Thanks page
    **************************/
    .thanks{
        background-image: url('../images/thanks-bg_mobile.svg');
        background-size: cover;
        justify-content: flex-end;
        min-height: 900px;
    }
    .thanks__content-info{
        padding-bottom: 40px;
    }
    .thanks__content{
        display: flex;
        justify-content: center;
    }
    .thanks__info-title,
    .thanks__info-text{
        text-align: center;
    }

    .tech-works__content-info{
        padding-bottom: 40%;
    }


    /***********************
        Instruction
    **********************/

    .instruction__step-point{
        width: 32px;
        height: 32px;
        left: -50px;
        top: 0px;
    }
    .instruction__step-point::before{
        width: 16px;
        height: 16px;
    }
    .instruction__line::before {
        left: -35px;
    }
    .instruction__image-picture--mobile {
        width: 575px;
        height: 575px;
    }
    .instruction__image-picture--mobile img {
        width: 245px;
    }

    /**************************
        Page 1
    **************************/

    .shipping__info-top__right{
        justify-content: space-between;
    }
    .shipping__info-top__item:first-child{
        margin-right: 0;
    }
    .shipping__info-top__item{
        width: 48%;
        padding: 15px 15px 20px;
    }
    .shipping__info-top__name{
        padding: 0;
        box-shadow: none;
    }
    .shipping__info-top__name .new-page__block-wrapper{
        padding: 0;
    }



    /**************************
        Page 2
    **************************/
    .new-containers__info-content__left{
        margin-bottom: 80px;
    }
    .new-containers__info-content__right{
        padding-right: 25px;
    }
    .new-containers__info-content__right::before{
        width: 93%;
        top: -30px;
    }



    /**************************
        Page 3
    **************************/
    .new-page__section {
        padding: 80px 0 130px;
    }
    .hazardous-waste__bottom-text{
        margin-bottom: 40px;
    }
    .hazardous-waste__bottom-item{
        padding: 20px;
    }




    /******************
        Automation
    *******************/
    .automation__wrapper-blocks__bottom{
        flex-direction: column;
    }
    .automation__blocks-bottom__text{
        margin-bottom: 20px;
        margin-right: 0;
        align-items: normal;
    }




    /******************
        Ecology
    *******************/
    .ecology__items-item{
        width: 100%;
        padding: 30px 20px 25px;
    }
    .ecology__items-item__img{
        text-align: center;
    }
}
@media (max-width:575px) {
    /**************************
        404 page
    **************************/
    .error__info-bottom{
        flex-direction: column;
        align-items: center;
    }
    .error__info-btn:first-child{
        margin-bottom: 30px;
        margin-right: 0;
        max-width: 276px;
    }
    .error__info-btn:last-child{
        max-width: 180px;
    }




    /**************************
        Thanks page
    **************************/
    .thanks{
        min-height: 100vh;
    }


    .tech-works__content-title,
    .thanks__info-title{
        font-size: 40px;
    }
    .thanks__info-text,
    .tech-works__content-text{
        margin-bottom: 20px;
        font-size: 17px;
    }
    .thanks__info-bottom{
        display: block;
        text-align: center;
        font-size: 16px;
    }
    .thanks__info-btn:first-child{
        margin-bottom: 30px;
    }
    .thanks__info-btn{
        display: inline-block;
    }

    .tech-works {
        background-image: url('../images/technical_works_mobile.png');
    }
    .tech-works__wrapper{
        align-items: center;
    }
    .tech-works__content-info{
        padding-bottom: 0;
    }


    .instruction{
        padding: 60px 0 30px;
        overflow: hidden;
    }
    .instruction__line::before{
        height: 101.5%;
    }
    .instruction__image-picture--mobile {
        width: 100%;
        height: 482px;
    }
    .instruction__image-picture--mobile::before {
        width: 482px;
        height: 482px;
    }

    .instruction__image-picture--mobile img {
        width: 195px;
    }
    .instruction__step-title{
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 21px;
    }
    .instruction__step-info{
        font-size: 15px;
    }
    .instruction__info-text,
    .instruction__info-list,
    .instruction__info-end{
        margin-bottom: 10px;
    }
    .instruction__step{
        margin-bottom: 60px;
    }

    /**************************
        Page 1
    **************************/
    .shipping__info{
        padding-left: 55px;
    }
    .shipping__step-point{
        left: -65px;
    }
    .shipping__info-content__item{
        padding: 15px;
    }
    .shipping__info-content__img {
        margin-right: 5px;
        max-width: 50px;
    }
    .shipping__info-content-feature {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
    }
    .shipping__info-content-feature sup{
        font-size: 14px;
    }
    .shipping__info-top{
        margin-bottom: 40px;
    }
    .new-page__block-title{
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .shipping__info-top__left{
        padding: 20px 15px;
        margin-bottom: 10px;
    }
    .shipping__info-content-top{
        margin-bottom: 10px;
    }
    .shipping__info-content{
        margin-bottom: 40px;
    }
    .shipping__info-bottom__text{
        margin-bottom: 10px;
    }
    .shipping__info-bottom-item{
        margin-bottom: 10px;
        padding: 20px;
    }
    .shipping__info-bottom__img{
        margin-bottom: 25px;
    }
    .shipping__info-bottom__name{
        padding: 0;
        box-shadow: none;
    }
    .shipping__info-bottom{
        margin-bottom: 40px;
    }
    .shipping__info-note__icon {
        font-size: 24px;
        line-height: 30px;
        width: 50px;
        flex: none;
        margin-right: 15px;
        height: 50px;
        padding: 0;
    }
    .new-page__block-wrapper{
        padding: 20px 0;
    }
    .shipping__info-note__text{
        font-size: 14px;
    }
    .shipping__info-bottom__name .new-page__block-wrapper{
        padding: 0;
    }




    /**************************
        Page 2
    **************************/

    .new-containers__top{
        margin-bottom: 80px;
    }
    .new-containers__info-items{
        margin-bottom: 60px;
    }
    .new-containers__info-items__item{
        display: flex;
        align-items: center;
        padding: 20px 15px;
    }
    .new-containers__info-items__img{
        margin: 0;
        margin-right: 15px;
        max-width: 65px;
    }
    .new-containers__info-items__text{
        text-align: left;
    }
    .new-containers__info-content__title{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .new-containers__info-content__item{
        padding: 20px 15px;
    }
    .new-containers__info-content{
        margin-bottom: 60px;
    }
    .new-containers__info-content__left{
        margin-bottom: 65px;
    }
    .new-containers__info-bottom__title{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .new-containers__info-bottom__block{
        padding: 20px 15px;
    }
    .new-containers__info-bottom__items{
        padding-left: 45px;
    }
    .new-containers__info-bottom__item{
        padding: 0 20px;
    }
    .new-containers__info-bottom__item .new-page__block-wrapper{
        padding: 15px 0;
    }
    .new-containers__info-bottom__img{
        max-width: 100px;
    }
    .new-containers__step-point{
        left: -46px;
    }
    .new-containers__info-bottom__name{
        margin-right: 10px;
    }




    /**************************
        Page 3
    **************************/
    .new-page__section {
        padding: 50px 0;
    }
    .new-page__section-content{
        font-size: 15px;
        line-height: 22px;
    }
    .new-page__section-title{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .hazardous-waste__top-info{
        margin-bottom: 10px;
    }
    .hazardous-waste__top-wrapper,
    .hazardous-waste__top-list__item,
    .hazardous-waste__top-img {
        padding: 20px 15px;
        margin-bottom: 10px;
    }
    .hazardous-waste__top-list__item {
        padding: 20px 15px 20px 60px;
    }
    .hazardous-waste__top-img{
        margin-bottom: 0;
    }
    .hazardous-waste__top-title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .hazardous-waste__items-item{
        font-size: 13px;
        line-height: 17px;
        padding: 20px 10px;
    }
    .hazardous-waste__items-img{
        max-width: 50px;
        margin-right: 5px;
    }
    .hazardous-waste__info{
        margin-bottom: 40px;
    }
    .hazardous-waste__info-title,
    .hazardous-waste__bottom-title{
        font-size: 24px;
        line-height: 29px;
    }
    .hazardous-waste__bottom-title{
        margin-bottom: 20px;
    }
    .hazardous-waste__bottom-text{
        margin-bottom: 20px;
    }
    .hazardous-waste__bottom{
        margin-bottom: 40px;
    }
    .hazardous-waste__bottom-item{
        width: 100%;
    }
    .hazardous-waste__bottom-item:last-child{
        margin-bottom: 0;
    }
    .hazardous-waste__bonus{
        padding: 20px;
    }
    .hazardous-waste__bonus-title{
        font-size: 20px;
        line-height: 24px;
    }
    .hazardous-waste__line{
        display: none;
    }




    /******************
        Automation
    *******************/
    .automation{
        padding: 60px 0;
    }
    .automation__wrapper-blocks__title,
    .automation__blocks-bottom__title,
    .automation__wrapper-steps__title,
    .automation__wrapper-sliders__title{
        font-size: 20px;
    }
    .automation__wrapper-steps{
        padding: 45px 30px;
    }
    .automation__wrapper-steps__title{
        margin-bottom: 30px;
    }
    .automation__wrapper-steps__item{
        margin-bottom: 25px;
        width: 100%;
    }
    .automation__wrapper-sliders__item{
        padding: 15px 0;
    }
    .automation__info-item__text{
        font-size: 15px;
        line-height: 20px;
    }




    /******************
        Ecology
    *******************/
    .ecology{
        padding: 50px 0;
    }
    .ecology__top-title,
    .ecology__top-list__item,
    .ecology__top-img{
        padding: 20px 15px;
        margin-bottom: 10px;
    }
    .ecology__top-img{
        margin-bottom: 0;
    }
    .ecology__top-title{
        font-size: 20px;
        line-height: 24px;
    }
    .ecology__top-list__item{
        padding: 20px 15px 20px 60px;
        font-size: 15px;
    }
    .ecology__top-list__item::after{
        top: 20px;
        left: 20px;
    }
    .ecology__top-text{
        margin-bottom: 10px;
    }
    .ecology__top{
        margin-bottom: 45px;
    }
    .ecology__blocks-title{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .ecology__blocks-item{
        padding: 20px;
        margin-bottom: 20px;
    }
    .ecology__blocks-item__text{
        font-size: 15px;
        line-height: 20px;
    }
    .ecology__items-item{
        padding: 20px;
    }
    .ecology__items-item__text{
        font-size: 15px;
        line-height: 20px;
    }
}

