/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXw.woff) format("woff");
}

/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff) format("woff");
}

body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

/*HEADER*/

/*MAIN*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*RIGHT SIDE*/
.slick-loading .slick-list {
    background: #FFFFFF;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block !important;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: grey;
    border: none;
    outline: none;
    background: grey;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    color: grey;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slide {
    outline: none;
}


.ac_footer {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 15px;
}

.ac_footer a {
    color: #a12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

form {
    z-index: 10;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

#spriteSvg {
    height: 0;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    width: 0;
}

body input:focus:required:invalid {
    color: #666;
}

body input:required:valid {
    color: #666;
}

ul {
    list-style: none;
}

.container {
    padding: 0 15px;
    max-width: 100%;
}

.container,
.wrapper {
    margin: 0 auto;
    position: relative;
}

.wrapper {
    max-width: 1920px;
    overflow: hidden;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4 {
    color: #0c3661;
    font-family: Bebas Neue, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
p span {
    color: #9b2d49;
    font-weight: 700;
}

p {
    color: #1f1f1f;
    font-size: 16px;
}

.risk__img {
    max-width: 180px;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.button {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#45ff6e),
            to(#00871d)
    );
    background: -o-linear-gradient(top, #45ff6e 0, #00871d 100%);
    background: linear-gradient(180deg, #45ff6e, #00871d);
    border: 1px solid #00871d;
    border-radius: 99px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 135, 29, 0.25);
    box-shadow: 0 5px 10px rgba(0, 135, 29, 0.25);
    color: #fff;
    display: block;
    font-weight: 700;
    height: auto;
    line-height: 3;
    margin: 0 auto;
    max-width: 243px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background 0.6s, box-shadow 0.6s;
    z-index: 10;
    font-size: 16px !important;
}

.button:before {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#45ff6e),
            to(#00871d)
    );
    background: -o-linear-gradient(top, #45ff6e 0, #00871d 100%);
    background: linear-gradient(180deg, #45ff6e, #00871d);
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    z-index: -1;
}

section:not(:first-child) {
    margin-top: 40px;
}

h1 {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -o-linear-gradient(
            310deg,
            #0c3661 20%,
            #9b2d4a 20%,
            #9b2d4a 70%,
            #0c3661 70%
    );
    background-image: linear-gradient(
            140deg,
            #0c3661 20%,
            #9b2d4a 0,
            #9b2d4a 70%,
            #0c3661 0
    );
    color: transparent;
    font-size: 26px;
    margin: 20px 0 15px;
    position: relative;
}

h1:before {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 215px;
    left: -55px;
    opacity: 0.15;
    position: absolute;
    top: -46px;
    width: 215px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.box-blur {
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 100%, 0.6);
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.box-blur p {
    color: #0c3661;
    font-family: Bebas Neue, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.risk__list li {
    width: 55%;
}

/* .promo .form {
    display: none
} */

.promo__prod {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 20px auto 0;
    max-width: 330px;
    position: relative;
    z-index: -1;
}

.promo__prod:before {
    background: #0c3661;
    bottom: 0;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 232px;
    opacity: 0.15;
    position: absolute;
    right: -60px;
    width: 232px;
    z-index: -1;
}

.promo__prod img {
    -webkit-filter: drop-shadow(0 15px 45px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 15px 45px rgba(0, 0, 0, 0.15));
    margin: 0;
    max-width: 190px;
    position: relative;
}

.promo__prod .sale {
    left: -20px;
    align-items: center;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='url(%23a)' d='M96.6 3.3a5 5 0 0 1 6.8 0l5.2 4.9a5 5 0 0 0 5.9.7l6.2-3.4a5 5 0 0 1 6.7 1.7l3.8 6a5 5 0 0 0 5.5 2.2l6.9-1.8a5 5 0 0 1 6 3.3l2.2 6.8a5 5 0 0 0 4.8 3.5h7.1a5 5 0 0 1 5 4.6l.4 7.2a5 5 0 0 0 3.8 4.5l7 1.8a5 5 0 0 1 3.6 5.8l-1.4 7a5 5 0 0 0 2.6 5.3l6.2 3.4a5 5 0 0 1 2.2 6.6l-3.1 6.4a5 5 0 0 0 1.1 5.8l5.2 4.9a5 5 0 0 1 .5 6.9l-4.6 5.4a5 5 0 0 0-.4 6l3.9 6a5 5 0 0 1-1.3 6.7l-5.8 4.2a5 5 0 0 0-1.8 5.6l2.2 6.8a5 5 0 0 1-3 6.2l-6.6 2.6a5 5 0 0 0-3.2 5l.5 7.1a5 5 0 0 1-4.4 5.3l-7 .9a5 5 0 0 0-4.4 4l-1.3 7a5 5 0 0 1-5.5 4l-7.1-.9a5 5 0 0 0-5.2 2.9l-3 6.5a5 5 0 0 1-6.4 2.5l-6.6-2.7a5 5 0 0 0-5.7 1.5l-4.6 5.5a5 5 0 0 1-6.8.9l-5.7-4.2a5 5 0 0 0-6 0l-5.7 4.2a5 5 0 0 1-6.8-.9l-4.6-5.5a5 5 0 0 0-5.7-1.5l-6.6 2.7a5 5 0 0 1-6.4-2.5l-3-6.5a5 5 0 0 0-5.2-2.9l-7 1a5 5 0 0 1-5.6-4l-1.3-7a5 5 0 0 0-4.4-4.1l-7-.9a5 5 0 0 1-4.4-5.3l.5-7.1a5 5 0 0 0-3.2-5l-6.7-2.6a5 5 0 0 1-2.9-6.2l2.3-6.8a5 5 0 0 0-1.9-5.6l-5.8-4.2a5 5 0 0 1-1.3-6.8l3.9-6a5 5 0 0 0-.4-5.9l-4.6-5.4a5 5 0 0 1 .5-7l5.2-4.8a5 5 0 0 0 1.1-5.8l-3-6.4a5 5 0 0 1 2-6.6l6.3-3.4c2-1 3-3.2 2.6-5.3l-1.4-7a5 5 0 0 1 3.7-5.8l6.9-1.8a5 5 0 0 0 3.8-4.5l.4-7.2a5 5 0 0 1 5-4.7h7.1a5 5 0 0 0 4.8-3.4l2.2-6.8a5 5 0 0 1 6-3.3l7 1.8a5 5 0 0 0 5.4-2.2l3.8-6a5 5 0 0 1 6.7-1.7l6.2 3.4c2 1 4.3.8 5.9-.7l5.2-5Z'/%3E%3Cpath stroke='%239B2D49' stroke-opacity='.5' stroke-width='2' d='m102.8 11 4.3 4.2a6 6 0 0 0 7 .8l5.4-2.9a4 4 0 0 1 5.3 1.4l3.2 5.1a6 6 0 0 0 6.6 2.6l5.9-1.5a4 4 0 0 1 4.8 2.6l1.8 5.8a6 6 0 0 0 5.8 4.2h6a4 4 0 0 1 4 3.7l.4 6a6 6 0 0 0 4.5 5.5l5.9 1.5a4 4 0 0 1 3 4.6l-1.2 6a6 6 0 0 0 3 6.4l5.3 2.9a4 4 0 0 1 1.7 5.2l-2.6 5.5a6 6 0 0 0 1.3 7l4.5 4a4 4 0 0 1 .3 5.6l-3.9 4.6a6 6 0 0 0-.4 7l3.2 5.2a4 4 0 0 1-1 5.4l-4.9 3.5a6 6 0 0 0-2.2 6.8l2 5.7a4 4 0 0 1-2.4 5l-5.7 2.2a6 6 0 0 0-3.8 6l.4 6a4 4 0 0 1-3.5 4.3l-6 .7a6 6 0 0 0-5.2 4.8l-1 6a4 4 0 0 1-4.5 3.2l-6-.8a6 6 0 0 0-6.2 3.5l-2.6 5.4a4 4 0 0 1-5 2l-5.7-2.2a6 6 0 0 0-6.9 1.8L114 188a4 4 0 0 1-5.5.7l-4.8-3.6a6 6 0 0 0-7.2 0l-4.8 3.6a4 4 0 0 1-5.5-.7l-3.8-4.7a6 6 0 0 0-6.9-1.8l-5.6 2.3a4 4 0 0 1-5.1-2l-2.6-5.5a6 6 0 0 0-6.2-3.5l-6 .8a4 4 0 0 1-4.4-3.2l-1.1-6a6 6 0 0 0-5.2-4.8l-6-.7a4 4 0 0 1-3.5-4.3l.4-6a6 6 0 0 0-3.8-6l-5.7-2.2c-2-.8-3-3-2.3-5l1.9-5.7a6 6 0 0 0-2.2-6.8l-5-3.5a4 4 0 0 1-1-5.4l3.3-5.1a6 6 0 0 0-.4-7.1l-4-4.6a4 4 0 0 1 .3-5.5l4.5-4.2a6 6 0 0 0 1.3-7l-2.6-5.4a4 4 0 0 1 1.7-5.2l5.3-3a6 6 0 0 0 3-6.3l-1.1-6a4 4 0 0 1 3-4.6l5.8-1.5a6 6 0 0 0 4.5-5.5l.4-6a4 4 0 0 1 4-3.8h6a6 6 0 0 0 5.8-4.1l1.8-5.8a4 4 0 0 1 4.8-2.6l5.9 1.5a6 6 0 0 0 6.6-2.6l3.2-5.1a4 4 0 0 1 5.3-1.4l5.3 3a6 6 0 0 0 7-1l4.4-4.1a4 4 0 0 1 5.6 0Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100' x2='100' y1='0' y2='200' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC700'/%3E%3Cstop offset='1' stop-color='%23FF8A00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% / contain no-repeat;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.25));

    flex-direction: column;
    font-family: Bebas Neue, sans-serif;
    font-size: 38px;
    padding: 0px 20px;
    font-weight: 700;
    height: 140px;
    justify-content: center;
    line-height: 0.8;
    position: relative;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: 140px;
}

.promo__prod .sale span {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.promo__list {
    margin: 0 auto;
    max-width: 400px;
}

.promo__list li {
    margin-bottom: 15px;
}

.promo__list li,
.promo__list li .ico {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo__list li .ico {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #fff;
    border: 2px dashed rgba(155, 45, 73, 0.6);
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    height: 40px;
    justify-content: center;
    margin-right: 15px;
    width: 40px;
}

.promo__list li .ico svg {
    max-height: 30px;
    max-width: 28px;
}

.promo__list li h4 {
    text-align: left;
    width: calc(100% - 75px);
    font-size: 15px;
}

.promo__badge {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 200px;
}

.button {
    margin-bottom: 20px;
}

.promo__badge li {
    max-width: 60px;
    width: 28.125vw;
}

/* .jungle h3 span,
.jungle__item {
    display: block
} */

.jungle__item:nth-of-type(2) p,
.jungle__item:nth-of-type(3) p {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.jungle__item:first-of-type p {
    margin-top: 20px;
    position: relative;
    font-size: 16px;
}

.jungle__item:first-of-type p:after,
.jungle__item:first-of-type p:before {
    content: "";
    position: absolute;
}

.jungle__item:first-of-type p:before {
    color: #e5e5e5;
    content: "❛❛";
    font-size: 250px;
    line-height: 0.8;
    right: -20px;
    z-index: -1;
}

.jungle__item:first-of-type p:after {
    background: #9b2d49;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 253px;
    opacity: 0.15;
    right: -80px;
    top: -100px;
    width: 253px;
}

.jungle__item:first-of-type img {
    max-width: 150px;
    width: 74.063vw;
}

.jungle__item:first-of-type .jungle__img h3 {
    margin-top: 23px;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}

.jungle__item:first-of-type .jungle__img:after {
    background: url(../images/top-secret.png) 50% / contain no-repeat;
    top: 85px;
    content: "";
    height: 81px;
    position: absolute;
    right: 0;
    width: 80px;
}

.jungle__item:first-of-type .jungle__img:before {
    background: #fff;
    border-radius: 50%;
    top: 80px;
    content: "";
    height: 90px;
    position: absolute;
    right: -7px;
    width: 90px;
}

.jungle__item:nth-of-type(2) .jungle__img {
    /* left: 30px; */
    margin-top: 63px;
    max-width: 130px;
    width: 53.75vw;
}

.jungle__item:nth-of-type(2) .jungle__img:before {
    background: url(../images/recipe-2-before.png) 50% / cover no-repeat;
    content: "";
    height: 62.188vw;
    left: -66px;
    max-height: 160px;
    max-width: 200px;
    position: absolute;
    top: -60px;
    width: 79.375vw;
    z-index: -1;
}

.jungle__item:nth-of-type(3) .jungle__img {
    left: 40px;
    margin-top: 54px;
    max-width: 224px;
    width: 53.75vw;
}

.jungle__item:nth-of-type(3) .jungle__img:before {
    background: url(../images/recipe-3-before.png) 50% / contain no-repeat;
    content: "";
    height: 73.125vw;
    left: -80px;
    max-height: 177px;
    max-width: 330px;
    position: absolute;
    top: -50px;
    width: 92.813vw;
    z-index: -1;
}

.jungle__img {
    margin: 0 auto;
    position: relative;
    max-width: 205px;
}

.jungle .box-blur__img {
    margin-top: 6px;
    position: relative;
}

.jungle .box-blur p {
    color: #0c3661;
    color: #1f1f1f;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.25;
    text-transform: none;
}

.jungle .button {
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    width: 210px;
    height: auto;
}

.jungle .button:hover {
    transform: scale(1.1);
}

.risk .container:before {
    background: #9b2d49;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 394px;
    left: -172px;
    opacity: 0.15;
    position: absolute;
    top: 700px;
    width: 394px;
}

.risk .subtitle-min {
    margin: 10px auto 30px;
    max-width: 690px;
    text-align: center;
}

.risk h3 {
    text-align: left;
}

.risk h3 span {
    display: block;
    margin-top: 5px;
}

.risk__promo p {
    margin: 30px 0;
}

.risk__smell {
    height: 223px;
    margin: 0 auto;
    position: relative;
    width: 213px;
    z-index: 10;
}

.risk__smell svg {
    display: inline-block;
}

/* .risk__smell:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='70' height='59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' width='10' height='10' rx='5' fill='red'/%3E%3Cpath d='M1 58C34 28 48 34.5 64.5 5.5' stroke='red' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3C/svg%3E")
    50% / contain no-repeat;
  bottom: -55px;
  content: "";
  height: 74px;
  left: -10px;
  position: absolute;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  width: 74px;
} */

.risk__girl {
    margin-top: -40px;
    max-width: none;
    position: relative;
    right: 100px;
    width: 270px;
}

.risk .box-blur p {
    color: #0c3661;
    font-family: Bebas Neue, sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
}

.risk__list {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -10px;
}

.risk__list li {
    margin: 30px 10px 0 0;
    /* width: 234px */
}

.risk__list p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 60px;
    text-align: center;
}

.risk__img {
    margin: 0 auto;
}

.risk__img,
.risk__img img {
    border-radius: 50%;
}

.risk .attention {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 100%, 0.6);
    border: 1px solid red;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 15px rgba(255, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.15);
    margin: 30px auto 0;
    max-width: 930px;
    padding: 14px 10px;
    position: relative;
}

.risk .attention:before {
    background: #9b2d49;
    bottom: -145px;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 344px;
    left: -100px;
    opacity: 0.15;
    position: absolute;
    width: 344px;
}

.risk .attention p {
    color: red;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
    text-align: center;
}

.risk .attention p br {
    display: none;
}

.risk .attention svg {
    display: block;
    height: 31px;
    margin: 0 auto;
    width: 31px;
}

.fronts h3 {
    margin: 30px 0 5px;
    text-align: left;
}

.fronts .box-blur {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 197px;
}

.fronts .box-blur--fronts {
    background: #fff;
    padding: 0;
    position: relative;
}

.fronts .box-blur--fronts p {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 100%, 0.6);
    border-radius: 30px;
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
}

.fronts .box-blur--fronts:after,
.fronts .box-blur--fronts:before {
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fronts .box-blur--fronts:after {
    background: url(../images/fronts-bg.png) 50% / contain no-repeat;
    height: 453px;
    top: -310px;
    width: 386px;
    z-index: -100;
}

.fronts .box-blur--fronts:before {
    background: url(../images/fronts.png) 50% / contain no-repeat;
    height: 178px;
    top: -166px;
    width: 198px;
    z-index: 10;
}

.compound__wrapper {
    margin-top: 10px;
}

.easy__item h3 {
    margin-top: 10px;
}

.compound__item:not(:first-child) {
    margin-top: 30px;
}

.compound__item img {
    max-width: 120px;
    width: 100%;
}

.compound__img img {
    margin: 0 auto;
    width: 160px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.compound h3 {
    margin: 15px 0 5px;
    text-align: center;
}

.compound p {
    text-align: center;
}

.users h2 {
    margin: 0 auto 30px;
    max-width: 820px;

}

.slick-dots {
    display: none;
}

/* .users__wrapper {
  -webkit-box-align: top;
  -ms-flex-align: top;
  -ms-flex-pack: distribute;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
} */

/* .users__item {
  margin: 30px 10px;
  max-width: 270px;
  width: 100%;
} */

.users__item figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.users__item figure img {
    border-radius: 50%;
    margin: 0 15px 0 0;
    width: 70px;
    flex-shrink: 0;
}

picture {
    flex-shrink: 0;
}

.users__item figure figcaption h3 {
    text-align: left;
}

.users__item figure figcaption > p {
    color: #ffb800;
    font-size: 32px;
    line-height: 1;
    margin-left: -4px;
}

.users__item img {
    border-radius: 15px;
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.users__item > p {
    line-height: 1.25;
    margin-top: 15px;
}

.easy__wrapper {
    -webkit-box-align: top;
    -ms-flex-align: top;
    -ms-flex-pack: distribute;
    align-items: top;
    counter-reset: myCounter2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.easy__prod {
    left: 50%;
    position: absolute;
    top: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.easy__item {
    margin-top: 30px;
    max-width: 330px;
    width: 100%;
}

.easy__item,
.easy__item--prod {
    position: relative;
}

.easy__item img:first-child {
    margin-bottom: 15px;
    width: 210px;
}

.easy__item:before {
    z-index: 2;
    align-items: center;
    background: #0c3661;
    border-radius: 50%;
    color: #fff;
    content: counter(myCounter2);
    counter-increment: myCounter2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue;
    font-size: 45px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    width: 60px;
}

.easy .box-blur {
    margin-top: 30px;
}

.form {
    max-width: 300px;
    margin: auto;
}

.form__title {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1c67b4),
            to(#0c3661)
    );
    background: -o-linear-gradient(top, #1c67b4 0, #0c3661 100%);
    background: linear-gradient(180deg, #1c67b4, #0c3661);
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    /* margin: 0 -10px; */
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.form__title:after,
.form__title:before {
    border-style: solid;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
}

.form__title:before {
    border-color: #000 transparent transparent;
    border-width: 10px 10px 0 0;
    right: 0;
}

.form__title:after {
    border-color: transparent #000 transparent transparent;
    border-width: 0 10px 10px 0;
    left: 0;
}

.form__wrapper {
    background: #fff;
    width: calc(100% - 20px);
    margin: auto;
    border-radius: 0 0 15px 15px;

    box-shadow: 0px 1px 45px 20px rgb(0 0 0 / 15%);
    padding: 20px;
}

.form__old-price {
    color: rgba(12, 54, 97, 0.5);
    font-size: 22px;
    padding-top: 0px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.form__old-price span {
    color: rgba(12, 54, 97, 0.5) !important;
}

.form__new-price,
.form__old-price {
    font-family: Bebas Neue;
    font-weight: 700;
    line-height: 1;
}

.form__new-price {
    color: #9b2d49;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.form .button,
.form input {
    height: 60px;
    max-height: 60px;
    max-width: 300px;
    width: 100%;
}

.form input {
    border: 1px solid rgba(12, 54, 97, 0.5);
    border-radius: 30px;
    color: #686c8a;
    display: block;
    font-size: 18px;
    line-height: 120%;
    margin: 0 auto 15px;
    outline: none;
    text-align: left;
    padding-left: 30px;
}

.subtitle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form input::-webkit-input-placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form input:-ms-input-placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form input::-ms-input-placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form input::-webkit-input-placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form input::-moz-placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form input::placeholder {
    color: rgba(12, 54, 97, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.form .button {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.4;
}

.form__secure {
    padding: 15px 0;
}

.risk__img {
    position: relative;
}

.risk__img img {
    z-index: 1;
    position: relative;
}

.risk__list .risk__img:before {
    background: white;
    box-shadow: inset 0px 0px 14px rgba(0, 0, 0, 0.1),
    0px 0px 14px rgba(0, 0, 0, 0.1);
    content: "";
    border-radius: 50%;
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    width: 120%;
    z-index: 0;
}

.risk__list .risk__img:after {
    background: url(../images/circles-arrows.min.png);

    content: "";
    background-size: cover;
    height: 39px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    bottom: -54px;
    width: 35px;
    z-index: -1;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .5));
}

.risk__list li {
    margin: 0;
    position: relative;
    z-index: 2;
}

.button__text:after {
    content: "" !important;
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

.nds {
    font-size: 10px;
    margin-top: 10px;
}

.prod-box {
    position: relative;

    left: -40px;
    bottom: 0;
    max-width: 150px;
}

.prod-tub {
    /* position: absolute; */
    max-width: 120px;
    /* left: calc(50% - 30px); */
    /* bottom: 0px; */
    margin-bottom: 10px;
}

.compound__item .compound-img-2 {
    width: 270px;
}

.button__text:after {
    content: "*";
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

.jungle__img img {
    max-width: 150px;
}

@media only screen and (max-width: 1440px) {
    .risk__list {
        max-width: 1000px;
        margin: 80px auto 0;
        justify-content: space-around;
    }

    .risk__list li:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.footer {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .risk__smell {
        max-width: 140px;
        height: auto;
        margin: 0;
        margin-right: auto;
    }

    .risk__smell:after {
        height: 53px;
        left: -15px;
        bottom: -50px;
    }

    .risk__girl {
        right: 133px;
    }

    .ac_footer {
        padding: 15px;
        font-size: 12px;
        line-height: 1.2;
        padding-bottom: 0;
    }

    .risk__list li:not(:last-of-type) {
        margin-bottom: 45px;
    }

    .risk .attention p {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 768px) {
    .risk__smell {
        margin: auto;
    }

    .box-blur {
        margin-top: 0;
    }

    .risk__girl {
        right: 74px;
    }

    .risk__smell:after {
        height: 74px;
        left: -50px;
        bottom: -44px;
    }

    .form__wrapper {
        padding: 15px 20px 1px;
    }
}

@media only screen and (max-width: 475px) {
    .risk__girl {
        right: 70px;
    }

    .s__main h1 {
        line-height: 1.1;
    }
}

.form__prices {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    /* padding-top: 10px; */
    gap: 10px;
}

@media only screen and (min-width: 600px) {
    /* .users__item {
      width: 40%;
    } */
    .easy__item {
        width: 46%;
    }

    .promo .container {
        display: flex;
        flex-wrap: wrap;
    }

    .risk__list li {
        width: 40%;
    }

    .risk__img {
        max-width: 180px;
    }

    .form,
    .promo__prod-id {
        width: 50%;
    }

    .form__old-price {
        padding: 0;
        font-size: 20px;

    }

    .form__new-price {
        font-size: 30px;
        margin-bottom: 0;
    }

    .form .button {
        font-size: 16px !important;
        line-height: 1;
    }

    .form__prices {
        justify-content: space-around;
        /* align-items: center; */
        display: flex;
        margin-bottom: 15px;
        /* padding-top: 10px; */
    }

    .form__wrapper {
        padding: 15px 10px 1px;
    }

    .promo__badge {
        margin-bottom: 20px;
    }

    .promo__prod .sale {
        left: 0;
    }

    .promo__prod {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 600px) {
    .compound__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        gap: 20px;
    }

    .compound__item {
        width: 48%;
    }

    .compound__item--center {
        width: 100%;

    }

    .compound__item img {
        height: 90px;
        width: auto;
    }

    .compound__item .compound-img-2 {
        width: auto;
    }

    .compound__item:not(:first-child) {
        margin-top: 0;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        font-size: 28px;
    }

    .jungle__item {
        display: flex;
    }

    .jungle__item:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    .jungle__item:nth-of-type(2) .jungle__img {
        margin-left: 70px;
    }

    .jungle__item:nth-of-type(3) .jungle__img {
        margin-right: 50px;
    }

    .jungle__item:first-of-type img {
        max-width: 180px;
    }

    .jungle__img {
        margin-right: 20px;
    }

    .jungle .box-blur__img {
        position: absolute;
        left: -20px;
        bottom: -40px;
    }

    .prod-tub {
        max-width: 97px;
        left: calc(50% - 5px);
        margin-bottom: 53px;
        margin-left: 50px;
        /* position: relative;
        top: -41px;
        left: 28px; */
    }

    .prod-box {
        max-width: 130px;
        left: -15px;
        bottom: 0;
    }

    .jungle .box-blur {
        position: relative;
        padding: 30px;
        padding-left: 140px;
        margin-bottom: 50px;
        /* margin-left: 15px; */
    }

    .box-blur {
        padding: 30px;
    }

    .jungle .box-blur p {
        font-size: 16px;
    }

    .jungle__item:nth-of-type(3) {
        margin-bottom: 50px;
    }

    .box-blur {
        max-width: 600px;
        margin: 0 auto 60px;
    }

    .promo__prod img {

        max-width: 220px;

    }
}

@media only screen and (min-width: 768px) {
    p {
        font-size: 18px;
    }

    .risk__promo {
        position: relative;
        padding-right: 350px;
    }

    .risk-right {
        position: absolute;
        bottom: -20px;
        right: 0;
    }

    .risk__list li {
        width: 30%;
    }

    .jungle .box-blur p {
        font-size: 18px;
    }

    .box-blur {
        max-width: 650px;
        margin: 0 auto 60px;
    }

    .promo__prod .sale {
        left: -20px;
    }

    h2 {
        font-size: 34px;
    }

    .promo__prod img {
        max-width: 250px;
    }

    h3 {
        font-size: 22px;
    }

    .risk h3 {
        font-size: 24px;
    }

    h1 {
        font-size: 36px;
    }

    .form__title {
        font-size: 20px;
    }

    .promo__prod-id {
        width: 55%;
    }

    .form {
        width: 45%;
    }

    .form__wrapper {
        padding: 20px;
    }

    .promo__prod {
        flex-direction: row;
    }

    .promo__list li h4 {
        font-size: 17px;
    }
}

.my-popup__style picture {
    width: 38%;
}

@media only screen and (min-width: 992px) {
    .promo__prod img {
        max-width: 180px;
    }

    /* .users__item {
      width: 50%;
    } */
    .easy__item {
        width: 25%;
    }

    .compound__wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .compound__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 450px;
        position: relative;
        width: 39%;
    }

    .compound__img img {
        margin: 0 auto;
        width: 350px;
        margin-bottom: 20px;
    }

    .compound__item--right img {
        margin: 0 0 0 auto;
    }

    .compound__item--right p,
    .compound__item--right h3 {
        text-align: right;
    }

    .compound__item--left p,
    .compound__item--left h3 {
        text-align: left;
    }

    .compound__item--left img {
        margin: 0;
    }

    .compound__img {
        left: 50%;
        position: absolute;
        top: 30%;
        -webkit-transform: translateX(-44%);
        -ms-transform: translateX(-44%);
        transform: translateX(-50%);
    }

    .risk__promo {
        max-width: 670px;
        margin: auto;
    }

    .risk__girl {
        width: 290px;
    }

    .risk__list li {
        width: 16%;
    }

    .fronts__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .fronts .box-blur {
        margin-top: 10px;
    }

    .fronts__item {
        max-width: 450px;
        position: relative;
        width: 33%;
        z-index: 10;
    }

    .promo .container:before {
        background: url(../images/promo.png) no-repeat;
        background-size: contain;

        height: 538px;
        right: -20px;
        top: -190px;
        width: 652px;
    }

    .text-bg h3,
    .text-bg h1 {
        text-align: left;

    }

    .promo .container:before {
        content: "";
        position: absolute;
        z-index: -5;
    }

    .promo__txt {
        max-width: 386px;
        text-align: left;
    }

    h1 {
        font-size: 38px;
    }

    .promo__list li .ico svg {
        max-height: 40px;
        max-width: 38px;
    }

    .promo__list li h4 {
        font-size: 18px;
    }

    .promo__list li .ico {
        height: 50px;
        width: 50px;
    }

    h3 {
        font-size: 24px;
    }

    .users__item figure figcaption h3 {
        font-size: 20px;
    }

    .users__item figure figcaption > p {
        font-size: 26px;
    }

    .promo__prod .sale {
        left: -15px;
    }

    .promo__prod-id {
        position: absolute;
        left: calc(50% - 230px);
        bottom: -45px;
    }

    .promo__badge {
        margin-bottom: 0;
    }

    section:not(:first-child) {
        margin-top: 80px;
    }

    .promo .container {
        justify-content: space-between;
        align-items: flex-end;
    }

    .form {
        max-width: 300px;
        margin: 0;
        /* margin-right: 10px; */
    }

    .footer {
        padding-bottom: 50px;
    }

    .prod-tub {
        max-width: 100px;
        left: calc(50% - 5px);
        margin-bottom: 50px;
        margin-left: 38px;
    }

    .jungle .box-blur {
        padding-left: 115px;
    }
}

.name {
    margin-bottom: 0!important;
}

@media only screen and (min-width: 1044px) {
    .jungle__item {
        max-width: 800px;
        margin: auto;
    }

    .name {
        margin-bottom: 15px!important;
    }

    /* .users__item {
      width: 22%;
    } */
    .promo__list {
        margin: 0;
    }

    .promo__badge {
        margin: 0;
    }

    .users__item figure img {
        width: 100px;
    }

    .promo__txt {
        max-width: 40%;
    }

    .promo__prod-id {
        left: calc(50% - 245px);
    }

    .promo__prod img {
        max-width: 190px;
    }

    .container {
        padding: 0 40px;
    }

    h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .promo__txt {
        max-width: 45%;
    }

    .container {
        max-width: 1220px;
    }

    h1 {
        font-size: 40px;
    }

    .promo__prod-id {
        bottom: -45px;
    }

    .users__item figure figcaption h3 {
        font-size: 24px;
    }

    .users__item figure figcaption > p {
        font-size: 32px;
    }
}

@media(max-width: 370px) {
    .users__item figure figcaption > p {
        font-size: 20px;
    }

    .name {
        font-size: 15px;
    }
}

img {
    height: auto;
}

.promo--top {
    padding-top: 30px;
    padding-bottom: 50px;
}

.my-popup__style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

picture {
    display: block;
}

.form__img {
    max-width: 200px;
    margin: 0;
}

.button:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.form__popup {
    width: 60%;
    max-width: 270px;
}

.form__popup .form__wrapper {
    border-radius: 15px;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.form__popup input {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .my-popup__style {
        background: none;
    }

    .form__img {
        display: none;
    }

    .form__popup .form__wrapper {
        padding: 15px;
    }

    .form__popup {
        width: 100%;
    }

    .form__popup .form__old-price {
        font-size: 24px;
        padding-top: 0;
    }

    .form__popup .form__new-price {
        font-size: 30px;
        margin-bottom: 0;
    }

    .form__popup .form__prices {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991.5px) {
    .promo__prod .sale {
        left: auto !important;
        top: -22px !important;
        right: -15px !important;
        position: absolute !important;
    }

}

@media only screen and (max-width: 991.5px) {
    .jungle {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 680px) {
    .promo__prod-id {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .promo--top {
        padding-top: 10px;

    }
}

.ac-footer {
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

@media screen and (max-width: 730px) {
    .promo__prod .sale {
        position: absolute;
        left: auto;
        right: 4px !important;
        top: -10px;
        font-size: 28px;
        height: 120px;
    }

    .promo__prod .sale span {
        font-size: 10.5px;
    }

    .ac-footer {
        font-size: 16px;

    }
}

@media screen and (max-width: 599px) {
    .promo__prod .sale {
        height: 100px;
        font-size: 25px;
        right: 25px !important;
    }

    .promo__prod .sale span {
        font-size: 8.5px;
    }
}

@media screen and (max-width: 350px) {
    .promo__prod .sale {

        right: 5px !important;
    }
}

.price-title {
    font-size: 17px;
    display: flex;

}

.price-title-old {
    padding-bottom: 0px;
}

.box-price {
    display: flex;
    flex-direction: column;
}

.users__item {

    margin: 0 15px !important;
}

@media screen and (max-width: 1043px) {
    /* .users__item {
      width: initial !important;
      max-width: initial !important;
      margin: 0 15px!important;
    } */

}

@media screen and (max-width: 1043px) {
    .user__content {

        width: 100%;
        position: relative;
        padding: 0 50px;
    }
}

.users-arrow {
    background: url(../images/arrow2.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: 0.3s;
}

.users-next {
    right: 0;
}

.users-prev {
    left: 0;
    transform: translateY(-50%) scaleX(-1);
}

.users-arrow:hover {
    opacity: 1;
}