background-position-x: 22px;/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

/*Уравнивание шрифтов и поведение элементов для разных браузеров*/
html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #333;
}


/*container*/
.aps-page .container {
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;

}

/*Description*/

.aps-page .description__item {
    display: flex;
    margin: 0 0 15px 0;
}

.aps-page .description__header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 30px 0 0 30px;
}

.aps-page .description__icon {
}

.aps-page .description__text {
    padding: 30px 25px;
    text-align: left;
    font-size: 18px;
    background-color: #fed300;
}

.aps-page .text__one {
    margin: 0 0 30px 0;
}

.aps-page .description__defin {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 23px;
}

.aps-page .description__defin div {
    width: 90%;
    margin: 0 0 15px 0;
}

.aps-page .description__img {
    width: 100%;
    padding: 30px 0 0 0;
}

/*Attention*/

.aps-page .attention {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 196.1px;
    background: linear-gradient(180deg, #C9C9C9 0%, #E4E4E4 36.17%, #FFFFFF 124.64%);

}

.aps-page .attention__icon {
    margin: 0px 20px 0 60px;
}

.aps-page .attention__text {
    font-size: 24px;
    font-weight: bold;
}

/*Get*/

.aps-page .first__text {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.aps-page .get__items {
    display: flex;
    flex-wrap: wrap;
    background: url("../images/bg_get.jpg") right no-repeat;
    background-size: 52%;
   	background-color: #fcfefd;
}

.aps-page .get__title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 0 60px;
    margin: 25px 0 25px 0;
}

.aps-page .get__item {
    display: flex;
    align-items: center;
    width: 56%;
    padding: 0px 35px 40px 120px;
    position: relative;
}

.aps-page .get__icon {
    position: absolute;
    top: -3px;
    left: 60px;
    z-index: 1;
    width: 5%;
}

.aps-page .get__text {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

/*Line__text*/

.aps-page .line__text {
    display: flex;
    align-items: center;
    height: 48.66px;
    padding: 0 0 0 60px;
    font-size: 32px;
    background-color: #fdba0d;
}


/*Advantages*/

.aps-page .advantages {
}

.aps-page .advantages__item {
    display: flex;
    background: url("../images/bg_advantages.jpg") right no-repeat;
    background-size: 72%;
    background-color: #fcfefd;
    background-position-x: 535px;
    background-position-y: 0px;
}

.aps-page .advantages__list {
    width: 100%;
    padding: 0 0 0 60px;
    margin: 25px 0 28px 0;
    font-size: 24px;
}

.aps-page .advantages__list li {
    list-style: disc;
    margin: 0 0 10px 0;
}

.aps-page .advantages__list li::before {
	content: "";
}

@media (max-width: 1200px) {
    .aps-page .description__defin {
        font-size: 21px;
    }

    .aps-page .attention__text {
        font-size: 21px;
    }

    .aps-page .get__items {
        background-size: 62%;
    }

    .aps-page .get__title {
        font-size: 28px;
    }

    .aps-page .line__text {
        font-size: 28px;
    }

    .aps-page .advantages__item {
        background-size: 77%;
        background-position-x: 500px;
    }

    .aps-page .advantages__list {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {

    .aps-page .description__text {
        font-size: 16px;
    }

    .aps-page .description__defin {
        font-size: 16px;
    }

    .aps-page .description__defin div {
        width: 95%;
    }

    .aps-page .attention__text {
        font-size: 17px;
    }

    .aps-page .attention__icon img {
        width: 75px;
    }

    .aps-page .get__items {
        background-size: 74%;
    }

    .aps-page .get__title {
        font-size: 26px;
    }

	.aps-page .get__item {
		width: 75%;
	}

    .aps-page .get__icon {
        top: 0;
    }

    .aps-page .line__text {
        font-size: 26px;
    }

    .aps-page .advantages__item {
        background-size: 90%;
        background-position-x: 380px;
    }

    .aps-page .advantages__list {
        font-size: 20px;
    }
}

@media (max-width: 880px) {
    .aps-page .description__text {
        font-size: 15px;
    }

    .aps-page .description__defin {
        font-size: 15px;
    }

    .aps-page .description__defin div {
        width: 100%;
    }

    .aps-page .attention {
        height: 125px;
    }

    .aps-page .attention__text {
        font-size: 15px;
    }

    .aps-page .get__items {
        background-size: 83%;
		background-position-x: 155px;
    }

    .aps-page .get__item {
        width: 92%;
    }

    .aps-page .get__icon {
        width: 6%;
    }

    .aps-page .advantages__item {
        background-size: 97%;
    }

    .aps-page .advantages__list {
        font-size: 18px;
    }
}

@media (max-width: 780px) {

    .aps-page .description__icon img {
        width: 90%;
    }

    .aps-page .description__text {
        font-size: 13px;
        margin: 0 0 0 10px;
    }

    .aps-page .attention__icon {
        margin: 0px 20px 0 20px;
    }

    .aps-page .get__items {
        background-size: 94%;
		background-position-x: 100px;
    }

    .aps-page .get__title {
        padding: 0 0 0 20px;
        font-size: 24px;
    }

    .aps-page .get__item {
        padding: 0px 35px 40px 70px;
    }

    .aps-page .get__icon {
        left: 20px;
    }

    .aps-page .line__text {
        padding: 0 0 0 20px;
    }

    .aps-page .advantages__item {
        background-size: 115%;
        background-position-x: 285px;
    }

    .aps-page .advantages__list {
        padding: 0 0 0 40px;
    }


}

@media (max-width: 670px) {
    .aps-page .description__defin {
        font-size: 13px;
    }

    .aps-page .attention__text {
        font-size: 14px;
    }

    .aps-page .get__title {
        font-size: 20px;
    }

    .aps-page .get__items {
        background-size: 101%;
		background-position-x: 45px;
    }

    .aps-page .get__item {
        width: 100%;
    }

    .aps-page .get__text {
        font-size: 15px;
    }

    .aps-page .line__text {
        font-size: 22px;
    }

    .aps-page .advantages__item {
        background-size: 122%;
		background-position-x: 215px;
    }

    .aps-page .advantages__list {
        font-size: 15px;
    }


}

@media (max-width: 570px) {
    .aps-page .description__item {
        flex-wrap: wrap;
    }

    .aps-page .description__header {
        margin-bottom: 15px;
    }

    .aps-page .description__defin {
        font-size: 15px;
    }

    .aps-page .description__text {
        margin: 0;
    }

    .aps-page .attention__text {
        font-size: 12px;
        margin: 0px;
    }

    .aps-page .get__items {
        background-size: 145%;
        background-position-x: -120px;
    }

    .aps-page .get__title {
          font-size: 16px;
    }

	.aps-page .get__icon {
		width: 8%;
	}

    .aps-page .line__text {
        font-size: 13px;
    }

    .aps-page .advantages__item {
        background-size: 158%;
        background-position-x: 130px;
    }

	.aps-page .advantages__list {
  		font-size: 13px;
	}
}

@media (max-width: 460px) {

	.aps-page .description__defin {
  		font-size: 12px;
	}

    .aps-page .attention__text {
        font-size: 11px;
		padding-right: 10px;
    }

    .aps-page .get__items {
        background-size: 202%;
        background-position-x: -179px;
    }

    .aps-page .get__title {
        font-size: 12px;
    }

    .aps-page .get__icon {
        width: 10%;
		top: -10px;
    }

    .aps-page .get__text {
        font-size: 12px;
    }

    .aps-page .line__text {
       font-size: 12px;
    }

    .aps-page .advantages__item {
        background-size: 237%;
        background-position-x: 38px;
    }

    .aps-page .advantages__list {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .aps-page .description__defin {
        font-size: 11px;
    }

    .aps-page .attention__text {
        font-size: 10px;
    }

    .aps-page .get__items {
        background-size: 222%;
        background-position-x: -200px;
    }

    .aps-page .get__title {
        font-size: 10px;
    }

	.aps-page .get__icon {
		top: 0px;
	}

    .aps-page .get__text {
        font-size: 11px;
    }

    .aps-page .line__text {
        font-size: 10px;
    }

    .aps-page .advantages__list {
        font-size: 11px;
    }

    .aps-page .advantages__item {
        background-size: 253%;
        background-position-x: 22px;
    }

}























