/* ************fonts***************** */

@import url('../css-1');
@font-face {
    font-family: "ImpactRegular";
    src: url("../fonts/ImpactRegular/ImpactRegular.eot");
    src: url("../fonts/ImpactRegular/ImpactRegular-1.eot")format("embedded-opentype"), url("../fonts/ImpactRegular/ImpactRegular.woff") format("woff"), url("../fonts/ImpactRegular/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSansBold/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold/OpenSansBold-1.eot")format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold-1.eot")format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansItalic";
    src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
    src: url("../fonts/OpenSansItalic/OpenSansItalic-1.eot")format("embedded-opentype"), url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular/OpenSansRegular-1.eot")format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
    src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic-1.eot")format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/**********reset.css **************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: black;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ********************************sect1************************** */

section {
    overflow: hidden;
}

.sect1 {
    background: url(../img/bg-1.png) center #000;
    background-repeat: no-repeat;
    min-height: 740px;
}

.container {
    height: 100%;
    margin: auto;
}

header {
    margin-top: 60px;
    overflow: hidden;
    text-transform: uppercase;
}

h1 {
    font-family: ImpactRegular;
    font-size: 48px;
    color: #ff0006;
    line-height: 1.5
}

.s1_header_right {
    font-family: ImpactRegular;
    font-size: 32px;
    color: #c7c2c4;
    text-transform: uppercase;
    line-height: 1.5;
    float: right;
}

.s1_bottom_block {
    width: 100%;
    margin-top: 125px;
    position: relative;
}

img[src="img/product.png"] {
    width: 175px;
    position: absolute;
    margin-left: 170px;
    top: 4px;
}

.s1_form {
    background: url(../img/bg-form.png);
    background-size: cover;
    float: right;
    width: 350px;
    min-height: 490px;
    height: auto;
    padding-bottom: 18px;
    border: 2px solid #7c0003;
    position: relative;
    top: -15px;
    z-index: 10;
    font-family: ImpactRegular;
}

.s1_list {
    position: absolute;
    right: 0;
    margin-right: 350px;
}

.s1_item {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0 15px 65px;
    position: relative;
}

.s1_item::before {
    width: 23px;
    height: 48px;
    background: url('../img/s1_item.png');
    content: '';
    position: absolute;
    left: 25px;
    top: 9px;
}

.item_color {
    color: #d12125;
}

.price {
    text-align: center;
    margin-top: 30px;
}

.old_price {
    color: #a9161a;
    font-size: 30px;
    text-decoration: line-through;
}

.new_price {
    color: #baff00;
    font-size: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

input,select {
    background: rgba(225, 225, 225, 0.15);
    border: 1px solid white;
    height: 44px;
    width: 286px;
    text-align: center;
    display: block;
    margin: 0 auto 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: white;
}

input::-webkit-input-placeholder {
    color: #fff;
}
select::-webkit-input-placeholder {
    color: #fff;
}
select:-ms-input-placeholder {
    color: #fff;
}
select::-ms-input-placeholder {
    color: #fff;
}
select::placeholder {
    color: #fff;
}
select option{
    color:#000;
  }
/* Firefox 19+ */

input:-moz-placeholder {
    color: #fff;
}


/* Firefox 18- */

input:-ms-input-placeholder {
    color: #fff;
}

button {
    width: 289px;
    height: 60px;
    background: url('../img/button.png');
    border: none;
    display: block;
    margin: 23px auto;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px -1px 0px #690002;
    outline: none;
}

button:hover {
    background: url('../img/button_hover.png');
}

.timer {
    width: 137px;
    height: 46px;
    color: #7c0003;
	    text-shadow: 1px 1px 2px #fff; /* Белая тень: горизонтальное и вертикальное смещение, размытие */
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: -90px;
    z-index: 300;
}

.timer>div {
    display: inline-block;
    width: 41px;
    border: 1px solid #900004;
    text-align: center;
    font-size: 30px;
    font-family: ImpactRegular;
    padding-top: 6px;
    padding-bottom: 6px;
	
}

.timer {
    /* Ваши существующие стили */
}

.timer .order-count {
    display: inline-block; /* Для размещения рядом с текстом */
    width: auto; /* Для поддержки ширины числа заказов */
    border: 1px solid #900004; /* Как в вашем стиле */
    text-align: center;
    font-size: 30px; /* Может быть, вам понадобится уменьшить для больших чисел */
    font-family: "ImpactRegular", sans-serif; /* Указываем запасной шрифт */
    padding: 6px 12px; /* Немного больше горизонтального пространства */
    margin-left: 26px; /* Отступ с левой стороны */
    color: #ff0006; /* Цвет текста */

}


/* *****************sect2******************** */

.sect2 {
    background: url('../img/bg-2.png');
    min-height: 740px;
    background-size: cover;
}

.s2_list {
    overflow: hidden;
    margin: auto;
}

.s2_list>div {
    height: 442px;
    width: 285px;
    overflow: hidden;
    margin: auto;
}

.s2_item1 {
    background: url('../img/s2_1.png') no-repeat 0 0;
}

.s2_item2 {
    background: url('../img/s2_2.png') no-repeat 0 0;
}

.s2_item3 {
    background: url('../img/s2_3.png') no-repeat 0 0;
}

.s2_item4 {
    background: url('../img/s2_4.png') no-repeat 0 0;
}

.s2_block {
    border: 1px solid #c59394;
    width: 220px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    background: rgba(225, 225, 225, 0.15);
    margin-top: 183px;
    color: #d2d2d2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            padding: 10px;
}

.s2_item3 div {
    font-size: 22px;
}

.s2_sect {
    height: 260px;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
    font-family: ImpactRegular;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #d2d2d2;
    font-size: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

h5 {
    color: #7c0003;
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ********************************sect3************************** */

.sect3 {
    background: url(../img/bg-3.png) center 0;
    background-repeat: no-repeat;
    height: auto;
    min-height: 720px;
}

h3 {
    color: #d2d2d2;
    font-size: 48px;
    font-family: ImpactRegular;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.s3_list {
    margin-top: 30px;
    text-align: center;
}

.s3_h4 {
    color: #f3d8d8;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 30px;
}

.s3_h4 span {
    font-size: 18px;
    color: black;
    display: block;
}

.s3_text p {
    margin-top: 20px;
    color: #a81a1e;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/* ********************************sect4************************** */

.s4_color {
    color: #b60004;
}

.s4_list {
    overflow: hidden;
}

.s4_item {
    padding-left: 57px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #d508c6;
    font-size: 14px;
    margin-top: 57px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.s4_item::before {
    width: 50px;
    height: 50px;
    background: url('../img/s1_item.png');
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
}

.s4_h4 {
    font-size: 30px;
    font-family: ImpactRegular;
    color: #d686d0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-top: 50px;
}


/* ********************************sect5************************** */

.sect5 {
    background: url('../img/bg-5.png') no-repeat;
    background-position-x: 60%;
    background-position-y: 200px;
    height: 740px;
}

.s5_color {
    color: #d0a5a5;
}

.s5_list {
    overflow: hidden;
}

h3.s5_color {
    margin-top: 90px;
    margin-bottom: 90px;
}

.s5_comment {
    padding-left: 58px;
    position: relative;
    margin-bottom: 48px;
}

.s5_comment::before {
    width: 27px;
    height: 22px;
    background: url('../img/ico_comment.png');
    content: '';
    position: absolute;
    left: 0px;
}

.s5_comment_name {
    color: #7c0003;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.s5_comment p {
    margin-top: 23px;
    color: #927a8b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.sect6 {
    background: url('../img/bg-6.png') no-repeat center;
    height: 880px;
    position: relative;
}

.s6_h2 {
    font-family: ImpactRegular;
    text-align: right;
    text-transform: uppercase;
}

.s6_h3 {
    text-align: right;
    padding: 0;
    color: #a9161a;
}

.s6_block {
    position: relative;
    margin-top: 138px;
}

.sect6 .s1_form {
    top: 0;
    border-color: #333333;
    position: relative;
    bottom: 0;
}

.sect6 input {
    border-color: #767576;
    background: rgba(64, 57, 64, 0.3);
}

img[src="img/product1.png"] {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -60px;
    max-width: 300px;
    top: 58px;
}
img[src="img/product12.png"] {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -60px;
    max-width: 300px;
    top: 58px;
}
img[src="img/product-15ml.png"] {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -60px;
    max-width: 300px;
    top: 58px;
}
img[src="img/product-3ml.png"] {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -60px;
    max-width: 300px;
    top: 58px;
}
.sect6 img[src="img/logo.png"] {
    position: absolute;
    right: 190px;
    top: -100px;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 35px;
    }
    .s1_bottom_block {
        margin-top: 250px;
    }
    img[src="img/product.png"] {
        top: -260px;
        left: 87%;
        margin-left: -173px;
        width: 150px;
    }
    .s2_list {
        width: 570px;
        float: none;
    }
    .sect2 .container {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .sect1 {
        margin-bottom: 20px;
    }
    .s1_list {
        float: none;
        margin-top: -10px;
    }
    .sect1 .timer {
        right: 50%;
        top: -240px;
        margin-right: -111px;
    }
    .s2_list>div {
        height: 300px;
    }
    .s2_block {
        margin-top: 3px;
    }
    .s3_list {
        margin-top: 0;
    }
    .s3_list img {
        margin-bottom: -30px;
    }
    .s3_h4 span {
        color: #707070;
    }
}

@media (max-width: 767px) {
    .sect1 {
        height: 1200px;
        background-position-y: 30%;
    }

    h1 {
        text-align: center;
    }
    header {
        margin-top: 20px;
    }
    .s1_header_right {
        display: none;
    }
    .s1_list {
        right: 50%;
        margin-right: -150px;
        width: 300px;
        padding-top: 10px;
    }
    .sect1 img[src='img/logo.png'] {
        position: relative;
        left: 50%;
        margin-left: -102px;
    }
    .sect1 .s1_form {
        top: 170px;
    }
    .s1_form {
        right: 50%;
        margin-right: -190px;
    }
    img[src="img/product.png"] {
        top: -190px;
        width: 110px;
        left: 50%;
        margin-left: -43px
    }
    .s2_list {
        width: 100%;
    }
    .s2_sect h2 {
        font-size: 36px;
        padding-bottom: 25px;
    }
    h5 {
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.2;
    }
    .sect3 {
        background-color: black;
        background-position-y: 32px;
    }
    .sect3::before {
        width: 100%;
        content: '';
        height: 35px;
        background: #780003;
        display: block;
    }
    .sect3 h3 {
        font-size: 36px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .s3_text {
        margin-bottom: 20px
    }
    .s4_color {
        font-size: 24px;
    }
    .s4_item {
        margin-top: 30px;
    }
    .s4_item::before {
        left: 5px;
    }
    .s4_h4 {
        font-size: 18px;
    }
    .s4_list {
        width: 280px;
        margin: auto;
    }
    .sect5 {
        max-height: 1150px;
        min-height: 392px;
        height: auto;
        background-position-x: 35%;
        background-position-y: 270px;
    }
    h3.s5_color {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 46px;
    }
    .s5_comment::before {
        left: 10px;
        top: 0;
    }
    .s5_comment {
        padding: 30px 10px 0px;
    }
    .sect6 {
        height: 920px;
        background-position-y: 0;
    }
    .s6_h2,
    .s6_h3 {
        font-size: 30px;
        padding-right: 5px;
    }
    .s6_h2 {
        padding-bottom: 0;
    }
    img[src="img/product1.png"] {
        width: 450px;
        margin-right: -300px;
        top: -36px;
    }
	    img[src="img/product12.png"] {
        width: 450px;
        margin-right: -300px;
        top: -50px;
    }
	    img[src="img/product-15ml.png"] {
        width: 450px;
        margin-right: -300px;
        top: -36px;
    }
	    img[src="img/product-3ml.png"] {
        width: 450px;
        margin-right: -300px;
        top: -36px;
    }
	
    .sect6 .timer {
        right: 223px;
        top: -10px;
    }
    .sect6 img[src="img/logo.png"] {
        right: 25px;
        top: -104px;
    }
    .sect6 .s1_form {
        top: 144px;
        margin-right: -175px;
    }
}
input,select{
    text-align: left;
    padding-left: 20px;
     margin: 0 auto 12px;
  }
  .price {
        margin-bottom: 12px;
    }       
    .footer{
            background:#000 !important;
        }
.section_footer {
    background-color: #000; /* Черный фон */
    padding: 20px 0; /* Отступы сверху и снизу */
    text-align: center; /* Выравнивание текста по центру */

}

.footer {
    color: ##4b3d47; /* Серый цвет текста для мягкости */
    font-size: 14px; /* Размер шрифта */
    margin-bottom: 10px; /* Отступ снизу */
}

.footer span, .footer a {
    color: #a0a0ff; /* Светло-голубой цвет ссылок для мягкости */
    cursor: pointer; /* Курсор в виде указателя */
    text-decoration: none; /* Без подчёркивания текста */
}

.footer a:hover {
    text-decoration: underline; /* Подчёркивание при наведении */
}
		
<style>
.animated-section {
  display: block;
  background-color: black;
  padding: 10px; /* Adjust the padding to control the extent of the black background */
  text-align: center; /* Center the image if it's not full-width */
}
.playing img {
  animation: audio-icon 1s linear infinite; /* Замените your-animation-name на имя вашей анимации */
}
.rotate {
  animation: rotate 2s linear infinite; /* Например, вращение каждые 2 секунды */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.animated-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* This will center the image if it has a max-width */
  border-radius: 10px; /* This rounds the corners of the image */
  box-shadow: 0 0 20px 20px black; /* This creates the fading black border effect */
}
.photo-section img {
    width: 300px;
    height: 300px;
    object-fit: cover; /* Это поможет сохранить пропорции изображения */
}
.sexologist-opinion {
    margin-bottom: 50px; /* или желаемое значение */
}

/* или если вы хотите добавить отступ сверху следующей секции */
.sect6 {
    margin-top: 50px; /* или желаемое значение */
}
.custom-text-color {
    color: #CCCCCC; /* Или другой светлый цвет, который вы хотите использовать */
}
.promotion-timer {
  text-align: center; /* Выравнивание по центру */
  color: #ff0001; /* Красный цвет текста */
  text-shadow: 0 0 10px #ffffff; /* Белое свечение вокруг текста */
  /* Дополнительные стили */
  font-family: 'Arial', sans-serif; /* Пример изменения шрифта */
  -webkit-text-stroke: 0.2px white; /* Для браузеров на основе WebKit, например, Chrome и Safari */
  text-stroke: 0.2px white; /* Экспериментальное свойство, может не поддерживаться во всех браузерах */
}
.carousel-container {
    max-width: 300px;
    position: relative;
    margin: auto;
}
.carousel-slide img {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.8); /* Збільшено світіння */
}
.active {
    display: block;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px; /* Збільшено розмір стрілок */
    border-radius: 0 6px 3px 0;
    user-select: none;
    padding: 10px; /* Зроблено стрілки більшими */
    background-color: rgba(0,0,0,0.5); /* Додано тло для кращої видимості */
    color: white;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Стиль для збільшення зображення */
.carousel-slide img.active-zoom {
    transform: scale(2); /* Змініть це значення відповідно до потреби */
    z-index: 100;
    position: absolute;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black; /* This can be any color or even a gradient */
}
#particles-js {
  height: 550px; /* Вы можете заменить это значением, которое подходит для вашего дизайна */
  /* Другие стили оставляем без изменений */
}


</style>
