@font-face {
	font-family: 'GolosText';
	src: local('GolosText'),
		url('/Sys/Module/Page/v2/view/default/fnt/GolosText-Regular.ttf') format('truetype'),
		url('/Sys/Module/Page/v2/view/default/fnt/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
		url('/Sys/Module/Page/v2/view/default/fnt/GolosText-Regular.woff') format('woff'); 
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'LDRCondensed2';
	src: local('LDRCondensed2'),
		url('/promo/hsm/fonts/LDRCondensed2.0-Regular-CYRILLIC.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    --gorizontal-field: 4em;
    margin: 0;
    padding: 0;
    min-height: 100lvh;
    font-size: 16px;

    padding-right: 500px;
    background-image: url(/promo/hsm/img/vistavka/ornament3.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 200px) 55%;
    background-size: auto 2400px;

    font-family: 'GolosText';
    padding-bottom: 1em;
}
header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2em;
    padding-inline: var(--gorizontal-field);
    height: 50px;
}
header > img {
    
}
main {
    padding-inline: var(--gorizontal-field);
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a {
    color: #006daa;
}
a:hover {
    color: #0098f0;
}
.content {
    font-size: 1.4em;
    font-family: GolosText;
}
main ul {
    list-style-type: none;
}
main li {
    position: relative;
}
main li::before {
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background-image: url(/promo/hsm/img/vistavka/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -1.25em;
    top: 0.25em;
}
.h-outer {
    margin-top: var(--gorizontal-field);
    margin-bottom: 2em;
    display: flex;
    gap: 2em;
}
.h-outer > img {
    height: 350px;
    max-width: 100%;
}
.h-outer h1 {
    margin: 0;
    padding: 0;
    font-family: LDRCondensed2;
    font-size: 7em;
    font-weight: 400;
    color: #006daa;
}
.h-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.sub-h {
    font-family: LDRCondensed2;
    font-size: 3em;
    font-weight: 400;
    color: #000;
}
@media (max-width: 1600px) {
    body {
        --gorizontal-field: 3em;
    }
    header {
        margin-top: 1.5em;
        height: 40px;
    }
}
@media (max-width: 1600px) {
    body {
        padding-right: 350px;
        background-position: calc(100% + 200px) 55%;
        background-size: auto 1800px;
    }
}
@media (max-width: 1150px) {
    body {
        padding-right: 0;
        background-image: unset;
    }
    header {
        height: unset;
        justify-content: flex-start;
        gap: 1em;
        flex-wrap: wrap;
    }
    header > img {
        height: 50px;
    }
}
@media (max-width: 800px) {
    .h-outer {
        flex-wrap: wrap;
    }
    .h-outer > img {
        height: unset;
        width: 100%;
        max-width: 500px;
    }
}
@media (max-width: 500px) {
    body {
        font-size: 14px;
    }
    .h-outer h1 {
        font-size: 5em;
    }
}


