* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.main {
    flex: 1 1 auto;
    padding-top: 48px;
    padding-bottom: 64px;
}

.main__container {
    max-width: 0px;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 800px;
}

.main__logo {
    margin-bottom: 8px;
}

.main__logo img {
    max-width: 100%;
}

.main {}

.main__label {
    text-align: center;
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 1.2;

}

.main__label br {
    display: none;

}

.main__top-content {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 64px;
}

.main__top-content span {
    font-weight: 700;
}

.main__image {
    position: relative;
    padding-bottom: 93%;
    margin-bottom: 94px;
}


.main__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    object-fit: cover;
}

.main__describe {
    text-align: center;
    font-size: 22px;
    margin-bottom: 48px;
}

.main__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}



.main__column {
    flex: 1 1 auto;
    text-align: center;

}

.main__item {
    font-size: 24px;
    line-height: 1.2;
}

.main__item span {
    font-weight: 700;
}


.main__item:not(:last-child) {
    margin-bottom: 16px;
}

.main__item p {
    margin-bottom: 4px;
}

.main__content {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 64px;
}

.main__content span {
    font-weight: 700;
}

.main__content p:not(:last-child) {
    margin-bottom: 16px;
}

.main__content a {
    color: blue;
    text-decoration: underline;

}

.main__content a:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .main__content {
        text-align: center;
    }

    .main__columns {
        text-align: center;
        gap: 16px;
        grid-template-columns: auto;
    }
}

@media (max-width: 479.98px) {
    .main__label {
        margin-bottom: 48px;
        font-size: 24px;
        margin-bottom: 48px;
    }

    .main__label br {
        display: block;
    }

    .main__image {
        margin-bottom: 48px;
    }

    .main__columns {
        margin-bottom: 48px;
    }
}

.main__blocks {}

.main__block {}

.block-main {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #000;
}

.block-main__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 64px;
    font-weight: 700;
    margin-bottom: 16px;
}

.block-main__text {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 64px;
    margin-bottom: 16px;
}

.block-main__text--margin {
    margin-bottom: 40px;
}

.block-main__quote {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-style: italic;
}

.block-main__list {
    margin-bottom: 40px;
    padding-left: 30px;
    max-width: 700px;
}


.block-main__item {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1.2;
}