.head-bot {
    text-align: left;
    padding-bottom: 15px
}

.head-top {
    align-items: center
}

.post_detail_left {
    padding-right: 40px;
    width: 60%
}

.post_detail_left .main__desc {
    margin-right: 0
}

@media screen and (max-width: 600px) {
    .post_detail_left {
        padding-right: 0;
        width: 100%
    }
}

.post_detail_img {
    border-radius: 40px;
    overflow: hidden
}

.post_detail_img img {
    max-width: 100%;
    vertical-align: middle
}

.main {
    font-family: "Gilroy";
    background: #f6fafc
}

.main .container {
    padding-bottom: 0
}

.sticky_info {
    position: sticky;
    top: 15px;
    width: 40%;
    box-shadow: 0px 1px 10px rgba(83, 83, 83, .16);
    padding: 25px;
    background: #fff;
    border-radius: 30px
}

@media screen and (max-width: 800px) {
    .sticky_info {
        position: static;
        width: 100%;
        margin: 15px 0
    }
}

.post_detail_right {
    width: 40%
}

@media screen and (max-width: 800px) {
    .post_detail_right {
        width: 100%
    }
}

.post_detail_wrapp {
    color: #2d2a26
}

.post_detail_wrapp .container {
    align-items: flex-start
}

.post_detail_wrapp .main__desc {
    padding: 25px;
    background: #fff;
    border-radius: 30px;
    max-width: none
}

.presentation-wrapper {
    display: block;
    padding: 0;
    box-shadow: none
}

.presentation-wrapper .presentation-wrapper__date {
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: 1px solid #2d2a26;
    border-bottom: 1px solid #2d2a26;
    margin-right: 0;
    font-size: 24px
}

.presentation-wrapper .presentation-wrapper__type {
    padding: 5px 10px;
    display: inline-block;
    background: #bcf9de;
    border-radius: 30px;
    margin-bottom: 15px
}

.presentation-wrapper .presentation-wrapper__address {
    margin-bottom: 25px;
    color: inherit
}

.presentation-wrapper .presentation-wrapper__address:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/address-icon.svg") center top no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px
}

.dark_btn {
    background: #2d2a26;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    width: auto;
    transition: all .3s
}

.dark_btn:hover {
    background: #4d4943
}

.post_detail_info {
    padding-top: 40px
}

.tabs_row {
    margin-bottom: 15px;
    display: flex
}

.tabs_row h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #9a9a9a
}

.tabs_row .tab_item {
    margin-right: 10%;
    cursor: pointer
}

.tabs_row .tab_item.active {
    cursor: default
}

.tabs_row .tab_item.active h3 {
    border-bottom: 2px solid #1af294;
    color: #2d2a26
}

@media screen and (max-width: 600px) {
    .tabs_row .tab_item {
        margin-right: 5%
    }

    .tabs_row .tab_item h3 {
        font-size: 18px
    }
}

.tab_content {
    display: none
}

.tab_content.active {
    display: block
}

.post_detail_map h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px
}

.post_detail_map .map_wrapper {
    border-radius: 30px;
    overflow: hidden;
    max-width: 100%
}

.post_detail_map .map_wrapper iframe {
    width: 100%
}

.form-table {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    width: 600px;
    max-width: 100%;
    font-size: 18px
}

.form-table .form-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}

.form-table .form-row > div {
    width: 40%;
    text-align: right;
    margin-right: 5%
}

.form-table .form-row input {
    width: 50%;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 30px
}

@media screen and (max-width: 600px) {
    .form-table {
        width: 100%
    }

    .form-table .form-row {
        flex-direction: column
    }

    .form-table .form-row > div {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        margin-right: 0
    }

    .form-table .form-row input {
        width: 100%
    }
}

.success-message {
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem
}

.error-message {
    background: #fc9c7f;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem
}

.input_row {
    display: flex;
    padding: 15px;
    background: #fff;
    align-items: center;
    border-radius: 30px;
    margin-top: 15px
}

.input_row label {
    margin-left: 15px
}

.input_row textarea {
    width: 100%;
    height: 80px;
    outline: none
}

.input_row select {
    width: 100%;
    outline: none
}

.input_row input[type=text], .vue-dadata__input {
    width: 100%
}

.gifts-section {
    background: #f8d3c1 url("../img/gifts-bg.jpg") right center no-repeat;
    font-size: 1rem;
    border-radius: 40px
}

@media screen and (max-width: 600px) {
    form {
        width: 100%
    }
}

.bg-yellow-light {
    background: #f5e5c7
}

.bg-yellow-dark {
    background: #d7ad4a
}

.yellow-dark {
    color: #d7ad4a;
    text-decoration: none
}

.yellow-dark:hover {
    color: #b3903f
}

.bg-blue-light {
    background: #b7e8fc
}

.bg-violet {
    background: #dfd8ef
}

.bg-green-light {
    background: #bbf9de
}

.card-header.bg-dark {
    color: #fff
}

.card.box-shadow {
    height: 100%;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .card.box-shadow {
        margin-bottom: 1rem;
        height: auto
    }
}

.btn {
    border-radius: 30px
}

.btn-yellow {
    background: #f4e3be
}

.btn-yellow:hover {
    background: #dbc89e
}

.box-shadow {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2)
}

form .form-control, form .form-select, .vue-dadata__input {
    padding: 9px 15px 11px;
    border: 2px solid #dddddd;
    border-radius: 30px
}

@media screen and (max-width: 768px) {
    form .form-control, form .form-select, .vue-dadata__input {
        margin-bottom: 1rem
    }
}

form .form-control:focus, form .form-select:focus, .vue-dadata__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1af294;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(26, 242, 148, .5)
}

form .btn-large {
    width: 100%;
    padding: 15px
}

.card-header {
    position: relative
}

.close_card {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    font-weight: 100;
    width: 20px;
    height: 20px;
    background: url("../img/close-white.png") center no-repeat;
    background-size: contain
}

.close_card_black {
    background-image: url("../img/close.png")
}

#contdown {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600
}

#contdown b {
    font-weight: 400;
    font-size: 1rem;
    margin-left: 2px
}

.cur-p {
    cursor: pointer
}

.circle-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400
}

.personal-points {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    width: 50%;
    line-height: 1.1
}

.personal-points .points-circle {
    position: absolute;
    left: 50%;
    top: 80%
}

.personal-points .points-circle svg {
    width: 80px;
    height: 80px
}

.personal-points .points-circle b {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 400
}

@media screen and (max-width: 999px) {
    .personal-points {
        width: 100%
    }

    .personal-points .points-circle {
        vertical-align: top;
        position: relative;
        left: auto;
        top: 0;
        display: inline-block
    }
}

.list-row .badge {
    color: #2d2a26
}

.list-row .badge:not(.circle-badge) {
    padding: .5rem 1rem;
    border-radius: 1rem
}

.bg-grey-light {
    background: #ddd
}

.card {
    margin-bottom: 1rem;
    border-radius: 40px;
    overflow: hidden
}

.card h4 {
    margin-bottom: 0;
    font-size: 20px
}

ul.navbar {
    list-style: none
}

.profile-wellcome-box {
    color: #fff;
    background: #8f0908 url("../img/red-gifts-bg.jpg") right center no-repeat;
    background-size: cover;
    border-radius: 40px;
    position: relative
}

.profile-wellcome-box:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(130deg);
    font-size: 30px;
    background: url("../img/arrow-left-55.svg") center no-repeat;
    background-size: 40%
}

@media screen and (max-width: 600px) {
    .profile-wellcome-box {
        margin-bottom: 1rem
    }
}

.profile-pray-box {
    color: #fff;
    background: #000 url("../img/pray-bg.png") right center no-repeat;
    background-size: cover;
    border-radius: 40px;
    height: 100%;
    position: relative
}

.profile-pray-box:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(130deg);
    font-size: 30px;
    background: url("../img/arrow-left-55.svg") center no-repeat;
    background-size: 40%
}

.full-section-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pos-rel {
    position: relative
}

.soc-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff !important;
    vertical-align: middle;
    margin-left: 1%;
    transition: all .3s
}

.soc-icon:hover {
    opacity: .7
}

.tg-icon {
    background: #5587ca
}

.tg-icon i {
    margin-right: 1px
}

.wtsp-icon {
    background: #87c867
}

.wtsp-icon i {
    margin-left: 2px
}

::root {
    --val: 0
}

svg {
    transform: rotate(-90deg)
}

.percent {
    stroke-dasharray: 100;
    stroke-dashoffset: calc(100 - var(--val))
}

.fifty {
    --val: 50
}

.sixty {
    --val: 60
}

.seventy {
    --val: 70
}

.footer-bg {
    background: linear-gradient(346deg, #14B5ED 0%, #0EF297 50%, #51d0b2 100%)
}

footer a {
    color: inherit;
    text-decoration: none
}

footer p {
    margin-bottom: 0
}

.welcome-logo {
    max-width: 80px;
    margin-bottom: 15px
}

.welcome-text .welcome-title {
    font-size: 27px;
    text-transform: uppercase
}

.login-form {
    display: flex;
    max-width: 370px;
    margin: 0 auto;
    font-size: 14px
}

.login-form input[type=text], .login-form input[type=tel], .login-form input[type=password], .login-form textarea, .vue-dadata__input {
    background-color: #fff;
    text-align: left
}

.login-form .form-select {
    background-color: #e9ecef
}

.login-form .form-check-row {
    display: flex;
    justify-content: flex-start;
    gap: 20px
}

.login-form .form-check-row .form-check-label {
    width: 40%
}

.form-check-label-icon {
    position: relative;
    overflow: hidden
}

.form-check-label-icon .form-check-input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: -100;
    visibility: hidden;
    opacity: 0
}

.form-check-label-icon .form-check-icon {
    display: inline-block;
    border: 2px solid #e2e2e2;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
    vertical-align: text-bottom;
    margin-right: 7px;
    position: relative
}

.form-check-label-icon .form-check-input:checked + .form-check-icon {
    border-color: #1af294
}

.form-check-label-icon .form-check-input:checked + .form-check-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/check-icon.svg") center no-repeat
}

.login-form small {
    display: block
}

.login-form a {
    color: inherit
}

.bordered-text {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2px 5px;
    border-radius: 8px
}

body {
    background: #f6fafc
}

.form-control.is-invalid {
    border-color: #ff5b5b
}

.form-control.is-valid {
    border-color: #1af294;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231AF294' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

.invalid-feedback {
    padding-left: 1.5rem
}

.login-method-description .form-row {
    display: flex;
    gap: 10px
}

.login-method-description .form-row > div {
    flex: 1
}

.login-method-description .form-row .btn {
    display: block;
    height: 100%;
    margin-top: 0;
    width: 100%
}

img {
    vertical-align: middle
}

.fixed-alert {
    position: fixed;
    right: 2%;
    top: 2%; 60px;
    max-width: 30%;
    width: 350px;
    z-index: 1000
}

@media screen and (max-width: 768px) {
    .fixed-alert {
        max-width: 90%
    }
}

.login-form .fixed-alert.alert-danger {
    padding-left: 60px;
    background: #fbd8da;
    border: 0;
    border-radius: 30px
}

.login-form .fixed-alert.alert-danger:before {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url("../img/form-warning.svg") center no-repeat;
    background-size: contain
}

.login-form .fixed-alert.alert-success {
    padding-left: 60px;
    background: #1af294;
    border: 0;
    border-radius: 30px
}

.login-form .fixed-alert.alert-success:before {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url("../img/form-success.svg") center no-repeat;
    background-size: contain
}

.regisrtation-info-card {
    height: 100%;
    background: url("../img/signup-succseed-card.png") center top no-repeat;
    background-size: cover;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px
}

.regisrtation-info-card p {
    color: #2d2a26;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1
}

.regisrtation-info-card span {
    display: block;
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 5px
}

@media screen and (max-width: 990px) {
    .regisrtation-info-card p {
        font-size: 18px
    }

    .regisrtation-info-card span {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .regisrtation-info-card {
        margin-top: 3rem;
        gap: 25px
    }
}

.regisrtation-social_icons {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px
}
