

/* Start:/local/templates/main/assets/css/normalize.css?17575016291687*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/* End */


/* Start:/local/templates/main/assets/css/main.css?175750162930451*/
:root {
    --p: 60px;
    --max-width: 1800px;
}

@font-face {
    font-family: "Circe";
    src: url("/local/templates/main/assets/css/./../fonts/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("/local/templates/main/assets/css/./../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/assets/css/./../fonts/Circe-Regular.woff") format("woff"), url("/local/templates/main/assets/css/./../fonts/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("/local/templates/main/assets/css/./../fonts/Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("/local/templates/main/assets/css/./../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/assets/css/./../fonts/Circe-Bold.woff") format("woff"), url("/local/templates/main/assets/css/./../fonts/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Circe", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #004163;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 24px;
    color: #004163;
}

h3 {
    font-weight: 400;
    font-size: 14px;
}

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

a:-webkit-any-link:active {
    color: #fff;
}

html {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: clip;
    height: 100%;
    background: #F6F6F6;
    color: #004163;
    line-height: initial;
}

html.lock {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding-right: var(--scrollbar-width);
}

body {
    overflow-x: clip;
    position: relative;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
}

.page_wrapper {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.container {
    position: relative;
    max-width: calc(var(--max-width) + var(--p) * 2);
    margin: 0 auto;
    padding-left: var(--p);
    padding-right: var(--p);
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

svg.icon {
    height: 24px;
    width: 24px;
    min-width: 24px;
    display: block;
    color: inherit;
}

.page_content {
    padding: 24px 0;
    position: relative;
    display: grid;
    justify-content: start;
    gap: 64px;
    grid-template-columns: 402px 1fr 402px;
}

.page_content:not(:has(.content_wrapper)) {
    grid-template-columns: 402px 1fr;
    padding-bottom: 231px;
}

.page_content .search_block {
    max-width: 100%;
}

.page_content .content_wrapper {
    position: relative;
    display: grid;
    justify-content: start;
    gap: 64px;
    grid-template-columns: 1fr 402px;
    grid-column: span 2;
}

.aside_righ {
    position: sticky;
    top: 24px;
    height: -moz-fit-content;
    height: fit-content;
}

.aside_righ > .banner {
    margin-top: 102px;
}

.aside_righ .banner {
    height: 494px;
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #b0ccdb;
    background: #e9f2f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 16px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004f83;
    margin-bottom: 44px;
    width: -moz-fit-content;
    width: fit-content;
}

.grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.grid_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.header {
    padding: 30px 0;
    background: #fff;
    z-index: 100;
}

.header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header .logo {
    width: 198px;
    min-width: 198px;
    height: 54px;
    margin-right: 87px;
}

.header .logo svg {
    width: 100%;
    height: 100%;
}

.header .logo .mobile {
    display: none;
}

.header .header_actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header .header_actions .btn {
    padding: 14px 24px;
    min-height: 60px;
}


.footer {
    padding: 100px 0;
    background: #fff;
    background: #e9f2f7;
}

.footer .footer_wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    gap: 72px;
}

.footer .footer_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    max-width: 315px;
}

.footer .info_top {
    display: flex;
    flex-direction: column;
}

.footer .info_top .logo {
    margin-bottom: 34px;
    width: 198px;
    height: 53px;
}

.footer .info_top .logo svg {
    width: 100%;
    height: 100%;
}

.footer .text {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #337ca2;
    margin: 0;
}

.footer .footer_menu {
    display: flex;
}

.footer .footer_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

.footer .footer_menu ul li {
    margin: 0;
}

.footer .footer_menu ul li.title {
    margin-bottom: 4px;
}

.footer .footer_menu ul li.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #005b8b;
}

.footer .footer_menu ul li + .title {
    margin-top: 8px;
}

.footer .footer_menu ul li.showall {
    display: list-item !important;
}

.footer .footer_menu ul a {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #337ca2;
    text-decoration: none;
    display: inline-block;
    transition: all 250ms ease-in-out;
}

.footer .footer_menu ul a:hover {
    color: #0090ef;
}

.footer .footer_contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 385px;
}

.footer .footer_contacts a {
    text-decoration: none;
    transition: all 250ms ease-in-out;
}

.footer .footer_contacts a:hover {
    color: #0090ef;
}

.footer .footer_contacts .contacts_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .footer_contacts .tel {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #005b8b;
    display: inline-block;
}

.footer .footer_contacts .mail {
    display: inline-block;
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #005b8b;
}

.footer .footer_contacts .address {
    margin: 42px 0 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

.footer .footer_contacts .time {
    margin-bottom: 42px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

.footer .footer_contacts .account_details {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 40px;
}

.footer .footer_contacts .account_details .title {
    width: 100%;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

.footer .footer_contacts .account_details .item {
    display: flex;
    flex-direction: column;
}

.footer .footer_contacts .account_details .name {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #5491b1;
}

.footer .footer_contacts .account_details .value {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

.footer .footer_contacts .apps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 42px;
}

.footer .footer_contacts .apps svg {
    width: 198px;
    height: 60px;
    max-width: 100%;
}

.footer .footer_mobile {
    display: none;
}

#goUp {
    position: fixed;
    bottom: 108px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 32px;
    width: 72px;
    height: 60px;
    background: #b0ccdb;
    opacity: 0;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

#goUp.show {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    opacity: 1;
    pointer-events: auto;
}

#goUp.show:hover {
    opacity: 0.8;
}

#goUp svg {
    width: 18px;
    height: 20px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 32px;
    padding: 18px 24px;
    text-decoration: none;
    outline: none;
    line-height: 1;
    color: #0090ef;
    border: none;
    transition: all 250ms ease-in-out;
}

.btn:hover,
.btn:focus {
    opacity: 0.8;
}

.btn.main {
    color: #fff;
    background: #0090ef;
    box-shadow: inset 0 0 0 2px #0090ef;
}

.btn.main:hover,
.btn.main:focus {
    background-color: rgba(0, 144, 239, 0.6);
    opacity: 1;
}

.btn.outline {
    box-shadow: inset 0 0 0 2px #03e9a2;
    background: rgba(177, 248, 226, 0.55);
    color: #00263a;
}

.btn.outline:hover,
.btn.outline:focus {
    background-color: #03e9a2;
    opacity: 1;
}

.btn.accent {
    color: #fff;
    background: #03d493;
    box-shadow: inset 0 0 0 2px #03d493;
}

.btn.accent:hover,
.btn.accent:focus {
    opacity: 1;
    box-shadow: inset 0 0 0 2px #03e9a2;
    background: rgba(177, 248, 226, 0.55);
    color: #00263a;
}

.btn .btn_text {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 99999s;
}

fieldset {
    padding: 0;
    border: none;
    font-size: 14px;
}

fieldset.text,
fieldset.textarea {
    position: relative;
    display: grid;
    margin: 0;
}

fieldset.text legend,
fieldset.textarea legend {
    margin-bottom: 4px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

fieldset.text input,
fieldset.text textarea,
fieldset.textarea input,
fieldset.textarea textarea {
    width: 100%;
    background-color: transparent;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
    border: 1px solid #b0ccdb;
    border-radius: 12px;
    padding: 8px 16px;
}

fieldset.text input::-moz-placeholder, fieldset.text textarea::-moz-placeholder, fieldset.textarea input::-moz-placeholder, fieldset.textarea textarea::-moz-placeholder {
    font-size: 14px;
    color: #7b8b8c;
}

fieldset.text input::placeholder,
fieldset.text textarea::placeholder,
fieldset.textarea input::placeholder,
fieldset.textarea textarea::placeholder {
    font-size: 14px;
    color: #7b8b8c;
}

fieldset.text input:focus,
fieldset.text input:hover,
fieldset.text textarea:focus,
fieldset.text textarea:hover,
fieldset.textarea input:focus,
fieldset.textarea input:hover,
fieldset.textarea textarea:focus,
fieldset.textarea textarea:hover {
    border: 1px solid #005b8b;
}

fieldset.text input:disabled,
fieldset.text textarea:disabled,
fieldset.textarea input:disabled,
fieldset.textarea textarea:disabled {
    background: #ebebeb;
    border: 1px solid #b0ccdb;
}

fieldset.text textarea,
fieldset.textarea textarea {
    padding-top: 10px;
    resize: none;
    min-height: 111px;
}

fieldset.text textarea::-moz-placeholder, fieldset.textarea textarea::-moz-placeholder {
    font-size: 14px;
    opacity: 0.5;
}

fieldset.text textarea::placeholder,
fieldset.textarea textarea::placeholder {
    font-size: 14px;
    opacity: 0.5;
}

.page_404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    gap: 32px;
    padding-top: 86px;
}

.page_404 h1 {
    text-align: center;
}

.page_404 .btn {
    min-width: 200px;
    min-height: 53px;
}

.page_404 .btn .btn_text {
    font-size: 14px;
}

.page_404 img {
    margin-top: auto;
}


.aside_blocks {
    margin-top: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 64px;
}

.aside_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 32px;
    padding: 40px 32px;
    background: #fff;
}

.aside_block.block_instructions .accent {
    padding: 18px 27px;
}

.aside_block.block_instructions .accent svg {
    min-width: 24px;
}

.aside_block.block_instructions .accent .btn_text {
    letter-spacing: 0.04em;
}

.aside_block.block_instructions .accent .btn_text.btn_text_tablet {
    display: none;
}

.aside_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aside_block ul a {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #06a;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}

.aside_block ul a:hover {
    color: #0090ef;
}

.mobile_search {
    display: none;
}

.mobile_search .search_input {
    background-color: #fff;
    position: relative;
    margin-bottom: 24px;
}

.mobile_search .search_icon {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    pointer-events: all;
}

.searhed_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.searhed_item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px 160px 32px 64px;
    border-radius: 32px;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20L20 4M20 4H7M20 4V17' stroke='%230090EF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 64px) center;
    background-size: 24px 24px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.searhed_item:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.searhed_item h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #004163;
}

.searhed_item p {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #004163;
    gap: 16px;
    margin: 16px 0 0;
}

.searhed_text {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #337ca2;
    margin: 16px 0;
}

.searhed_text span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #004163;
}

.dialog {
    z-index: 100;
    padding: 0;
    border: none;
    transform-origin: 50% 50%;
    animation: dialog 300ms ease forwards 1;
    will-change: scale, opacity;
    background-color: transparent;
    scale: 1;
}

.dialog::backdrop {
    opacity: 0;
    will-change: opacity;
    background: rgba(0, 65, 99, 0.25);
    animation: backdrop 500ms ease forwards 1;
}

.dialog[open=""] {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog[open=""]::backdrop {
    opacity: 1;
}

.dialog .dialog_wrapper {
    overflow: auto;
    position: relative;
    max-height: 100%;
    overscroll-behavior: contain;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 32px;
    padding: 32px 40px 64px 40px;
    max-width: 668px;
    width: 100vw;
}

.dialog .dialog_close {
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-bottom: 48px;
    color: #004163;
    transition: all 250ms ease-in-out;
}

.dialog .dialog_close svg {
    width: 24px;
    height: 24px;
}

.dialog h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #004163;
    margin: 24px 0;
}

.dialog p {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #004163;
    margin: 0;
}

.dialog fieldset {
    margin-top: 24px;
}

.dialog .form_actions {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
}

.dialog .form_actions a.btn {
    padding: 16px 24px;
}

.dialog .form_actions button {
    margin: 0;
}

.dialog .rating {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 16px;
    margin: 48px 0;
}

.dialog .rating svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.dialog .rating input {
    float: right;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}

.rating label {
    display: flex;
    align-items: centerq;
    justify-content: center;
    color: #b0ccdb;
    text-decoration: none;
    transition: color 0.4s;
}

.rating label:hover ~ label {
    color: #03e9a2;
    cursor: pointer;
}

.rating label.half {
    margin-right: -40px;
    width: 16px;
}

.rating label.half svg {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.rating label.full svg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.dialog .rating input:checked ~ label,
.dialog .rating label:hover {
    color: #03e9a2;
    cursor: pointer;
}

.dialog button {
    margin: 24px auto 0;
    padding: 16px 32px;
}

.dialog button .btn_text {
    font-size: 14px;
}

.dialog a .btn_text {
    font-size: 18px;
}

.dialog .recover_link {
    padding: 0;
    margin: 24px 0;
    padding: 4px 8px;
}

body #feedback_dialog h2.sucsess {
    margin-bottom: 20px;
    text-align: center;
}

jdiv[class^="globalClass"] jdiv[class^="button"] jdiv[class^="iconWrap"]{
    display: none !important;
}

jdiv[class^="globalClass"]>jdiv>jdiv[class^="button"] {
	background: url("/local/templates/main/assets/css/./../images/jivo.png") !important;
	background-size: contain !important;
	box-shadow: unset !important;
	border-radius: unset !important;
}


@keyframes dialog {
    from {
        scale: 0.5;
        opacity: 0.5;
    }
}

@keyframes backdrop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#menu_dialog {
    display: contents;
    position: relative;
    box-shadow: none;
    width: 100%;
    position: sticky;
    top: 24px;
}

@media (min-width: 1280px) {
    main > #menu_dialog {
        display: none;
    }
}

#menu_dialog .dialog_wrapper {
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    width: 100%;
    display: contents;
}

#menu_dialog .dialog_close {
    display: none;
}

@media (max-width: 1700px) {
    .page_content {
        gap: 40px;
        grid-template-columns: 300px 1fr 300px;
    }

    .page_content:not(:has(.content_wrapper)){
        gap: 0 40px;
        grid-template-columns: 300px 1fr 3;
    }

    .page_content .content_wrapper {
        gap: 40px;
        grid-template-columns: 1fr 300px;
    }

    .aside_block.block_instructions .accent .btn_text {
        display: none;
    }

    .aside_block.block_instructions .accent .btn_text.btn_text_tablet {
        display: block;
    }
}

@media (min-width: 1599px) {
	
	.aside_article .banner {
		background: unset;
		align-items: flex-start;
	}
	
}

@media (max-width: 1280px) {
	
	.aside_article .banner {
		display: none;
	}
	
}

@media (max-width: 1599px) {
    .page_content {
        grid-template-columns: 300px 1fr;
    }

    .page_content:not(:has(.content_wrapper)) {
        grid-template-columns: 300px 1fr;
        padding-bottom: 32px;
    }

    .page_content .content_wrapper {
        grid-column: span 1;
        grid-template-columns: 100%;
    }

    .page_content .content_wrapper .page_inner {
        grid-column-start: 1;
    }

    .page_content .page_inner {
        grid-column-start: 2;
    }

    .aside_righ {
        grid-column-start: 2;
    }

    .aside_righ > .banner {
        margin-top: 0;
    }

    .grid_2 {
        grid-template-columns: 1fr;
    }

    .grid_4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .aside_blocks {
        display: grid;
        grid-template-columns: auto 1fr;
        margin-bottom: 32px;
        margin-top: 0;
        grid-row-start: -1;
        margin-bottom: 0;
        grid-template-columns: 1fr 1fr;
    }

    .aside_blocks {
        margin-top: 76px;
    }

    .mobile_search {
        display: block;
    }
}

@media (max-width: 1279px) {
    .page_content {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .page_content:not(:has(.content_wrapper)) {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .page_content .content_wrapper {
        gap: 32px;
    }

    .page_content .page_inner {
        grid-column-start: 1;
    }

    .aside_righ {
        grid-column-start: 1;
    }

    .header .search_block {
        display: none;
    }

    .footer {
        padding: 32px 0px 104px;
    }

    .footer .footer_wrapper {
        grid-template-columns: auto auto;
        grid-auto-flow: row;
        gap: 45px 79px;
        max-width: 690px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .footer .footer_info {
        max-width: 342px;
    }

    .footer .footer_contacts {
        width: 100%;
        max-width: 100%;
        grid-column: span 2;
    }

    .footer .footer_contacts .contacts_links {
        display: grid;
        grid-template-columns: 342px 1fr;
        gap: 79px;
    }

    .footer .footer_contacts .address {
        margin-top: 32px;
    }

    .footer .footer_contacts .time {
        margin-bottom: 24px;
    }

    .footer .footer_contacts .account_details {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 9px 55px;
    }

    .footer .footer_contacts .account_details .title {
        grid-column: span 3;
    }

    .footer .footer_contacts .apps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 55px;
        margin-top: 24px;
    }

    .footer .footer_mobile {
        display: block;
        padding: 24px 64px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
        background: #f2fffb;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        display: flex;
        justify-content: space-between;
    }

    .footer .footer_mobile a {
        display: flex;
        width: 56px;
        height: 56px;
        background: #03d493;
        border-radius: 32px;
        padding: 16px;
        text-decoration: none;
        color: #fff;
    }

    .footer .footer_mobile a svg {
        width: 100%;
        height: 100%;
    }

    #search_dialog {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
    }

    #search_dialog .dialog_wrapper {
        height: 100vh;
        border-radius: 0;
        width: 100vw;
        max-width: 100vw;
    }

    #menu_dialog {
        display: none;
        position: fixed;
        top: 0;
        margin: 0;
        max-width: 100vw;
        max-height: 100vh;
    }

    #menu_dialog[open=""] {
        display: block;
    }

    #menu_dialog .dialog_wrapper {
        display: block;
        overflow: auto;
        position: relative;
        max-height: 100%;
        overscroll-behavior: contain;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        height: 100vh;
        border-radius: 0;
        padding: 32px 40px 64px 40px;
        max-width: 100vw;
        width: 100vw;
        margin: 0;
    }

    #menu_dialog .dialog_close {
        display: block;
    }
}

@media (max-width: 1279px) and (max-width: 740px) {
    .footer .footer_mobile {
        padding: 24px 72px;
    }
}

@media (max-width: 1279px) and (max-width: 430px) {
    .footer .footer_mobile {
        padding: 24px 20px;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --p: 20px;
    }
}

@media (max-width: 992px) {
    .header {
        padding: 22px 0;
    }

    .header .logo {
        width: 164px;
        min-width: 164px;
        height: 44px;
        margin-right: 0;
    }

    .header .header_actions {
        gap: 16px;
    }

    .header .header_actions .login {
        padding: 14px 0;
    }
}

@media (max-width: 740px) {
    .grid_2 {
        gap: 40px;
        padding: 0 20px;
    }

    .grid_4 {
        grid-template-columns: 1fr;
    }

    .footer .footer_wrapper {
        grid-template-columns: 100%;
        gap: 24px;
    }

    .footer .footer_info {
        gap: 24px;
        display: contents;
    }

    .footer .info_top {
        order: 1;
    }

    .footer .info_top .logo {
        margin-bottom: 0px;
    }

    .footer .info_top .text {
        display: none;
    }

    .footer .copyright {
        order: 2;
    }

    .footer .footer_menu {
        order: 8;
    }

    .footer .footer_menu ul li.title span {
        position: relative;
        padding-right: 30px;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 170px;
    }

    .footer .footer_menu ul li.title span::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 100%;
        height: 1px;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80322 9.5L12.8032 15.5L18.8032 9.5' stroke='%23004163' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    }

    .footer .footer_menu ul li.title.active span::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .footer .footer_menu ul li.title ~ li:not(.title) {
        display: none;
    }

    .footer .footer_contacts {
        display: contents;
        grid-column: span 1;
    }

    .footer .footer_contacts .contacts_links {
        order: 3;
        display: flex;
        flex-direction: column3;
        gap: 16px;
    }

    .footer .footer_contacts .address {
        order: 5;
        margin: 0;
    }

    .footer .footer_contacts .time {
        order: 6;
        margin: -12px 0 0;
    }

    .footer .footer_contacts .account_details {
        order: 7;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 30px;
    }

    .footer .footer_contacts .account_details .title {
        grid-column: span 2;
    }

    .footer .footer_contacts .apps {
        display: flex;
        flex-direction: column;
        gap: 20px;
        order: 7;
        margin: 0;
    }

    #goUp {
        right: 20px;
        bottom: 120px;
        width: 56px;
        height: 56px;
        padding: 0;
    }

    .page_404 {
        margin-bottom: 0;
    }

    .page_404 .btn {
        min-width: 171px;
    }

    .aside_blocks {
        grid-template-columns: auto 1fr;
        align-items: start;
    }

    .aside_block.block_instructions {
        padding: 24px 38px;
        align-items: center;
    }

    .aside_block.block_instructions .accent .btn_text.btn_text_tablet {
        display: none;
    }

    .aside_block .btn_text {
        display: none;
    }

    .searhed_item {
        padding: 24px;
        background-position: calc(100% - 24px) 24px;
    }

    .searhed_item h2 {
        padding-right: 34px;
    }

    .dialog {
        max-width: 100vw;
        max-height: 100vh;
    }

    .dialog .dialog_wrapper {
        max-width: 100vw;
        box-shadow: none;
        height: 100vh;
        padding: 26px 20px;
        border-radius: 0;
    }

    .dialog .login_actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
    }

    .dialog .login_actions button {
        margin: 0;
    }

    #menu_dialog {
        margin-bottom: 0;
    }

    #menu_dialog .dialog_wrapper {
        max-width: 100vw;
        box-shadow: none;
        height: 100vh;
        padding: 26px 20px;
        border-radius: 0;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 18px 0;
    }

    .header .logo {
        min-width: 25px;
        width: 25px;
    }

    .header .logo svg {
        display: none;
    }

    .header .logo .mobile {
        display: block;
    }

    .header .header_actions .login {
        padding: 18px 0;
    }
}

@media (max-width: 430px) {
    .aside_block {
        padding: 24px;
    }

    .aside_block.block_instructions {
        padding: 24px;
    }
	
	.aricle_info{
		flex-wrap: nowrap;
	}
	

	.aricle_info .raiting {
		gap: 0;
	}
	
	.__jivoMobileButton {
		bottom: 180px !important;
	}
}



.article_detail table {
  margin: 40px 0;
}

.article_detail  table {
  width: 100%;
}

.article_detail table th:empty,
.article_detail table td:empty {
  background-color: transparent;
}

.article_detail table th:empty + th,
.article_detail  table th:empty + td,
.article_detail  table td:empty + th,
.article_detail  table td:empty + td {
  border-top-left-radius: 8px;
}

.article_detail table th {
  background: #b0ccdb;
  padding: 16px 0;
  font-weight: 400;
}

.article_detail table td {
  background: #e9f2f7;
  padding: 16px 0;
  text-align: center;
}

.article_detail table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}

.article_detail table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}

.article_detail table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.article_detail table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

/* End */


/* Start:/local/templates/main/components/bitrix/search.form/search_block/style.css?17575016294164*/
.search_block {
    max-width: 868px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.search_block:focus-within .form_action {
    transform: scaleX(1);
}

.search_block .form_search {
    position: relative;
    overflow-x: visible;
}

.search_block .form_search button {
    margin: 0;
}

.search_block .search_input {
    width: 100%;
    padding: 8.5px 16px;
    padding-right: 0;
    display: flex;
    align-items: center;
    border: 1px solid #b0ccdb;
    border-radius: 12px;
    height: 44px;
}

.search_block .search_input input {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
    padding-right: 170px;
}

.search_block .search_input input::-moz-placeholder {
    color: #7b8b8c;
}

.search_block .search_input input::placeholder {
    color: #7b8b8c;
}

.search_block .form_action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    z-index: 1;
    transform: scaleX(0);
    background-color: #fff;
    transform-origin: center right;
    transition: transform 200ms ease;
}

.search_block .form_action .close_search {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    color: #004163;
}

.search_block .form_action button[type=submit] {
    background: #03d493;
    border-radius: 8px;
    padding: 14px 32px;
    gap: 10px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    height: 100%;
}

.search_block .search_icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
}

.search_block .search_result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    display: none;
}

.search_block .search_result .search_result_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.search_block .search_result .btn {
    width: 100%;
    margin-top: 16px;
}

.search_block .search_result .search_result_item {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
    padding: 8px 8px 8px 34px;
    position: relative;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}

.search_block .search_result .search_result_item:hover {
    opacity: 0.8;
}

.search_block .search_result .search_result_item::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.5C15.4183 19.5 19 15.9183 19 11.5C19 7.08172 15.4183 3.5 11 3.5C6.58172 3.5 3 7.08172 3 11.5C3 15.9183 6.58172 19.5 11 19.5Z' stroke='%23B0CCDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21.9999 22.5L19.4999 20' stroke='%23B0CCDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
}


@media (max-width: 1279px) {
    .search_block .search_input {
        height: 56px;
    }

    .search_block .form_action {
        height: 46px;
    }

    .search_block .search_icon {
        top: 26px;
    }

    .search_block .search_result {
        position: static;
        box-shadow: none;
    }
}

@media (max-width: 740px) {
    .search_block .search_result {
        height: calc(100vh - 107px);
        padding-bottom: 64px;
    }

    .search_block .search_result .search_result_wrapper {
        height: calc(100vh - 132px - 124px - 10px);
        overflow: auto;
        margin-bottom: 24px;
    }

    .search_block .search_result .btn {
        margin-top: auto;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/sidebar/style.css?17575016291833*/
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    position: sticky;
    top: 24px;
    max-height: 1120px;
    height: -moz-fit-content;
    height: fit-content;
    overflow: auto;
    scrollbar-width: thin;
}

.sidebar > ul li:not(:has(ul)) a:hover {
    background-color: #dfebf1;
}

.sidebar > ul ul {
    display: none;
}

.sidebar > ul > li > ul {
    margin-top: 4px;
    display: none;
}

.sidebar > ul > li > ul ul a {
    padding-left: 50px;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar ul:last-child {
    margin-bottom: 0;
}

.sidebar ul li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar ul li a.main_link {
    padding: 8px;
    background: #dfebf1;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00263a;
}

.sidebar ul li a.main_link:hover {
    background-color: #b0ccdb;
}

.sidebar ul li a.active {
    background: #b0ccdb;
    color: #004163;
}

.sidebar ul li a.active svg {
    transform: rotate(90deg);
}

.sidebar ul li a.active ~ ul {
    display: flex;
}

.sidebar ul li a {
    text-decoration: none;
    color: #337ca2;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 24px 8px 32px;
    width: 100%;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #337ca2;
    transition: all 250ms ease-in-out;
}

.sidebar ul li a:hover {
    background: #b0ccdb;
}

.sidebar ul li a:active {
    color: #337ca2;
}

.sidebar ul li a svg {
    min-width: 24px;
    min-height: 24px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/socials/style.css?1757501629928*/
.socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.socials ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials ul a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    background: #b0ccdb;
    padding: 8px;
    color: #005b8b;
    transition: all 250ms ease-in-out;
}

.socials ul a:hover {
    color: #0090ef;
}

.socials ul a svg {
    width: 100%;
    height: 100%;
}

.socials .text {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #337ca2;
    margin: 0;
}


@media (max-width: 740px) {
    .socials {
        order: 4;
    }

    .socials .text {
        display: none;
    }

    .socials ul {
        justify-content: space-between;
    }
}

/* End */


/* Start:/local/templates/main/styles.css?17647573311378*/
/*style new article*/

.banner img {
	max-height: 490px;
}
.article_detail img {
	width: auto;
}
.article_detail .article_icon {
    display: inline-block;
    margin: 0 8px;
}
.note_blue {
    background: #F5FBFC;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    border-left: 1px solid #B0CCDB;
	margin: 32px 0;
}
/*end style new article*/

/* aside_block */
.aside_block .samples_item {
	border: 1px solid #b0ccdb;
	border-radius: 8px;
	padding: 8px 16px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	font-family: "Circe", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #004163;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

.aside_block .samples_item:hover {
	border-color: #0090ef;
	color: #0090ef;
}

.aside_block .samples_item:hover h3,
.aside_block .samples_item:hover .size {
	color: #0090ef;
}

.aside_block .samples_item svg {
	width: 32px;
	height: 32px;
	min-width: 32px;
}

.aside_block .samples_item h3 {
	line-height: 21px;
	transition: all 250ms ease-in-out;
}

.aside_block .samples_item .samples_info {
	display: flex;
	flex-direction: column;
}

.aside_block .samples_item .size {
	font-family: "Circe", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #337ca2;
	line-height: 19px;
	transition: all 250ms ease-in-out;
}
/* End */


/* Start:/local/templates/main/template_styles.css?175750162910139*/
img {
    max-width: 100%;
    height: auto;
}

.form .error {
    color: #FF6E60;
    border-color: #FF6E60;
}

.form label.error {
    display: block;
    font-size: 90%;
}

.form .error_text {
    color: #FF6E60;
    font-size: 12px;
    line-height: normal;

    margin-top: 6px;
}

.alert {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px;
    margin-bottom: 20px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert a,
.alert .alert-link {
    color: inherit;
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.bxe-aleft-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-secondary {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    float: right;
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    cursor: pointer;
}

.alert font {
    color: inherit;
}

.alert font.errortext {
    color: inherit !important;
}

.bx-soa-tooltip .tooltip-inner {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    margin: 4px 0;
    display: inline-block;
}


.btn.loading {
    position: relative;
}

.btn.loading::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: rgb(15 94 255);
    border-radius: 50%;
    animation: btnLoading 1s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    z-index: 10;
}

.btn.loading.btn-blue {
    background: #5990ff;
    color: rgb(255 255 255 / 50%);
}

@keyframes btnLoading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form {
    position: relative;
}

.form.loading:before,
.form form[target^="formTarget"]:before,
form.form[target^="formTarget"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 5;
    opacity: 0.8;
}

.form.loading:after,
.form form[target^="formTarget"]:after,
form.form[target^="formTarget"]:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    border: 6px solid rgb(0 0 0 / 25%);
    border-top-color: #F8DE22;
    border-radius: 50%;
    animation: formLoading 1s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 10;
}


@keyframes formLoading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bx-core-window input,
.bx-core-window textarea,
.bx-core-window button {
    appearance: auto;
}

.popup-window-overlay {
    max-width: 100%;
}

.popup-window,
.popup-window.popup-window-with-titlebar {
    width: 350px;
    max-width: 100%;
    padding: 24px 24px 20px;
    border: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: var(--shadow-main, 0px 0px 9.9px 0px rgba(13, 30, 42, 0.1));
    font-family: inherit;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: none;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    .popup-window,
    .popup-window.popup-window-with-titlebar {
        padding: 40px 30px;
    }
}

@media (max-width: 479px) {
    .popup-window,
    .popup-window.popup-window-with-titlebar {
        padding: 60px 15px 30px;
        border-radius: 0;
        min-height: 100%;
    }
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    display: block;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
    color: #3B3D42;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
}

@media (max-width: 479px) {
    .popup-window-titlebar-text,
    .popup-window-titlebar-text-version {
        font-size: 19px;
    }
}

.popup-window .popup-window-titlebar {
    height: auto;
}

.popup-window .popup-window-content {
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
}

.popup-window-close-icon,
.popup-window-titlebar-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 18px;
    height: 18px;
    border: none;
    padding: 0;
    border-radius: 0;
    transition: .2s linear;
    opacity: 1;
}

.popup-window-close-icon:before,
.popup-window-close-icon:after,
.popup-window-titlebar-close-icon:before,
.popup-window-titlebar-close-icon:after {
    content: "";
    background: #78909c;
    height: 2px;
    width: 16px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    display: block;
    transition: background .2s linear;
}
.popup-window-close-icon:hover:before,
.popup-window-close-icon:hover:after,
.popup-window-titlebar-close-icon:hover:before,
.popup-window-titlebar-close-icon:hover:after {
    background: #000000;
}

.popup-window-close-icon:before,
.popup-window-titlebar-close-icon:before {
    transform: translateY(-50%) rotate(-45deg);
}

.popup-window-close-icon:after,
.popup-window-titlebar-close-icon:after {
    transform: translateY(-50%) rotate(45deg);
}

.popup-window .product-info img {
    max-width: 100%;
    object-fit: contain;
}

.popup-window .product-info p {
    font-size: 16px;
    margin-top: 12px;
}

.popup-window div[id*="CatalogSubscribe"] .bx-catalog-popup-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.popup-window div[id*="CatalogSubscribe"] .bx-catalog-popup-message {
    font-weight: 400;
    min-width: 0;
    margin: 10px 0;
    font-size: 16px;
}

.popup-window-buttons {
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.popup-window-buttons .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    height: 50px;
    padding: 0 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    background-color: #0065DC;
    background-color: var(--blue-color, #0065DC);
    color: #ffffff;
    color: var(--white-color, #ffffff);
}

.popup-window-buttons .btn:hover {
    background-color: #0057BC;
    background-color: var(--blue-dark-color, #0057BC);
}

.popup-window-buttons .btn.disabled,
.popup-window-buttons .btn.disabled:hover,
.popup-window-buttons .btn.disabled:active {
    background-color: rgba(215,215,215,0.50196);
    background-color: var(--disabled-background, rgba(215, 215, 215, 0.5019607843));
    color: rgba(55,71,79,0.4);
    color: var(--disabled-color, rgba(55, 71, 79, 0.4));
    border-color: rgba(55,71,79,0.4);
    border-color: var(--disabled-color, rgba(55, 71, 79, 0.4));
}


.main-user-consent-request-popup-button-acc,
.main-user-consent-request-popup-button-rej {
    color: #fff;
    position: relative;
    display: inline-flex;
    height: auto;
    padding: 14px 15px;
    cursor: pointer;
    transition: .2s linear;
    border: none;
    background: #0f5eff;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    border: 1px solid #0f5eff;
    box-shadow: none;
}

.main-user-consent-request-popup-button-rej {
    color: #0f5eff;
    background-color: transparent;
}

.main-user-consent-request-popup-button-acc:hover,
.main-user-consent-request-popup-button-rej:hover {
    color: #fff;
    background: #80BFC9;
    border-color: #80BFC9;
}


@media (max-width: 767px) {
    .main-user-consent-request-popup-button-acc,
    .main-user-consent-request-popup-button-rej {
        font-size: 14px;
        padding: 10px 15px;
    }
}


/* Убираем нативный прелоадер битрикса */
div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

/* Подправить форму параметров компонента */
.adm-workarea input {
    width: initial;
    height: initial;
}

#bx-comp-params-wrap textarea {
    min-width: 87%;
    height: 100px;
    resize: auto;
}
/* End */
/* /local/templates/main/assets/css/normalize.css?17575016291687 */
/* /local/templates/main/assets/css/main.css?175750162930451 */
/* /local/templates/main/components/bitrix/search.form/search_block/style.css?17575016294164 */
/* /local/templates/main/components/bitrix/menu/sidebar/style.css?17575016291833 */
/* /local/templates/main/components/bitrix/news.list/socials/style.css?1757501629928 */
/* /local/templates/main/styles.css?17647573311378 */
/* /local/templates/main/template_styles.css?175750162910139 */
