@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
	color: #fff;
}
::backdrop {
    background: hsl(0 0 0 / 90%);
    backdrop-filter: blur(3px);
}
main {
background: #FFEBE8;
    font-size: 1.5rem;
    margin: 0 auto;
}
header{
  background: #2A0081;
}
header img {width: 650px;
margin: 0 auto;
}
@media screen and (max-width: 870px) {
header img {width: 100%;
}
}
.text1{
  background: #BA1650;
}
.text2{
  background: #010082;
}
article, section {width: 80%; padding: 20px;
border-radius: 20px;
margin: 10px auto;
}
footer {color: #fff;
  background: #1D3ECF;
}

ul li {
    text-align: left;
}

.verh2, div, .obr img {
display: flex;
}
.verh2 {
    justify-content: space-around;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.0rem;
}
.vizov, .zvon {
    flex-direction: column;
}
.vizov p, .zvon p {
    margin: 5px 0;
}
.obr {gap: 10px;
    justify-content: center;
}
.obr a {
    width: 30px;
}
a {
    color: #fff;
    text-decoration: none;
}
article a {
    color: #E8E46B;
}

.obr img {
    width: 25px;
}
.obr img {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.2604166667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.zvon {
    margin: 5px;
}

.vizov p, .zvon p {
    margin: 5px 0;
}

.zvon p::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: #d01966;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 3s linear infinite;
    animation: pulse_1 3s linear infinite;
}