html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

li {
    list-style-type: none;
    /* Убираем маркеры */
}


/* montserrat-regular - cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat-v14-cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-cyrillic-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-500 - cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v14-cyrillic-500.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/montserrat-v14-cyrillic-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-cyrillic-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-cyrillic-500.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-600 - cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v14-cyrillic-600.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/montserrat-v14-cyrillic-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-cyrillic-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-cyrillic-600.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-700 - cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v14-cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat-v14-cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-cyrillic-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}





body {
    margin: 0 auto;
    font-size: 16px;
    font-family: Montserrat;
    color: #000000;
    position: relative;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 140%;
    color: #000000;
}




.header {

    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header__logo {
    margin-left: 90px;
    width: 12%;
}

.header__logo-pic {
    width: 100%;
}

.interval {
    flex: 1 1 56px;
}

.header__nav {
    margin-right: 90px;
    /* flex: 1 1 987px; */
    flex: 1 1 65%;
}

.header__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
}

.header__item:last-child {
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-right: 33px;
    /*background: url(../img/enter.svg) no-repeat right;*/
}

.header__item:last-child:hover {
    cursor: pointer;
}

.header__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1B8800;
}

.header__item:hover {
    text-decoration: underline;
}

.enter_icon {
    margin-left: 5px;
    cursor: pointer;
}

.intro {

    min-height: 800px;
    background: url(../img/background-intro.svg) no-repeat center;
    background-size: cover;
    z-index: -20;
}

.intro__wrapper {
    position: relative;
}

.intro__title {
    position: absolute;
    display: block;
    width: 651px;
    padding-top: 114px;
    margin-bottom: 45px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 130%;
    z-index: 100;
}

.intro__title span {
    color: #FF573F;
}

.intro__subtitle {
    width: 378px;
    padding-top: 355px;
    margin-bottom: 45px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
}

.intro__register {
    margin-bottom: 1px;
    width: 300px;
    height: 60px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    background: #1B8800;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    border: none;
    transition: .05s all;
}

.intro__register:hover {
    background: #21A200;
    ;
}

.intro__register:active {
    margin-bottom: 0px;
    margin-top: 1px;
    background: #1B8800;
    box-shadow: none;
}

.fade-block {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    display: none;
    background: rgba(77, 135, 204, 0.2);

}

.fade-block--visible {
    display: block;
}

.pop-up {
    width: 550px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(77, 135, 204, 0.35);
}

.pop-up-title {
    padding-top: 50px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
}

.pop-up-columns {
    margin-left: 85px;
    margin-right: 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* .pop-up-column {
    width: 130px;
} */

.pop-up-subtitle {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #4D87CC;
}

.pop-up-button {
    margin-bottom: 20px;
    display: block;
    width: 160px;
    height: 40px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.green-col {
    color: #1B8800;
}

.seller1 {
    background: #1B8800;
}

.seller2 {
    background: #DDFAD6;
    border: 0.5px solid #1B8800;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    color: #1B8800;
}

.buyer1 {
    background: #4D87CC;
}

.buyer2 {
    background: #CDE0F8;
    border: 0.5px solid #4D87CC;
    color: #4D87CC;
}

.intro__img {
    width: 600px;
    height: 522px;
    top: 70px;
    right: 0px;
    position: absolute;
    /* background: url(../img/intro-img.svg) no-repeat center; */
}

.intro__blot {
    width: 600px;
    height: 522px;
    position: absolute;
    top: 0px;
}

.intro__trash {
    width: 271px;
    height: 98px;
    /* display: none; */
    right: 130px;
    top: 130px;
    position: absolute;
}

.intro__foliage-min {
    width: 500px;
    height: 263px;
    bottom: 20px;
    right: 50px;
    /* display: none; */
    position: absolute;
}

.intro__foliage {
    width: 600px;
    height: 363px;
    bottom: 20px;
    right: 8px;
    /* display: none; */
    position: absolute;
}

.intro__bucket {
    width: 379px;
    height: 451px;
    right: 130px;
    bottom: 10px;
    position: absolute;
    z-index: 0;
}

.intro__recycle {
    width: 175px;
    height: 176px;
    /* display: none; */
    bottom: 70px;
    right: 200px;
    position: absolute;
}



.about {
    position: relative;
    min-height: 1194px;
    background-size: 100% 100%;
}

.about__wrapper {
    position: relative;
}

.about__info {
    position: absolute;
    width: 1000px;
    height: 168px;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(77, 135, 204, 0.35);
}

.about__title-info {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #1B8800;
}

.about__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #1B8800;
}

.about__row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about__column:first-child {
    margin-left: 30px;
}

.about__column:last-child {
    margin-right: 30px;
}


.about__label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    text-transform: lowercase;
    color: #1B8800;
}

.about__block {
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about__title {
    padding-top: 270px;
    margin-bottom: 120px;
}

.about__img {
    position: relative;
    margin-right: 60px;
    width: 537px;
    height: 452px;
    /* background: url(../img/about-img.svg) no-repeat center; */
}

.about__icon-1 {
    position: absolute;
    width: 32px;
    top: 115px;
    left: 254px;
}

.about__icon-2 {
    position: absolute;
    width: 32px;
    top: 182px;
    left: 344px;
}

.about__icon-3 {
    position: absolute;
    width: 32px;
    top: 273px;
    left: 312px;
}

.about__icon-4 {
    position: absolute;
    width: 32px;
    top: 278px;
    left: 201px;
}

.about__icon-5 {
    position: absolute;
    width: 32px;
    top: 178px;
    left: 173px;
}


.about__description-title {
    width: 475px;
    margin-bottom: 60px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: #000000;
}

.about__list {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.about__list li {
    margin-bottom: 20px;
    padding-left: 32px;
    background: url(../img/about-dot.svg) no-repeat top 4px left;

}

.about__list span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #1B8800;
    ;
}

.about__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about__seller {
    position: relative;
    margin-right: 180px;
    width: 420px;
    height: 170px;
    color: #1B8800;
}

.about__buyer {
    width: 420px;
    height: 170px;
    color: #4D87CC;
}

.about__h3 {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
}


.about__button-green {
    border: none;
    outline: none;
    display: block;
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 60px;
    background-color: #1B8800;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: white;
    transition: .05s all;
}

.about__button-blue {
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 60px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: white;
    background-color: #4D87CC;
    transition: .05s all;
}

.about__button-green:hover {
    background-color: #21A200;
}

.about__button-green:active {
    bottom: -1px;
    background-color: #1B8800;
    box-shadow: none;
}

.about__button-blue:hover {
    background-color: #5192E0;
}

.about__button-blue:active {
    bottom: -1px;
    background-color: #4D87CC;
    box-shadow: none;
}

.blue-col {
    color: #4D87CC;
}

.about__pop-up {
    height: 189px;
}

.about__pop-up-title {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
}


.about__p {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

.about__h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
}

.product {

    min-height: 1026px;
    padding-top: 275px;
    /* background: url(../img/background-product.jpg) no-repeat center; */
    background-size: 100% 100%;
}

.product__title {

    width: 390px;
    height: 140px;
}

.product__row {
    margin-top: 125px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product__img {
    position: relative;
    margin-right: 180px;
}

.product__bg {
    width: 419px;
    height: 370px;
}

.product__q {
    position: absolute;
    top: 35px;
    left: 160px;
    width: 95px;
}

.product__list {
    margin-top: 25px;
}

.product__line {
    margin-top: 25px;
    width: 600px;
    height: 50px;
    border-bottom: 1px solid #1B8800;
    /* line-height: 10px; */
    color: #333333;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product__line-tr {
    cursor: pointer;
    background: url(../img/triangle.svg) no-repeat center right 35px;
}

.product__icon {
    width: 30px;
    margin-right: 20px;

}

.product__line p {
    margin-top: 10px;
}

.product__line-open {
    font-weight: 600;
    cursor: pointer;
    background: url(../img/triangle-up.svg) no-repeat center right 35px;
}

.product__enumeratio {
    width: 600px;
    padding: 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(27, 136, 0, 0.25);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
}

.accordeon-body {
    display: none;
}


.advantage {

    min-height: 2430px;
    padding-top: 270px;
    background: url(../img/background-advantage.jpg) no-repeat center;
    background-size: 100% 100%;
}

.advantage__title {
    margin-bottom: 164px;
}

.advantage__column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.advantage__row {
    position: relative;
    width: 780px;
    height: 265px;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #F1F7FF;
    box-shadow: 0px 4px 30px rgba(77, 135, 204, 0.35);
}

.advantage__row-left {
    align-self: flex-end;
    margin-right: 60px;
    padding-left: 61px;
}

.advantage__img-1 {
    margin-top: -25px;
    margin-left: -57px;
    margin-right: 87px;
}

.advantage__img-2-anim {
    position: absolute;
    width: 50px;
    top: 49px;
    right: 265px;
}

.advantage__img-2 {
    width: 390px;
    height: 307px;
    margin-right: 0px;
    margin-top: -55px;
    margin-right: -2px;
}

.advantage__img-3 {
    width: 411px;
    height: 258px;
    margin-left: -30px;
    margin-top: -30px;
    margin-right: 40px;
}

.advantage__img-3-1 {
    position: absolute;
    width: 50px;
    top: 51px;
    left: 13px;
}

.advantage__img-3-2 {
    position: absolute;
    width: 90px;
    top: 65px;
    left: 118px;
}

.advantage__img-4 {
    width: 315px;
    height: 317px;
    margin-top: -60px;
    margin-left: 50px;
}

.advantage__img-4-1 {
    position: absolute;
    width: 150px;
    top: 40px;
    right: 114px;
}

.advantage__img-5 {
    width: 293px;
    height: 317px;
    margin-right: 102px;
    margin-left: 25px;
    margin-top: -75px;
}

.advantage__img-5-1 {
    position: absolute;
    width: 70px;
    top: -20px;
    left: 50px;
}

.advantage__info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.advantage__subtitle {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
}

.advantage__text {
    width: 315px;
    line-height: 130%;
}



.how {
    position: relative;

    min-height: 1931px;
    padding-top: 270px;
    background: url(../img/background-how.jpg) no-repeat center;
    background-size: 100% 100%;
}

.how__title {
    margin-bottom: 20px;
}

.how__subtitle {
    margin-bottom: 140px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

.how__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.how__column {
    width: 540px;
    height: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(77, 135, 204, 0.35);
}

.how__column-title {
    margin-top: 90px;
    margin-left: 150px;
    margin-bottom: 70px;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1B8800;
}

.how__img {
    margin-left: 40px;
    margin-right: 30px;
    float: left;
}

.how__step {
    margin-bottom: 80px;
}

.how__step-gr-4 {
    margin-bottom: 112px;
}

.how__step-3 {
    margin-bottom: 146px;
}

.how__step-4 {
    margin-bottom: 140px;
}

.how__step-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #1B8800;
}

.how__step-text {
    margin-left: 150px;
    width: 334px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}

.how__title-blue {
    color: #4D87CC;
}

.how__button {
    margin-left: 60px;
    position: relative;
    height: 60px;
}

.how__button-green {
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 60px;
    background-color: #1B8800;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: white;
    transition: .05s all;
}

.how__button-blue {
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 60px;
    background-color: #4D87CC;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: white;
    transition: .05s all;
}

.how__button-green:hover {
    background-color: #21A200;
}

.how__button-green:active {
    bottom: -1px;
    background-color: #1B8800;
    box-shadow: none;
}

.how__button-blue:hover {
    background-color: #5192E0;
}

.how__button-blue:active {
    bottom: -1px;
    background-color: #4D87CC;
    box-shadow: none;
}


.possibility {
    position: relative;

    min-height: 2000px;
    padding-top: 270px;
    background: url(../img/background-pos.jpg) no-repeat center;
    background-size: 100% 100%;
}

.possibility__title {
    margin-bottom: 214px;
}

.possibility__column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}




.possibility__cell {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 360px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(77, 135, 204, 0.35);
}

.possibility__cell-null {
    visibility: hidden;
}

.possibility__img {
    margin: 20px 0px 25px 0px;
}

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

.possibility__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}


.possibility__seller {
    margin-top: 30px;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}

.possibility__p {
    margin-right: 390px;
    width: 360px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #1B8800;
}

.possibility__button-block {
    position: relative;
}

.possibility__button {
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 360px;
    height: 60px;
    background-color: #1B8800;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: white;
    transition: .05s all;
    border: none;
}

.possibility__button:hover {
    background-color: #21A200;
}

.possibility__button:active {
    bottom: -51px;
    background-color: #1B8800;
    box-shadow: none;
}


.footer {

    min-height: 587px;
    padding-top: 95px;
    background: #87B5ED;
}

.footer__title {
    margin-bottom: 70px;
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
}

.footer__column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer__nav {
    width: 250px;
}

.footer__item {
    margin-bottom: 28px;
}

.footer__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.footer__contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer__mail {
    padding-left: 59px;
    margin-bottom: 76px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    background: url(../img/icon-mail.svg) no-repeat center left;
}

.footer__tel {
    padding-left: 59px;
    margin-bottom: 53px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    background: url(../img/icon-tel.svg) no-repeat center left;
}

.footer__text {
    width: 363px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

.footer__form-wrap {
    width: 360px;

    display: none;

}

.footer__subt {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.form-field {
    margin-bottom: 20px;
}

.form-control {
    padding-left: 20px;
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDFAD6;
    box-sizing: border-box;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.form-control::placeholder {
    color: #BDBDBD;
}

.footer__form-btn {
    width: 360px;
    height: 40px;
    background: #1B8800;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #DDFAD6;
}


@media screen and (max-width: 1455px) {
    .header__logo {
        margin-left: 30px;
        margin-right: 30px;
    }

    .header__nav {
        margin-right: 30px;
    }

    .interval {
        display: none;
    }

}


/* @media screen and (max-width: 1240px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
} */


/*       **********        Новый код        ************          */




.intro__img-mobile {
    display: none;
}

body {
    max-width: 100%; 
    overflow-x: hidden; 
}

/* * {
    outline: 1px solid red;
    } */

.header__btn {
    display: none;
}

.about__img-mobile {
    display: none;
}

.advantage__img--toggle {
    display: block;
}

.advantage__img--toggle-mobile {
    display: none;
}

.how__img-m {
    display: none;
}


@media screen and (max-width: 1400px) {
    .header__logo {
        width: 170px;
    }
}

@media screen and (max-width: 1240px) {
    .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

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

    .how__column {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1190px) {
    .possibility__cell-null {
        display: none;
    }

    .possibility__column {
        justify-content: center;
    }

    .possibility__cell {
        margin-left: 10px;
        margin-right: 10px;
    }

    .possibility__seller {
        width: auto;
        justify-content: center;
        padding-bottom: 60px;
    }

}

@media screen and (max-width: 1080px) {
    .intro {
        min-height: 100vh;
    }

    .header {
        min-height: 45px;
    }

    .header__logo {
        margin-left: 20px;
        width: 131px;
    }

    .header__nav {
        flex: inherit;
    }

    .header__list {
        height: calc(100vh - 45px);
        position: absolute;
        left: 0;
        top: 45px;
        right: 0;
        bottom: 0;
        background: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 20px;
        padding-top: 60px;
        transform: translateY(-160%);
        z-index: 10;
        transition: transform 0.5s;
    }

    .header__list--activ {
        transform: translateY(0)
    }

    .header__item {
        padding-left: 40px;
        margin-bottom: 30px;
    }

    .header__link {
        font-size: 22px;
    }

    .header__item:first-child {
        padding-left: 40px;
    }

    .header__btn {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
        cursor: pointer;
        display: block;
    }

    .header__btn::before,
    .header__btn::after {
        content: "";
        display: block;
        background-color: #1B8800;
        width: 37px;
        height: 5px;
        margin-bottom: 5px;
        transition: all .3s;
    }

    .header__btn::after {
        margin-bottom: 0;
    }

    .header__btn-line {
        background-color: #1B8800;
        width: 37px;
        height: 5px;
        margin-bottom: 5px;
        opacity: 1;
        transition: all .3s;
    }

    .header__btn.header__btn--activ .header__btn-line {
        opacity: 0
    }

    .header__btn.header__btn--activ::after {
        transform: translateY(-10px) rotate(-45deg)
    }

    .header__btn.header__btn--activ::before {
        transform: translateY(10px) rotate(45deg)
    }

    .intro__title {
        z-index: 1;
    }

    .about__info {
        width: calc(100% - 40px);

    }

    .possibility {
        background: linear-gradient(180deg, #FFFFFF 0%, #D3E1F2 36.7%), #D3E1F2;
    }



}

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

    h2 {
        font-size: 30px;
    }

    .intro{
        min-height: 640px;
    }

    .intro__title {
        position: static;
        padding-top: 30px;
        font-size: 25px;
        width: 90%;
        margin-bottom: 12px;
    }

    .intro__subtitle {
        padding-top: 0;
        font-size: 14px;
        margin-bottom: 15px;
        width: auto;
    }

    .intro__register {
        width: 200px;
        height: 45px;
        font-size: 15px;
        font-weight: 600;
        position: absolute;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .intro__img-mobile {
        position: absolute;
        margin-top: 50px;
        margin-left: -10px;
        display: block;
        width: 306px;
        height: 266px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .intro__img {
        display: none;
    }

    .about {
        min-height: 900px;
    }

    .about__wrapper {
        background: linear-gradient(180deg, rgba(77, 135, 204, 0.25) 1.98%, rgba(255, 255, 255, 0) 100%);
    }

    .about__info {
        top: 10px;
        height: auto;
    }

    .about__title-info {
        font-size: 18px;
        margin: 20px;
    }

    .about__row {
        justify-content: flex-start;
    }

    .about__column {
        width: 95px;
        margin-left: 30px;
    }

    .about__column:first-child {
        margin-left: 30px;
    }

    .about__number {
        font-size: 25px;
    }

    .about__label {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about__title {
        line-height: 30px;
        margin-bottom: 40px;
    }

    .about__block {
        margin-bottom: 13px;
    }

    .about__img {
        display: none;
    }

    .about__img-mobile {
        display: block;
        margin-left: -20px;
        margin-bottom: 55px;
    }

    .about__description-title {
        font-size: 16px;
        margin-bottom: 30px;
        width: 280px;
    }

    .about__description {
        width: calc(100% - 40px);

    }

    .about__list li {
        background: url(../img/about-dot-m.svg) no-repeat top 7px left;
        font-size: 14px;
        padding-left: 20px;
    }

    .about__list span {
        font-size: 14px;
    }

    .about__buttons {
        margin-left: -20px;
    }

    .about__seller h3,
    .about__seller p {
        display: none;
    }

    .about__buyer h3,
    .about__buyer p {
        display: none;
    }

    .about__seller {
        position: initial;
        margin-right: 20px;
        width: 150px;
        height: 40px;
    }

    .about__buyer {
        width: auto;
        height: auto;
    }

    .about__button-green {
        width: 150px;
        height: 40px;
        font-weight: normal;
        font-size: 12px;
        line-height: 130%;
    }

    .about__button-blue {
        width: 150px;
        height: 40px;
        font-weight: normal;
        font-size: 12px;
        line-height: 130%;
    }

    .product {
        padding-top: 133px;
        min-height: 488px;
        background: linear-gradient(0deg, rgba(77, 135, 204, 0.25) 3.03%, rgba(255, 255, 255, 0) 69.19%), #FFFFFF;
    }

    .product__title {
        width: auto;
        height: auto;
    }

    .product__img {
        display: none;
    }

    .product__row {
        margin-top: 0;
        justify-content: center;
    }

    .product__line {
        width: 280px;
        height: 40px;
    }

    .product__icon {
        width: 20px;
    }

    .product__line p {
        font-size: 16px;
        line-height: 5%;
    }

    .product__line-tr {
        background: url(../img/triangle.svg) no-repeat top 5px right 2px;
    }

    .product__line-open {
        background: url(../img/triangle-up.svg) no-repeat top 5px right 2px;
    }

    .product__enumeratio {
        width: 280px;
        font-size: 14px;
        padding: 20px;
    }

    .advantage {
        padding-top: 160px;
        min-height: 1066px;
        background: #D3E1F2;
    }

    .advantage__title {
        margin-bottom: 23px;
    }

    .advantage__column {
        align-items: flex-end;
    }

    .advantage__row {
        width: 300px;
        height: 200px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
    }

    .advantage__row-left {
        padding-left: 20px;
        margin-left: -20px;
        align-self: flex-start;
        margin-right: 0;
    }

    .advantage__img--toggle {
        display: none;
    }

    .advantage__img--toggle-mobile {
        display: block;
    }

    .advantage__info {
        display: inline-block;
    }

    .advantage__subtitle {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .advantage__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        width: auto;
        width: 165px;
    }

    .advantage__img-1-m {
        margin-top: 20px;
        margin-left: -20px;
        margin-right: 9px;
    }

    .advantage__img-2-m {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: -20px;
    }

    .advantage__img-3-m {
        margin-top: 29px;
        margin-left: -20px;
        margin-right: 9px;
    }

    .advantage__img-4-m {
        position: absolute;
        right: -20px;
        top: 20px;
    }

    .advantage__format {
        flex: 0 0 93px;
    }

    .advantage__img-5-m {
        margin-left: -20px;
        margin-top: 21px;
        margin-right: 9px;
    }

    .how {
        padding-top: 100px;
        min-height: 1500px;
        background: linear-gradient(0deg, #FFFFFF 3.03%, #D3E1F2 100%), #FFFFFF;
    }

    .how__title {
        margin-bottom: 6px;
    }

    .how__subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 140%;
    }

    .how__column {
        width: 320px;
        height: 780px;
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
        }

    .how__column+.how__column {
        height: 695px;
        margin-bottom: 60px;
    }

    .how__column-title {
        margin-top: 40px;
        margin-left: 79px;
        margin-bottom: 27px;
        font-size: 18px;
        line-height: 140%;
    }


    .how__img {
        display: none;
    }

    .how__img-m {
        display: inline-block;
        position: absolute;
    }

    .how__stage {
        display: inline-block;
        margin-left: 74px;
    }

    .how__step {
        margin-bottom: 0;
    }

    .how__step-title {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 8px;
    }

    .how__step-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 143%;
        margin-left: 0;
        width: 230px;
        margin-bottom: 20px;
    }

    .how__button {
        margin-top: 74px;
        margin-left: 0;
        position: relative;
        height: auto;
    }

    .how__button-green,
    .how__button-blue {
        width: 280px;
        height: 40px;
        font-weight: 600;
        font-size: 12px;
        line-height: 130%;
        left: 20px;
    }

    .possibility {
        padding-top: 40px;
        min-height: 2900px;
        background: linear-gradient(180deg, #FFFFFF 0%, #D3E1F2 36.7%), #D3E1F2;
        
    }

    .possibility__title {
        margin-bottom: 40px;
    }

    .possibility__column {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .possibility__cell {
        height: 330px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }


    .possibility__cell-title {
        font-size: 16px;
    }

    .possibility__text {
        margin-bottom: 40px;
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
    }

    .possibility__p {
        margin-right: 0;
        height: 30px;
    }

    .possibility__button-block {
        padding-top: 80px;
        width: 280px;
        height: 40px;
    }

    .possibility__button {
        width: 280px;
        height: 40px;
        font-size: 14px;
        line-height: 130%;
        bottom: -30px;
        right: 0px;
    }

    .possibility__button:active {
        bottom: -31px;
    }



    .footer {
        padding-top: 60px;
    }


    .footer__title {
        font-size: 30px;
        margin-bottom: 20px;
    }


    .footer__text {
        width: auto;
        margin-bottom: 20px;
    }

    .footer__mail {
        margin-bottom: 30px;
    }

    .pop-up{
        width: 90%;
        height: auto;
    }

    .about__pop-up{
        height: 40%;
    }

    .pop-up-title{
        font-size: 25px;
        margin-bottom: 28px;
        padding-top: 29px;
    }

}

@media screen and (max-width: 440px){
    .possibility__cell{
        width: 282px;
    }
}

@media screen and (max-width: 359px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about__buttons {
        margin-left: -20px;
    }
}