:root {
    --bg: #DB3A2B;
    --hov: #BD2314;
    --col: #16181A;
}
.vs_xs {
   display: none !important; 
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.pad-top {
    padding-top: 3.5rem;
}
.pad-bot {
    padding-bottom: 3.5rem;
}
.block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.but {
    background: var(--bg);
    width: 14rem;
    height: 3rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: .8rem;
    font-weight: 600;
    flex-shrink: 0;
    border-radius: 2.5rem;
}
.but_mod {
    background: none;
    border: 2px solid var(--bg);
    color: var(--bg)
}
.but:hover {
    background: #BD2314;
}
.but:focus {
    
}

.field {
    position: relative;
    width: 15.25rem;
    display: flex;
    align-items: center
}
.field span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 1.25rem
}
.input {
    width: 100%;
    height: 3rem;
    border: none;
    outline: none;
    background: none;
    display: block;
    font-size: .8rem;
    border: 1px solid #16181A;
    border-radius: 2.5rem;
    padding: 0 2.5rem 0 1.5rem
}
.input:hover, 
.input:focus, 
.banner_form .input:hover, 
.banner_form .input:focus {
    border-color: var(--bg)
}
.input:hover + span, .input:focus + span {
    background-color: var(--bg);
}

.polit {
    font-size: .7rem;
    line-height: 145%;
    width: 15.25rem
}
.polit a {
    text-decoration: underline;
    color: var(--bg)
}

.headline {
    font-size: 1.9rem;
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 130%;
}
.headline_block {
    margin: 0 0 2rem;
}
.headline_block .headline {
    margin: 0
}
.subtitle {
    font-size: 1.2rem;
}
.center {
    text-align: center;
}

.wrapper {
    padding-left: 3em;
    padding-right: 3em;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all linear .2s;
    padding: 2rem 3rem .5rem;
}
header.scroll {
    box-shadow: 0 0 .4em 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: .3rem 3rem
}
header h2 {
    margin: 0;
    font-size: .8rem;
    text-align: center;
    font-weight: 400;
}
.logo {
    width: 10.7rem;
    transition: all linear .2s;
}
header.scroll .logo {
    width: 9rem
}
.tel {
    text-align: right;
}
.phone a {
    font-weight: 600;
    font-size: .8rem;
}
.phone a img {
    width: 1.5rem
}
.phone a:not(:first-child) {
    margin-left: 1rem
}
.tel>a {
    font-size: .8rem;
    color: var(--bg);
    font-weight: bold;
    text-decoration: underline;
    margin: .1rem 0 0 .8rem
}

.main {
    min-height: 95vh;
    background: url(../img/main_bg.jpg) center/cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 3.5rem
}
.text_main {
    width: 55%;
}
.main h1 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 1.2rem
}
.main h1+p {
    font-size: 1.4rem;
    margin-bottom: 2.2rem
}

.about_row>img {
    width: 660px;
    flex-shrink: 0;
    margin-left: 3rem;
    width: 50%
}
.item_ic:not(:last-child) {
    margin-bottom: 1.25rem;
}
.item_ic img {
    width: 3.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}
.item_ic p {
    font-size: .9rem;
    padding-right: 5%;
    width: 100%;
    line-height: 1.2rem
}

.about_row:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 3rem;
}
.about_row:nth-of-type(2)>img {
    margin: 0 3rem 0 0;
}
.about_row .but {
    margin-top: 3rem
}


.slider {
    overflow: visible;
}
.serv_slider-nav {
    gap: 1.6rem;
    flex-shrink: 0;
}
.serv_slider-next, 
.serv_slider-prev {
    background: url(../img/icons/arr2.svg) center/cover;
    width: 1.2rem;
    height: 2.5rem;
    cursor: pointer;
}
.serv_slider-prev {
    transform: rotate(180deg)
}
.serv_slider-nav .swiper-button-disabled {
    opacity: .2;
}

.slider_item, .team_item {
    width: 21rem;
}
.slider_item:not(:last-child), .team_item:not(:last-child) {
    margin-right: 1.3rem;
}
.slider_item>img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    margin-bottom: 1.5rem;
}
.slider_item .title, 
.team_item .title, 
.post_item .title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.slider_item .desc,
.team_item .desc, 
.post_item .desc{
    font-size: .8rem;
    line-height: 150%;
    margin-bottom: .75rem
}
.slider_item .price {
    font-weight: bold;
    font-size: 1.2rem;
}
.slider_item .price img, .desc img {
    width: 2rem
}



.faq-cont {
    align-items: flex-start;
}
.faq-cont>img {
    width: 50%;
    flex-shrink: 0;
    margin-right: 1.5rem
}
.faq-row {
    width: 100%;
}
.faq-row>img {
    width: 100%
}
.faq-item {
    padding: .75rem 0;
    border-bottom: 1px solid #D9D9D9;
}
.faq-item .question {
    cursor: pointer;
    align-items: center;
    padding: .5rem 0;
    font-size: .9rem;
    font-weight: bold;
}
.faq-item .answer {
    padding: 0 10% .75rem 0;
    display: none
}
.faq-item .answer p {
    font-size: .8rem;
    line-height: 140%
}
.faq-item.open .question {
    color: var(--bg)
}
.boxes {
    align-items: stretch;
    gap: 1.5rem
}
.box-item {
    background: #F2F2F2;
    padding: 2rem;
    width: 25%;
}
.box-item img {
    width: 4rem;
    margin-bottom: 1.5rem;
}
.box-item strong {
    display: block;
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: .4rem;
}
.box-item p {
    font-size: .8rem;
    line-height: 140%;
    font-weight: 500
}


.img_cont {
    width: 26rem;
    height: 26rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.img_cont>img {
    position: relative;
    z-index: 2;
    max-width: 90%;
    min-width: 78%
}
.line1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/el2.svg) center/100% 100%;
    animation: 12s linear 0s normal none infinite running rot;
}

.line2 {
    position: absolute;
    width: 65%;
    height: 65%;
    background: url(../img/el1.svg) center/100% 100%;
    animation: 12s linear 0s normal none infinite running rot1;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rot1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-cont {
    width: 50%;
}
.form-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem
}
.form-box .but {
    width: 15.25rem
}

.gallery {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.gal {
    width: calc(100%/4 - 1.5rem/4*3);
    aspect-ratio: .83;
    position: relative;
    transition: all .2s;
    overflow: hidden
}
.gal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1) url(../img/icons/zoom.svg) calc(100% - 2rem) calc(100% - 2rem)/2rem no-repeat;
    z-index: -1;
    opacity: 0;
    transition: all .25s;
}
.gal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s;
}
.gal:hover:after {
    z-index: 1;
    opacity: 1;
}
.gal:hover img {
    transform: scale(1.1);
}

.load-more {
    margin: 2.5rem auto 0;
    display: block;
    font-size: .8rem;
    color: var(--bg);
    font-weight: 600;
}


.banner_form {
    margin: 3.5rem 0;
    padding: 6rem 3rem;
    background: url(../img/bg.jpg) center/cover;
    color: #fff;
}
.banner_form .headline {
    margin-bottom: 1rem;
}

.banner_form .form-box {
    width: 50%;
    margin-top: 2.1rem;
}
.banner_form .input {
    border-color: #fff
}

.points_bl {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin-top: 3.2rem;
}
.points {
    width: 36.5rem;
    text-align: center;
    background: url(../img/over3.svg) center/100% no-repeat;
    position: relative;
    margin: 0 .7rem
}
.points:after {
    content: '';
    position: absolute;
    width: 24rem;
    height: 24rem;
    background: rgba(219, 58, 43, 0.23);
    border-radius: 50%;
    z-index: -2;
    left: calc(50% - 12rem);
    top: .6rem
}
.points>img {
    width: 22.5rem;
    position: relative;
    z-index: -1
}

.point {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../img/icons/ok.svg) center/cover;
}
.point:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(219, 58, 43, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
    animation: 3s infinite pulse;
    animation-delay: 3s
}

@keyframes pulse {
    0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.55);
	}

	100% {
		transform: scale(1);
	}
}
.point1 {
    right: 29%;
    top: 8%
}
.point2 {
    left: 42%;
    top: 22%
}
.point3 {
    left: 29.7%;
    top: 52%
}
.point4 {
    right: 23%;
    top: 54%
}
.point5 {
    left: 16.5%;
    bottom: 19%
}
.point6 {
    left: 34.2%;
    bottom: 8%
}
.points_modal {
    display: none
}
    
.point2:after {
    animation-delay: 1s
}
.point3:after {
    animation-delay: 2s
}
.point4:after {
    animation-delay: 1.5s
}
.point5:after {
    animation-delay: 2.5s
}
.point6:after {
    animation-delay: 3s
}


.point_desc {
    display: flex;
    flex-direction: column;
    gap: 4.3rem 0;
    margin-top: 2.5rem
}
.point_desc p {
    width: 11.5rem;
    font-size: .8rem
}
.point_desc1 p {
    text-align: right;
}
.point_desc p span {
    display: block;
    font-weight: bold;
    margin-bottom: .4rem;
    font-size: .9rem
}

.team-slider .swiper-wrapper {
    margin-top: 2rem
}
.team_item {
    height: 16rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem 2rem;
    color: #fff;
}
.team_item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.step {
    font-size: .9rem;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2.1rem;
    line-height: 130%;
    padding-right: 20%;
    position: relative;
}
.step:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background: var(--bg);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-top: .1rem
}
.step:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: .45rem;
    top: 10%;
    border: 1px dashed #B0B0B0;
    z-index: -1;
}

.faq-it {
    padding: 1rem 0;
    border-bottom: 1px solid #D9D9D9;
}
.faq-it .question {
    cursor: pointer;
    align-items: center;
}
.faq-it .question .headline_sm {
    margin: 0;
}
.faq-it .question span {
    background: url(../img/icons/plus.svg) center/cover;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    transition: background linear .1s;
    
}
.faq-it .answer {
    padding: 0 4rem 0 1rem;
    display: none
}
.faq-it .answer p {
    margin-top: .5rem;
    font-size: .8rem
}
.faq-it.open .question span {
    transform: rotate(45deg);
    transform-origin: center center;
}

.post_item {
    width: calc(50% - .75rem)
}
.post_item:not(:last-child) {
    margin-right: 1.5rem
}
.post_img {
    width: 100%;
    aspect-ratio: 2.15;
    object-fit: cover;
    margin-bottom: 1.5rem;
}
.post_item .desc span {
    margin-right: 20%;
}

.gift_img {
    margin-left: -3rem;
    width: 55%;
}

#contacts {
    height: 30rem;
    position: relative;
    display: flex;
    align-items: center;
}
.map {
    width: 100%;
    height: 100%;
    filter: grayscale(1)
}
.contact {
    position: absolute;
    background: rgba(22, 24, 26, 0.9);
    z-index: 1;
    backdrop-filter: blur(5px);
    color: #fff;
    left: 3rem;
    width: 28rem;
    padding: 3rem;
}
.contact-row {
    margin-top: 2rem
}
.contact-row span {
    font-size: .7rem;
    display: block;
    margin-bottom: .6rem;
}
.contact-row p, .contact-row a {
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
}
.contact-row .but, .contact-row.email {
    width: 11.5rem;
}
.contact-row .soc a {
    margin-right: 1rem;
}
.contact-row .soc img {
    width: 1.5rem
}


footer {
    padding: 2rem 3rem;
    font-size: .7rem
}
footer .copy img {
    width: 7.5rem
}
footer .polit_link {
    text-decoration: underline;
}



.post-containet {
    padding-top: 8rem;
}
.post-baner {
    width: 100%;
    height: 22rem;
    margin-bottom: 2.5rem;
}
.post-baner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
    font-size: .8rem;
    line-height: 140%;
    margin-bottom: 2.5rem;
}

.contrl a {
    gap: 20px;
    font-size: .8rem;
    font-weight: bold;
}
.contrl a img {
    width: 2rem;
}
.contrl a.next {
    text-align: right
}
.contrl a.prev img {
    transform: rotate(180deg)
}


.quiz-container {
    align-items: stretch;
    min-height: 30.5rem;
    margin-top: 2.5rem
}
.quiz-static {
    background: var(--bg) url(../img/calc_bg.png) bottom/100% no-repeat;
    width: 14.75rem;
    flex-shrink: 0;
    color: #fff;
    padding: 1.85rem 0 0 1.85rem;
}
.quiz-static>p {
    font-size: .8rem;
    margin-bottom: .4rem;
    padding-right: 30%
}
.quiz-static>span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quiz-static>span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: .9rem solid transparent;
    border-right: 1.3rem solid #F2F2F2;
    border-bottom: .9rem solid transparent;
}
.quiz {
    background: #F2F2F2;
    width: 100%;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
}
.quiz_head {
    margin-bottom: 1.5rem
}
.quiz-title {
    margin: 0;
    font-size: 1rem;
}
.quiz-progress {
    margin-left: 50px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz-progress .progress-line {
    width: 14rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50px;
    position: relative;
}
.quiz-progress .progress-line span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bg);
    height: 100%;
    width: 25%;
    border-radius: 50px;
    transition: all linear .2s;
}
.quiz-progress .progress-count {
    position: absolute;
    color: rgb(22, 24, 26);
    font-size: .7rem;
}


.quiz-it {
    display: none;
    margin-bottom: 2rem
}
.quiz-it.curent {
    display: block;
}
.quiz-it .radio-wrap {
/*    height: 9.5rem;*/
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem
}
.radio {
    display: none
}
.radio+label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    width: calc(100%/3 - 1.5rem/3*2);
    height: 8rem;
    background: #fff;
/*    overflow: hidden;*/
    position: relative;
    margin-bottom: 2.5rem
}
.radio+label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radio+label:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icons/ok.svg) center/cover;
    border-radius: 50%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: none
}
.radio:checked+label {
    background-color: #FFC5BF
}
.radio:checked+label:before {
    display: block
}

.radio+label .input-filed {
/*    text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio+label .input-filed span {
    margin-bottom: 0;
}
.radio+label .input-filed .input {
    text-align: center;
    height: 2rem;
    padding: 0
}

.quiz-it .input-filed span {
    font-size: .7rem;
    display: block;
    margin-bottom: 1rem;
}
.quiz .w-50 {
    width: calc(100%/2 - 1.5rem/2);
}

.quiz .w-33 {
    width: calc(100%/3 - 1.5rem/3*2);
}

.checkbox-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.checkbox {
    display: none
}
.checkbox+label {
    font-weight: normal;
    cursor: pointer;
    display: flex;
    font-size: .8rem;
    align-items: center
}
.checkbox+label:not(:last-child) {
    margin-bottom: .5rem;
}
.checkbox+label:before {
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    border: 1px solid #16181A;
    border-radius: 5px;
    margin-right: .8rem
}
.checkbox:checked+label:before {
    background: var(--bg) url(../img/icons/check.svg) center/55% no-repeat;
    border-color: var(--bg)
}

.calc_total {
    align-items: flex-start;
}
.calc_total>div {
    max-width: 48%;
    min-width: 45%
}
.calc_row {
    font-size: .8rem
}
.calc_row:not(:last-child) {
    margin-bottom: 1.4rem
}
.calc_row>span {
    font-weight: bold;
    margin-bottom: .6rem;
    display: block;
    font-size: .9rem
}
.calc_row table {
    width: 100%;
}
.calc_row table td {
    padding: .3rem 0
}

.checkout {
    width: 100%;
    display: none
}
.checkout .und-title {
    font-size: .8rem;
    margin: .4rem 0 1.25rem;
}
.checkout button {
    margin-left: auto;
}

.quiz-control-bl {
    margin-top: auto;
    flex-wrap: wrap;
}
.quiz-control .prew {
    background: url(../img/icons/arr.svg) center/cover no-repeat;
    margin-right: 1.5rem;
    width: 3rem;
    height: 3rem;
    transform: rotate(180deg);
    border-radius: 50%;
    border: none;
    outline: none;
    transition: all linear .2s;
}
.quiz-control .prew:hover {
    filter:brightness(90%)
}
.quiz-control .prew.disable {
    display: none;
}
.quiz-control .next.disable {
    opacity: .5;
    pointer-events: none;
}


.phraze-cont {
    background: url(../img/bg1.jpg) center/cover;
    color: #fff;
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
    align-items: flex-end;
}
.phraze-text .headline {
    margin-bottom: 1rem;
}
.phraze-par {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    line-height: 135%
}
.phraze {
    width: 28rem;
    flex-shrink: 0;
    text-align: center;
    margin-left: 5rem;
    backdrop-filter: blur(10px);
}
.phraze img {
    border-radius: 50%;
    width: 7.6rem;
    margin-top: -3.8rem;
    margin-bottom: 1rem;
}
.phraze-body {
    position: relative;
    background: rgba(22, 24, 26, 0.7);
    padding: 0 2.4rem 2.2rem;
}
.phraze-body p {
    font-size: 1.2rem;
}
.phraze-body span {
    display: block;
    margin-top: .9rem;
    font-size: .9rem;
}
.phraze-body:after, .phraze-body:before {
    content: '';
    position: absolute;
    background: url(../img/icons/q.svg) center/cover;
    width: 4.9rem;
    height: 3.55rem;
}
.phraze-body:before {
    top: -.8rem;
    left: 1.2rem
}
.phraze-body:after {
    bottom: -.7rem;
    right: 1.2rem;
    transform: rotate(180deg)
}



.tabler--user-filled {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 2m2 12a5 5 0 0 1 5 5v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1a5 5 0 0 1 5-5z'/%3E%3C/svg%3E");
}
.mingcute--phone-fill {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M16.552 22.133c-1.44-.053-5.521-.617-9.795-4.89c-4.273-4.274-4.836-8.354-4.89-9.795c-.08-2.196 1.602-4.329 3.545-5.162a1.47 1.47 0 0 1 1.445.159c1.6 1.166 2.704 2.93 3.652 4.317a1.504 1.504 0 0 1-.256 1.986l-1.951 1.449a.48.48 0 0 0-.142.616c.442.803 1.228 1.999 2.128 2.899c.901.9 2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332c1.407.974 3.049 2.059 4.251 3.598a1.47 1.47 0 0 1 .189 1.485c-.837 1.953-2.955 3.616-5.158 3.535'/%3E%3C/g%3E%3C/svg%3E");
}