

@font-face {
    font-family: "Felidae";
    src: url("../fonts/Felidae.ttf") format("truetype");
}
@font-face {
    font-family: "Betmo";
    src: url("../fonts/Betmo Regular Cyr.otf") format("truetype");
}
@font-face {
    font-family: "French";
    src: url("../fonts/FrenchKissscript.ttf");
}

@font-face {
    font-family: "Santa Catarina";
    src: url("../fonts/Santa Catarina.ttf");

}
@font-face {
    font-family: "Katherine";
    src: url("../fonts/Miss_Katherine_Cyrillic_Script.ttf");

}

* {
    margin: 0;
    padding: 0;
    /*font-family: "Cormorant Infant", sans-serif;*/
    font-family: "Poiret One", sans-serif;


}
.desktop-message {
    display: none;
    text-align: center;
    margin-top: 150px;
}
.watermark {
    content: "ya-invite";
    position: fixed;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.08);
    transform: rotate(-25deg);
    pointer-events: none;
    z-index: 55555;
    white-space: nowrap;
    font-weight: 600; /* выглядит аккуратнее */
}

/* Три позиции */


body::after {
    content: "ya-invite";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    font-size: 80px;
    color: rgba(0,0,0,0.08);
    pointer-events:none;
    z-index:5555555;
    white-space:nowrap;
}

html::after {
    content: "ya-invite";
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    font-size: 80px;
    color: rgba(0,0,0,0.08);
    pointer-events:none;
    z-index:555555;
    white-space:nowrap;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.hid {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 3s ease-out;
}

.hidden-his {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hidden-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hidden-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Когда элементы становятся видимыми */
.show {
    opacity: 1;
    transform: translateY(0);
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    opacity: 1;
    transition: opacity 1s ease;
    text-align: center;
    overflow: hidden;
    /*background-image: url("images/bg.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}
#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.preloader-text {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3); /* Затемнённый фон для текста */
    padding: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
body {
    -webkit-text-size-adjust: 100%;
    position: relative;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('./images/bg-two.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
}
#content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;

}
#swipe-area {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#circle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 32px;
    transition: left 0.1s ease;
    z-index: 555;
}
#circle svg{
    width: 40px;
    height: 40px;
}
#end-circle {
    width: 60px;
    height: 60px;
    border: 1px solid white; /* Затемненный круг */
    border-radius: 50%;
    position: absolute;
    right: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}
#arrow {
    position: absolute;
    left: 50px;
    font-size: 30px;
    color: white;
    z-index: 1;
    user-select: none;
}
.preloader-wed-day, .preloader-name, .razblock {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(10px);
    animation: fadeInScale 1s ease-out forwards;
}
.preloader-wed-day {
    font-size: 50px;
    font-family: "Betmo", sans-serif;
    animation-delay: 0.3s;
}
.preloader-name {
    font-size: 65px;
    margin: 30px 0 50px 0;
    font-family: "Felidae", sans-serif;
    animation-delay: 0.8s;
}
.preloader-name.fraza {
    font-size: 30px;
    margin: 20px 0;
    font-family: "Felidae", sans-serif;
    animation-delay: 0.6s;
}
.razblock {
    animation-delay: 0.9s;
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}
.photo-slider {
    margin: 30px auto;
    display: flex;
    gap: 20px; /* Расстояние между фото */
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    object-fit: cover;
    animation: slide 6s ease-in-out infinite alternate;
}


 img.photo2  {
    width: 150px !important; /* Размер фото */
    height: 230px;
     object-fit: cover;
}
 img.photo1 {
    width: 130px !important; /* Размер фото */
    height: 200px;
     object-fit: cover;
}

@keyframes slide {
    0% { transform: translateX(-30px); }
    100% { transform: translateX(0px); } /* Движение вправо */
}
.history {
    padding: 50px 0;
    /*background-color: #f9f9f9;*/
}
.map-title {
    text-align: center;
}
.map {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    text-align: center;
    overflow: hidden;


}
.map-container {
    width: 300px;
    height: 220px;
    clip-path: path("M150 30 C190 -30, 330 40, 150 200 C-25 40, 110 -30, 150 30 Z");
    overflow: hidden;
    position: relative;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.invite {
    overflow: hidden;
    /*background-color: #f9f9f9;*/
    position: relative;
    text-align: center;

    background-image: url("./images/bg.jpg");
    background-size: cover;
    background-position: center;
}
.invite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); /* <-- вот тут регулируешь яркость */
    z-index: 1;
}
.invite-text-one, .vertical-line, .invite-name{
     position: relative;
     z-index: 666;
 }
.invite-block {
    padding: 50px 0;
    /*background-color: #f9f9f9;*/
    position: relative;
    text-align: center;
}
.invite-block .container, .history .container, .timout .container,
.location .container, .program .container, .dresscode .container, .presence .container,
.organizer .container, .music .container, .dresscode-block .container{
    background-color: rgba(249, 249, 249, 0.8);
    border-radius: 12px;
    padding: 30px 10px;
    box-sizing: border-box;
}
.program .container {
    padding-left: 20px;
    box-sizing: border-box;
}
.vertical-line {
    width: 1px;
    height: 150px;
    background-color: #706556;
    margin-left: auto;
    margin-right: auto;

}
.line-top {
    margin-top: 30px;
}
.line-bottom {
    margin-bottom: 30px;
}
.name-his, .name-her {
    font-family: "Felidae", sans-serif;
    color: #3f3731;
    font-size: 70px;

    font-weight: bold;
}
.invite {

    position: relative;
    text-align: center;
    padding: 50px 0;
}
.invite .name {
    font-family: "Cormorant Infant", sans-serif;
    color: #f1eee9;
    font-size: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    font-weight: normal;
}
 .invite-name.name, .invite-name, .invite-text-one, .vertical-line {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(10px);
    animation: fadeInScale 1s ease-out forwards;
}

/* Задержки для последовательного появления */
.name {
    animation-delay: 0.3s;
}
.invite-text-one, .vertical-line {
    animation-delay: 0.5s;
}
.invite-name img {
    width: 100%;
}


/* Анимация плавного появления с середины */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

.invite-name {
    color: #706556;
    font-size: 60px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    opacity: 1;
    font-family: "Felidae", sans-serif;
    z-index: 2;
    position: relative;
    text-align: left;
    padding: 80px 0;
    width: 260px;
    font-weight: bold;

}
.invite-name span {
    margin-left: 30px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.invite-name .simvol {
    /*font-family: "Felix Titling", sans-serif;*/
    /*font-family: "Algerian", sans-serif;*/
    font-family: "French", sans-serif;
    /*font-size: 100px;*/
}

/*.invite-name {*/

/*}*/
/*.invite-name {*/
/*    color: #706556;*/
/*    font-size: 60px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    display: inline-block;*/
/*    opacity: 1;*/

/*}*/
/*.invite-name span {*/
/*    font-family: "Great Vibes", sans-serif;*/
/*    opacity: 0;*/
/*    transform: translateY(10px);*/
/*    display: inline-block;*/
/*    animation: fadeIn 0.8s forwards ease-in-out;*/
/*}*/

/*@keyframes fadeIn {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(10px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
/*.invite-name .simvol {*/
/*    !*font-family: "Felix Titling", sans-serif;*!*/
/*    !*font-family: "Algerian", sans-serif;*!*/
/*    font-family: "French", sans-serif;*/
/*    !*font-size: 100px;*!*/
/*}*/


.program-title, .map-title, .location-text-title, .dresscode-title, .wishes-title, .organizer-title, .location-title, .presence-title, .timout-title {
    font-size: 65px;
    margin-bottom: 30px;
    color: #3f3731;
    font-family: "Felidae", sans-serif;
    text-align: center;
}

.strelka-images {
    cursor: grab;
}

.strelka-images.active {
    cursor: grabbing;
}

.program, .organizer, .location, .dresscode, .wishes, .presence {
    /*background-color: #f9f9f9;*/
}
.calendar {
    width: 300px;
    max-width: 100%;
    padding: 0px;
    text-align: center;
    display: inline-block;
}
.calendar-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.calendar-date .month,
.calendar-date .year{
    font-size: 30px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    font-size: 20px;
    justify-items: center;
    justify-content: center;
}
.day {
    padding: 10px;
    width: 30px;
    height: 30px;
    position: relative;
}
.day.empty {
    background: transparent;
}
.heart {
    font-size: 46px;
    position: absolute;
    bottom: -18px;
    right: -20px;
    z-index: 55;
    color: #c69870;
}
.heart svg {
    width: 100px;
    height: 100px;
}

.main {
    padding: 0 0 50px 0;
    /*background-color: #f9f9f9;*/
    position: relative;
    overflow: hidden;
    width: 100vw;

}
.main img {
    position: absolute;
    top: 48px;
    width: 860px;
    right: -84px;
}

.main-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*.dear {*/
/*    font-size: 100px;*/
/*    color: #7a0f21;*/
/*    margin-bottom: 30px;*/
/*}*/
.no-fonts {
    font-size: 36px;
    color: #3f3731;
    text-align: center;
}
.no-fonts span {
    font-weight: bold;
    font-family: "Felidae", sans-serif;
    font-size: 50px;
}

.music {
    padding: 50px 0;
}
.music-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.music-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}


.music-btn {
    width: 50px;
    height: 50px;
    background: transparent !important;
    border: 1px solid #3f3731;
    border-radius: 50%;
    color: #3f3731;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    order: 2;
}



.music-text {
    font-size: 30px;
    text-align: left;
    color: #706556;
    order: 1;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.main h2 {
    font-size: 62px;
    color: #3f3731;
    margin-bottom: 20px;
}
.wed-date, .location {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 0;
    /*background-color: #f9f9f9;*/

}

.location {
    padding: 50px 0;
    overflow: hidden;

}
.location .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wed-date-text {
    max-width: 350px;
    width: 50%;
    color: #3f3731;
}
.wed-date-text-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-family: "Felidae", sans-serif;
}
.location-text-title {

    text-align: center;

    color: #3f3731;


}
.wed-date-text-info {
    font-size: 36px;
    margin: 20px 0 50px 0;
    color: #3f3731;
    text-align: center;
}
.location-text-info {
    font-size: 23px;
    margin: 50px 0;
    color: #3f3731;
    text-align: center;
}
.wed-date-text-date {
    font-size: 50px;
    font-weight: bold;


    text-align: center;

}
.wed-date-image, .location-date-image {
    width: 50%;

}

.location-text-map {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0px;
}
.location-text-map a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #3f3731;
    font-size: 23px;
    border: 1px solid #3f3731;
    padding: 5px;
    width: 200px;
    box-sizing: border-box;
}
.location-text-map a:hover {
    border: 1px solid #4f4a45;
    color: white;
    fill: white;
    background-color: #4f4a45;
}
.location-text-map svg  {
    width: 50px;
    height: 50px;
}
.location-text-map a:hover svg path  {
    fill: white;
}
.location-text {
    width: 80%;
}
.wed-date-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: -95px 0;
}
.location-date-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    /*clip-path: inset(0px 50px 0px 50px);*/
    object-position: -110px 0;
}

.photo-table {
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.photo-table img {
    object-position: 0 -400px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.photo-table img.img-img {
    object-position: 0 -191px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.program {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;

}
.program .container {
    text-align: center;

}
.program-title {
    position: relative;
}
.strelka {
    position: absolute;
    right: 40px;
    bottom: -10px;
    font-size: 18px;
}

.timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.event {
    text-align: center;
    margin-bottom: 20px;
}

.event:nth-child(3) {
    text-align: center;
    margin-bottom: 0px;
}

.time-info {


}
.time-info a {
    text-decoration: none;
    color: #57524e;
    font-weight: bold;
}


.description span{
    font-weight: bold;
    font-size: 23px;
}
.time-info-time {
    font-size: 36px;
}


.description {
    font-size: 18px;
    margin-top: 10px;

}

.time-info .text {
    font-size: 16px;
}

.icon.first img {
    width: 160px;
}

.icon.second img, .icon.three img, .icon.four img {
    width: 100px;
    height: 100px;
}
.dresscode-block {
    margin: 50px 0;
    overflow: hidden;
}
.dresscode-block-title {
    margin-bottom: 50px;
    text-align: center;

}

.dresscode-info-text {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: normal;
}

.dresscode-block-info-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 50px;

}
.dresscode-block-info-blocks > * {
    margin: -10px; /* Используем отрицательные маргины для элементов */
}
.dresscode-block-strelka {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.strelka-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;

}
.strelka-text svg {
    width: 80px;
    height: 30px;
    margin-left: -10px;
    margin-top: -10px;
}
.strelka-images {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 20px;
    max-width: 100%;
    white-space: nowrap;

}
.strelka-images img {
    flex-shrink: 0;
    min-width: 250px;
    height: 400px;
    object-fit: cover;
}
.strelka-images::-webkit-scrollbar {
    display: none; /* Для скрытия полосы прокрутки в Webkit-браузерах */
}
.dresscode-block-info-block {
    width: 60px;
    height: 60px;
    border-radius: 50%;

}
.man-dress {
    margin-top: 30px;
}

.dresscode-block-info-block.two {
    background-color: #cba2a6;
}

.dresscode-block-info-block.three {
    background-color: #d8babc;
}

.dresscode-block-info-block.four {
    background-color: #e6d2d3;
}

.dresscode-block-info-block.five {
    background-color: #e6c7c3;
}

.dresscode-block-info-block.six {
    background-color: #efdad7;
}
.dresscode-block-info-block.seven {
    background-color: #f9e2dc;
}

.dresscode {
    padding: 50px 0;
}
.dresscode .container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dresscode-info-text {
    font-size: 23px;
    color: #3f3731;
}
.dresscode-info span {
    font-family: "Great Vibes", sans-serif;
    font-size: 30px;
    color: #3f3731;

}
.dresscode .line {
    margin: 30px auto;
    background-color: #3f3731;
    width: 100px;
    height: 1px;
    z-index: 66666;

}


.organizer {
    padding: 50px 0;
    /*background-color: #f9f9f9;*/
    position: relative;
    width: 100vw;
    color: #3f3731;
}
.organizer .container {
    text-align: center;
}


.organizer img {
    width: 250px;
    margin-bottom: 30px;
}
.organizer-text {
    font-size: 23px;
    margin-bottom: 30px;
}
.organizer-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3f3731;
}
.organizer-name span {
    font-size: 20px;
}
.organizer a {
    font-size: 30px;
    text-decoration: none;
    outline: none;
    color: #3f3731;
    display: inline-block;
    cursor: pointer;
}
.organizer a:hover {
    color: #4f4a45;

}
.phone {
    margin-bottom: 30px;
}
.phone .telegram-link {
    margin-top: 10px;
}

.phone span {
    font-size: 30px;
}

.presence {
    padding-bottom: 100px;
   padding-top: 80px;
    text-align: center;
}
.presence .container img, .timout .container img {
    width: 200px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.timout .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.presence-text {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #3f3731;

}

.presence svg{
    width: 120px;
    height: 76px;
}
.des {
    font-size: 18px;
}
.wedding-form * {
    box-sizing: border-box;
}
.wedding-form {
    color: #3f3731;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-size: 30px;
    font-family: "Cormorant Infant", sans-serif;

    fieldset {
        border: none;
        margin-bottom: 15px;
    }

    legend {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    label {
        display: block;
        margin: 5px 0;
    }

    input[type="text"]
     {
        border: none;
        width: 100%;
        border-bottom: 1px solid #3f3731;
        outline: none;
        background: transparent;
        padding: 5px 0;
        font-size: 16px;
    }
    .wedding-form input[type="radio"],
    .wedding-form input[type="checkbox"],
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    textarea {
        min-height: 100px;
    }

    button {
        -webkit-appearance: none; /* Убирает дефолтные стили в Safari */
        -moz-appearance: none; /* Для Firefox */
        appearance: none;
        width: 100%;
        padding: 10px;
        background: transparent;
        color: #3f3731;
        border: 1px solid #3f3731;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;

        &:hover {
            background: #4d4842;
        }
    }
}
@supports (-webkit-appearance: none) {
    .wedding-form {
        max-width: 700px;
        margin: 0 auto;
        padding: 20px;
        font-size: 30px;
        font-family: "Cormorant Infant", sans-serif;
    }

    fieldset {
        border: none !important;
        padding: 0;
    }

    legend {
        font-weight: bold;
        margin-bottom: 5px;
    }

    label {
        display: block;
        margin: 5px 0;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #3f3731;
        border-radius: 5px;
        font-size: 16px;
        background-color: white;
    }

    textarea {
        min-height: 100px;
    }

    button {
        -webkit-appearance: none; /* Убирает дефолтные стили в Safari */
        -moz-appearance: none; /* Для Firefox */
        appearance: none; /* Общий сброс */
        background: white;
        width: 100%;
        padding: 10px;
        border: 1px solid black;
        color: black;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;

        &:hover {
            background: gray;
        }

        &:focus {
            outline: none; /* Убирает синюю рамку при фокусе */
        }
    }
}
.timout {
    padding: 50px 0 50px 0;
    /*background-color: #f9f9f9;*/

}
.timout .container {
    padding-bottom: 50px;
    padding-top: 50px;
}
.timout-svg {
    text-align: center;
}
.timout-svg svg {
    width: 120px;
    height: 100px;
}
.timout-title {
    font-size: 36px;
    color: #3f3731;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
#countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.time-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*border: 1px solid #7a0f21;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3f3731;
    text-align: center;
    position: relative;
    justify-content: center;

}
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.time-box  svg {
    transform: rotate(-90deg);
}
 circle {
    fill: none;
}
.background {

}
.progress {
    stroke: #3f3731;
    transition: stroke-dashoffset 0.35s;
}
.time-box span {
    font-size: 18px;
    line-height: 1;
    z-index: 2222;
    transform: rotate(90deg);
}

.time-box p {
    margin: 5px 0 0;
    font-size: 14px;
    z-index: 222;
}
.time-text {
    font-size: 32px;
    fill: #3f3731;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.time-text, .time-label {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1;
    transform: rotate(90deg);
}
.time-label {
    font-size: 32px;
    fill: #3f3731;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
}

.chat {
    padding: 15px;
    border: 1px solid #3f3731;
    width: 150px;
    box-sizing: border-box;
    text-transform: uppercase;
}