@charset "utf-8";
html, body {
    height: 100%;
    box-sizing: border-box;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: normal 16px/25px "Open Sans", -apple-system, "Open Sans", system-ui, "sans-serif";
    color: #000;
    -webkit-text-size-adjust: none;
    display: flex;
    flex-direction: column;
}
*, *:before, *:after {
    box-sizing: border-box;
}
form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
input, select, textarea, button {
    font: normal 15px "Open Sans", -apple-system, "Open Sans", system-ui, "sans-serif";
    color: #000;
    outline: none;
    text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
    -webkit-appearance: none;
    border-radius: 26px;
    box-shadow: none;
    border: 1px solid #285a93;
    background: #fff;
    margin: 0;
    padding: 15px 8px 15px 32px;
    width: 100%;
    display: block;
}
.tox-tinymce {
    border: 0 !important;
}
.tox .tox-edit-area:before {
    opacity: 1 !important;
    border-color: #285a93 !important;
    border-width: 1px !important;
    border-radius: 26px !important;
}
.tox-editor-header, .tox .tox-statusbar {
    box-shadow: none !important;
    border: 0 !important;
}
.tox .tox-statusbar {
    display: none !important;
}
input:read-only {
    background-color: #F5F5F5;
    border-color: #7F7F7F;
}
input.error {
    border-color: #bf0a30 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5 !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5 !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5 !important;
}
input::-ms-clear {
    display: none;
}
button::-moz-focus-inner {
    border: 0;
}
textarea {
    resize: none;
    font-weight: normal;
}
.form-info {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0 0;
}
.outtaHere {
    overflow: hidden;
    max-width: 100vw;
    position: fixed !important;
    transform: scale(0) !important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
    display: block;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color: #1a4fa4;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a[href^=tel] {
    color: inherit !important;
    cursor: inherit;
    text-decoration: none !important;
}
strong {
    font-weight: bold;
}
p, ol, ul {
    margin: 0 0 18px 0;
    padding: 0;
}
ol, ul, li {
    list-style: none;
}
li {
    position: relative;
    margin: 0 0 9px 0;
    padding: 0 0 0 18px;
}
ul > li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}
ol {
    counter-reset: li;
}
ol > li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 18px;
    margin: 0 0 0 -18px;
    padding: 0 4px 0 0;
    text-align: right;
}
.label {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.label:last-child {
    margin-bottom: 0;
}
.radio {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    position: relative;
}
.radio:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1a4fa4;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
}
input:checked + .radio {
    border-color: rgba(26, 79, 164, 0.5);
}
input:checked + .radio:before {
    opacity: 1;
}
.checkbox {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 2px solid #D9D9D9;
    position: relative;
}
.checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/checkbox.png) no-repeat 50% 50%;
    background-size: auto 50%;
    opacity: 0;
}
input:checked + .checkbox {
    border-color: rgba(26, 79, 164, 0.5);
}
input:checked + .checkbox:before {
    opacity: 1;
}
.checks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}
.checks > * {
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    padding-left: 32px;
}
.checks label {
    cursor: pointer;
    user-select: none;
}
.checks .checkbox, .checks .radio {
    position: absolute;
    top: 12.5px;
    left: 0;
    transform: translate3d(0, -50%, 0);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    vertical-align: top;
    gap: 8px;
    flex: 0 0 auto;
    max-width: 100%;
    text-decoration: none;
    font: normal 16px "Open Sans", -apple-system, "Open Sans", system-ui, "sans-serif";
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    user-select: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    height: 48px;
    border-radius: 24px;
    padding: 0 23px;
    position: relative;
    overflow: hidden;
}
.btn img, .btn svg {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
}
.btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.btn-big {
    font-size: 20px;
    border-radius: 26px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.btn:disabled, .btn.disabled {
    cursor: default;
    filter: grayscale(100%);
    opacity: 0.5;
}
.btn-blue {
    color: #fff;
    border-color: #1a4fa4;
    background-color: #1a4fa4;
}
.btn-border-red {
    color: #000;
    border-color: #bf0a30;
    background-color: transparent;
}
.btn-red {
    color: #fff;
    border-color: #bf0a30;
    background-color: #bf0a30;
}
.break-word {
    word-break: break-all;
}
.nowrap {
    white-space: nowrap;
}
.red {
    color: #bf0a30;
}
h1, .h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #002868;
    margin: 24px 0 16px 0;
}
.uppercase {
    text-transform: uppercase;
}
.mainwrap {
    flex: 0 0 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.header, .footer {
    flex: 0 0 auto;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 32px;
}
.header {
    background: #FBFBFB;
}
.header .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding: 16px 0;
}
.header .grid > * {
    flex: 0 0 auto;
}
.header .logo {
    width: 43.63%;
    max-width: 317px;
}
.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header .links {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    gap: 0 24px;
}
.header .links > * {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 8px;
}
.header .links > *:before {
    content: '';
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.header .links .bg-admin:before {
    background-image: url("../img/user.svg");
}
.header .links .bg-logout:before {
    background-image: url("../img/sign-out.svg");
}
.header .links a {
    padding: 0 15px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #7F7F7F;
}
.table table {
    border-collapse: collapse;
    width: 100%;
}
.table th {
    text-align: left;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 8px 6px 8px;
    border: 0;
    border-bottom: 1px solid #000000;
}
.table td {
    text-align: left;
    vertical-align: middle;
    padding: 9px 8px 8px 8px;
    border: 0;
    line-height: 22px;
}
.table tr:nth-child(even) td {
    background-color: #FBFBFB;
}
.table tr:nth-child(even) td .actions .link {
    background-color: #fff;
}
.table .center {
    text-align: center;
}
.table .td-photo {
    width: 1px;
    padding-right: 0;
}
.table .td-descr {
    width: 38%;
}
.table .td-photo > * {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 81px;
    height: 81px;
}
.table .td-photo > * img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
}
.table .td-photo .play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    background: rgba(2, 35, 53, 0.35) url(../img/play-white.svg) no-repeat 50% 50%;
    background-size: auto 24px;
}
.table .table-title {
    display: none;
}
.table .td-actions {
    width: 1px;
}
.actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.actions .link {
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
    flex: 0 0 auto;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    text-align: left;
    text-indent: -100vw;
    width: 56px;
    height: 56px;
    background-color: #FBFBFB;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 24px;
    border-radius: 12px;
}
.actions .link input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.actions .bg-edit {
    background-image: url("../img/pencil.svg");
}
.actions .bg-delete {
    background-image: url("../img/cross.svg");
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0;
    font-weight: 600;
    font-size: 16px;
}
.pagination .c {
    flex: 0 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.pagination .link {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    overflow: hidden;
    text-align: left;
    text-indent: -100vw;
    white-space: nowrap;
}
.pagination .first {
    background-image: url("../img/pagination/first.svg");
}
.pagination .prev {
    background-image: url("../img/pagination/prev.svg");
}
.pagination .next {
    background-image: url("../img/pagination/next.svg");
}
.pagination .last {
    background-image: url("../img/pagination/last.svg");
}
.pagination input {
    padding: 6px 0;
    height: 38px;
    border-radius: 19px;
    text-align: center;
    width: 58px;
    font-weight: 600;
    font-size: 16px;
    flex: 0 0 auto;
    color: #022335;
}
.pagination .btn {
    padding: 0 22px;
    border-radius: 19px;
    height: 38px;
    font-weight: 600;
}
w .mfp-bg {
    background: #fff !important;
}
.modal {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
    padding: 24px;
    border-radius: 3px;
    box-shadow: 8px 8px 24px rgba(55, 55, 55, 0.04);
    background: #fff;
    border: 1px solid #e5e5e5;
}
.modal .mfp-close {
    width: 24px !important;
    height: 24px !important;
    text-align: left !important;
    text-indent: -100vw !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    background: url(../img/close.png) no-repeat 50% 50%;
    background-size: auto 17px;
    opacity: 1;
}
.modal img {
    width: 100%;
    height: auto;
}
.modal .actions {
    justify-content: flex-end;
    margin-top: 16px;
}
.modal-notification {
    max-width: 308px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 64px 32px;
}
.modal-notification .mfp-close {
    margin: 16px !important;
}
.hold-video video {
    display: none;
}
.hold-video .video-js video {
    display: block;
}
.video-js {
    margin-bottom: 75px;
    width: auto !important;
    height: auto !important;
}
.video-js:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.vjs-text-track-display, .video-js .vjs-control-bar {
    bottom: auto;
    top: 100%;
    margin: 12px 0 0 0;
    height: 43px;
}
.video-js .vjs-big-play-button {
    top: 100%;
    margin: 12px 0 0 0 !important;
    left: 0;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    background: url(../img/play.svg) no-repeat 50% 50% !important;
    background-size: contain !important;
}
.video-js .vjs-big-play-button > * {
    display: none;
}
.video-js .vjs-control-bar {
    background: none;
    opacity: 1 !important;
}
.video-js button {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin: 0 10px 0 0 !important;
}
.video-js .vjs-play-control:before, .video-js .vjs-play-control:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.video-js .vjs-play-control:before {
    background-image: url(../img/play.svg);
}
.video-js .vjs-play-control:after {
    background-image: url(../img/pause.svg);
    opacity: 0;
}
.video-js .vjs-play-control.vjs-playing:before {
    opacity: 0;
}
.video-js .vjs-play-control.vjs-playing:after {
    opacity: 1;
}
.video-js .vjs-play-control > * {
    display: none;
}
.video-js .vjs-volume-panel {
    display: none;
}
.video-js .vjs-progress-control {
    min-width: 0;
    width: calc(100% - 53px);
}
.video-js .vjs-progress-control ~ * {
    display: none;
}
.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0;
    background: #2d3444;
}
.video-js .vjs-load-progress {
    background: none;
}
.video-js .vjs-play-progress {
    background: #00d257;
}
.video-js .vjs-play-progress:before {
    display: none;
}
.video-js .vjs-time-control {
    display: none;
}
.video-js .vjs-fullscreen-control {
    display: none;
}
.video-js .vjs-time-tooltip {
    display: none !important;
}
.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
}
.login .logo {
    margin: 0 0 112px 0;
}
.login .logo img {
    width: 100%;
    height: auto;
    max-width: 534px;
}
.form {
    margin: 0 auto;
    max-width: 330px;
}
.form-row {
    margin: 0 0 32px 0;
}
.form-submit {
    margin: 48px 0 0 0;
}
.form-submit .btn {
    width: 100%;
    height: 52px;
    font-weight: bold;
}
.form-submit .form-info {
    margin: -24px 0 8px 0;
}
.bigform {
    margin: 8px 0;
}
.bigform .inputs {
    flex: 0 0 auto;
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 0;
    margin: 0 -12px;
}
.bigform .inputs-el {
    flex: 0 0 auto;
    width: 33.333333%;
    padding: 0 12px;
}
.bigform .row {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    gap: 24px;
    border-top: 1px solid #D9D9D9;
}
.bigform .row:first-child {
    border-top-width: 0;
}
.bigform .row-selection {
    gap: 24px 48px;
}
.bigform .row-selection .label {
    margin-bottom: 16px;
}
.bigform .row-selection .info {
    margin: 0 0 16px 0;
}
.bigform .row-selection .label + .info {
    margin-top: -16px;
}
.bigform .row-selection-wide .label {
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
}
.bigform .col {
    flex: 0 0 auto;
    max-width: 100%;
}
.bigform .col:only-child {
    width: 100%;
}
.bigform input, .bigform textarea, .bigform .tox-tinymce {
    font-weight: normal;
    max-width: 688px;
    border-radius: 16px;
}
.bigform textarea {
    border-width: 2px;
}
.tox .tox-edit-area {
    border-width: 2px !important;
}
.bigform textarea.autosize {
    height: 52px;
    min-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.bigform textarea.minh {
    min-height: 104px;
}
.bigform .form-row {
    max-width: 322px;
    margin: 17px 0 5px 0;
}
.bigform .row-checks .label {
    width: 100%;
    margin: 0 0 -8px 0;
}
.photo-selection-grid, .button-selection-grid {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    max-width: 100%;
}
.photo-selection-grid {
    gap: 24px;
}
.button-selection-grid {
    gap: 24px 39px;
}
.photo-selection {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 16px;
}
.row-selection-wide .photo-selection {
    width: 155px;
}
.photo-selection .place {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 12px;
}
.photo-selection .place-color {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-selection .place-color input {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120% !important;
    height: 120% !important;
    max-width: none !important;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: none !important;
    cursor: pointer;
}
.photo-selection .place.empty {
    background: #F5F5F5 url("../img/image.svg") no-repeat 50% 50%;
    background-size: 30px auto;
}
.photo-selection .place img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}
.photo-selection .actions, .button-selection .actions {
    gap: 8px;
    margin: 0;
    flex: 0 0 auto;
    max-width: 100%;
}
.photo-selection .actions .link, .button-selection .actions .link {
    border: 1px solid #7F7F7F;
}
.photo-selection input {
    padding: 15px 0 !important;
    text-align: center;
    height: 56px;
    border-radius: 28px;
    width: 100%;
    max-width: 120px;
    border-width: 2px;
}
.button-selection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.button-selection img {
    height: 54px;
    width: auto;
}
.bigform .submit {
    border-width: 0;
    padding-top: 32px;
    justify-content: space-between;
}
.bigform .submit .btn {
    padding: 0 22px;
}
.top-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 24px 0;
    margin: 24px 0 22px 0;
}
:root {
    --color_bg: #000;
    --color1: #000;
    --color2: #000;
    --color3: #000;
}
.btn-example {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: var(--color2);
    width: 243px;
    height: 54px;
    border-radius: 27px;
    font: normal 16px/25px "Open Sans", -apple-system, "Open Sans", system-ui, "sans-serif";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: var(--color1);
}
.btn-example.dark {
    background: none;
    color: var(--color3);
    border: 2px solid var(--color3);
}
.btn-example svg {
    flex: 0 0 auto;
    fill: currentColor;
}
