
button, [type='button'], [type='reset'], [type='submit'],
a.button {
    appearance: none;
    display: inline-block;
    background-color: #42cc9a;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    font-family: -apple-system-body, "Roboto", sans-serif;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    margin: 2.4rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
a.button:hover {
    background-color: #35a37b;
    color: #ffffff;
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
a.button:focus {
    outline: none;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
a.button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
a.button:disabled:hover {
    background-color: #42cc9a;
}

html {
    box-sizing: border-box;
}

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

html,
body {
    height: 100%;
}

body {
    margin: 0;
}

ul {
    list-style-type: disc;
    margin-left: 0.5em;
    padding-left: 1em;
}

ol {
    list-style-type: decimal;
    margin-left: 0.5em;
    padding-left: 1em;
}

ul ul,
ol ul {
    list-style-type: circle;
}

dl {
    margin: 0;
}

dt {
    font-weight: 600;
    margin: 0;
}

dd {
    margin: 0;
}

figure {
    margin: 0;
}

img {
    margin: 1.6rem 0 0;
    max-width: 100%;
    display: block;
}

.image {
    position: relative;
}

.image img {
    min-width: 100%;
}

.image__wrapper {
    position: relative;
}

.image__wrapper::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.35) 100%);
    height: 50%;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
}

.image__button {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}.cls-2{fill:none;}%3C/style%3E%3C/defs%3E%3Ctitle%3Eimage_zoom%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M13,7H11v4H7v2h4v4h2V13h4V11H13ZM12,2a10,10,0,0,0,0,20h8a2,2,0,0,0,2-2V12A10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z'/%3E%3Crect class='cls-2' width='24' height='24'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 2.4rem;
    width: 2.4rem;
    display: block;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: 2.4rem;
    padding: 2rem;
    background-repeat: no-repeat;
}

.image__caption {
    color: #757575;
    text-transform: none;
    font-style: italic;
    text-align: right;
    font-size: 1.2rem;
    padding-top: 0.8rem;
    display: inline-block;
}

iframe {
    margin: 1.6rem 0 0.8rem;
    max-width: 100%;
    max-height: 23rem;
}

html {
    color: #212121;
    font-family: -apple-system-body, "Roboto", sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
}

h1,
h2,
h3 {
    font-family: -apple-system-headline, "Roboto", sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 0.75em;
}

h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #757575;
    margin: 0;
    padding: 4rem 0 1.6rem;
}

h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #212121;
    margin: 0;
    padding: 2.4rem 0 0.8rem;
}

a,
p,
ul,
ol,
li,
blockquote {
    margin: 0;
    font-weight: 400;
    font-size: 1.4rem;
}

p {
    padding: 0.8rem 0;
}

blockquote {
    padding: 4.8rem 0 1.6rem 3rem;
    position: relative;
}

blockquote,
blockquote p {
    color: #30aec8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 1.8rem;
}

blockquote p {
    padding: 0;
}

blockquote footer {
    color: #757575;
    text-transform: none;
    font-style: italic;
    text-align: right;
    font-size: 1.2rem;
    padding-top: 0.8rem;
}

blockquote::before {
    content: "";
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;}.cls-2{fill:url(%23Безымянный_градиент_3);}%3C/style%3E%3ClinearGradient id='Безымянный_градиент_3' x1='1073.51' y1='-419.1' x2='1077.18' y2='-400.37' gradientTransform='translate(1086.49 -398.25) rotate(180)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2342cc9a'/%3E%3Cstop offset='1' stop-color='%2330aec8'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Evrez%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Crect class='cls-1' width='24' height='24' transform='translate(24 24) rotate(180)'/%3E%3Cpath class='cls-2' d='M8.52,2.31A2,2,0,0,1,10,3l7,7.69a2,2,0,0,1,0,2.69L10,21a2,2,0,0,1-3-2.69L12.78,12,7,5.66A2,2,0,0,1,8.52,2.31Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

blockquote.double::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;}.cls-2{fill:url(%23Безымянный_градиент_3);}%3C/style%3E%3ClinearGradient id='Безымянный_градиент_3' x1='10.84' y1='2.21' x2='14.87' y2='22.81' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2342cc9a'/%3E%3Cstop offset='1' stop-color='%2330aec8'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Equote%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Crect class='cls-1' width='24' height='24'/%3E%3Cpath class='cls-2' d='M10.52,21.69A2,2,0,0,1,9,21l-7-7.69a2,2,0,0,1,0-2.69L9,3a2,2,0,0,1,3,2.69L6.26,12,12,18.34a2,2,0,0,1-1.48,3.34Zm11.26-.52a2,2,0,0,0,.14-2.83L16.18,12l5.75-6.34A2,2,0,0,0,19,3l-7,7.69a2,2,0,0,0,0,2.69L19,21a2,2,0,0,0,2.82.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

sub,
sup {
    font-size: 0.7rem;
}

sup {
    font-weight: 700;
}

strong,
b {
    font-weight: 700;
}

a {
    color: #42cc9a;
    font-weight: 700;
    text-decoration-skip: ink;
    transition: color 150ms ease;
}

a:hover {
    color: #329974;
}

a:focus {
    outline: 3px solid rgba(66, 204, 154, 0.6);
    outline-offset: 2px;
}

ul,
ol {
    padding-left: 2rem;
    list-style-position: outside;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
    padding-top: 0;
    padding-bottom: 0;
}

li {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.8rem 0 0.8rem 1rem;
}

ul ul li,
ol ol li,
ul ol li,
ol ul li {
    padding: 0.4rem 0 0.4rem 1rem;
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
}

.annotation a,
.annotation p,
.annotation ul,
.annotation ol,
.annotation li {
    font-size: 1rem;
    font-weight: 400;
    color: #757575;
}

.annotation ul,
.annotation ol {
    padding: 0 0 0 1em;
}

.annotation ul ul,
.annotation ol ol,
.annotation ul ol,
.annotation ol ul {
    padding-top: 0;
    padding-bottom: 0;
}

.annotation li {
    padding: 0;
}

.annotation ul ul li,
.annotation ol ol li,
.annotation ul ol li,
.annotation ol ul li {
    padding: 0;
}

/* Presentation Block - Begin */
.presentation {
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    margin: 10px;
    padding: 10px 22px 10px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    font-family: "Roboto", sans-serif !important;
}

.presentation:after {
    content: "";
    position: absolute;
    top: 38%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAABmklEQVRoBe2YTW6DMBCFA2XHkQhn6M+iP+qip0Bs2XKMqs2mux4CTpBKTdtrwKqFvhfFVTZRUD1jpHYsWU5iMrzvzRgMi4U1c8AcMAfMAXPAHDAH/q8DkQR6VVVJ13X3cRw/13X9JBFzaoyTqQceOo7i+75fYf4a/Xy5XG6apnk5dLz077FvQDo/juMl42BM0FdlWW6/+8ae8n9vAJYNTvTlThYawruEWC55nr9C+AUgnCEcg5STNwCdJ0SWZRuKRg8KIQJAiLZtZ4EQA3AQKKc3lFOwTIgCEALltA4JIQ7gILAm3vH5DF11TagAEAJrYh0CQg3AQaCcPrAm1DLh0svzqbRhGEaVwLugIpu5QwKLorjB3AP6T6ajKPpEv5Xa9KllAPshbu5UxdM4lQxQPErnUdN5imcTBwgpXhwANX+FoHw2UKt5it5vYhmYQzxBRBbx7gEmqPMuC94AFI8b1SziCZE4kt+OuNqc7seRvs4f0+WdgTRN7yB6+yYitHjCiSziOV+rHMuQzZsD5oA5YA6YA+aAOfCXHfgG6WrY4jvzCbYAAAAASUVORK5CYII=") no-repeat;
    background-size: 24px 24px;
}

.presentation__img {
    align-self: center;
    width: 24px;
    height: 24px;
    margin: 0 !important;
}

.presentation__category {
    margin-bottom: 10px;
    color: #30aec8;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.presentation__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #212121;
    font-weight: 500;
}

.presentation__date {
    font-size: 10px;
    color: #757575;
}

.presentation span {
    display: block !important;
}
/* Presentation Block - End */
