/* Загальні стилі сторінок */
.hub {
    color: white;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    transform: translate(-50%, -50%);
}

.hub span:nth-child(2) {
    color: #000000;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    display: inline-block;
}

.logo-light {
    border: 1px solid rgb(255, 193, 7);
    background: rgb(255, 193, 7);
    z-index: 1;
    box-shadow:0 0 20px  rgb(255, 193, 7);
}

.menu-btn {
    padding: 10px 15px 10px 15px;
    font-family: "Jost", sans-serif;
}

.menu-btn:hover{
    border-bottom: 1px solid rgb(255, 193, 7);
    transition: all 0.5s ease;
    transform-origin: left;
}

.custom-btn {
    color: #000;
    padding: 10px 25px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-1 {
    border: none;
    background-color: rgb(255, 193, 7);
    box-shadow: 0 0 20px  rgb(255, 193, 7);
    border-radius: 20px;
 }

.btn-1:hover {
    box-shadow: 0 0 20px rgb(255, 220, 7), 0 0 25px rgb(255, 220, 7), 0 0 25px rgb(255, 220, 7) inset;
}

.btn-15 {
    color: rgb(255, 193, 7);
    border: 1px solid rgb(255, 193, 7);
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(255, 193, 7), 0 0 5px rgb(255, 193, 7) inset;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 20px;
    z-index: -1;
    background: rgb(255, 193, 7);
    box-shadow: 0 0 20px rgb(255, 193, 7);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #000;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

.btn-6 {
    width: 130px;
    height: 40px;
    padding: 10px 25px;
    background: rgb(255, 193, 7);
    line-height: 40px;
    padding: 0;
    border: none;
    box-shadow: 0 0 5px rgb(255, 193, 7);
}

.btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-6:hover{
    background: transparent;
}

.btn-6:before,
.btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: rgb(255, 140, 7);
    box-shadow: 0 0 5px rgb(255, 140, 7);
}

.btn-6:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
}

.btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.btn-6:hover:before {
    transition: all 500ms ease;
    height: 100%;
}

.btn-6:hover:after {
    transition: all 500ms ease;
    height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
    position: absolute;
    content: "";
    background: rgb(255, 193, 7);
    box-shadow: 0 0 5px rgb(255, 193, 7);
}

.btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}

.btn-6 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
}

.btn-6 span:hover:before {
      width: 100%;
}

.btn-6 span:hover:after {
    width: 100%;
}

.base-btn-inline {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 20px;
    background: #fff;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.base-btn-inline:hover {
    box-shadow: 0 0 20px #47b2e4;
}

.base-btn{
    background: #47b2e4;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 20px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.base-btn:hover {
    box-shadow: 0 0 20px #47b2e4, 0 0 25px #47b2e4, 0 0 25px #47b2e4 inset;
}

.block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.btn-outline-blue {
    background: transparent;
    border: 2px solid #47b2e4;
    border-radius: 999px;
    color: #47b2e4;
    padding: 8px 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-outline-blue:hover {
    background: #47b2e4;
    color: #fff;
}

.btn-outline-blue:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #aaa;
    color: #aaa;
}


/* Відгуки на сайті */
#success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

#success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.checkmark {
    font-size: 120px;
    color: #4CAF50;
    transform: scale(0);
    transition: 0.4s;
}

#success-overlay.active .checkmark {
    transform: scale(1);
}

/* Форма для замовлення */
/* Вибір кольору у формі */
#form-rug-gallery {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#form-rug-gallery svg {
    width: clamp(150px, 50vw, 300px);
    height: auto;
}
.sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 999;
}

.sheet-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}
 .sheet {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    touch-action: none;
    z-index: 1000;
}

.sheet.active {
    transform: translateY(0);
}

.sheet-handle {
    width: 40px;
    height: 5px;
    background: #ccc;
    border-radius: 10px;
    margin: 0 auto 10px;
}

@media (min-width: 768px) {
    .sheet {
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        height: 100vh;
        width: 100%;
        max-width: 500px;
        transform: translateX(100%);
        border-radius: 20px 0 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sheet.active {
        transform: translateX(0);
    }

    .sheet-content {
        width: 100%;
    }

    .sheet-handle {
        display: none;
    }

    .sheet-close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
    }
}
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Вибір комплектації */
.configForm {
    font-family:sans-serif;
}

.group {
    margin-bottom:18px;
}

.title {
    font-weight:600;
    margin-bottom:8px;
}

.options {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.card {
    border:1px solid #ddd;
    padding:10px 14px;
    border-radius:10px;
    cursor:pointer;
    transition:0.2s;
    display:inline-block;
}

.card input {
    display:none;
}

.card:hover {
    border-color:#333;
}

.card.is-active {
    border-color:#000;
    background:#f2f2f2;
}

.checkbox {
    display:block;
}

.totalBox {
    margin-top:10px;
    padding:12px;
    background:#f8f8f8;
    border-radius:10px;
    text-align:center;
}

#total {
    font-size:22px;
    font-weight:bold;
}

.navButtons {
    margin-top:15px;
    display:flex;
    justify-content:space-between;
}




/* Картки товарів ФОТО */
.square-img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.square-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.square-img > div {
    position: absolute;
    z-index: 2;
}


/* Круглі посилання звязку */
@keyframes widgetPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.18); }
    100% { transform: scale(1); }
}

.widget-btn {
    position: relative;
    display: inline-block;
    transform: scale(.85);
    transition: transform .3s;
    margin-top: 12px;
}

.widget-heart {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    width: calc(100% + 16px);
    border-radius: 100px;
    opacity: .2;
}

.widget-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: widgetPulse infinite 1.5s;
}

.widget-icon-wrap {
    position: relative;
    display: flex;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}


/* Порівння ЕВА і резина */
.compare-card {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    transition: 0.3s;
}

.compare-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.compare-list {
    list-style: none;
    padding-left: 0;
}

.compare-list li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
    font-size: 15px;
}

.compare-list.good li::before {
    content: "✔";
    color: #0dbf74;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.compare-list.bad li::before {
    content: "✖";
    color: #d9534f;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

#why-eva h4 {
    font-size: 22px;
    font-weight: 700;
}

.compare-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
}


/* Вибір автомобіля для замовлення */
.car-select-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.car-select-image img {
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.car-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #47b2e4;
    box-shadow: 0 4px 20px rgba(71, 178, 228, 0.5);
    margin: 0 auto;
    gap: 30px;
    align-items: center;
}

.car-select:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(71, 178, 228, 0.5);
}

.car-select-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.car-select-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.car-select-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.car-select-row select {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    font-size: 16px;
    outline: none;
    transition: 0.2s;
}

.car-select-row select:focus {
    border-color: #47b2e4;
    background: #fff;
}

.car-select-image {
    width: 100%;
    height: 230px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .car-select {
        grid-template-columns: 1fr;
        padding: 25px;
    }
    .car-select-image {
        height: 200px;
        margin-bottom: 20px;
    }
    .car-select-title {
        text-align: center;
    }
}


/* Головна галерея */
.gallery-columns {
    column-count: 4;
    column-gap: 15px;
}

.gallery-columns a {
    display: block;
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-columns img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .gallery-columns {
        column-count: 3;
    }
}

@media (max-width: 576px) {
    .gallery-columns {
        column-count: 2;
    }
}


/* gallery.html */
.video-wrapper {
    position: relative;
    display: block;
}

.video-preview {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s;
}

.video-wrapper:hover .play-button {
    background: rgba(0,0,0,0.8);
    transform: translate(-50%, -50%) scale(1.1);
}


/* Мала, швидка форма */
.cta_c{
    background: linear-gradient(rgba(40, 58, 90, 0.7), rgba(40, 58, 90, 0.2)), url(/media/img/bg_kupit_eva_kovriki_ukraine_evahub.jpg) fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
    color: #fff;
}
@media (max-width: 1024px)
.cta_c {
    background-attachment: scroll;
}

/* constructor.html */
.material-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 5px solid transparent;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.material-circle.active {
    border-color: #47b2e4;
}
.selected-border {
    border: 5px solid #47b2e4;
}

.ai-result-text {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(90deg, #A47CF3, #683FEA, #9917FF);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: system-ui, sans-serif;
    letter-spacing: 0.3px;
    padding: 8px 14px;
    border-radius: 12px;
    background-color: #1C1A1C;
    display: inline-block;
    box-shadow:
    inset 0px 1px 0px rgba(255,255,255,0.08),
    0px 0px 30px rgba(153, 23, 255, 0.15);
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.4s ease;
}

.ai-result-text.show {
    opacity: 1;
    transform: translateY(0);
}
.ai-btn {
    border: none;
    width: 400px;
    height: 50px;
    border-radius: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #1C1A1C;
    cursor: pointer;
    transition: all 450ms ease-in-out;
}

.ai-btn__sparkle {
    fill: #AAAAAA;
    transition: all 800ms ease;
}

.ai-btn__text {
    font-weight: 600;
    color: #AAAAAA;
    font-size: medium;
}

.ai-btn:hover {
    background: linear-gradient(0deg,#A47CF3,#683FEA);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(255, 255, 255, 0.2),
    0px 0px 180px 0px #9917FF;
    transform: translateY(-2px);
}

.ai-btn:hover .ai-btn__text {
    color: white;
}

.ai-btn:hover .ai-btn__sparkle {
    fill: white;
    transform: scale(1.2);
}

.ai-btn.is-loading {
    opacity: 0.85;
    cursor: progress;
}

.ai-btn.is-loading .ai-btn__sparkle {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.carpet-grid {
    fill: var(--carpet-grid);
}

.carpet-shadow {
    fill: var(--carpet-shadow);
}
.carpet-edge {
    fill: var(--carpet-edge);
}
:root {
    --carpet-grid: rgb(40, 40, 40);
    --carpet-shadow: rgb(0, 0, 0);
    --carpet-edge: rgb(0, 0, 0);
}
.carpet-clips {
    fill: rgb(67, 65, 71);
}
.select-block{
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #47b2e4;
    box-shadow: 0 4px 20px rgba(71, 178, 228, 0.5);
    margin: 0 auto;
    gap: 10px;
    align-items: center;
}
.select-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(71, 178, 228, 0.5);
}

.selected-border {
    position: relative;
    box-shadow: 0 0 0 3px #47b2e4;
}


/* review.html */
/* Зірочки */

.review-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.review-text {
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

.review-author {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.review-photo-grid {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}
.review-photo-grid img {
    width: 60px; height: 60px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
    border: 1px solid #eee;
}

.review-photo-grid img:hover {
    transform: scale(1.05);
}

.swiper-button-next, .swiper-button-prev {
    color: #0084FF;
}


.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 32px;
    cursor: pointer;
    transition: 0.2s;
}

.rating label:hover i,
.rating label:hover ~ label i {
    color: gold;
    transform: scale(1.1);
}

.rating input:checked ~ label i {
    color: gold;
}

.review-card {
    transition: transform 0.3s;
    height: 100%;
    border: 1px solid #f0f0f0 !important;
}

.review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
    min-height: 80px;
}

.border-dashed {
    border: 2px dashed #ccc;
    transition: 0.3s;
}

.border-dashed:hover {
    border-color: #0084FF;
    background: #fff !important;
}

@media (max-width: 991.98px) {
    .form-container { margin-top: 30px; }
    .reviews-wrapper h2 { font-size: 1.5rem; }
}

.base-btn:disabled {
    background: #ccc !important;
    color: #FFF !important;
}

.rating-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}

.mini-gallery-item {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #fff;
}

.mini-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.5s ease;
}

.mini-gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
}

.mini-gallery-item {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

# Загальні невідомі стилі
#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.owl-nav {
    position: absolute;
    top:50%;
    width:100%;
}
.owl-next{
    left:100%;
    position: absolute;
}
.owl-next .owl-prev{
    font-family: FontAwesome;
    color: #333;
    background: #fff;
    font-size:30px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
@media only screen and (max-device-width: 768px){
    .slide-img{
        height:200px;
    }
}
.product-offer{
    height: 200px;
    position: relative;
    overflow: hidden;
}
.product-offer .offer-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(61, 70, 77, 0.5);
    z-index: 1;
}
.heart {
    font-size: 150px;
    color: #e00;
    animation: beat .50s infinite alternate;
    transform-origin: center;
}
@keyframes beat{
    to { transform: scale(1.4); }
}
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */

  max-width: 300px; /* Set a default minimum width */
  margin: auto; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 10000; /* Add a z-index if needed */
   /* Center the snackbar */
   left: 10%;
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.scroll {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

b, strong{
    color: #37517e;
}
p{
    font-family: 'Jura',Arial,sans-serif;
}
.rounded-circle-edge-color {
  width: 40px; /* поддерживаются любые единицы, в том числе проценты */
  margin: 1em auto;
  background: silver;
  border-radius: 50%;
}

.rounded-circle-edge-color::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
#constructor .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#constructor .btn-get-started:hover {
  background: #209dd8;
}




