/*
Theme Name: Custom 
Author: Yevhenii Yuriev
Description: Theme 
Version: 1.0
*/

html,
body {
    padding: 0;
    margin: 0;
}

section.home-page-block {
    width: 100%;
    background: #F9F9FB;
    height: 100%;
    min-height: 100vh;
}

section.home-page-block .main-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
    margin: 0 auto;
}

section.home-page-block .main-container .header-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    text-align: center;
}

section.home-page-block .main-container .header-text h1 {
    background: linear-gradient(90deg, #26D76D 0%, #0278FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: bold;
    line-height: 34px;
    font-size: 40px;
    display: inline-block;
    margin: 0;
}

section.home-page-block .main-container .header-text h2 {
    color: #000;
    font-size: 17px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

.main-block {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto;
    font-family: sans-serif;
}

.block-left,
.block-right {
    width: 420px;
    display: flex;
    flex-direction: column;
}

.filter-item {
    margin-bottom: 35px;
}

.range-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.range-container {
    position: relative;
}

.ajax-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    padding: 0;
    background: #E5E5E5;
    border-radius: 5px;
    outline: none;
}

.ajax-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #14A8B6;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -0px;
    position: relative;
    z-index: 2;
}

.ajax-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #14A8B6;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.range-labels span {
    font-size: 14px;
    color: #000;
}

.anxiety-block {
    text-align: center;
    margin: 40px 0;
}

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

.anxiety-block p {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 2px solid #14A8B6;
    color: #14A8B6;
    border-radius: 8px;
    font-weight: bold;
}

.select-button-wrapper {
    text-align: center;
}

.sb-title {
    font-size: 20px;
    font-weight: bold;
    color: #14A8B6;
    margin-bottom: 20px;
}

.sb-controls {
    display: flex;
    gap: 20px;
}

.sb-item {
    flex: 1;
}

.sb-item button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #14A8B6;
    background: #fff;
    color: #14A8B6;
    cursor: pointer;
    font-weight: bold;
}

.sb-item:first-child button {
    background: linear-gradient(90deg, #26D76D 0%, #0278FF 100%);
    border: none;
    color: #fff;
}

.img-select img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.council {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
}

.block-b-a {
    text-align: center;
}

.block-b-a p {
    font-weight: bold;
    margin-bottom: 10px;
}

.block-b-a button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}