/*main {
    display: flex;
    width: 1920px;
    padding: 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

input {
    font-family: Inter;
}
input[disabled] {
    pointer-events: none;
}

datalist option {
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: #ccc;
    cursor: pointer;
    z-index: 23;
    position: relative;
}

.moduleFilter {
    display: flex;
    padding: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    height: 520px;
    width: 1316px;
    border-radius: 24px;
    background: #f5f5f5;
}

.moduleMaterial {
    display: flex;
    padding: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    height: 577px;
    width: 1316px;
    border-radius: 24px;
    background: #f5f5f5;
}

.title {
    margin-top: 0;
    color: #232426;
    font-family: inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.titleParameter {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
    background-color: rgba(245, 245, 245, 1);
    margin-bottom: 12px;
    width: 100%;
}

.filterPart {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 1316px;
    height: 395px;
}

.Part {
    width: 646px;
    height: 395px;
    gap: 12px;
    border-radius: 24px;
}

.headParameter {
    color: var(--Gray-colors-Gray-4, #6b7280);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    height: 70px;
    width: 293px;
}

.groupParameter {
    display: flex;
    padding: 24px;
    width: 598px;
    height: 316px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    flex-wrap: wrap;
}

.data input {
    width: 294px;
    height: 49px;
    padding: 14px 12px 14px 12px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
}

.groupParameter select {
    width: 302px;
    height: 48px;
    padding: 14px 12px 14px 12px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    opacity: 1;
}

.bottomParametr {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    height: 48px;
    width: 1316px;
}

.bottomParametrHeader {
    color: #6b7280;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.bottom {
    margin-top: 24px;
    width: 646px;
}

.bottomParametrValue {
    color: #232426;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
}

.headMaterial {
    width: 598px;
    height: 70px;
    gap: 12px;
    display: flex;
    justify-content: space-between;
}
.groupMaterial {
    display: flex;
    padding: 24px;
    width: 598px;
    height: 373px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    flex-wrap: wrap;
}

.materialPart {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 1316px;
    height: 464px;
}
.Part-Material {
    height: 464px;
}
.materialProperties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.head {
    color: var(--Gray-colors-Gray-4, #6b7280);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.materialProperties input {
    display: flex;
    height: 70px;
    width: 194px;
    padding: 14px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.contentValue {
    display: flex;
    position: relative;
    top: 22px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    background: #fff;
    width: 42px;
    height: 22px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.progressbar {
    position: relative;
    top: 22px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    background: #fff;
    width: 42px;
    height: 22px;
    padding: 12px;
}
.counter {
    text-align: center;
    width: 42px;
    height: 22px;
    padding: 12px;
    color: var(--232426, #232426);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
span.progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(0, 255, 25, 1);
    transition: all 0.2s;
    border-radius: 3px 0 0 3px;
}
.c {
    display: flex;
    position: relative;
    top: 22px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    background: #fff;
    width: 42px;
    height: 22px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.base-btn {
    outline: none;
    border: none;
    cursor: pointer;
}

.base-btn__add {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 4px;
    background-color: #3390ec;
    transition: all 0.3s ease;
    position: relative;
    top: 22px;
}

.base-btn__add:hover {
    transition: all 0.3s ease;
    background-color: 0069D0;
}
.materialTable {
    width: 598px;
    height: 190px;
    font-family: Inter;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
}
.materialTable tbody {
    width: 100%;
    overflow-y: auto;
}

.materialTable th {
    width: 24%;
}

.materialPropertiesValue {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    margin-bottom: 12px;
    margin-right: 15px;
    padding-left: 20px;
}
.row th {
    color: var(--Gray-colors-Gray-4, #6b7280);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.materialTable thead th:nth-child(1) {
    width: 30px;
}
.materialTable tbody th:nth-child(1) {
    width: 18px;
    height: 18px;
    position: inherit;
}
.materialTable tbody th:nth-child(2) {
    width: 20%;
}
.materialTable tbody th:nth-child(3) {
    width: 26%;
}
.materialValue {
    width: 563px;
    color: var(--232426, #232426);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.Icon-Material {
    height: 20px;
    width: 20px;
    position: relative;
    top: -4px;
    left: -5px;
    border: none;
}
.headMaterialType {
    width: 32px;
}
.bottom-material {
    height: 48px;
    width: 488px;
}
.bottomMaterial {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
    align-self: stretch;
    height: 48px;
    width: 1316px;
}
.btn-panel {
    display: flex;
    width: 330px;
    height: 48px;
    gap: 8px;
}
.bottomMaterialHeader {
    margin: 0;
    color: #6b7280;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.bottomMaterialValue {
    color: #232426;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
}
.btn {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    color: var(--Gray-colors-White, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}
.help-button {
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.help {
    outline: none;
    cursor: pointer;
}
.btn-rem {
    background: #e80000;
}
.btn-add {
    background-color: green;
}
.btn-save {
    height: 48px;
    width: 378px;
    background-color: green;
}
.base-btn__remove {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 4px;
    background-color: red;
    transition: all 0.3s ease;
    position: relative;
    top: 22px;
}

.base-btn__remove:hover {
    transition: all 0.3s ease;
    background-color: red;
    opacity: 0.2;
}
.btn_disabled {
    background-color: #6b7280;
    transition: all 0.3s ease;
}

.moduleItems {
    display: flex;
    padding: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    height: 464px;
    width: 1316px;
    border-radius: 24px;
    background: #f5f5f5;
}
.ItemsPart {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 1316px;
    height: 339px;
    margin-bottom: 24px;
}
.Part-Items {
    display: flex;
    padding: 24px;
    width: 1090px;
    height: 312px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    flex-wrap: wrap;
}

.TableTestwithTh {
    width: 1090px;
    height: 339px;
    font-family: Inter;
    font-size: 11px;
    display: inline-block;
    position: relative;
    overflow-y: auto;
}
.itemsTable {
    width: 1090px;
    height: 339px;
    font-family: Inter;
    font-size: 11px;
    display: inline-block;
    position: relative;
    overflow-y: scroll;
}
.itemsTable tbody {
    width: 100%;
}

.tableHeader tr {
    display: flex;
    justify-content: space-between;
    width: 563px;
    height: 18px;
}

.rowItems {
    position: relative;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    margin-bottom: 12px;
    margin-right: 15px;
    width: max-content;
}
.itemsTable .rowItems th {
    height: 18px;
    margin-right: 15px;
}
.itemsTable th {
    width: 130px;
    position: relative;
    bottom: -10px;
}

.itemsTable {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.itemsTable tr {
    height: 18px;
}

.itemsTable td {
    padding: 12px;
    background-color: #fff;
}
.itemsTable td,
.itemsTable th {
    white-space: nowrap;
    border: 1px solid #d1d5db;
    border-right: none;
    border-left: none;
    text-align: left;
}

.itemsTable th {
    padding: 0px 12px;
    border: none;
    border-right: none;
    border-left: none;

    color: var(--Gray-colors-Gray-4, #6b7280);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.itemsTable td:last-child {
    border-right: 1px solid #d1d5db;
    border-radius: 0px 4px 4px 0px;
}
.Icon-Items {
    position: relative;
    left: 1px;
}
.itemsTable td:first-child {
    border-left: 1px solid #d1d5db;
    border-radius: 4px 0px 0px 4px;
}
.ItemsCheck {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.ItemsSum {
    display: flex;
    padding: 24px;
    width: 154px;
    height: 260px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    flex-wrap: wrap;
}
.ItemsDate {
    width: 202px;
    height: 19px;
    color: #232426;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ItemsSumName {
    color: #6b7280;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ItemsSumCheck {
    color: #232426;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-panel-Items {
    display: flex;
    align-items: flex-start;
    width: 482px;
    height: 48px;
    gap: 12px;
}
.btn-copy {
    background-color: rgba(51, 144, 236, 1);
}
.btn-disable {
    background: #9ca3af;
}
.btn-Items {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}
.uk-progress {
    width: 66px;
    height: 48px;
    border-radius: 4px;
}
.data > .nonViewed {
    transition: all 300ms ease-in-out;
    border: 1px solid red;
}
.data > .viewed {
    transition: all 300ms ease-in-out;
    border: 1px solid #d1d5db;
}
.materialProperties > input.nonViewed {
    transition: all 300ms ease-in-out;
    border: 1px solid red;
}
.materialProperties > input.viewed {
    transition: all 300ms ease-in-out;
    border: 1px solid #d1d5db;
}
div.nonViewed {
    transition: all 300ms ease-in-out;
    position: relative;
    top: 22px;
    border-radius: 4px;
    border: 1px solid red;
    background: #fff;
    width: 42px;
    height: 22px;
    padding: 12px;
}
div.viewed {
    transition: all 300ms ease-in-out;
    position: relative;
    top: 22px;
    border-radius: 4px;
    background: #fff;
    width: 42px;
    height: 22px;
    padding: 12px;
    border: 1px solid #d1d5db;
}
p {
    margin: 0;
    color: #ba0000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.saveSuccess {
    display: none;
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid black;
}
.modal_container {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 450px;
    height: 165px;
    background: #f5f5f5;
    transform: translate(-50%, -50%);
    border: 1px solid black;
}
.modal_container > h1 {
    margin: 15px 0 15px 10px;
}
.modal_container > p {
    margin: 15px 0 15px 10px;
    color: var(--Gray-colors-Gray-4, #6b7280);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}
.btn-panel-Items-Module {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 0px;
    width: 400px;
    height: 48px;
    gap: 12px;
    align-items: end;
    margin: 15px 25px 15px 25px;
}
.redProgressBar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 0, 0, 1) !important;
    transition: all 300ms ease-in-out !important;
    border-radius: 3px 0 0 3px;
}
.loader {
    background-image: url(/local/templates/Cert_module/media/Dual_Ring-1s-72px.gif);
    background-size: 32px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 31px;
    right: 5px;
}
*/

main {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 10px;
    gap: 64px;
    margin-bottom: 64px;
}
html {
    scroll-behavior: smooth;
}

[class*='__container'] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    /* width: 100%; */
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}
/*
*,
*:before,
*:after {
    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-adjust: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
button,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.header {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    border-radius: 4px;
    width: 210px;
    height: 50px;
}

.header__right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.header__right p {
    color: #6b7280;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.header__phone {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: Inter;
}

.header__btn {
    border-radius: 4px;
    padding: 14px 24px;
    background-color: #006ead;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.header__btn a {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
.navigation {
    background-color: #f4f4f6;
}
.navigation__container {
    font-size: 20px;
    display: flex;
    font-weight: 400;
    background-color: #f4f4f6;
    color: #000;
    font-weight: 500;
    line-height: normal;
    font-family: Inter;
    flex-wrap: wrap;
}
.navigation__container a {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    white-space: nowrap;
}
.navigation__container a:hover {
    background-color: white;
    color: black;
    opacity: 0.7;
}
.info__section {
    margin-top: 40px;
}

.info__container {
    display: flex;
    gap: 48px;
    align-items: center;
    flex-direction: column;
}

.info__title {
    color: #232426;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.info__description {
    color: #313553;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info__right {
    object-fit: cover;
    width: 1200px;
    height: 600px;
    border-radius: 42px;
}

.video__section {
    margin-top: 50px;
}

.video__container {
    position: relative;
    background-image: url('https://place-hold.it/1400x930');
    margin: auto;
    padding: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 42px;
    max-width: 1400px;
    width: 100%;
    height: 930px;
}
.video__container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    border-radius: 42px;
}

.video {
    border-radius: 42px;
    display: none;
    max-width: 1400px;
    height: 930px;
    width: 100%;
    position: relative;
    z-index: 12;
    -o-object-fit: cover;
    object-fit: cover;
}
.titlePage {
    padding-left: 25px;
    padding-top: 15px;
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
}
.play-button {
    position: absolute;
    width: 275px;
    height: 275px;
    top: 50%;
    left: 42%;
    transform: translateY(-50%);
    z-index: 11;
}

/* .news__section {
    margin-top: 65px;
} */

.news__title {
    color: #1b1b1b;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
}

.news__blocks {
    display: flex;
    gap: 24px;
}

.news__img {
    width: 330px;
    height: 220px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.news__date {
    margin-bottom: 4px;
    color: #006ead;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.news__block-title {
    color: #3b3c3d;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer {
    background-color: #424242;
    margin-top: auto;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.footer__links {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.footer__link {
    border-radius: 12px;
    background-color: #f5f5f5;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer__copyright {
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
.header__btn:hover,
.btn:hover {
    opacity: 0.8;
}
.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /*align-items: end;*/
}
.footer__info {
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
}
/*# sourceMappingURL=style.css.map */
@media (max-width: 1440px) {
    .video__container {
        max-width: 1000px;
    }
    .video__container::after {
        max-width: 1000px;
    }
    .video {
        max-width: 1000px;
    }
    .play-button {
        width: 150px;
        height: 150px;
    }
    .news__blocks {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .video__container {
        max-width: 800px;
        height: 500px;
    }
    .video__container {
        max-width: 600px;
        height: 400px;
    }
    .video__container::after {
        max-width: 600px;
        height: 400px;
    }
    .video {
        max-width: 600px;
        height: 400px;
    }
    .play-button {
        width: 90px;
        height: 90px;
    }
    .info__container {
        flex-direction: column;
    }
    .info__title {
        font-size: 34px;
    }
    .info__right {
        width: 100%;
        /* height: unset; */
        /* height: 430px;
        border-radius: 42px; */
    }
    .info__description {
        font-size: 15px;
    }
    .news__title {
        font-size: 22px;
    }
    .titlePage {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .footer__container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .news__img {
        width: 220px;
        height: 170px;
    }
    .header__phone {
        font-size: 14px;
    }
    .titlePage {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .header__btn a {
        font-size: 12px;
    }
    .header__container {
        flex-direction: column;
        gap: 15px;
        /* align-items: start; */
        justify-content: unset;
        align-items: unset;
    }
    .info__right {
        width: 300px;
        height: 180px;
    }
    .video__container {
        max-width: 300px;
        height: 180px;
    }
    .video__container::after {
        max-width: 300px;
        height: 180px;
    }
    .video {
        max-width: 300px;
        height: 180px;
    }
    .play-button {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .info__title {
        font-size: 20px;
    }
    .info__description {
        font-size: 12px;
    }
    .news__title {
        font-size: 16px;
    }
    .news__date {
        font-size: 12px;
    }
    .news__block-title {
        font-size: 14px;
    }
    .footer__copyright {
        font-size: 12px;
    }
    a {
        text-align: center;
    }
    .header__logo {
        /* text-align: center; */
        width: unset;
        /* width: 150px;
        height: 30px; */
    }
    .header__btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    .header__right {
        justify-content: space-between;
    }
    .header__right p {
        font-size: 12px;
    }
    .header__phone {
        font-size: 14px;
    }
} /*# sourceMappingURL=media.css.map */
