* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'oswald-semiBold';
    src: url(../fonts/static/Oswald-SemiBold.ttf);
}

@font-face {
    font-family: 'oswald-bold';
    src: url(../fonts/static/Oswald-Bold.ttf);
}

@font-face {
    font-family: 'oswald-regular';
    src: url(../fonts/static/Oswald-Regular.ttf);
}

@font-face {
    font-family: 'oswald-medium';
    src: url(../fonts/static/Oswald-Medium.ttf);
}

@font-face {
    font-family: 'oswald-light';
    src: url(../fonts/static/Oswald-Light.ttf);
}

body {
    height: 5806px;
    background-image: url(../img/fon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header,
.footer {
    width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /*    flex-wrap: wrap;*/

}

.header {
    height: 875px;
    box-sizing: border-box;
}

.header__title {
    font-family: oswald-semiBold;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a5fff;
    margin: 0 0 0 16px;
}

.header__txt {
    font-family: oswald-medium;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1;
    text-align: left;
    color: #2c2c2c;
    margin: 0 16px 10px 16px;
}

.picture-form {
    transform: translate(-48px, 4px);
}

.sale-form {
    width: 288px;
    height: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 17px 22px 60px 24px;
    border-radius: 10px;
    box-shadow: -3.2px 3.8px 10.5px 4.5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

.old-price {
/*    width: 70px;*/
    float: left;
    text-align: center;
    padding: 0 0 0 20px;
}

.new-price {
/*    width: 60px;*/
    float: right;
    text-align: center;
    padding: 0 20px 0 0;
}

.price {
    display: block;
    font-family: oswald-regular;
    font-size: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;
}

.old-price__number {
    display: block;
    font-family: oswald-semiBold;
    font-size: 30px;
    font-weight: 600;
    color: #1b1b1b;
}

.line{
    position: absolute;
    left: 80px;
    top: 30px;
    border-left: 2px solid #1b1b1b;
    height: 60px;
    transform: rotate(60deg);
}

.new-price__number {
    font-family: oswald-semiBold;
    font-size: 30px;
    font-weight: 600;
    color: #4a5fff;
}

.sale-form__name {
    width: 100%;
    height: 31px;
    background-color: #ebebeb;
    border: none;
    padding: 0 0 0 10px;
    margin: 11px 0 0 0;
    outline: none;
    box-sizing: border-box;
    font-family: oswald-light;
    font-size: 12.5px;
    text-align: left;
    color: #1b1b1b;
}

.sale-form__number {
    width: 100%;
    height: 31px;
    background-color: #ebebeb;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin: 11px 0 0 0;
    font-family: oswald-light;
    font-size: 12.5px;
    text-align: left;
    color: #1b1b1b;
}

.sale {
    display: block;
    font-family: oswald-bold;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #1b1b1b;
    margin: 20px 0;
}

.sale span {
    font-family: oswald-semiBold;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #4a5fff;
}

.sale-form__button {
    width: 278.9px;
    height: 54.1px;
    border: none;
    outline: none;
    border-radius: 27px;
    box-shadow: 0px 20px 25px 0 rgba(4, 19, 40, 0.2);
    background-image: radial-gradient(circle at 50% 50%, #ffec8b, #fcd60f);
    font-family: oswald-semiBold;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    position: absolute;
    bottom: -25px;
    left: 5px;
}

.sale-form__button:hover{
    background-image: radial-gradient(circle at 50%, #fcd60f, #ffec8b);
}

.sale-form__button:active{
    box-shadow: none;
}

.sale-form__time {
    display: flex;
    justify-content: center;
}

.sale-form__days {
    width: 63px;
    height: 31px;
    border-right: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sale-form__hours {
    width: 63px;
    height: 31px;
    border-right: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sale-form__minutes {
    width: 63px;
    height: 31px;
    border-right: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sale-form__seconds {
    width: 63px;
    height: 31px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sale-form__days--bold {
    font-family: oswald-semiBold;
    font-size: 24px;
    line-height: 0.46;
    color: #4a5fff;
}

.sale-form__days__text {
    font-family: oswald-light;
    font-size: 12.5px;
    margin: 8px 0 0 0;
    line-height: 0.88;
    color: #1b1b1b;
}

.main {
    width: 320px;
}

.maxi-naturale {
    height: 583px;
    box-sizing: border-box;
    padding: 50px 32px 59px;
}

.maxi-naturale__text {
    font-family: oswald-regular;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #4172c8;
}

.maxi-naturale__text--bold {
    font-family: oswald-semiBold;
}

.maxi-naturale__list {
    font-family: oswald-medium;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #1b1b1b;
    margin: 50px 0 0 0;
}

.maxi-naturale__list-li1 {
    box-sizing: border-box;
    list-style-type: none;
    padding: 33px 0 0 100px;
    height: 100px;
    background-image: url(../img/nature.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 20px 0;
}

.maxi-naturale__list-li2 {
    box-sizing: border-box;
    list-style-type: none;
    padding: 35px 10px 0 100px;
    height: 100px;
    background-image: url(../img/eye.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 20px 0;
}

.maxi-naturale__list-li3 {
    box-sizing: border-box;
    list-style-type: none;
    padding: 40px 0 0 100px;
    height: 100px;
    background-image: url(../img/witness.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.maxi-most {
    height: 700px;
    padding: 25px 0 0 0;
}

.maxi-most__text {
    padding: 0 20px 27px 20px;
    font-family: oswald-regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2c2c2c;
}

.maxi-most__text--bold {
    font-family: oswald-medium;
}

.cours {
    width: 288px;
    height: 457px;
    background: #ffffff;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: -4px 0px 10px 0 rgba(4, 19, 40, 0.15);
}

.course-text {
    display: inline-block;
    font-family: oswald-regular;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c;
    margin: 20px 9px;
}

.course-text--bold {
    font-family: oswald-semiBold;
    font-size: 18px;
    color: #4a5fff;
}

.cours-list {
    list-style-type: none;
    margin: 0 0 0 9px;
    padding: 0 50px 0 0;
    font-family: oswald-light;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #2c2c2c;
}

.compan {
    height: 1245px;
    text-align: center;
}

.compan__title {
    font-family: oswald-semiBold;
    font-size: 22.5px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.56px;
    text-align: center;
    color: #4a5fff;
    width: 100%;
    display: block;
}

.compan__title-logo {
    font-family: oswald-semiBold;
    font-size: 22.5px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: 0.56px;
    text-align: center;
    color: #4a5fff;
    text-transform: uppercase;
    padding:
}

.compan__text {
    font-family: oswald-regular;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: #4172c8;
    padding: 19px 19px 32px 19px;
}

.companents__text {
    font-family: oswald-regular;
    font-size: 13px;
    line-height: 1.27;
    letter-spacing: 0.33px;
    text-align: left;
    color: #2c2c2c;
    padding: 0 37px 22px 25px;
}

.maxi-negative {
    height: 940px;
    box-sizing: border-box;
    text-align: center;
}

.maxi-negative__title {
    margin: 0 0 31px 0;
    padding: 0 10px;
    display: block;
    font-family: oswald-semiBold;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #4a5fff;
}

.maxi-negative__img {}

.maxi-negative__text {
    font-family: oswald-regular;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.35px;
    color: #2c2c2c;
    margin: 31px 0 30px 0;
    padding: 0 15px
}

.maxi-negative__text--blue {
    font-family: oswald-regular;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: 0.45px;
    color: #4a5fff;
    margin: 0 0 22px 0;
    padding: 0 15px;
}

.maxi-negative__block {
    width: 288px;
    height: 164px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 36px 21px 36px 21px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #22dcfd, #1c91e2, #5865b9);
}

.block__title {
    font-family: oswald-medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
    color: #ffffff;
}

.block__text {
    font-family: oswald-regular;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.main-list {
    height: 512px;
}

.main-list__title {
    padding: 15px 0 39px 0;
    display: block;
    font-family: oswald-semiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    text-align: center;
    color: #4a5fff;
}

.main-list__ul {
    width: 230px;
    display: block;
    margin: 0 auto;
}

.main-list__li {
    list-style-image: url(../img/mark.png);
    padding: 0 0 18px 10px;
    font-family: oswald-regular;
    font-size: 14px;
    line-height: 1.43;
    color: #2c2c2c;
}

.footer {
    height: 926px;
    box-sizing: border-box;
    padding: 16px 0 0 0;
}

.copy {
    display: block;
    margin: 0 auto;
    font-family: oswald-light;
    font-size: 10px;
    font-weight: 300;
    line-height: 2;
    color: #1b1b1b;
    padding: 75px 0 0 0;
    text-decoration: none;
}

.policy{
    color: #1b1b1b;
    text-decoration: none;
    opacity: 0.8;
}
