#rec752055734 .t396__artboard, #rec752055733 .t396__artboard, #rec752055736 .t396__artboard, .my-form-bg, #rec752055732 .tn-elem[data-elem-id="1681909327870"] .tn-atom {
    display:none!important;
}

#rec752055725 .tn-elem[data-elem-id="1716376737677"] .tn-atom, #rec752055725 .tn-elem[data-elem-id="1716376737687"] .tn-atom{
    font-family: "Noto Serif Armenian", serif;
}

#rec752055725 .tn-elem[data-elem-id="1678360876947"] .tn-atom{
    line-height:30px!important;
}
.timer__items{
    display: flex;
    justify-content: center;
   gap: 30px;
}
.timers__item{
    display: flex;
    flex-direction: column;
    width: 162px;
    height: 162px;
    border:solid 10px #5c8540;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
}
.timers__item .timer__item {
    display: inline-block;
    line-height: 1;
    margin: 0px;
    font-size: 60px;
    color: rgb(39, 78, 19);
    font-family: Comfortaa;
}
.timers__item span{
    display: block;
    line-height: 1;
    margin: 0px;
    font-size: 12px;
    color: rgb(127, 96, 0);
    font-family: Arial;
}

.time_audio{
    display: flex;
    justify-content: center;
    flex-direction: column;

    text-align: center;
    align-items: center;
    max-width: 320px;
    padding: 30px 0;
    position: relative;
    margin: 30px auto;
}
#player-container{
    position: absolute;
}
.time p{
    text-align: center;
    font-size: 17px;
    margin:15px 0;
}
#player-container #play-pause {
    cursor: pointer;
    text-indent: -999999px;
    height:80px;
    width: 80px;
    padding: 12px 18px;
    border-radius: 50%;
    z-index: 2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: 16px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:30px;
    background-color: #7f6000;
    margin: 15px 0;
    
}
.play {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
}
.pause {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==)!important;
}
.tn-atom-timer{
    color: #000000;
    font-size: 40px;
    font-family: "Cormorant Garamond", Arial, sans-serif;
    line-height: 1.05;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.name-title{
       font-family: "Noto Serif Armenian", serif;
    font-size: 80px;
    letter-spacing: 15px;
}
.name-right{
    text-align: right;
}

.timer-rel h2{
    text-align: center;
    color: #000000;
    font-size: 65px;
        font-family: "Noto Serif Armenian", serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin:30px 0 40px 0;
}
.error{
    border:solid 1px red!important;
}

@media only screen and (max-width: 1200px) {
    .t396__elem .tn-atom__html{
        width: 560px!important;
         left: 220px!important; 
         top: 642px!important; 
         height: 170px!important;
    }
    .tn-elem__7520557251678360876910{
        top: 400px!important;
    }
}
@media only screen and (max-width: 992px) {
    .timers__item{
        border: solid 10px rgb(255 255 255);
    }
    .timer-rel h2{
        font-size: 34px;
    }
    .timer__items{
        gap: 10px;
    }
    .timers__item {
        width: 75px;
        height: 75px;
    }
    .timers__item .timer__item{
        font-size: 42px;
    }
}

@media only screen and (max-width: 768px) {
    .name-title{
        letter-spacing: normal;
        font-size: 70px;
    }
}
