#path {
    padding: 0 15px;
}

.container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.section-icons span {
    position: absolute;
    display: inline-block;
}

.legally-page__banner {
    background: url("../images/bg-banner-legal.png") no-repeat;
    background-size: cover;
    background-position: right;
}

.legally-page__banner--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .legally-page__banner--wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__banner--wrap img {
        width: 30%;
    }
}

.legally-page__banner--title {
    padding-left: 35px;
    border-left: 1px solid #3cb64a;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
}

@media screen and (max-width: 767px) {
    .legally-page__banner--title {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 20px;
    }
}

.legally-page__about-us h2 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    font-family: "timesbd";
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #353a42;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__about-us h2 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
        text-align: left;
    }

    .legally-page__about-us h2 br {
        display: none;
    }
}

.legally-page__about-us--wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 990px;
    width: 100%;
    padding: 0 50px;
    margin: 20px auto 70px;
    border: 4px solid #3cb64a;
}

@media screen and (max-width: 1024px) {
    .legally-page__about-us--wrap {
        max-width: 570px;
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.legally-page__about-us--wrap:before {
    position: absolute;
    left: 28%;
    z-index: 5;
    content: "";
    display: block;
    width: 30px;
    height: 260px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .legally-page__about-us--wrap:before {
        display: none;
    }
}

.legally-page__about-us--wrap:after {
    position: absolute;
    left: 29.3%;
    z-index: 6;
    content: "";
    display: block;
    width: 0;
    height: 260px;
    border-left: 4px solid #3cb64a;
}

@media screen and (max-width: 1024px) {
    .legally-page__about-us--wrap:after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__about-us--img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        height: 100%;
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .legally-page__about-us--img img {
        width: auto;
        height: 100%;
    }
}

.legally-page__about-us--text {
    max-width: 570px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__about-us--text {
        position: relative;
        z-index: 3;
        text-align: left;
    }
}

.legally-page__about-us--text p {
    font-family: "HelveticaNeueCyr";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__about-us--text p {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__about-us--text p span {
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
}

.legally-page__info-seed {
    margin-bottom: 20px;
}

.legally-page__info-seed--title {
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "timesbd";
    font-weight: 700;
    font-size: 48px;
    line-height: 30px;
    color: #353a42;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .legally-page__info-seed--title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 560px) {
    .legally-page__info-seed--title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.legally-page__info-seed--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .legally-page__info-seed--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.legally-page__info-seed--info {
    max-width: 560px;
    width: 100%;
}

.legally-page__info-seed--info p {
    margin-bottom: 35px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__info-seed--info p {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__info-seed--info p:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #3cb64a;
}

.legally-page__info-seed--info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 25px;
}

.legally-page__info-seed--info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3 - 5px);
    padding-right: 5px;
    margin-bottom: 35px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .legally-page__info-seed--info ul li {
        width: calc(100% / 2 - 5px);
    }
}

@media screen and (max-width: 560px) {
    .legally-page__info-seed--info ul li {
        font-size: 12px;
        line-height: 16px;
    }
}

.legally-page__info-seed--info ul li span {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

@media screen and (max-width: 560px) {
    .legally-page__info-seed--info ul li span {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__info-seed--img img {
        width: 100%;
    }
}

.legally-page__remember {
    position: relative;
}

.legally-page__remember .section-icons span {
    z-index: 0;
}

.legally-page__remember .section-icons span:nth-child(1) {
    bottom: 10px;
    right: 0;
}

.legally-page__remember--wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px 105px 35px 55px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url("../images/img-line.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background: #fff;
}

.legally-page__remember--wrap:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 50px;
    border-top: 75px solid transparent;
    border-right: 75px solid #effaf0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {
    .legally-page__remember--wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__remember--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.legally-page__remember--info {
    max-width: 380px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__remember--info {
        max-width: 100%;
    }
}

.legally-page__remember--info--title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__remember--info--title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__remember--info--title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 35px;
    border-top: 2px solid #3cb64a;
}

.legally-page__remember--info--text {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 22px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__remember--info--text {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__remember--info--img img {
        width: 100%;
    }
}

.legally-page__remember--list {
    max-width: 515px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__remember--list {
        max-width: 100%;
    }
}

.legally-page__remember--list--card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.legally-page__remember--list--card:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .legally-page__remember--list--card img {
        width: 60px;
        height: 60px;
    }
}

.legally-page__remember--list--card .card-info--title {
    margin-bottom: 15px;
    font-family: "timesbd";
    font-weight: 700;
    font-size: 24px;
    color: #3cb64a;
}

@media screen and (max-width: 560px) {
    .legally-page__remember--list--card .card-info--title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.legally-page__remember--list--card .card-info--text {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__remember--list--card .card-info--text {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__remember--list--card:nth-child(1) img.before {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.legally-page__remember--list--card:nth-child(2) img.before {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.legally-page__remember--list--card:nth-child(3) img.before {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.legally-page__info {
    margin-bottom: 50px;
}

.legally-page__info--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.legally-page__info--card:last-child {
    margin: 0;
}

.legally-page__info--card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.legally-page__info--card:nth-child(even) .legally-page__info--card--img {
    margin-right: 15px;
}

.legally-page__info--card:nth-child(even) .legally-page__info--card--text {
    margin-right: 50px;
}

.legally-page__info--card--text {
    max-width: 485px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__info--card--text {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

.legally-page__info--card--text .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__info--card--text .title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__info--card--text .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 35px;
    border-top: 2px solid #3cb64a;
}

.legally-page__info--card--text .text {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__info--card--text .text {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__info--card:nth-child(1) .legally-page__info--card--img:before {
    content: url("../images/icn-oil.png");
    position: absolute;
    left: -35%;
    bottom: -20px;
}

@media screen and (max-width: 1200px) {
    .legally-page__info--card:nth-child(1) .legally-page__info--card--img:before {
        left: -25%;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__info--card:nth-child(1) .legally-page__info--card--img:before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__info--card {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.legally-page__info--card--img {
    position: relative;
    margin-left: 15px;
}

.legally-page__info--card--img img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__info--card--img {
        margin: 0;
    }
}

.legally-page__seed-structure {
    position: relative;
}

.legally-page__seed-structure .section-icons {
    overflow: inherit;
}

@media screen and (max-width: 1024px) {
    .legally-page__seed-structure .section-icons {
        display: none;
    }
}

.legally-page__seed-structure .section-icons span {
    z-index: 0;
}

.legally-page__seed-structure .section-icons span:nth-child(1) {
    top: 160px;
    left: 20px;
}

.legally-page__seed-structure--wrap {
    position: relative;
    padding: 55px 105px 50px 55px;
    margin-bottom: 65px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url("../images/img-line.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (max-width: 560px) {
    .legally-page__seed-structure--wrap {
        margin-bottom: 20px;
    }
}

.legally-page__seed-structure--wrap:before {
    content: url("../images/icn-list.png");
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .legally-page__seed-structure--wrap:before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__seed-structure--wrap {
        padding: 10px 10px 30px;
    }
}

.legally-page__seed-structure--info {
    max-width: 870px;
    width: 100%;
    margin-bottom: 40px;
}

.legally-page__seed-structure--info .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 7ww00;
    font-size: 30px;
    line-height: 30px;
    color: #353a42;
}

.legally-page__seed-structure--info .title::after {
    position: absolute;
    content: "";
    top: 0;
    left: -55px;
    height: 60px;
    border-left: 4px solid #3cb64a;
}

@media screen and (max-width: 560px) {
    .legally-page__seed-structure--info .title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__seed-structure--info .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 35px;
    border-top: 2px solid #3cb64a;
}

.legally-page__seed-structure--info .text {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__seed-structure--info .text {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__seed-structure--info .text span {
    font-weight: 500;
}

.legally-page__seed-structure--seed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
}

@media screen and (max-width: 1024px) {
    .legally-page__seed-structure--seed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0;
    }
}

.legally-page__seed-structure--seed .seed--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.legally-page__seed-structure--seed .seed--card--img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 262px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .legally-page__seed-structure--seed .seed--card--img {
        height: 190px;
    }
}

.legally-page__seed-structure--seed .seed--card img {
    position: relative;
}

.legally-page__seed-structure--seed .seed--card p {
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    color: #969696;
}

@media screen and (max-width: 767px) {
    .legally-page__seed-structure--seed .seed--card:nth-child(1) .seed--card--img img {
        width: auto;
        height: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .legally-page__seed-structure--seed .seed--card {
        width: calc(100% / 2);
    }

    .legally-page__seed-structure--seed .seed--card img {
        width: 100%;
    }

    .legally-page__seed-structure--seed .seed--card:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

.legally-page__sale-seed {
    margin-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed {
        margin-bottom: 20px;
    }
}

.legally-page__sale-seed:before {
    content: url("../images/icn-map.png");
    position: absolute;
    top: 100px;
    left: 180px;
}

@media screen and (max-width: 1200px) {
    .legally-page__sale-seed:before {
        display: none;
    }
}

.legally-page__sale-seed--title {
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: "timesbd";
    font-weight: 700;
    font-size: 48px;
    line-height: 30px;
    color: #353a42;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.legally-page__sale-seed--sub-title {
    margin-bottom: 40px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--sub-title {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

.legally-page__sale-seed--sub-title span {
    color: #3cb64a;
}

.legally-page__sale-seed--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .legally-page__sale-seed--info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.legally-page__sale-seed--info--img {
    width: 540px;
}

@media screen and (max-width: 767px) {
    .legally-page__sale-seed--info--img {
        width: 100%;
    }
}

.legally-page__sale-seed--info--img img {
    position: relative;
    left: -30px;
}

@media screen and (max-width: 767px) {
    .legally-page__sale-seed--info--img img {
        width: 100%;
        left: auto;
    }
}

.legally-page__sale-seed--info--text {
    max-width: 555px;
    width: 100%;
}

.legally-page__sale-seed--info--text .title {
    margin-bottom: 35px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--info--text .title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}

.legally-page__sale-seed--info--text .title span {
    color: #3cb64a;
}

.legally-page__sale-seed--info--text .text {
    margin-bottom: 40px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--info--text .text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

.legally-page__sale-seed--info--text .sub-info {
    position: relative;
    background: #f4f5f8;
    padding: 25px 35px 25px 70px;
    border-left: 2px solid #3cb64a;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--info--text .sub-info {
        padding: 15px;
    }
}

.legally-page__sale-seed--info--text .sub-info img {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.legally-page__sale-seed--info--text .sub-info p {
    position: relative;
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .legally-page__sale-seed--info--text .sub-info p {
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__responsibility {
    margin-bottom: 80px;
}

@media screen and (max-width: 560px) {
    .legally-page__responsibility {
        margin-bottom: 20px;
    }
}

.legally-page__responsibility--title {
    margin: 0 auto;
    margin-bottom: 45px;
    font-family: "timesbd";
    font-weight: 700;
    font-size: 48px;
    line-height: 30px;
    color: #353a42;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__responsibility--title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.legally-page__responsibility--info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px 20px 75px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #3cb64a;
    padding: 20px;
}

.legally-page__responsibility--info:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 50px;
    border-top: 75px solid transparent;
    border-right: 75px solid #effaf0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 560px) {
    .legally-page__responsibility--info:before {
        top: 5px;
        right: 5px;
        border-top: 40px solid transparent;
        border-right: 40px solid #effaf0;
    }
}

.legally-page__responsibility--info .info-text {
    max-width: 590px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .legally-page__responsibility--info .info-text {
        max-width: 100%;
    }
}

.legally-page__responsibility--info .info-text--title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__responsibility--info .info-text--title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__responsibility--info .info-text--title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 80px;
    border-top: 2px solid #3cb64a;
}

.legally-page__responsibility--info .info-text p {
    margin-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #353a42;
    text-align: justify;
}

@media screen and (max-width: 560px) {
    .legally-page__responsibility--info .info-text p {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
    }
}

.legally-page__responsibility--info .info-text p:last-child {
    margin-bottom: 0;
}

.legally-page__responsibility--info .info-text p span {
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .legally-page__responsibility--info .info-img {
        display: none;
    }
}

.legally-page__appeal--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 1024px) {
    .legally-page__appeal--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .legally-page__appeal--wrap {
        margin-bottom: 25px;
        padding-bottom: 0;
        border: 0;
    }
}

.legally-page__appeal--img {
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .legally-page__appeal--img {
        margin: 0 auto 25px;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__appeal--img img {
        width: 100%;
    }
}

.legally-page__appeal--info .info-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__appeal--info .info-title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__appeal--info .info-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 80px;
    border-top: 2px solid #3cb64a;
}

.legally-page__appeal--info p {
    margin-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #353a42;
    text-align: justify;
}

@media screen and (max-width: 560px) {
    .legally-page__appeal--info p {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
    }
}

.legally-page__appeal--info p:last-child {
    margin-bottom: 0;
}

.legally-page__appeal--info p span {
    font-weight: 500;
}

.legally-page__appeal--info .info-warning {
    position: relative;
    padding: 20px 0 20px 20px;
    background-color: #3cb64a;
    border-left: 15px solid #81cb88;
}

@media screen and (max-width: 1200px) {
    .legally-page__appeal--info .info-warning {
        padding: 20px 110px 20px 20px;
    }
}

.legally-page__appeal--info .info-warning p {
    position: relative;
    z-index: 2;
    max-width: 580px;
    width: 100%;
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

@media screen and (max-width: 560px) {
    .legally-page__appeal--info .info-warning p {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .legally-page__appeal--info .info-warning p {
        text-align: left;
    }
}

.legally-page__appeal--info .info-warning::before {
    content: url("../images/icn-warning.png");
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.legally-page__buyers {
    position: relative;
    padding-bottom: 86px;
}

@media screen and (max-width: 560px) {
    .legally-page__buyers {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__buyers .section-icons {
        display: none;
    }
}

.legally-page__buyers .section-icons span {
    z-index: 0;
}

.legally-page__buyers .section-icons span:nth-child(1) {
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.legally-page__buyers--title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__buyers--title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__buyers--title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 65px;
    border-top: 2px solid #3cb64a;
}

.legally-page__buyers--info {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 44px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__buyers--info {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__buyers--warn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #3cb64a;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .legally-page__buyers--warn {
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .legally-page__buyers--warn--img img {
        width: 50px;
    }
}

.legally-page__buyers--warn p {
    margin-left: 25px;
    padding-left: 30px;
    border-left: 1px solid #3cb64a;
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .legally-page__buyers--warn p {
        font-size: 13px;
        line-height: 16px;
        margin-left: 10px;
        padding-left: 10px;
    }
}

.legally-page__subscribe {
    padding: 20px;
    background-image: url(../images/bg-subscribe.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #353a42;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe {
        padding: 20px 0;
    }
}

.legally-page__subscribe--title {
    margin-bottom: 25px;
    font-family: "times";
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--title {
        font-size: 16px;
        line-height: 18px;
    }
}

.legally-page__subscribe--title span {
    font-family: "timesbd";
    font-weight: 700;
}

.legally-page__subscribe--form--input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 720px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 10px 15px;
    border: 1px solid #77797c;
    border-radius: 65px;
    background: #343a42;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form--input-wrap img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
}

.legally-page__subscribe--form--input-wrap input {
    max-width: 430px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 50px;
    background: #3f444c;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 18px;
    color: #8b929e;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form--input-wrap input {
        height: 35px;
        font-size: 13px;
        line-height: 16px;
    }
}

.legally-page__subscribe--form--input-wrap button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #4d535d;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form--input-wrap button {
        min-width: 35px;
        height: 35px;
        margin-left: 10px;
    }
}

.legally-page__subscribe--form--input-wrap button:hover {
    background: #8d99ac;
}

.legally-page__subscribe--form--input-wrap button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form--input-wrap button img {
        width: 15px;
        height: 15px;
    }
}

.legally-page__subscribe--form p {
    margin-bottom: 10px;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 16px;
    color: #bfc4cd;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form p {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
    }
}

.legally-page__subscribe--form span {
    display: block;
    font-family: "HelveticaNeueCyr";
    font-weight: 300;
    font-size: 12px;
    color: #bfc4cd;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .legally-page__subscribe--form span {
        font-size: 13px;
        line-height: 16px;
        text-align: left;
    }
}


@media (max-width: 952px) {
    #two_columns>.column:first-child {
        display: block;
        width: 100%;
        padding: 0;
    }
}