@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'Skandal'; 
    src: url("Skandal.ttf"); 
    font-style: normal; 
    font-weight: normal; 
} 

/*@font-face {
    font-family: 'Ubuntu'; 
    src: url("Ubuntu.otf"); 
    font-style: normal; 
    font-weight: normal; 
} 
*/
html {
  color-scheme: dark;
}

body {
    background: #101920;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.header {
    max-width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 10px 20px #111;
}

.header-image {
    width: 68px;
    padding-left: 20%;
    padding-top: 40px;
}

.header-links {
    padding: 60px;
}

.header-links-list {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.list {
    font-family: 'Skandal';
    font-size: 18px;
    margin-left: 40px;
    list-style: none;
}

.list-lang {
    font-family: 'Skandal';
    font-size: 18px;
    list-style: none;
    margin: 5px;
    border-radius: 20px;
}

.link {
    color: #ffffff;
    text-decoration: none;
}

.link-black {
    color: #000000;
    text-decoration: none;
}

.background-img {
    background-image: url("background.png");
    background-color: #000;
}

.wrapper {
    max-width: 85%;
    margin: auto;
}

.main-text {
    font-family: "Skandal";
    color: #ffffff;
    font-size: 50px;
    padding-top: 16%;
    width: 500px;
}


.main-second-text {
    font-family: "Ubuntu";
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    opacity: 1;
    font-size: 16px;
}

.padding-text {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 35px;
}

.button-reg {
    border-radius: 42px;
    width: 266px;
    height: 60px;
    background-color: #FFC32A;
    margin-top: 29px;
    display: flex;
    cursor: pointer;
}

.button-reg:hover {
    box-shadow: 0px 8px 40px #ffc32a;
    transition: box-shadow 0.5s ease-in-out;
}

.button-reg-img {
    width: 44px;
    padding: 8px;
}

.button-reg-text {
    font-family: "Skandal";
    font-size: 18px;
    margin: auto 5px;
}

.services-list {
    z-index: 4;
    position: absolute;
    top: 780px;
    width: 100%;
}

.taro {
    padding: 120px 48px;
    height: 220px;
    border-radius: 20px;
    background-color: #222222;
    color: #ffffff;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0px 10px 60px #444;
}

.coffee {
    padding: 120px 30px;
    height: 220px;
    border-radius: 20px;
    background-color: #222222;
    color: #ffffff;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0px 10px 60px #444;
}

.magic {
    padding: 120px 48px;
    height: 220px;
    border-radius: 20px;
    background-color: #222222;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0px 10px 60px #444;
}

.services-list-title {
    font-family: "Skandal";
    font-size: 25px;
    color: #ffffff;
}

.services-list-description {
    font-family: "Ubuntu";
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
    max-width: 270px;
}

.padding-top {

}

.services-list-button-text {
    padding: 20px 31px;   
}

.services-list-button {
    font-family: "Skandal";
    font-size: 18px;
    border-radius: 55px;
    width: 155px;
    height: 60px;
    background-color: #ffffff;
    margin-top: 15px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.services-list-button:hover {
    box-shadow: 0px 8px 40px #bbb;
    transition: box-shadow 0.5s ease-in-out;
}

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

.background-img-taro {
    background-image: url("taro.png");
}

.background-img-coffee {
    background-image: url("coffee.png");
}

.background-img-magic {
    background-image: url("magic.png");
}

.rewiews-mob {
    display: none;
}

.wrapper-slider {
    position: relative;
    overflow: hidden; /* Скрываем невидимые слайды */
    max-width: 85%;
    margin: auto;
    height: auto;
}

.rewiews-list-pc{
    margin-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Каждая группа отзывов занимает 100% ширины обертки */
    display: flex;
    justify-content: space-between;
    transition: opacity 0.5s ease-in-out; /* Плавное появление/исчезновение */
    opacity: 0; /* По умолчанию скрыты */
}

.rewiews-list-pc.active {
    opacity: 1; /* Только активный слайд видим */
    position: relative; /* Делает активный слайд видимым на своём месте */
    background-color: #101920;
}

.rewiew {
    background-color: #152531;
    padding: 40px 40px 30px;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 42px;

}

.rewiew2 {
    background-color: #152531;
    padding: 40px 40px 30px;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.rewiew-user-data {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.username {
    font-family: "Skandal";
    font-size: 20px;
    margin: 20px auto;
}

.userimg {
    width: 81px;
}

.rewiews-list-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    margin: auto;
}

.rewiew-text {
    margin: 10px 0px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    max-width: 250px;
    background-color: #101920;
    border-radius: 20px;
    padding: 28px 30px;
    letter-spacing: 1px;
    line-height: 24px;
}

.rewiew-button-left {
    border-radius: 42px;
    width: 140px;
    height: 60px;
    background-color: #ffffff;
    margin-top: 25px;
    display: flex;
}

.rewiew-button-left:hover {
    box-shadow: 0px 8px 40px #bbb;
    transition: box-shadow 0.5s ease-in-out;
}

.rewiew-button-right:hover {
    box-shadow: 0px 8px 40px #bbb;
    transition: box-shadow 0.5s ease-in-out;
}

.rewiew-button-right {
    border-radius: 42px;
    width: 140px;
    height: 60px;
    background-color: #ffffff;
    margin-top: 25px;
    display: flex;
    cursor: pointer;
}

.rewiew-button-left-pc {
    border-radius: 42px;
    width: 140px;
    height: 60px;
    background-color: #ffffff;
    margin-top: 25px;
    display: flex;
    cursor: pointer;
}

.rewiew-button-left-pc:hover {
    box-shadow: 0px 8px 40px #bbb;
    transition: box-shadow 0.5s ease-in-out;
}

.rewiew-button-right-pc:hover {
    box-shadow: 0px 8px 40px #bbb;
    transition: box-shadow 0.5s ease-in-out;
}

.rewiew-button-right-pc {
    border-radius: 42px;
    width: 140px;
    height: 60px;
    background-color: #ffffff;
    margin-top: 25px;
    display: flex;
    cursor: pointer;
}

.rewiew-button-img {
    width: 44px;
    padding: 8px;
}

.rewiew-button-text {
    font-family: "Lato", sans-serif;
    line-height: 28px;
    font-size: 18px;
    margin: auto 5px;
}

.form {
    background-color: #152531;
    max-width: 868px;
    margin: 200px auto;
    border-radius: 23px;
}

.form-title {
    color: #ffffff;
    font-family: 'Skandal';
    font-size: 24px;
    padding: 70px 0px;
    text-align: center;
    line-height: 35px;
}

.form-subtitle {
    font-family: "Ubuntu";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.form-enter {
    display: flex;
    justify-content: space-between;
    margin: 5px 20px;

}

.input-form {
    font-family: 'Skandal';
    font-size: 20px;
    border-radius: 46px;
    border: 2px solid #ffffff;
    background-color: #152531;
    width: 328px;
    height: 38px;
}

.input-form2 {
    font-family: 'Skandal';
    font-size: 20px;
    border-radius: 46px;
    border: 2px solid #ffffff;
    background-color: #152531;
    width: 328px;
    height: 38px;
    margin-top: 35px;
}

input[type="text"] {
  padding-left: 16px;
  color: #ffffff;
}

.button-form-text {
    font-size: 20px;
    font-family: "Skandal";
    color: #000000;
    margin: 10px 0px;
}

.button-form-wrapper:hover {
    box-shadow: 0px 5px 30px #ffc32a;
    transition: box-shadow 0.5s ease-in-out;
}

.button-form-wrapper {
    margin: 67px auto 31px;
    display: flex;
    justify-content: center;
    border-radius: 46px;
    width: 328px;
    height: 38px;
    background-color: #ffc32a;
    cursor: pointer;
}

.button-form {
    padding-bottom: 1px;
}

.about {
    display: flex;
    justify-content: space-between;
    margin-top: 220px;
}

.about-title {
    font-size: 45px;
    font-family: "Skandal";
    color: #ffffff;
    margin: 10px 0px;
}


.about-img-mob {
    display: none;
}

.about-subtitle {
    font-size: 16px;
    font-family: "Ubuntu";
    color: #ffffff;
    margin: 10px 0px;
    font-weight: 700;
    line-height: 24px;
}

.about-title-subtitle {
    margin: 0px 73px;
}

.connections-title {
    font-size: 45px;
    font-family: "Skandal";
    color: #ffffff;
    margin: 150px 0px;
    text-align: center;
}

.connections {
    width: 100%;
    margin: 200px auto;
}

.connection-button {
    border-radius: 52px;
    width: 514px;
    height: 103px;
    background-color: #FFC32A;
    margin-top: 62px;
    display: flex;
}

.connection-button:hover {
    box-shadow: 0px 8px 40px #ffc32a;
    transition: box-shadow 0.5s ease-in-out;
}

.connection-button-img {
    width: 103px;
}

.connection-button-text {
    font-family: "Skandal";
    font-size: 40px;
    margin: auto 90px;
    text-align: center;
}

.connection-button-wrapper {
    margin: 0px auto;
    max-width: 520px;
}

.services-list-2 {

}

.services-title {
    font-family: "Skandal";
    font-size: 40px;
    margin: 104px 90px;
    text-align: center;
    color: #ffffff;
}

.services-info-title {
    font-family: "Skandal";
    font-size: 40px;
    margin: 200px 0px 100px 0px;
    text-align: center;
    color: #ffffff;
}

.services-info-subtitle {
    font-family: "Ubuntu";
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

.services-info-wrapper {

}

.services-info-accordion {
    max-width: 60%;
    margin: 1px auto;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 24px;
    font-family: "Ubuntu";
    background-color: #152531;
    color: #ffffff;
    padding-bottom: 50px;
    text-decoration: underline #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 27px;
    margin-bottom: 20px;
}

.active {
    background-color: #152531;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
}

.panel {
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    padding: 0 18px;
    background-color: #152531;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Ubuntu';
    margin-bottom: 20px;
}

.services-info-button {
    display: flex;
    justify-content: space-between;
}

.down-img {
    width: 30px;
    height: 30px;
}

.blog {
    background-image: url("blog-background.png"); 
}

.blog-title {
    display: flex;
    justify-content: space-between;
    font-family: 'Skandal';
    font-size: 45px;
    line-height: 52px;
    color: #ffffff;
    padding: 125px 0px;
}

.button-reg-blog {
    width: 160px;
    height: 60px;
    font-size: 18px;
    font-family: "Skandal";
    line-height: 29px;
    text-align: center;
    background-color: #ffcc4a;
    color: #000000;
    border-radius: 42px;
    border: none;
}

.button-reg-blog:hover {
    box-shadow: 0px 8px 40px #ffc32a;
    transition: box-shadow 0.5s ease-in-out;
}

.blogs {
    display: flex;
    justify-content: space-between;
    height: 1050px;
}

.blogs-title {
    font-size: 24px;
    line-height: 38px;
    font-family: 'Skandal';
    color: #ffffff;
    margin: 20px 10px;
}

.examples {
    background-image: url("background-blog-example.png"); 
    width: 28%;
    border-radius: 20px;
    box-shadow: 0px 10px 60px #444;
    margin-bottom: 40px;
}

.example {
    font-size: 24px;
    font-family: 'Ubuntu';
    color: #ffffff;
    text-align: center;
    padding-top: 52px;
}

.videoplayer {
    width: 80%;
    margin: 0px auto;
    height: 200px;
    background-color: #282828;
    border-radius: 20px;

}

.psyhology {
    background-image: url("background-blog-psyhology.png"); 
    width: 28%;
    border-radius: 20px;
    box-shadow: 0px 10px 60px #444;
    margin-bottom: 40px;
}

.horoscope {
    background-image: url("background-blog-horoscope.png"); 
    width: 28%;
    border-radius: 20px;
    box-shadow: 0px 10px 60px #444;
    margin-bottom: 40px;
}

.psyhology-subtitle {
    font-size: 32px;
    font-family: 'Ubuntu';
    color: #ffffff;
    text-align: center;
    padding-top: 52px;
}

.psyhology-button {
    width: 60%;
    height: 44px;
    margin: 0px auto;
    background-color: #ffcc4a;
    border: none;
    border-radius: 22px;
    font-family: 'Ubuntu';
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.psyhology-button:hover {
    box-shadow: 0px 8px 40px #ffc32a;
    transition: box-shadow 0.5s ease-in-out;
}

.blogs-subtitle {
    font-family: 'Ubuntu';
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    width: 80%;
    text-align: center;
    margin: 100px auto 0px;
}

.zodiac-list {
    width: 90%;
    margin: 0px auto;
    background-color: #152531;
    border-radius: 10px;
    overflow-y: auto;
    max-height: 600px;
}

.zodiac-item {
    display: flex;
    justify-content: flex-start;
    margin: 10px;
    border-radius: 16px;
    cursor: pointer;
}

.zodiac-item:hover {
    background-color: #1d3749;
}

.zodiac-name {
    font-family: 'Ubuntu';
    font-size: 24px;
    line-height: 75px;
    color: #ffffff;
}

.zodiac-pic {
    margin: auto 10px;
    width: 31px;
    height: 31px;
}

.contacts-down-pic {
    width: 30px;
    height: 82px;
    margin: 20px auto;
}

.contacts-subtitle {
    color: #ffffff;
    font-family: 'Ubuntu';
    line-height: 58px;
    text-align: center;
    font-size: 36px;
}

.article-wrapper {
    width: 90%;
    margin: 0px auto;
}

.article-title {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Skandal';
    line-height: 86px;
    margin-top: 20px;
}

.article-subtitle {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Ubuntu';
    line-height: 68px;
    margin-top: 20px;
}

.button-blog {
    width: 386px;
    height: 90px;
    border-radius: 49px;
    background-color: #ffc32a;
    color: #000000;
    text-align: center;
    font-family: "Skandal";
    font-size: 36px;
    line-height: 77px;
    padding-top: 20px;
    align-items: flex-end;
    margin-top: 80px;
}

.button-style {
    width: 64px;
    border-radius: 20px;
    background-color: #152531;
    height: 60px;
    margin: auto 20px;
    border: 2px solid #152531;
}

.horoscope-header {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.horoscope-header-buttons {
    display: flex;
    justify-content: space-between;
    width: 30%;
    align-items: flex-start;
}

.horoscope-header-button {
    display: inline-block;
    margin-right: 10px;
}

.horoscope-header-button input[type=radio] {
    display: none;
}

.horoscope-header-button  label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    border-radius: 6px;
    user-select: none;
    width: 195px;
    height: 46px;
    color: #ffffff;
    background-color: #152531;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    font-family: "Skandal";
}
 
/* Checked */
.horoscope-header-button input[type=radio]:checked + label {
    background: #ffc32a;
    color: #000000;
}
 
/* Disabled */
.horoscope-header-button input[type=radio]:disabled + label {
    background: #152531;
    color: #ffffff;
}

.zodiac-dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

.zodiac-dropdown .selected {
    padding: 10px;
    background-color: #152531;
    color: #ffffff;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-size: 24px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}

.zodiac-dropdown .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #152531;
    color: #ffffff;
    font-family: 'Ubuntu';
    font-size: 24px;
    line-height: 28px;
    display: none;
    z-index: 1;
    border-radius: 10px;
}

.zodiac-dropdown .options li {
    padding: 10px;
    cursor: pointer;
}

.zodiac-dropdown .options li:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.main-zodiac {
    margin-top: 50px;
    margin-bottom: 100px;
}

.main-zodiac-title {
    text-align: left;
    font-size: 40px;
    font-family: 'Skandal';
    line-height: 86px;
    color: #ffffff;
}

.main-zodiac-subtitle {
    font-family: "Ubuntu";
    font-size: 28px;
    color: #ffffff;
    line-height: 65px;
}

.dropdown {
    display: none;
}

.dropdown-lang {
  position: relative;
  display: inline-block;
  height: 150px;
}

.dropdown-btn-lang {
    padding: 5px 5px;
    font-size: 40px;
    cursor: pointer;
    background-color: #152531;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    transition: background-color 0.3s;
    width: 60px;
    border-radius: 20px;
    height: 60px;
    margin: 44px 8px 10px 8px;
}

.button-lang {
    width: 40px;
}

.dropdown-btn-lang:hover {
  background-color: #1d3749;
}

.dropdown-content-lang {
  position: absolute;
  color: #ffffff;
  background-color: #101920;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  right: 5px;
}

.dropdown-content-lang a {
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content-lang a:hover {
  background-color: #1d3749;
}

.dropdown-lang.show .dropdown-content-lang {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  right: 5px;
}

.lang-item {
    padding: 20px 16px;
    cursor: pointer;
}

.lang-item:hover {
    background-color: #1d3749;
}

.button-exit-blog {
    display: none;
}

.description {
    width: 85%;
    font-size: 20px;
    font-family: 'Ubuntu';
    line-height: 28px;
    color: #ffffff;
    margin: 0px auto;
    padding-top: 450px;
}

.description-text {
    font-size: 38px;
    font-family: 'Skandal';
    line-height: 62px;
    color: #ffffff;
    margin: 0px auto;
}

footer {
    box-shadow: 0 -10px 20px rgba(50, 50, 50, 0.4);
    margin-top: auto;
}

.footer {
    display: flex;
    height: 120px;
    justify-content: space-between;
}

.footer-list {
    margin: auto 10px;
}

.links-info {
    display: flex;
}

.footer-logo {
    margin: auto 50px;
}

.contacts-footer {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.footer-contacts {
    width: 50px;
    margin: auto 10px;
}

.img-lang {
    width: 20px;
    margin-right: 5px;
}

.btn-img-lang{
    width: 48px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    body {
        background: #101920;
    }

    .btn-img-lang{
        width: 32px;
        margin-right: 5px;
    }

    .img-lang {
        width: 20px;
        margin-right: 5px;
    }

    footer {
        box-shadow: 0 -10px 20px rgba(50, 50, 50, 0.4);
    }

    .footer {
        display: flex;
        height: 290px;
        justify-content: space-between;
    }

    .footer-list {
        margin: 5px 10px;
    }

    .links-info {
        display: unset;
    }

    .footer-logo-img {
        width: 60px;
    }

    .footer-logo {
        margin: auto 50px;
        width: 60px;
    }

    .contacts-footer {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .footer-contacts {
        width: 60px;
        margin: auto 10px;
    }

    .description {
        width: 90%;
        font-size: 20px;
        font-family: 'Ubuntu';
        line-height: 28px;
        color: #ffffff;
        margin: 0px auto;
        padding-top: 1554px;
    }

    .description-text {
        font-size: 38px;
        font-family: 'Skandal';
        line-height: 48px;
        color: #ffffff;
        margin: 0px auto;
    }

    .main-zodiac {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .button-exit-blog {
        width: 200px;
        height: 60px;
        margin: 0px auto;
        font-size: 18px;
        font-family: "Skandal";
        line-height: 29px;
        text-align: center;
        background-color: #ffcc4a;
        color: #000000;
        border-radius: 42px;
        border: none;
    }

    .lang-item {
        padding: 20px 16px;
        cursor: pointer;
    }

    .lang-item:hover {
        background-color: #1d3749;
    }

    .lang-item: {
        background-color: #1d3749;
    }

    .dropdown-lang {
      position: relative;
      display: inline-block;
      height: 150px;
    }


    .horoscope-header-buttons {
        display: flex;
    }
    .horoscope-header-button {
        display: inline-block;
        margin-right: 10px;
    }

    .horoscope-header-button input[type=radio] {
        display: none;
    }

    .horoscope-header-button  label {
        display: inline-block;
        cursor: pointer;
        padding: 10px 10px 8px 5px;
        line-height: 34px;
        border-radius: 6px;
        user-select: none;
        width: 80px;
        height: 26px;
        color: #ffffff;
        background-color: #152531;
        font-size: 16px;
        text-align: center;
        line-height: 48px;
        font-family: "Skandal";
        line-height: 30px;
    }
     
    /* Checked */
    .horoscope-header-button input[type=radio]:checked + label {
        background: #ffc32a;
        color: #000000;
        line-height: 30px;
    }
     
    /* Disabled */
    .horoscope-header-button input[type=radio]:disabled + label {
        background: #152531;
        color: #ffffff;
        line-height: 30px;
    }

    .zodiac-dropdown {
        position: relative;
        display: inline-block;
        width: 150px;
        cursor: pointer;
    }

    .zodiac-dropdown .selected {
        padding: 8px;
        background-color: #152531;
        color: #ffffff;
        border-radius: 10px;
        font-family: 'Ubuntu';
        font-size: 20px;
        line-height: 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .zodiac-dropdown .options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #152531;
        color: #ffffff;
        font-family: 'Ubuntu';
        font-size: 18px;
        line-height: 28px;
        display: none;
        z-index: 1;
        border-radius: 10px;
    }

    .zodiac-dropdown .options li {
        padding: 10px;
        cursor: pointer;
    }

    .zodiac-dropdown .options li:last-child {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .dropdown-btn-lang {
        padding: 3px 4px;
        font-size: 20px;
        cursor: pointer;
        background-color: #152531;
        color: #ffffff;
        border: none;
        border-radius: 15px;
        transition: background-color 0.3s;
        width: 40px;
        border-radius: 15px;
        height: 40px;
        margin: 8.5px 8px 8px 8px;
    }

    .button-lang {
        width: 20px;
    }

    .dropdown-btn-lang:hover {
      background-color: #1d3749;
    }

    .dropdown-content-lang {
      position: absolute;
      color: #ffffff;
      background-color: #152531;
      min-width: 180px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
      z-index: 1;
      border-radius: 15px;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-10px);
      pointer-events: none;
      transition: opacity 0.3s ease, transform 0.3s ease;
      right: 5px;
    }

    .dropdown-content-lang a {
      color: #ffffff;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content-lang a:hover {
      background-color: #152531;
    }

    .dropdown-lang.show .dropdown-content-lang {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
      right: 5px;
    }

    .dropdown {
      position: relative;
      display: inline-block;
      height: 40px;
    }

    .dropdown-btn {
        padding: 5px 5px;
        font-size: 16px;
        cursor: pointer;
        background-color: #152531;
        color: #ffffff;
        border: none;
        border-radius: 15px;
        transition: background-color 0.3s;
        width: 45px;
        border-radius: 15px;
        height: 40px;
        margin: 8px;
    }

    .button-lang {
        width: 30px;
    }

    .dropdown-btn:hover {
      background-color: #1d3749;
    }

    .dropdown-content {
      position: absolute;
      color: #ffffff;
      background-color: #152531;
      min-width: 160px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
      border-radius: 15px;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-10px);
      pointer-events: none;
      transition: opacity 0.3s ease, transform 0.3s ease;
      right: -55px;
    }

    .dropdown-content a {
      color: #ffffff;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content a:hover {
      background-color: #1d3749;
    }

    .dropdown.show .dropdown-content {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
      right: -55px;
      display: block;
    }

    .rewiews {
        display: none;
    }

    .rewiews-mob {
        display: unset;
    }

    .rewiew-button-left:hover {
        box-shadow: 0px 8px 40px #bbb;
        transition: box-shadow 0.5s ease-in-out;
    }

    .rewiew-button-right:hover {
        box-shadow: 0px 8px 40px #bbb;
        transition: box-shadow 0.5s ease-in-out;
    }

    .wrapper-slider {
        position: relative;
        overflow: hidden; /* Скрываем невидимые слайды */
        max-width: 75%;
        margin: auto;
        height: auto;
    }

    .rewiews-list {
        margin-top: 100px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; /* Каждая группа отзывов занимает 100% ширины обертки */
        display: flex;
        justify-content: space-between;
        transition: opacity 0.5s ease-in-out; /* Плавное появление/исчезновение */
        opacity: 0; /* По умолчанию скрыты */
    }

    .rewiews-list.active {
        opacity: 1; /* Только активный слайд видим */
        position: relative; /* Делает активный слайд видимым на своём месте */
        background-color: #101920;
    }

    .rewiew {
        background-color: #152531;
        padding: 40px 40px 30px;
        border-radius: 20px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 42px;

    }

    .rewiew2 {
        background-color: #152531;
        padding: 40px 40px 30px;
        border-radius: 20px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    .rewiew-user-data {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .username {
        font-family: "Skandal";
        font-size: 20px;
        margin: 20px auto;
    }

    .userimg {
        width: 81px;
    }

    .rewiews-list-buttons {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin: 0;
    }

    .rewiew-button-left {
        border-radius: 42px;
        width: 140px;
        height: 60px;
        background-color: #ffffff;
        margin-top: 25px;
        display: flex;
    }

    .rewiew-button-left:hover {
        box-shadow: none;
    }

    .rewiew-button-right:hover {
        box-shadow: none;
    }

    .rewiew-button-right {
        border-radius: 42px;
        width: 140px;
        height: 60px;
        background-color: #ffffff;
        margin-top: 25px;
        display: flex;
    }

    .rewiew-button-img {
        width: 44px;
        padding: 8px;
    }

    .rewiew-button-text {
        font-family: "Lato", sans-serif;
        line-height: 28px;
        font-size: 18px;
        margin: auto 5px;
    }

    .header {
        max-width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 10px 20px #111;
    }

    .logo {
        width: 32px;
    }

    .header-image {
        width: 32px;
        padding-left: 5%;
        padding-top: 12px;
    }

    .header-links {
        padding: 60px;
        display: none;
    }

    .header-links-list {
        display: flex;
        justify-content: space-between;
        color: #ffffff;
    }

    .list {
        font-family: 'Skandal';
        font-size: 18px;
        margin-left: 0px;
        padding: 12px 20px;
        text-decoration: none;
        list-style: none;
    }

    .list-lang {
        font-family: 'Skandal';
        font-size: 18px;
        list-style: none;
        margin: 5px;
        border-radius: 20px;
    }

    .link {
        color: #ffffff;
        text-decoration: none;
    }

    .background-img {
        background-image: url("background.png");
        height: 580px;
        background-repeat: no-repeat;
        background-position: -430px -250px;
    }

    .wrapper {
        max-width: 90%;
        margin: auto;
    }

    .main-text {
        font-family: "Skandal";
        color: #ffffff;
        font-size: 40px;
        padding-top: 35%;
        line-height: 46px;
        width: 90%;
    }

    .main-second-text {
        font-family: "Ubuntu";
        font-size: 16px;
        line-height: 27px;
        color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    }

    .padding-text {
        padding-top: 10px;
    }

    .padding-bottom {
        padding-bottom: 35px;
    }

    .button-reg {
        border-radius: 42px;
        width: 266px;
        height: 60px;
        background-color: #FFC32A;
        margin-top: 29px;
        display: flex;
        cursor: pointer;
    }

    .button-reg-img {
        width: 44px;
        padding: 8px;
    }

    .button-reg-text {
        font-family: "Skandal";
        font-size: 18px;
        margin: auto 5px;
    }

    .services-list {
        z-index: 4;
        position: absolute;
        top: 700px;
        width: 100%;
        display: block;
    }

    .taro {
        padding: 120px 58px;
        height: 220px;
        border-radius: 20px;
        background-color: #222222;
        color: #ffffff;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        box-shadow: 0px 10px 60px #444;
    }

    .coffee {
        padding: 120px 30px;
        height: 220px;
        border-radius: 20px;
        background-color: #222222;
        color: #ffffff;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        box-shadow: 0px 10px 60px #444;
    }

    .magic {
        padding: 120px 58px;
        height: 220px;
        border-radius: 20px;
        background-color: #222222;
        margin: 10px auto;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        box-shadow: 0px 10px 60px #444;
    }

    .services-list-title {
        font-family: "Skandal";
        font-size: 25px;
        color: #ffffff;
    }

    .services-list-description {
        font-family: "Ubuntu";
        color: #ffffff;
        font-size: 16px;
        padding-top: 10px;
        max-width: 270px;
    }

    .padding-top {

    }

    .services-list-button-text {
        padding: 20px 31px;   
    }

    .services-list-button {
        font-family: "Skandal";
        font-size: 18px;
        border-radius: 55px;
        width: 155px;
        height: 60px;
        background-color: #ffffff;
        margin-top: 15px;
        color: #000000;
        text-align: center;
    }

    .flex {
        display: grid;
        justify-content: center;
    }

    .background-img-taro {
        background-image: url("taro.png");
    }

    .background-img-coffee {
        background-image: url("coffee.png");
    }

    .background-img-magic {
        background-image: url("magic.png");
    }

    .rewiews-list {
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }

    .rewiew {
        background-color: #152531;
        padding: 40px 40px 30px;
        border-radius: 20px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0px auto;
        width: 90%;

    }

    .rewiew2 {
        background-color: #152531;
        padding: 40px 40px 30px;
        border-radius: 20px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        display: none;
    }

    .rewiew-user-data {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .username {
        font-family: "Skandal";
        font-size: 20px;
        margin: 20px auto;
    }

    .userimg {
        width: 81px;
    }

    .rewiew-text {
        margin: 10px 0px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        max-width: 250px;
        background-color: #101920;
        border-radius: 20px;
        padding: 28px 30px;
        letter-spacing: 1px;
        line-height: 24px;
    }

    .rewiew-button-left {
        border-radius: 42px;
        width: 140px;
        height: 60px;
        background-color: #ffffff;
        margin-top: 25px;
        display: flex;
    }

    .rewiew-button-right {
        border-radius: 42px;
        width: 140px;
        height: 60px;
        background-color: #ffffff;
        margin-top: 25px;
        display: flex;
    }

    .rewiew-button-img {
        width: 44px;
        padding: 8px;
    }

    .rewiew-button-text {
        font-family: "Lato", sans-serif;
        line-height: 28px;
        font-size: 18px;
        margin: auto 5px;
    }

    .form-wrapper {
        width: 90%;
        margin: 0px auto;
    }

    .form {
        background-color: #152531;
        width: 98%;
        margin: 100px auto;
        border-radius: 23px;
    }

    .form-title {
        color: #ffffff;
        font-family: 'Skandal';
        font-size: 24px;
        padding: 70px 0px;
        text-align: center;
    }

    .form-subtitle {
        font-family: "Ubuntu";
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .form-enter {
        display: grid;
        margin: 5px 0px;
        width: 100%;
        justify-content: center;
    }

    .input-form {
        font-family: 'Skandal';
        font-size: 24px;
        border-radius: 46px;
        border: 2px solid #ffffff;
        background-color: #152531;
        width: 90%;
        margin: 5px auto;
        height: 77px;
    }

    .input-form2 {
        font-family: 'Skandal';
        font-size: 24px;
        border-radius: 46px;
        border: 2px solid #ffffff;
        background-color: #152531;
        width: 90%;
        margin: 5px auto;
        height: 77px;
    }

    input[type="text"] {
      padding-left: 16px;
      color: #ffffff;
    }

    .button-form-text {
        font-size: 20px;
        font-family: "Skandal";
        color: #000000;
        margin: 10px 0px;
    }

    .button-form-wrapper {
        margin: 25px auto 31px;
        display: flex;
        justify-content: center;
        border-radius: 46px;
        width: 290px;
        height: 38px;
        background-color: #ffc32a;
    }

    .button-form {
        padding-bottom: 1px;
    }

    .about {
        display: grid;
        justify-content: space-between;
        margin-top: 50px;
    }

    .about-img-pc {
        display: none;
    }

    .about-img-mob {
        width: 90%;
        margin: 0px auto;
        display: grid;
    }

    .about-img-wrapper {

    }

    .about-title {
        font-size: 45px;
        font-family: "Skandal";
        color: #ffffff;
        margin: 30px 0px;
    }

    .about-subtitle {
        font-size: 16px;
        font-family: "Ubuntu";
        color: #ffffff;
        margin: 10px 0px;
        font-weight: 700;
        line-height: 24px;
    }

    .about-title-subtitle {
        margin: 0px 20px;
    }

    .connections-title {
        font-size: 45px;
        font-family: "Skandal";
        color: #ffffff;
        margin: 30px 0px;
        text-align: center;
    }

    .connections {
        width: 100%;
        margin: 30px auto;
    }

    .connection-button {
        border-radius: 52px;
        width: 100%;
        height: 70px;
        background-color: #FFC32A;
        margin-top: 62px;
        display: flex;
    }

    .connection-button-img {
        width: 70px;
    }

    .connection-button-text {
        font-family: "Skandal";
        font-size: 24px;
        margin: auto 66px;
        text-align: center;
    }

    .connection-button-wrapper {
        margin: 0px auto;
        width: 90%;
        display: grid;
    }

    .services-list-2 {

    }

    .services-title {
        font-family: "Skandal";
        font-size: 40px;
        margin: 104px 90px;
        text-align: center;
        color: #ffffff;
    }

    .services-info-title {
        font-family: "Skandal";
        font-size: 40px;
        margin: 200px 0px 100px 0px;
        text-align: center;
        color: #ffffff;
    }

    .services-info-subtitle {
        font-family: "Ubuntu";
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        color: #ffffff;
    }

    .services-info-wrapper {

    }

    .services-info-accordion {
        max-width: 90%;
        margin: 1px auto;
    }

    .accordion {
        background-color: #eee;
        cursor: pointer;
        padding: 18px;
        border: none;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        font-size: 24px;
        font-family: "Ubuntu";
        background-color: #101920;
        color: #ffffff;
        padding-bottom: 50px;
        text-decoration: underline #ffffff;
        display: flex;
        justify-content: space-between;
    }

    .active {
        background-color: #152531;
        border-top-left-radius: 27px;
        border-top-right-radius: 27px;
    }

    .panel {
        border-bottom-left-radius: 27px;
        border-bottom-right-radius: 27px;
        padding: 0 18px;
        background-color: #152531;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        color: #ffffff;
        font-size: 16px;
        line-height: 27px;
        font-family: 'Ubuntu';
    }

    .services-info-button {
        display: flex;
        justify-content: space-between;
    }

    .down-img {
        width: 30px;
        height: 30px;
    }

    .blog {
        background-image: none; 
    }

    .blog-title {
        display: unset;
        font-family: 'Skandal';
        font-size: 45px;
        line-height: 52px;
        color: #ffffff;
        padding: 25px 0px;
        width: 100%;
        text-align: center;
    }

    .button-reg-blog {
        width: 160px;
        height: 60px;
        font-size: 18px;
        font-family: "Skandal";
        line-height: 29px;
        text-align: center;
        background-color: #ffcc4a;
        color: #000000;
        border-radius: 42px;
        display: none;
    }

    .blogs {
        display: unset;
        justify-content: space-between;
        height: 1100px;
    }

    .blogs-title {
        font-size: 24px;
        line-height: 38px;
        font-family: 'Skandal';
        color: #ffffff;
        margin: 20px 10px;
    }

    .examples {
        background-image: url("background-blog-example.png"); 
        width: 90%;
        border-radius: 20px;
        box-shadow: 0px 10px 60px #444;
        margin-bottom: 40px;
        margin: 0px auto;
        height: 880px;
    }

    .example {
        font-size: 24px;
        font-family: 'Ubuntu';
        color: #ffffff;
        text-align: center;
        padding-top: 20px;
    }

    .videoplayer {
        width: 80%;
        margin: 0px auto;
        height: 200px;
        background-color: #282828;
        border-radius: 20px;

    }

    .psyhology {
        background-image: url("background-blog-psyhology.png"); 
        width: 90%;
        border-radius: 20px;
        box-shadow: 0px 10px 60px #444;
        margin-bottom: 40px;
        margin: 0px auto;
        height: 750px;
    }

    .horoscope {
        background-image: url("background-blog-horoscope.png"); 
        width: 90%;
        border-radius: 20px;
        box-shadow: 0px 10px 60px #444;
        margin-bottom: 40px;
        margin: 0px auto;
        height: 740px;
    }

    .psyhology-subtitle {
        font-size: 32px;
        font-family: 'Ubuntu';
        color: #ffffff;
        text-align: center;
        padding-top: 30px;
    }

    .psyhology-button {
        width: 60%;
        height: 44px;
        margin: 0px auto;
        background-color: #ffcc4a;
        border: none;
        border-radius: 22px;
        font-family: 'Ubuntu';
        line-height: 43px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .blogs-subtitle {
        font-family: 'Ubuntu';
        font-size: 24px;
        line-height: 38px;
        color: #ffffff;
        width: 80%;

        text-align: center;
        margin: 50px auto 0px;
    }

    .zodiac-list {
        width: 90%;
        margin: 0px auto;
        background-color: #152531;
        border-radius: 10px;
        overflow-y: auto;
        height: 500px;
    }

    .zodiac-item {
        display: flex;
        justify-content: flex-start;
    }

    .zodiac-name {
        font-family: 'Ubuntu';
        font-size: 20px;
        line-height: 75px;
        color: #ffffff;
    }

    .zodiac-pic {
        margin: auto 5px;
        width: 25px;
        height: 25px;
    }

    .contacts-down-pic {
        width: 30px;
        height: 82px;
        margin: 20px auto;
    }

    .contacts-subtitle {
        color: #ffffff;
        font-family: 'Ubuntu';
        line-height: 58px;
        text-align: center;
        font-size: 36px;
    }

    .article-wrapper {
        width: 90%;
        margin: 0px auto;
    }

    .article-title {
        color: #ffffff;
        font-size: 20px;
        font-family: 'Skandal';
        line-height: 43px;
        margin-top: 20px;
    }

    .article-subtitle {
        color: #ffffff;
        font-size: 16px;
        font-family: 'Ubuntu';
        line-height: 34px;
        margin-top: 20px;
    }

    .button-blog {
        width: 250px;
        height: 62px;
        border-radius: 49px;
        background-color: #ffc32a;
        color: #000000;
        text-align: center;
        font-family: "Skandal";
        font-size: 20px;
        line-height: 43px;
        margin-top: 20px;
        padding-top: 20px;
        align-items: flex-end;
    }

    .button-style {
        width: 45px;
        border-radius: 15px;
        background-color: #152531;
        height: 40px;
        margin: auto 8px;
        border: 2px solid #152531;
    }

    .button-icon {
        width: 30px;
    }
}