/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --color-white: #FFFFFF;
    --color-half-white: rgb(255, 255, 255, 0.5);
    --color-black: rgba(51, 51, 51, 1);
    --color-gray: rgba(51, 51, 51, 0.7);
    --color-red: rgba(227, 30, 36, 1);
    --color-light-gray: rgba(247, 249, 249, 1)
}

@font-face {
    font-family: 'Tahoma';
    src: url('assets/fonts/Tahoma/Tahoma.eot');
    src: url('assets/fonts/Tahoma/Tahoma.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Tahoma/Tahoma.woff2') format('woff2'),
        url('assets/fonts/Tahoma/Tahoma.woff') format('woff'),
        url('assets/fonts/Tahoma/Tahoma.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('assets/fonts/Tahoma/Tahoma-Bold.eot');
    src: url('assets/fonts/Tahoma/Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Tahoma/Tahoma-Bold.woff2') format('woff2'),
        url('assets/fonts/Tahoma/Tahoma-Bold.woff') format('woff'),
        url('assets/fonts/Tahoma/Tahoma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intro';
    src: url('assets/fonts/Intro/Intro-Regular.eot');
    src: url('assets/fonts/Intro/Intro-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Intro/Intro-Regular.woff2') format('woff2'),
    url('assets/fonts/Intro/Intro-Regular.woff') format('woff'),
    url('assets/fonts/Intro/Intro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

*:focus {
    outline: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

body {
    font-family: 'Tahoma';
    font-size: 16px;
    font-weight: normal;
    min-width: 320px;
    color: var(--color-gray);
    line-height: 1.4;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    cursor: poInter;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.font-family__tahoma {
    font-family: 'Tahoma';
}

.text-black {
    color: var(--color-black) !important
}

.text-white {
    color: var(--color-white) !important
}

.text-red {
    color: var(--color-red) !important;
}

.text-half-white {
    color: var(--color-half-white) !important;
}

.text-white-bg {
    color: var(--color-white);
    position: relative;
    z-index: 1;
    background-color: var(--color-red);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 4px;
    line-height: 1.3;
}

.text-red-bg {
    color: var(--color-red);
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 4px;
    line-height: 1.3;
}

.bg-white {
    background-color: var(--color-white);
}

.bg-gray {
    background-color: var(--color-gray);
}

.bg-black {
    background-color: var(--color-black);
}

.bg-red {
    background-color: var(--color-red);
}

h1,
.h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-black);
    margin-top: 28px;
}

.h1-hero {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    color: var(--color-black);
}

h2,
.h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--color-black);
}

h3,
.h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-black);
}

h4,
.h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-black);
}

.p-big,
blockquote {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.9);
}

blockquote {
    margin: 0;
}

.p-sign {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-black);
}

.p-small {
    font-size: 12px;
    line-height: 1.7;
    color: rgb(51, 51, 51, 0.4);
}

.tabs {
    font-size: 18px;
    line-height: 1.1;
    color: var(--color-black);
}

.nav-link__header {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-black);
    text-decoration: none;
}

.subnav-link__header {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-black);
}

.js-data-href-link {
    cursor: pointer;
}

.nav-link__heading-footer {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-white);
}

.nav-link__footer li {
    font-size: 13px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.9);
}

.mail-link__header {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
}

.number-link__header {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-black);
}

.pzpo-link {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-black);
}

.pzpo-link__text {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-black);
}

.side-menu__heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--color-black);
}

.side-menu__link li {
    font-size: 14px;
    color: var(--color-black);
}

.pzpo-btn--text {
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-black);
}

.breadcrumds {
    font-size: 13px;
    color: var(--color-black);
}

.breadcrumds._active {
    font-weight: 700;
}

ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

ol li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 30px;
}

ol li:last-child {
    padding-bottom: 0;
}

ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    text-align: right;
    color: var(--color-red);
}

.properties-list {
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;*/
}

.properties-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 7px 10px;
    border-radius: 4px;
}
.properties-list__item:nth-child(2n) {
    background-color: #e6e6e67d;
}

.properties-list__name {
    font-weight: 400;
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.2;
}

/*.properties-list__name::after {
    content: '';
    display: block;
    width: auto;
    min-width: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 10px;
    border-bottom: 1px dashed rgba(51, 51, 51, .2);
    margin-top: -2px;
    height: 1px;
}*/

.properties-list__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(51, 51, 51, 1);
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (max-width: 1599px) {
    h2, .h2 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 36px;
    }

    .h1-hero {
        font-size: 24px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 16px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    .p-big,
    blockquote {
        font-size: 16px;
    }

    .tabs {
        font-size: 14px;
    }

    .nav-link__header {
        font-size: 16px;
    }

    .nav-link__heading-footer {
        font-size: 18px;
    }

    .nav-link__footer li {
        font-size: 16px;
    }

    .mail-link__header {
        font-size: 17px;
    }

    .number-link__header {
        font-size: 18px;
    }

    .pzpo-link {
        font-size: 14px;
    }

    .properties-list {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .properties-list__name {
        white-space: normal;
    }
    .properties-list__item {
        flex-direction: column;
        gap: 4px;
    }
    .properties-list__value {
        text-align: left;
    }
}


.video-frame-16 {
	margin: 1rem 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.text-content-links a,
.text-content-links a:visited {
    color: var(--color-black);
    font-weight: inherit;
    text-decoration-line: underline;
    text-decoration-color: rgba(227, 30, 36, .65);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-skip-ink: auto;
    transition: color .18s ease, text-decoration-color .18s ease;
}

.text-content-links a:hover {
    color: var(--color-red);
    text-decoration-color: var(--color-red);
}

.text-content-links a:focus-visible {
    color: var(--color-red);
    outline: 2px solid var(--color-red);
    outline-offset: 3px;
}
