@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerRegular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerBold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerExtraBold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerMedium.otf');
    font-weight: 500;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    max-width: 100%;
    position: relative;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    font-family: 'Muller', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    color: #312723;
    overflow-y: scroll;

}

a {
    text-decoration: none;
    color: inherit;
}

.container-adaptive {
    width: 1140px;
    margin: 0 auto;
}

.header-block {
    height: 550px;
    background: #F9C448 url("../images/backgrounds/header-back.jpg") no-repeat top center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

.header-block .container-adaptive {
    position: relative;
    z-index: 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.instagram-icon {
    margin-left: 60px;
    background-image: url("../images/instagram-green.png");
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid #312724;
    border-radius: 3px;
}

.header-link {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}

.header-link-block{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-link-block p{
    margin: 0 auto;
}

.header-link:hover {
    color: #01554A;
    /*font-weight: 800;*/
}

.header-link:not(:first-child) {
    margin-left: 30px;
}

.header-title {
    text-transform: uppercase;
    font-size: 53px;
    font-weight: 700;
    margin-top: 50px;
}

.map {
    position: absolute;
    right: 0;
    top: 150px;
}

@media only screen and (max-width:1200px) {
    .map {
       display: none;

    }
}

.header-right-sheet {
    position: absolute;
    top: 140px;
    right: 0;
    transform: translateX(300px);
    z-index: -1;
}

.catalog, .catalog-using {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog, .using-block {
    margin-top: -135px;
}

.catalog-title {
    margin-top: 7px;
    font-size: 23px;
    font-weight: 700;
}

.catalog-parameters {
    font-size: 20px;
}

.btn-layout {
    width: 270px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding-top: 2px;
}

.btn-layout:hover {
    color: white;
}

.btn-wildberries {
    background-color: #692395;
    color: white;
}

.btn-loading-animate {
    overflow: hidden;
    position: relative;
}

.btn-contact {
    background-color: #F9C448;
}

.btn-loading-animate:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    transform: translateX(-100%);
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #01554A;
}

.btn-loading-animate:hover:before {
    transform: translateX(0);
}

.btn-loading-animate span {
    z-index: 2;
    position: relative;
}

.about-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.about-title {
    display: inline-block;
    border-bottom: 8px solid #F9C448;
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 130px;
}

.about-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    margin-top: 80px;
    margin-bottom: 150px;
}

.about-text-item {
    font-size: 23px;
    line-height: 1.25;
    font-weight: 500;
}

.about-text-item-2 {
    margin-top: 60px;
}

.left-chevron {
    position: absolute;
    width: 115px;
    height: 90px;
    z-index: -1;
    top: -20%;
    left: 0;
    transform: translateX(-70px);
}

.right-chevron {
    position: absolute;
    width: 115px;
    height: 90px;
    z-index: -1;
    top: 80%;
    right: 0;
}

.about-left-sheet {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-350px);
}

.about-center-sheet {
    position: absolute;
    top: 65%;
    left: 50%;
    z-index: -1;
}

.about-right-sheet {
    position: absolute;
    right: 0;
    transform: translateX(228px);
    top: 40%;
    z-index: -1;
}

.about-block .container-adaptive {
    position: relative;
    max-height: 100%;
    overflow-y: visible;
}

.pollution-block {
    background-color: #01554A;
    color: white;
    overflow-x: hidden;
}

.pollution-block .container-adaptive {
    position: relative;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 0;
}

.pollution-block .left-column {
    width: 470px;
}

.pollution-block .right-column {
    width: 570px;
}

.pollution-title {
    border-bottom: 8px solid #F9C448;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 53px;
    font-weight: 700;
    margin-bottom: 50px;
}

.pollution-back {
    position: absolute;
    z-index: -1;
    width: 75%;
    right: 0;
    transform: translateX(342px);
    bottom: 0;
}

.pollution-text {
    font-size: 20px;
}

.pollution-text p {
    margin: 30px 0;
}

p.yellow-text {
    color: #F9C448;
}

.yellow-message {
    background-color: #F9C448;
    height: 143px;
    position: relative;
    color: #01554A;
    font-size: 66px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.yellow-message:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -23px;
    left: calc(50% - 23px);
    height: 23px;
    width: 45px;
    border-top: 23px solid #F9C448;
    border-right: 23px solid rgba(0, 0, 0, 0);
    border-left: 23px solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.statistic-text {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.pollution-left-sheet {
    position: absolute;
    left: 0;
    transform: translateX(-400px);
    top: 32%;
    z-index: -1;
}

.description-block  {
    padding-top: 115px;
    padding-bottom: 140px;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.description-block .container-adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.description-block .left-column {
    width: 842px;
}

.description-block .right-column {
    width: 268px;
    border: 4px solid #01554A;
    position: relative;
    color: #01554A;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
}

.description-block .right-column .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.description-title {
    display: inline-block;
    font-size: 53px;
    border-bottom: 8px solid #F9C448;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
}

.description-block p {
    font-size: 20px;
}

.description-block p span {
    font-weight: 700;
}

.yellow-border {
    border: 4px solid #F9C448;
    padding: 40px 60px;
    margin-top: 60px;
}

.yellow-border-title {
    font-weight: 700;
    font-size: 24px;
}

.rules-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}

.rules-item img {
    margin-right: 15px;
}

.rules-item .text {
    font-size: 20px;
}

.composition-item {
    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;
}

.composition-item-title {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
}

.composition-plus {
    font-weight: 700;
    font-size: 53px;
    color: #BCBFB4;
}

.honey-image {
    position: absolute;
    width: 320px;
    top: -2%;
    left: -100%;
}

.oil-image {
    position: absolute;
    bottom: -15%;
    right: 0;
    transform: translateX(190px);
    z-index: -1;
}

.using-photo-block {
    position: relative;
    z-index: 1;
}

.using-block {
    position: relative;
    z-index: 0;
    height: 870px;
    background: #F9C448 url("../images/backgrounds/using-back.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 220px;
}

.life-time-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.life-time-title, .life-time-date {
    width: 50%;
}

.life-time-title {
    text-align: right;
    border-right: 5px solid #312723;
    font-weight: 700;
    font-size: 31px;
    padding-top: 20px;
    padding-right: 50px;
}

.life-time-date {
    font-weight: 700;
    font-size: 66px;
    padding-left: 50px;
    line-height: 0.8;
    padding-top: 20px;
    padding-bottom: 10px;
}

.recycling-title {
    height: 47px;
    width: 442px;
    background: url("../images/backgrounds/recycling-title-back.png") no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    margin: 60px auto;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
}

.recycling-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}

.recycling-item {
    width: 240px;
    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;
}

.recycling-item .title {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.ecosystem-block {
    z-index: 2;
    position: relative;
}

.ecosystem-block .container-adaptive {
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.ecosystem-title {
    font-size: 53px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.ecosystem-title:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 8px;
    width: 460px;
    background-color: #F9C448;
}

.ecosystem-text {
    margin-top: 50px;
    font-size: 20px;
}

.benefit-title {
    margin-top: 70px;
    font-weight: 700;
    font-size: 24px;
}

.benefits-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    padding-right: 120px;
}

.benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefit-item .text {
    width: 330px;
    font-weight: 700;
    font-size: 20px;
}

.benefit-item img {
    margin-right: 30px;
}

.ecosystem-left-sheet {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 35%;
}

.ecosystem-right-sheet {
    position: absolute;
    right: 0;
    transform: translateX(340px);
    top: 10%;
    z-index: -1;
}

.main-slider {
    height: 650px;
    z-index: 1;
    /*position: relative;*/
}


.slider-img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
    opacity: 1;
    outline: none;
}

.swiper-pagination-bullet-active {
    background-color: white;
    outline: none;
}

.pagination-main-slider {

    text-align: left;
    padding-left: calc((100% - 1140px) / 2);
    padding-bottom: 35px;
}

.contact-block {
    height: 650px;
    background: url("../images/backgrounds/contact-back.jpg") no-repeat top center;
    background-size: cover;
    overflow-x: hidden;
}

.contact-block .container-adaptive {
    padding-top: 100px;
    position: relative;
    height: 100%;
    z-index: 0;
}

.contact-title {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 8px solid #F9C448;
    padding-bottom: 10px;
    display: inline-block;
}

.contact-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 45px;
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-form .right-column, .contact-form .left-column {
    width: 50%;
}

.contact-form .left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
}

.contact-form .right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

input:focus {
    outline: none;
}

.input-contact {
    width: 100%;
    border: 1px solid #F9C448;
    padding: 20px 30px;
    font-size: 20px;
}

.input-contact:not(:last-child) {
    margin-bottom: 20px;
}

textarea:focus, textarea:hover {
    outline: none;
    border-color: inherit;
}

#textarea-contact {
    width: 100%;
    height: 150px;
    border: 1px solid #F9C448;
    padding: 20px 30px;
    font-size: 20px;
    resize: none;
    margin-bottom: 20px;
}

.submit-contact {
    background-color: #F9C448;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    width: 50%;
    color: #312723;
    height: 65px;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 25px;
    padding-top: 3px;
}

.submit-contact:hover {
    color: white;
}

.checkbox-agree-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}

#agree-input {
    display: none;
}

.contact-form .custom-label {
    font-size: 13px;
}

.custom-checkbox {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #312723;
    cursor: pointer;
}

input#agree-input:checked + label.custom-checkbox {
    background: url("../images/checked.png") no-repeat center center;
    background-size: 95% 95%;
}

.contact-center-sheet {
    position: absolute;
    z-index: -1;
    right: 0;
    transform: translateX(-100px);
    top: 10%;
}

.contact-right-sheet {
    position: absolute;
    z-index: -1;
    right: 0;
    transform: translateX(320px);
    top: 43%;
}

.arrow-up {
    position: absolute;
    bottom: 25px;
    right: 0;
    cursor: pointer;
}


.logo-footer {
    width: 280px;
    margin-bottom: 20px;
}

.dev{
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: white;
}

.dev > a {
    border-bottom: solid 1px;
}

.dev-mobile {
    display: none;
}

.dev-desktop {
    display: block;
}

/* Стили для странички SUCCESS */

.body-green {
    background: rgb(14, 30, 37);
    color: white;
    overflow: hidden;
    font-size: 22px;
}

.body-green h1 {
    margin: 0;
    font-size: 26px;
    line-height: 28px;
}

.body-green .main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background: #01554A;
}

.body-green .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
    max-width: 530px;
    padding: 30px;
    background: white;
    color: #312723;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(14, 30, 37, .16);
}

.body-green a {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
    color: #01554A;
}

.body-green a svg {
    position: relative;
    top: 2px;
}

.body-green a:hover, .body-green a:focus {
    text-decoration: underline;
    text-decoration-color: #01554A;
}

.body-green a:hover svg path {
    fill: #01554A;
}

.body-green p:last-of-type {
    margin: 0;
}

/* Конец стилей для странички SUCCESS */

.catalog-item {
    transition: all 2s;
}

.catalog-item.no-active {
    opacity: 0;
    transform: translateX(1000px);
}

.percent-animate-wrapper {
    display: inline-block;
    max-height: 68px;
    margin-right: 5px;
    margin-left: 20px;
    overflow: hidden;
}

.percents-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 3s;
    transition-timing-function: ease-in-out;
}

.percent-animate-wrapper.active .percents-wrapper {
    transform: translateY(-89%);
}

.composition-animate.no-active {
    opacity: 0;
    transform: translateX(600px);
}

.composition-animate {
    transition: all 2s;
}

.catalog-using-item.no-active {
    opacity: 0;
    transform: translateX(600px);
}

.catalog-using-item {
    transition: all 2s;
}

.recycling-item img{
    transition: 2s; /* Время эффекта */
}
.recycling-item:hover img{
    transform: rotate(360deg); /* Увеличиваем масштаб */
}

main{
    width: 100%;

    margin: auto;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width:991px) {
    main {
        height: 450px;
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    main {
        height: 350px;
    }
}

@media only screen and (min-width:577px)and (max-width:768px) {
    main {
        height: 300px;
    }
}

@media only screen and (min-width:430px)and (max-width:577px) {
    main {
        height: 180px;
    }
}

@media only screen and (max-width:430px) {
    main {
        height: 130px;
    }
}

.slide {
    width: 100%;

    position: absolute;
    transition: 1s;
}

.nav {
    text-align: center;
    margin-top: 15px;
}

.nav button {
    font-size: 20px;
}

.new-footer-background {
    background: #01554A;
    margin-top: 40px;
}

.new-footer {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    z-index: 10;
}

@media only screen and (min-width:1025px) {
    .new-footer {
        height: 339px
    }
}

.new-footer-content {
    display: flex;
    -webkit-filter: sepia(100%) saturate(10%) hue-rotate(190deg) brightness(130%);
    filter: sepia(100%) saturate(10%) hue-rotate(190deg) brightness(130%);
    height: 100%;
    position: relative;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .new-footer-content {
        align-items: center;
        flex-direction: column
    }
    .new-footer-content>:not(.footer-ecoapi) {
        margin-top: 0
    }
}

.new-footer-copyright {
    color: #c9c9c9;
    font-size: 18px;
    line-height: 100%
}

@media only screen and (max-width:1024px) {
    .new-footer-copyright {
        order: 2;
        padding-top: 25px;

    }
}

@media only screen and (min-width:1025px) {
    .new-footer-copyright {
        position: absolute;
        top: 171px;
        left: 38px;
    }
}

.new-footer-contact-subtitle {
    color: #676767;
    font-size: 10px;
}

@media only screen and (max-width:1024px) {
    .new-footer-contact-subtitle {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .new-footer-contact-subtitle {
        position: absolute;
        left: 38px;
        top: 250px;
    }
}

.new-footer-socials {
    display: flex;
}

@media only screen and (max-width:1024px) {
    .new-footer-socials {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-socials {
        right: 205px;
        position: absolute;
        top: 77px
    }
}

.new-footer-socials-icon {
    margin-right: 10px;
}

.new-footer-socials-icon:last-child {
    margin-right: 0
}

.new-footer-socials-icon-instagram, .new-footer-socials-icon-whatsapp {
    width: 43px;
}

.new-footer-delivery {
    color: #676767;
    font-size: 17px;
    text-align: right
}

@media only screen and (max-width:1024px) {
    .new-footer-delivery {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-delivery {
        bottom: 45px;
        position: absolute;
        right: 0
    }
}

@media only screen and (max-width:1024px) {
    .new-footer-workinghours {
        align-items: center
    }
}

.new-footer-email {
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:1024px) {
    .new-footer-email {
        align-items: center;

    }
}


@media only screen and (min-width:1025px) {
    .new-footer-email {
        align-items: flex-end;
        bottom: 130px;
        position: absolute;
        right: 210px
    }
}

.new-footer-email-prefix {
    color: #616060;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.new-footer-email-content {
    color: #bfbfbf;
    font-size: 18px;
    text-decoration: underline;
}

@media only screen and (min-width:1025px) {
    .new-footer-ecoapi {
        position: absolute;
        top: 0;
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions {
        top: 60px;
        position: absolute;
        right: 0
    }
}

@media only screen and (max-width:1025px) {
    .new-footer-paymentoptions {
        padding-top: 30px;
    }
}

.new-footer-paymentoptions-prefix {
    color: #616060;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (max-width:1024px) {
    .new-footer-paymentoptions-prefix {
        align-items: center;
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions-prefix {
        align-items: flex-end
    }
}

.new-footer-paymentoptions-list {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-top: 7px
}

@media only screen and (max-width:1024px) {
    .new-footer-paymentoptions-list {
        max-width: 320px;
        width: 95vw
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions-list {
        flex-wrap: wrap;
        width: 155px
    }
}

@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions-visa {
        width: 110px;
        border-right: 30px;
    }
}
@media only screen and (max-width:1025px) {
    .new-footer-paymentoptions-visa {
        width: 110px;
        padding-bottom: 18px;
        padding-right: 30px;
    }
}


@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions-sbp,
    .new-footer-paymentoptions-mastercard {
        height: 60px;
    }
}

@media only screen and (max-width:1025px) {
    .new-footer-paymentoptions-sbp {
        height: 60px;
    }
}


@media only screen and (max-width:1025px) {
    .new-footer-paymentoptions-mastercard {
        height: 50px;
        padding-left: 16px;
        padding-bottom: 10px;
    }
}





@media only screen and (min-width:1025px) {
    .new-footer-paymentoptions-sbp,
    .new-footer-paymentoptions-mastercard {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {
    .new-icon .ecoapi {
        width: 300px
    }
}

@media only screen and (min-width:1024px) {
    .new-icon .ecoapi {
        width: 420px
    }
}

.new-icon .instagram {
    height: 38px;
    width: 38px
}