@font-face {
    font-family: "Better VCR";
    src: url("../assets/better-vcr_0.ttf");
}


/* Указываем box sizing */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Убираем внутренние отступы */

ul[class],
ol[class] {
    padding: 0;
}


/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


/* Выставляем основные настройки по-умолчанию для body */

a {
    text-decoration: none;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}


/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

button {
    border: none;
}

ul[class],
ol[class] {
    list-style: none;
}


/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
    text-decoration-skip-ink: auto;
}


/* Упрощаем работу с изображениями */

img {
    max-width: 100%;
    display: block;
}


/* Указываем понятную периодичность в потоке данных у article*/

article>*+* {
    margin-top: 1em;
}


/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
    font: inherit;
}


/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

body {
    background: radial-gradient(at 40% 90%, #ffffff11 2px, #00003a 90%);
    background-color: #00003a;
}


/*animation: animatedBackground 60s linear infinite;
        -moz-animation: animatedBackground 60s linear infinite;
        -webkit-animation: animatedBackground 60s lIinear infinite;
        -o-animation: animatedBackground 60s linear infinite;*/

main {
    display: flex;
    justify-content: center;
}

h1 {
    color: #FFF;
    text-align: center;
    font-family: Better VCR;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.5%;
    margin-bottom: 10px;
    /* 34.44px */
}

p {
    color: #1C005D;
    font-family: Better VCR;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content__wrapper {
    width: 638px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    height: 100%;
    z-index: 10;
}

.content__block {
    display: flex;
    flex-direction: column;
    padding: 13px 72px 15px 72px;
}

.content__logo {
    width: 100%;
}

.content__adress {
    display: flex;
    height: 42.38px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 1vw;
    gap: 7px;
}

.content__adress p {
    color: white;
    color: #FFF;
    text-align: center;
    font-family: Better VCR;
    font-size: 18.191px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.5%;
    /* 27.539px */
}

.content__btn {
    display: flex;
    padding: 17px 21px;
    align-items: center;
    gap: 36px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.content__btn:hover {
    transform: scale(1.01);
    transition: all 0.3s ease;
}

.content__btn_green {
    background: #00FFC2!important;
}

.content__btn_green p {
    color: black
}

.content__subtitle {
    padding-bottom: 23px;
    padding-top: 23px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: #FFF;
    font-family: Better VCR;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.content__btngroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content__btn_tg {
    background: #25A3E1;
    width: 48%;
}

.content__btn_viber {
    background: #6F3FAA;
    color: white !important;
    width: 48%;
}

.content__btn_viber p {
    color: white
}

.content__btn_tg p {
    color: white
}

svg {
    height: 29px;
    width: 29px;
}

.content__btn_share {
    width: 68%;
    height: 63px;
    margin-left: 16%;
    justify-content: center;
    background-color: #4A00F8;
    display: none;
}

.content__btn_share p {
    color: white;
    font-size: 16px;
}

@media(max-width:600px) {
    .content__wrapper {
      
        background: rgba(0, 0, 0, 0.21);
        backdrop-filter: blur(5.5px);
        -webkit-backdrop-filter: blur(5.5px);
    }
    .content__wrapper {
        width: 100%;
    }
    .content__block {
        padding: 10px 9% 10px 9%;
    }
    p {
        font-size: 4vw;
    }
    .content__btn_share p {
        color: white;
        font-size: 3vw;
    }
    .content__adress p {
        font-size: 3vw;
    }
    .content__adress {
        padding: 1vw;
        gap: 7px;
    }
    svg {
        height: 6vw;
        width: 6vw;
    }
    h1 {
        font-size: 4vw;
    }
    .content__btn_viber p {
        font-size: 3vw;
    }
    .content__btn_tg p {
        font-size: 3vw;
    }
    .content__subtitle {
        font-size: 4vw;
        padding-bottom: 4vw;
        padding-top: 4vw;
    }
    .content__btn {
        padding-bottom: 3vw;
        padding-top: 3vw;
        gap: 4vw;
    }
    .content__btn_share {
        display: flex;
    }
}