

/* Start:/bitrix/templates/veterans/css/libs/normalize.css?15879795686599*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/bitrix/templates/veterans/js/libs/tns/tiny-slider.css?15879731602123*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}


/* End */


/* Start:/bitrix/templates/veterans/template_styles.css?161960727365563*/
@charset "UTF-8";
@font-face { font-family: "PT Sans"; src: url("/bitrix/templates/veterans/assets/_fonts/PTSansItalic/PTSansItalic.ttf"); font-style: italic; font-weight: normal; }

@font-face { font-family: "PT Sans"; src: url("/bitrix/templates/veterans/assets/_fonts/PTSansRegular/PTSansRegular.ttf"); font-weight: normal; }

@font-face { font-family: "PT Sans"; src: url("/bitrix/templates/veterans/assets/_fonts/PTSansBold/PTSansBold.ttf"); font-style: normal; font-weight: bold; }

body, html { margin: 0; padding: 0; }

article.questionnaire { font-family: "PT Sans", serif; font-size: 16px; }

article.questionnaire input, article.questionnaire textarea { font-size: 16px; }

article.questionnaire .header { position: relative; }

article.questionnaire .header .image { width: 100%; height: 440px; background-position: center; background-size: cover; background-repeat: no-repeat; }

article.questionnaire .header .title { position: absolute; top: 210px; width: 648px; height: 230px; display: table; overflow: hidden; }

article.questionnaire .header .title .text { padding-left: 84px; width: 100%; box-sizing: border-box; display: table-cell; vertical-align: middle; z-index: 3; color: white; font: 50px/50px "PT Sans", serif; position: relative; }

article.questionnaire .header .title .background { z-index: 2; position: absolute; width: 100%; height: 100%; background-color: rgba(7, 87, 168, 0.8); }

article.questionnaire .header .lead { margin-top: 20px; font-size: 20px; line-height: 25px; color: #0757a8; width: 480px; margin-left: 84px; margin-bottom: 50px; }

article.questionnaire h3 { color: #0757a8; font-size: 18px; font-weight: bold; margin-left: 84px; }

article.questionnaire form > input[type="submit"] { -webkit-appearance: none; cursor: pointer; height: 45px; width: 480px; margin-left: 84px; background-color: #0757a8; border: none; border-radius: 2px; color: white; padding: 5px; line-height: 35px; font-size: 18px; font-weight: bold; }

article.questionnaire form > input[type="submit"]:hover { background-color: #5296db; }

article.questionnaire .field { width: 564px; display: flex; margin-bottom: 50px; }

article.questionnaire .field span.icon { display: inline-block; width: 60px; height: 50px; vertical-align: top; box-sizing: content-box; margin: 0 24px 0 0; background-image: url("/bitrix/templates/veterans/assets/form-warn.png"); background-repeat: no-repeat; background-position: center; }

article.questionnaire .field span.icon.ok { background-image: url("/bitrix/templates/veterans/assets/form-ok.png"); }

article.questionnaire .field span.icon.alert { background-image: url("/bitrix/templates/veterans/assets/form-alert.png"); }

article.questionnaire .field.valid input, article.questionnaire .field.valid textarea, article.questionnaire .field.valid select, article.questionnaire .field.valid .dropzone { border-color: #0757a8 !important; }

article.questionnaire .field.valid span.icon { background-image: url("/bitrix/templates/veterans/assets/form-ok.png"); }

article.questionnaire .field label { flex-grow: 1; display: block; font-size: 16px; color: #707e89; }

article.questionnaire .field label p { margin-left: 84px; }

article.questionnaire .field label input, article.questionnaire .field label textarea { margin-left: 84px; display: inline-block; box-sizing: border-box; height: 50px; width: 475px; padding: 0 20px; outline: 0; border-radius: 2px; border-width: 1px; border-style: solid; border-color: #d9e3eb; color: #0757a8; }

article.questionnaire .field label input:focus, article.questionnaire .field label textarea:focus { border-color: #0757a8; }

article.questionnaire .field.select:not(.date) select, article.questionnaire .field.file .dropzone, article.questionnaire .field.file input, article.questionnaire .field.date input + select { margin-left: 84px; }

article.questionnaire .field label span.icon + input, article.questionnaire .field label span.icon + textarea, article.questionnaire .field.select:not(.date) span.icon + select, article.questionnaire .field.file label span.icon + input, article.questionnaire .field.file label span.icon + input + .dropzone, article.questionnaire .field.date span + input + select { margin-left: 0; }

article.questionnaire .field label textarea { padding-top: 10px; height: 150px; }

article.questionnaire .field span.icon + label { margin-left: 0; }

article.questionnaire .field.checkbox { display: block; color: #707e89; margin-left: 84px; }

article.questionnaire .field.checkbox input { display: none; }

article.questionnaire .field.checkbox label { line-height: 50px; margin-bottom: 20px; color: #0757a8; }

article.questionnaire .field.checkbox label span { cursor: pointer; width: 50px; height: 50px; margin-right: 20px; display: inline-block; vertical-align: middle; background-color: #d9e3eb; }

article.questionnaire .field.checkbox:hover label > span { background-image: url("/bitrix/templates/veterans/assets/checkbox-checked.png"); }

article.questionnaire .field.checkbox input:checked + label > span { background-color: #58a6dd; background-image: url("/bitrix/templates/veterans/assets/checkbox-checked.png"); }

article.questionnaire .field.radio { display: block; color: #707e89; margin-left: 84px; }

article.questionnaire .field.radio input { display: none; }

article.questionnaire .field.radio label { width: 100%; margin-bottom: 20px; line-height: 50px; color: #0757a8; }

article.questionnaire .field.radio label span { cursor: pointer; width: 50px; height: 50px; margin-right: 20px; display: inline-block; vertical-align: middle; background-color: #d9e3eb; background-image: url("/bitrix/templates/veterans/assets/radio-null.png"); }

article.questionnaire .field.radio:hover label > span { background-image: url("/bitrix/templates/veterans/assets/radio-checked.png"); }

article.questionnaire .field.radio input:checked + label > span { background-color: #58a6dd; background-image: url("/bitrix/templates/veterans/assets/radio-checked.png"); }

article.questionnaire .field.select select { appearance: none; -webkit-appearance: none; height: 50px; padding: 0 30px 0 20px; border-radius: 2px; margin-right: 20px; font-size: 16px; color: #707e89; background: url("/bitrix/templates/veterans/assets/select-arrow.png") no-repeat right #fff; outline: 0; }

article.questionnaire select::-ms-expand { display: none; }

article.questionnaire .field.select select:hover { border-color: #58a6dd; color: #0757a8; }

article.questionnaire .field.select select:last-child { margin-right: 0; }

article.questionnaire .field.select label p { margin-top: 0; }

article.questionnaire .field.file label { width: 480px; }

article.questionnaire .field.file label input { position: absolute; height: 230px; margin-top: 15px; opacity: 0.01; }

article.questionnaire .field.file .dropzone { position: relative; z-index: 100; cursor: pointer; display: inline-block; width: 470px; height: 230px; border: 1px solid #d9e3eb; }

article.questionnaire .field.file .dropzone .message { height: 140px; width: 100%; color: #d9e3eb; line-height: 150px; text-align: center; }

article.questionnaire .field.file .dropzone .fileicon { padding-top: 20px; display: none; height: 120px; width: 100%; }

article.questionnaire .field.file .dropzone .fileicon .icon { overflow: hidden; margin: 0 auto; width: 144px; height: 80px; background-color: #58a6dd; }

article.questionnaire .field.file .dropzone .fileicon .icon span.icon { margin: 5px auto; width: 100%; height: 42px; background-image: url("/bitrix/templates/veterans/assets/input-file-ok.png"); }

article.questionnaire .field.file .dropzone .fileicon .icon .size { color: white; text-align: center; vertical-align: bottom; }

article.questionnaire .field.file .dropzone .fileicon .icon .size::after { display: inline-block; content: " Мб"; }

article.questionnaire .field.file .dropzone .fileicon .name { margin-top: 20px; text-align: center; color: #58a6dd; }

article.questionnaire .field.file .dropzone.loaded .message { display: none; }

article.questionnaire .field.file .dropzone.loaded .fileicon { display: block; }

/*article.questionnaire .field.file .dropzone button {*/
article.questionnaire .field.file .dropzone .button { box-sizing: border-box; margin: 20px 30px 30px 30px; width: 420px; background-color: transparent; color: #0757a8; border: 1px solid #0757a8; }

article.questionnaire .field.file .dropzone:hover .button { color: #fff; background-color: #5296db; border-color: #5296db; }

article.questionnaire .field.ok span.icon { background-image: url("/bitrix/templates/veterans/assets/form-ok.png"); }

article.questionnaire .field.ok input { border-color: #0757a8; }

article.questionnaire .field.alert span.icon { background-image: url("/bitrix/templates/veterans/assets/form-alert.png"); }

article.questionnaire .field.alert input { border-color: #f4506f; }

article.questionnaire button, article.questionnaire .button { font-weight: bold; cursor: pointer; line-height: 22px; font-size: 16px; padding: 10px; margin: 10px 0; background-color: #0757a8; border: none; color: white; text-decoration: none; display: block; text-align: center; border-radius: 2px; }

.bx-touch article.questionnaire .field { max-width: 100%; }

.bx-touch article.questionnaire .field label, .bx-touch article.questionnaire .field.file label { width: 100%; }

.bx-touch article.questionnaire .field label p { display: inline-block; margin-left: 0; width: calc(100% - 30px); }

.bx-touch article.questionnaire .field span.icon { float: left; margin-top: 16px; width: 20px; height: 20px; background-size: contain; margin-right: 10px; }

.bx-touch article.questionnaire .field span.validation-error, .bx-touch article.questionnaire .field span.error { margin-left: 0 !important; margin-top: 10px; }

.bx-touch article.questionnaire .field input, .bx-touch article.questionnaire .field textarea { width: 100% !important; margin-left: 0 !important; }

.bx-touch article.questionnaire .field.file label .dropzone { display: none; }

.bx-touch article.questionnaire .field.file label input { position: relative; opacity: 1; height: auto; border: none; }

.bx-touch article.questionnaire .field label .captcha_img { margin-bottom: 10px; }

.bx-touch article.questionnaire input.button { margin-left: 0 !important; width: 100% !important; height: auto !important; white-space: normal; }

.bx-touch article.questionnaire .field.select label p { margin-top: 16px; }

.bx-touch article.questionnaire .field.select label select { margin-left: 0 !important; }

.bx-touch article.questionnaire .field.checkbox, .bx-touch article.questionnaire h3, .bx-touch article.questionnaire .header .lead { margin-left: 0; max-width: 100%; }

body { color: white; font-family: 'Montserrat', sans-serif; font-size: 16px; background: black; }

a { color: white; transition: opacity .2s linear; text-decoration: none; }

a:hover, a:active, a:visited { color: white; }

header { margin-bottom: 30px; }

@media (max-width: 1023px) { header { margin-bottom: 10px; } }

@media (min-width: 1320px) { header { margin-bottom: 10px; } }

header .container_inner__header .row { height: 80px; align-items: center; flex-wrap: wrap; }

@media (max-width: 1023px) { header .container_inner__header .row { height: 90px; } }

@media (min-width: 1320px) { header .container_inner__header .row { height: 100px; } }

header .container_inner__header .remember a, header .container_inner__header .star a, header .container_inner__header .victory a, header .container_inner__header .logo-1tv a { display: block; height: 100%; outline: none; text-decoration: none; }

header .container_inner__header .remember { flex: 0 0 380px; width: 380px; height: 39px; background: 0 0 no-repeat; background-size: 380px 39px; background-image: url("data:image/svg+xml,%3Csvg width='380' height='39' viewBox='0 0 380 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7901 1.80874V37.1913H23.2106V11.0587H12.5795V37.1913H1V1.80874H34.7901ZM83.6925 38C79.9325 38 76.5552 37.2081 73.5605 35.6243C70.5658 34.0405 68.22 31.8502 66.523 29.0533C64.826 26.2227 63.9775 23.0383 63.9775 19.5C63.9775 15.9618 64.826 12.7942 66.523 9.99727C68.22 7.16667 70.5658 4.95947 73.5605 3.37568C76.5552 1.79189 79.9325 1 83.6925 1C87.4525 1 90.8299 1.79189 93.8246 3.37568C96.8193 4.95947 99.1651 7.16667 100.862 9.99727C102.559 12.7942 103.407 15.9618 103.407 19.5C103.407 23.0383 102.559 26.2227 100.862 29.0533C99.1651 31.8502 96.8193 34.0405 93.8246 35.6243C90.8299 37.2081 87.4525 38 83.6925 38ZM83.6925 28.3456C85.1565 28.3456 86.4709 27.9918 87.6355 27.2842C88.8334 26.5428 89.7817 25.515 90.4805 24.2008C91.1793 22.8529 91.5286 21.286 91.5286 19.5C91.5286 17.714 91.1793 16.1639 90.4805 14.8497C89.7817 13.5019 88.8334 12.474 87.6355 11.7664C86.4709 11.0251 85.1565 10.6544 83.6925 10.6544C82.2284 10.6544 80.8975 11.0251 79.6996 11.7664C78.535 12.474 77.6033 13.5019 76.9046 14.8497C76.2058 16.1639 75.8564 17.714 75.8564 19.5C75.8564 21.286 76.2058 22.8529 76.9046 24.2008C77.6033 25.515 78.535 26.5428 79.6996 27.2842C80.8975 27.9918 82.2284 28.3456 83.6925 28.3456ZM163.797 37.1913L163.698 21.0669L156.111 34.0068H150.92L143.334 21.623V37.1913H132.603V1.80874H142.286L153.665 20.6626L164.746 1.80874H174.429L174.528 37.1913H163.797ZM240.056 1.80874V37.1913H228.277V24.1503H217.396V37.1913H205.617V1.80874H217.396V14.3443H228.277V1.80874H240.056ZM271.224 1.80874H282.804V20.2077L294.832 1.80874H305.913V37.1913H294.333V18.8429L282.354 37.1913H271.224V1.80874ZM368.269 37.1913L368.169 21.0669L360.583 34.0068H355.392L347.805 21.623V37.1913H337.074V1.80874H346.757L358.137 20.6626L369.217 1.80874H378.9L379 37.1913H368.269Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

@media (min-width: 1320px) { header .container_inner__header .remember { flex: 0 0 520px; width: 520px; height: 53px; background: 0 0 no-repeat; background-size: 520px 53px; background-image: url("data:image/svg+xml,%3Csvg width='520' height='53' viewBox='0 0 520 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.305 2.11475V50.8852H31.4368V14.8648H16.8682V50.8852H1V2.11475H47.305ZM114.319 52C109.167 52 104.539 50.9085 100.435 48.7254C96.3309 46.5423 93.1162 43.5233 90.7907 39.668C88.4652 35.7664 87.3025 31.3771 87.3025 26.5C87.3025 21.623 88.4652 17.2569 90.7907 13.4016C93.1162 9.5 96.3309 6.45764 100.435 4.27459C104.539 2.09153 109.167 1 114.319 1C119.472 1 124.1 2.09153 128.204 4.27459C132.308 6.45764 135.523 9.5 137.848 13.4016C140.173 17.2569 141.336 21.623 141.336 26.5C141.336 31.3771 140.173 35.7664 137.848 39.668C135.523 43.5233 132.308 46.5423 128.204 48.7254C124.1 50.9085 119.472 52 114.319 52ZM114.319 38.6926C116.326 38.6926 118.127 38.2049 119.723 37.2295C121.364 36.2077 122.664 34.791 123.621 32.9795C124.579 31.1216 125.058 28.9618 125.058 26.5C125.058 24.0382 124.579 21.9016 123.621 20.0902C122.664 18.2323 121.364 16.8156 119.723 15.8402C118.127 14.8184 116.326 14.3074 114.319 14.3074C112.313 14.3074 110.489 14.8184 108.848 15.8402C107.252 16.8156 105.975 18.2323 105.017 20.0902C104.06 21.9016 103.581 24.0382 103.581 26.5C103.581 28.9618 104.06 31.1216 105.017 32.9795C105.975 34.791 107.252 36.2077 108.848 37.2295C110.489 38.2049 112.313 38.6926 114.319 38.6926ZM224.093 50.8852L223.956 28.6598L213.56 46.4959H206.446L196.05 29.4262V50.8852H181.344V2.11475H194.614L210.208 28.1025L225.392 2.11475H238.661L238.798 50.8852H224.093ZM328.596 2.11475V50.8852H312.454V32.9098H297.543V50.8852H281.402V2.11475H297.543V19.3934H312.454V2.11475H328.596ZM371.307 2.11475H387.175V27.4754L403.659 2.11475H418.843V50.8852H402.975V25.5943L386.56 50.8852H371.307V2.11475ZM504.295 50.8852L504.158 28.6598L493.761 46.4959H486.648L476.252 29.4262V50.8852H461.546V2.11475H474.815L490.41 28.1025L505.594 2.11475H518.863L519 50.8852H504.295Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); } }

@media (max-width: 1023px) { header .container_inner__header .remember { flex: 0 0 260px; width: 260px; height: 26px; background-size: 260px 26px; } }

@media (max-width: 732px) { header .container_inner__header .remember { flex: 0 0 100%; width: 100%; height: 40px; background-size: contain; } }

header .container_inner__header .star { position: relative; flex: 0 0 120px; align-self: normal; height: 80px; }

@media (max-width: 732px) { header .container_inner__header .star { flex: 0 0 1px; position: inherit; } }

@media (max-width: 1023px) { header .container_inner__header .star { height: 90px; } }

@media (min-width: 1320px) { header .container_inner__header .star { height: 105px; } }

header .container_inner__header .star .image { position: absolute; box-sizing: border-box; left: -50%; top: 5px; width: 215px; height: 219px; z-index: 25; background: url("/bitrix/templates/veterans/images/star.png") 50% 50% no-repeat; background-size: contain; }

@media (max-width: 1023px) { header .container_inner__header .star .image { left: 0; width: 104px; height: 106px; } }

@media (max-width: 732px) { header .container_inner__header .star .image { left: 48%; } }

@media (min-width: 1320px) { header .container_inner__header .star .image { width: 246px; height: 250px; left: -66%; top: 10px; } }

header .container_inner__header .victory { flex: 0 0 173px; height: 45px; background: 0 0 no-repeat; background-size: 173px 45px; background-image: url("data:image/svg+xml,%3Csvg width='173' height='45' viewBox='0 0 173 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M167.585 4.10244H172.346V17.067H167.585V4.10244ZM169.966 18.0618C171.642 18.0618 173 19.4209 173 21.097C173 22.7732 171.642 24.1318 169.966 24.1318C168.29 24.1318 166.931 22.7732 166.931 21.097C166.931 19.4209 168.29 18.0618 169.966 18.0618ZM158.748 20.1313H152.195L150.836 23.5449H145.262L152.916 4.28885H158.187L165.5 23.5449H159.656L158.748 20.1313ZM155.423 10.898L153.263 16.3389H157.556L155.423 10.898ZM139.773 23.5449H128.306L128.289 27.6871H123.863V19.7118C123.863 19.7118 127.265 18.7773 127.536 13.069C127.633 11.0231 127.503 8.32597 127.503 4.91539V4.4225H142.037V19.7118H144.196L144.253 27.6871H139.773V23.5449ZM136.743 8.25563H132.419V8.44203C132.419 10.4131 132.229 12.9434 132.199 14.4563C132.139 17.4252 130.914 18.2472 130.428 19.7118H136.743V8.25563ZM127.02 33.5315C126.551 33.5315 126.129 33.6596 125.754 33.9153C125.38 34.1711 124.973 34.5821 124.534 35.1483L123.2 34.1033C123.564 33.5918 123.918 33.1808 124.26 32.8708C124.602 32.5603 125.014 32.3146 125.496 32.1332C125.977 31.9523 126.53 31.8614 127.154 31.8614C128.208 31.8614 129.059 32.1578 129.708 32.7502C130.357 33.3431 130.682 34.1224 130.682 35.0885C130.682 35.4242 130.643 35.7377 130.565 36.0286C130.488 36.319 130.385 36.5858 130.255 36.829C130.125 37.0722 129.934 37.333 129.682 37.6113C129.43 37.8897 129.175 38.1464 128.918 38.3821C128.661 38.6177 128.32 38.9111 127.896 39.2618L125.686 41.1118H130.809V42.7518H123.028V41.2751L126.737 38.1253C127.493 37.4887 128.017 36.9627 128.31 36.5466C128.603 36.1306 128.749 35.6849 128.749 35.2086C128.749 34.6921 128.587 34.2836 128.263 33.9832C127.938 33.6822 127.524 33.5315 127.02 33.5315ZM111.344 4.4225H122.286V8.9294H116.585V11.8235H121.983V16.0108H116.585V19.0375H122.419V23.5449H111.344V4.4225ZM101.82 41.2751L105.529 38.1253C106.286 37.4887 106.81 36.9627 107.103 36.5466C107.395 36.1306 107.542 35.6849 107.542 35.2086C107.542 34.6921 107.38 34.2836 107.055 33.9832C106.731 33.6822 106.316 33.5315 105.812 33.5315C105.343 33.5315 104.921 33.6596 104.546 33.9153C104.172 34.1711 103.765 34.5821 103.326 35.1483L101.993 34.1033C102.357 33.5918 102.71 33.1808 103.052 32.8708C103.394 32.5603 103.806 32.3146 104.288 32.1332C104.77 31.9523 105.322 31.8614 105.947 31.8614C107 31.8614 107.851 32.1578 108.5 32.7502C109.15 33.3431 109.474 34.1224 109.474 35.0885C109.474 35.4242 109.435 35.7377 109.358 36.0286C109.281 36.319 109.177 36.5858 109.047 36.829C108.917 37.0722 108.727 37.333 108.474 37.6113C108.222 37.8897 107.967 38.1464 107.71 38.3821C107.454 38.6177 107.112 38.9111 106.688 39.2618L104.479 41.1118H109.602V42.7518H101.82V41.2751ZM101.656 23.5449H94.5361V4.4225H106.955V8.9294H99.501V11.6356H101.389C102.509 11.6356 103.531 11.7652 104.455 12.0244C105.38 12.2837 106.187 12.663 106.875 13.163C107.564 13.6634 108.1 14.3111 108.482 15.1059C108.864 15.9013 109.056 16.3108 109.056 17.3197C109.056 19.2757 108.391 20.8016 107.062 21.8989C105.733 22.9963 103.931 23.5449 101.656 23.5449ZM103.266 16.3208C102.826 15.9651 102.219 15.7872 101.446 15.7872H99.501V19.8007H101.42C102.219 19.8007 102.837 19.6254 103.273 19.2742C103.708 18.923 103.926 18.418 103.926 17.7603C103.926 17.1569 103.706 16.6766 103.266 16.3208ZM88.8237 21.0267C87.9194 21.915 86.8288 22.6215 85.5523 23.1455C84.2758 23.6695 82.9143 23.9318 81.4695 23.9318C79.5404 23.9318 77.7897 23.4897 76.2163 22.6059C74.6429 21.7221 73.4141 20.5222 72.5299 19.0079C71.6452 17.493 71.2031 15.8204 71.2031 13.9905C71.2031 12.6379 71.4674 11.3502 71.9964 10.1272C72.5249 8.90428 73.2433 7.84764 74.1495 6.95832C75.0563 6.0685 76.1495 5.36106 77.4295 4.83651C78.7095 4.31146 80.074 4.04918 81.5228 4.04918C82.9716 4.04918 84.332 4.30894 85.603 4.82947C86.8745 5.35 87.9596 6.05292 88.8589 6.93822C89.7581 7.82302 90.4669 8.87765 90.9854 10.1006C91.5038 11.3235 91.7626 12.6203 91.7626 13.9905C91.7626 15.3406 91.4988 16.6288 90.9713 17.8548C90.4438 19.0807 89.728 20.1384 88.8237 21.0267ZM85.0027 10.3453C84.0783 9.33035 82.9008 8.82288 81.4695 8.82288C80.0564 8.82288 78.8964 9.32382 77.9896 10.3252C77.0829 11.3266 76.6297 12.5485 76.6297 13.9905C76.6297 15.4059 77.0919 16.6208 78.0163 17.6357C78.9406 18.6501 80.1096 19.1576 81.5228 19.1576C82.954 19.1576 84.123 18.6572 85.0293 17.6558C85.9361 16.6539 86.3897 15.4325 86.3897 13.9905C86.3897 12.5751 85.927 11.3597 85.0027 10.3453ZM76.7649 31.9362V38.7971H78.2996V40.3175H76.7649V42.7518H74.9448V40.3175H69.5303L69.1781 38.989L75.1412 31.9362H76.7649ZM74.9448 34.5429L71.4177 38.7971H74.9448V34.5429ZM63.1763 9.07611H56.643V23.5449H51.3501V4.4225H68.4697V23.5449H63.1763V9.07611ZM54.732 31.9362V42.7518H52.8747V33.8535L50.9351 34.3932L50.5377 32.8577L53.4188 31.9362H54.732ZM19.0403 44.1606V32.505C19.0403 32.505 26.1633 31.9191 30.0376 29.3858C33.9119 26.8525 34.1791 24.8598 34.1414 23.1475C34.1033 21.4352 31.8798 16.6243 24.4568 18.8793L25.1134 20.1926L21.3381 19.864L23.1436 16.4168L23.9645 17.7302C23.9645 17.7302 29.06 14.7748 32.992 14.7748C36.9241 14.7748 42.5124 17.1363 42.5124 24.789C42.5124 32.4417 35.3798 41.2766 19.0403 44.1606ZM40.7069 2.95486C36.4287 14.2166 24.1287 14.4467 24.1287 14.4467L26.7546 4.92494C36.5478 4.92494 39.7222 2.13437 39.7222 2.13437L38.9014 1.14909L42.5124 0L41.6915 4.10445L40.7069 2.95486ZM21.3381 7.38741C11.3364 7.51402 2.29783 15.2677 2.29783 15.2677V2.29867C14.8264 -0.0547661 21.6666 6.23832 21.6666 6.23832L22.3232 5.08924L24.6211 8.2084L21.01 8.70079L21.3381 7.38741ZM21.01 11.4919L20.3534 10.1785L23.9645 9.84988C23.9665 10.3287 22.8155 13.6257 22.8155 13.6257L21.8304 12.4766C19.7536 15.117 16.44 20.3976 15.1007 26.1024C13.7619 31.8071 13.9518 44.4887 13.9518 44.4887C12.5522 45.1464 0 44.9816 0 44.9816C0.136644 40.3848 1.09416 34.0781 5.74458 25.4457C10.3955 16.8132 21.01 11.4919 21.01 11.4919ZM62.8397 38.9619C61.6913 38.9619 60.77 38.6519 60.0762 38.0319C59.3824 37.4113 59.0353 36.5783 59.0353 35.5322C59.0353 34.4705 59.4085 33.5883 60.1551 32.8853C60.9011 32.1829 61.8611 31.8317 63.0346 31.8317C63.6947 31.8317 64.2609 31.9242 64.7336 32.1086C65.2064 32.2935 65.6349 32.5778 66.0202 32.9622C66.4452 33.3868 66.7692 33.9244 66.9918 34.5761C67.2143 35.2277 67.3254 36.0648 67.3254 37.0883C67.3254 38.2374 67.144 39.2523 66.7818 40.1336C66.4191 41.0154 65.8866 41.7032 65.1838 42.1976C64.4815 42.692 63.6576 42.9392 62.7126 42.9392C62.0133 42.9392 61.3919 42.8282 60.8478 42.6061C60.3033 42.384 59.7818 42.0655 59.2824 41.6509L60.3083 40.1984C60.7227 40.5506 61.1211 40.8078 61.5029 40.9716C61.8847 41.1349 62.3032 41.2163 62.7573 41.2163C63.536 41.2163 64.1564 40.9068 64.6186 40.2868C65.0803 39.6668 65.3259 38.8518 65.3561 37.8419C64.7271 38.5886 63.8882 38.9619 62.8397 38.9619ZM65.2888 35.4267C65.2888 34.8554 65.0828 34.3816 64.6708 34.0058C64.2589 33.63 63.7184 33.442 63.0492 33.442C62.4001 33.442 61.8837 33.6335 61.4994 34.0168C61.1146 34.4002 60.9227 34.8856 60.9227 35.4719C60.9227 36.0382 61.1236 36.5009 61.5255 36.8592C61.9274 37.2174 62.4579 37.3968 63.117 37.3968C63.7756 37.3968 64.3026 37.2073 64.697 36.829C65.0913 36.4507 65.2888 35.9829 65.2888 35.4267ZM83.9874 41.2163C84.6314 41.2163 85.1469 41.0455 85.5337 40.7033C85.921 40.3617 86.1144 39.9035 86.1144 39.3292C86.1144 38.7895 85.9085 38.3589 85.4965 38.0369C85.0846 37.7148 84.549 37.554 83.8899 37.554C83.2359 37.554 82.5768 37.7113 81.9121 38.0258L80.7813 37.2767L81.0817 32.0111H87.5V33.6817H82.7089L82.5361 36.2055C83.0962 36.011 83.6634 35.9136 84.2381 35.9136C84.9529 35.9136 85.5864 36.0341 86.1385 36.2753C86.6911 36.5165 87.1342 36.8953 87.4693 37.4123C87.8044 37.9294 87.9717 38.5584 87.9717 39.299C87.9717 40.3928 87.607 41.2726 86.878 41.9393C86.1491 42.6061 85.1906 42.9392 84.0025 42.9392C82.5049 42.9392 81.1892 42.39 80.0559 41.2912L81.2239 39.9281C82.1578 40.7872 83.0786 41.2163 83.9874 41.2163ZM99.3031 38.9619H90.9894V37.2094H99.3031V38.9619ZM113.861 32.5809C114.578 32.0814 115.395 31.8317 116.311 31.8317C117.223 31.8317 118.036 32.0789 118.751 32.5738C119.465 33.0682 120.013 33.7355 120.394 34.5745C120.775 35.4141 120.966 36.3512 120.966 37.3852C120.966 38.1489 120.852 38.8699 120.626 39.5487C120.399 40.227 120.085 40.8159 119.684 41.3153C119.283 41.8142 118.788 42.2097 118.198 42.5016C117.607 42.793 116.969 42.9392 116.281 42.9392C115.365 42.9392 114.55 42.6925 113.838 42.1981C113.126 41.7042 112.581 41.037 112.202 40.1959C111.824 39.3553 111.634 38.4182 111.634 37.3852C111.634 36.3612 111.826 35.4292 112.21 34.5896C112.593 33.7505 113.143 33.0808 113.861 32.5809ZM113.9 39.3121C114.123 39.8909 114.444 40.3531 114.864 40.6983C115.284 41.044 115.766 41.2163 116.311 41.2163C116.856 41.2163 117.338 41.045 117.755 40.7023C118.173 40.3592 118.49 39.8999 118.708 39.3231C118.925 38.7468 119.034 38.1007 119.034 37.3852C119.034 36.307 118.777 35.3991 118.265 34.661C117.753 33.9234 117.091 33.5541 116.281 33.5541C115.742 33.5541 115.264 33.7244 114.849 34.0646C114.434 34.4052 114.116 34.8635 113.896 35.4398C113.676 36.0166 113.567 36.6647 113.567 37.3852C113.567 38.0911 113.678 38.7333 113.9 39.3121ZM135.069 32.5809C135.786 32.0814 136.602 31.8317 137.519 31.8317C138.431 31.8317 139.243 32.0789 139.958 32.5738C140.673 33.0682 141.221 33.7355 141.602 34.5745C141.983 35.4141 142.173 36.3512 142.173 37.3852C142.173 38.1489 142.06 38.8699 141.834 39.5487C141.607 40.227 141.293 40.8159 140.892 41.3153C140.491 41.8142 139.995 42.2097 139.406 42.5016C138.815 42.793 138.176 42.9392 137.489 42.9392C136.573 42.9392 135.758 42.6925 135.046 42.1981C134.334 41.7042 133.789 41.037 133.41 40.1959C133.032 39.3553 132.842 38.4182 132.842 37.3852C132.842 36.3612 133.034 35.4292 133.417 34.5896C133.801 33.7505 134.351 33.0808 135.069 32.5809ZM135.108 39.3121C135.33 39.8909 135.652 40.3531 136.071 40.6983C136.491 41.044 136.974 41.2163 137.519 41.2163C138.064 41.2163 138.545 41.045 138.963 40.7023C139.38 40.3592 139.698 39.8999 139.915 39.3231C140.133 38.7468 140.241 38.1007 140.241 37.3852C140.241 36.307 139.985 35.3991 139.472 34.661C138.96 33.9234 138.299 33.5541 137.489 33.5541C136.949 33.5541 136.472 33.7244 136.057 34.0646C135.642 34.4052 135.324 34.8635 135.104 35.4398C134.884 36.0166 134.774 36.6647 134.774 37.3852C134.774 38.0911 134.885 38.7333 135.108 39.3121Z' fill='white'/%3E%3C/svg%3E"); background-size: contain; }

header .container_inner__header .victory {background: none; pointer-events: none;}

@media (max-width: 1023px) { header .container_inner__header .victory { width: 117px; height: 30px; } }

@media (min-width: 1320px) { header .container_inner__header .victory { flex: 0 0 225px; width: 225px; height: 59px; } }

header .container_inner__header .logo-1tv { width: 32px; height: 41px; margin-left: auto; background: 0 0 no-repeat; background-size: 32px 41px; background-image: url("data:image/svg+xml,%3Csvg width='38' height='44' viewBox='0 0 38 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.390259 16.5846L2.13855 10.9436L37.8537 0L26.1151 38.359L12.6283 41.7436L22.3688 9.81539L0.390259 16.5846ZM3.63711 44L12.5035 14.6667L19.4966 12.5231L10.3805 42.3077L3.63711 44Z' fill='white'%3E%3C/path%3E%3C/svg%3E"); background-size: contain; }

@media (max-width: 1023px) { header .container_inner__header .logo-1tv { width: 26px; height: 33px; } }

@media (min-width: 1320px) { header .container_inner__header .logo-1tv { width: 46px; height: 59px; } }

main { position: relative; }

.container { position: relative; margin: 0 auto; }

@media (max-width: 1023px) { .container { margin: 0 20px; } }

@media (min-width: 1024px) { .container { max-width: 780px; } }

@media (min-width: 1320px) { .container { max-width: 1070px; } }

.container .row { display: flex; flex-direction: row; }

.container .row .col { flex-direction: column; }

.container .container_inner__main { padding: 20px; position: relative; min-height: 260px; border: 10px solid; border-image-source: linear-gradient(180deg, #F20A34, #1B5EC1); border-image-slice: 1; }

.container .container_inner__main::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }

.container .container_inner__main::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; background: #070D40; opacity: .6; }

.container .container_inner__main .title_mobile h1 { display: none; position: relative; width: 100%; margin: 80px auto 0; font-style: normal; font-weight: bold; font-size: 15px; line-height: 20px; color: #FFFFFF; z-index: 50; }

@media (max-width: 732px) { .container .container_inner__main .title_mobile h1 { display: block; } }

.container .container_inner__main .block { position: absolute; width: 100px; z-index: 50; overflow: visible; }

.container .container_inner__main .block_about, .container .container_inner__main .block_questionnaire, .container .container_inner__main .block_search { text-transform: uppercase; }

.container .container_inner__main .block_questionnaire, .container .container_inner__main .block_search, .container .container_inner__main .block_next { font-style: italic; font-weight: bold; display: flex; align-items: center; }

.container .container_inner__main .block_about { font-style: normal; font-weight: bold; font-size: 14px; line-height: 110%; color: #FF0734; }

@media (max-width: 732px) { .container .container_inner__main .block_about { font-size: 12px; line-height: 15px; } }

@media (min-width: 1320px) { .container .container_inner__main .block_about { font-size: 16px; line-height: 20px; } }

.container .container_inner__main .block_questionnaire { right: 20px; font-size: 9px; line-height: 110%; }

.container .container_inner__main .block_questionnaire a { color: #3AA8F8; padding-left: 45px; min-height: 40px; background: 0 0 no-repeat; background-size: 36px 29px; background-image: url("data:image/svg+xml,%3Csvg width='36' height='29' viewBox='0 0 36 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4 0H3.6C1.62 0 0.018 1.63125 0.018 3.625L0 25.375C0 27.3687 1.62 29 3.6 29H32.4C34.38 29 36 27.3687 36 25.375V3.625C36 1.63125 34.38 0 32.4 0ZM32.4 25.375H3.6V7.25L18 16.3125L32.4 7.25V25.375ZM18 12.6875L3.6 3.625H32.4L18 12.6875Z' fill='%233AA8F8'/%3E%3C/svg%3E"); }

.container .container_inner__main .block_questionnaire a:hover { color: white; background: 0 0 no-repeat; background-size: 36px 29px; background-image: url("data:image/svg+xml,%3Csvg width='36' height='29' viewBox='0 0 36 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4 0H3.6C1.62 0 0.018 1.63125 0.018 3.625L0 25.375C0 27.3687 1.62 29 3.6 29H32.4C34.38 29 36 27.3687 36 25.375V3.625C36 1.63125 34.38 0 32.4 0ZM32.4 25.375H3.6V7.25L18 16.3125L32.4 7.25V25.375ZM18 12.6875L3.6 3.625H32.4L18 12.6875Z' fill='white'/%3E%3C/svg%3E"); }

.container .container_inner__main .block_search { width: 120px; left: 20px; bottom: 20px; font-size: 12px; line-height: 120%; }

.container .container_inner__main .block_search a { color: #3AA8F8; min-height: 40px; padding-left: 45px; background: 0 0 no-repeat; background-size: 40px 40px; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4607 24.6758C32.6554 22.2684 33.4519 19.6604 33.4519 16.8518C33.2528 7.62343 25.8854 0 16.726 0C7.36738 0 0 7.62343 0 16.8518C0 26.0801 7.5665 33.503 16.726 33.503C19.5136 33.503 22.1021 32.9011 24.4916 31.4968H26.0845C26.0845 31.4968 31.6598 37.1141 34.0493 39.3208C35.0449 40.3239 36.6378 40.1233 37.4343 39.3208C38.629 38.1171 38.2307 38.5184 39.4255 37.3147C40.2219 36.5122 40.2219 34.9073 39.2263 34.1048C37.036 31.898 31.2616 26.2808 31.2616 26.2808L31.4607 24.6758ZM16.726 26.682C11.3498 26.682 6.96915 22.2684 6.96915 16.8518C6.96915 11.4351 11.3498 7.02158 16.726 7.02158C22.1021 7.02158 26.4828 11.4351 26.4828 16.8518C26.4828 22.2684 22.1021 26.682 16.726 26.682Z' fill='%233AA8F8'/%3E%3C/svg%3E"); }

.container .container_inner__main .block_search a:hover { color: white; background: 0 0 no-repeat; background-size: 40px 40px; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.4607 24.6758C32.6554 22.2684 33.4519 19.6604 33.4519 16.8518C33.2528 7.62343 25.8854 0 16.726 0C7.36738 0 0 7.62343 0 16.8518C0 26.0801 7.5665 33.503 16.726 33.503C19.5136 33.503 22.1021 32.9011 24.4916 31.4968H26.0845C26.0845 31.4968 31.6598 37.1141 34.0493 39.3208C35.0449 40.3239 36.6378 40.1233 37.4343 39.3208C38.629 38.1171 38.2307 38.5184 39.4255 37.3147C40.2219 36.5122 40.2219 34.9073 39.2263 34.1048C37.036 31.898 31.2616 26.2808 31.2616 26.2808L31.4607 24.6758ZM16.726 26.682C11.3498 26.682 6.96915 22.2684 6.96915 16.8518C6.96915 11.4351 11.3498 7.02158 16.726 7.02158C22.1021 7.02158 26.4828 11.4351 26.4828 16.8518C26.4828 22.2684 22.1021 26.682 16.726 26.682Z' fill='white'/%3E%3C/svg%3E"); }

.container .container_inner__main .block_next { left: 20px; bottom: -150px; font-style: italic; font-weight: bold; font-size: 15px; line-height: 120%; }

.container .container_inner__main .block_next a { padding-top: 60px; background: 0 0 no-repeat; background-size: 51px 50px; background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.17773 7.34835C3.64648 11.8824 0.833983 18.1051 0.833983 25.0156C0.833984 38.8368 12.0215 50 25.834 50C39.6465 50 50.834 38.8368 50.834 25.0156C50.834 13.3521 42.8652 3.62727 32.084 0.844279L32.084 7.34835C39.3652 9.91245 44.584 16.8543 44.584 25.0156C44.584 35.3659 36.1777 43.7774 25.834 43.7774C15.4902 43.7774 7.08398 35.3659 7.08398 25.0156C7.08398 19.8249 9.24023 15.197 12.6465 11.8199L22.709 21.8887L22.709 -8.82104e-07L0.833982 0L8.17773 7.34835Z' fill='white'/%3E%3C/svg%3E"); }

.container .container_inner__secondary { position: absolute; right: 0; top: 90px; left: 160px; border-radius: 4px; overflow: hidden; }

@media (min-width: 1320px) { .container .container_inner__secondary { left: 220px; top: 110px; } }

.container .container_inner__secondary::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; background: #0B2861; opacity: 0.9; }

.container .container_inner__secondary .row .col:first-child { flex: 0 0 210px; }

@media (min-width: 1320px) { .container .container_inner__secondary .row .col:first-child { flex: 0 0 290px; } }

.container .container_inner__secondary .row .col:last-child { flex: 1; padding: 0 40px 0 40px; }

@media (min-width: 1024px) { .container .container_inner__secondary .row .col:last-child { padding: 0 80px 0 40px; } }

@media (min-width: 1320px) { .container .container_inner__secondary .row .col:last-child { padding: 0 110px 0 40px; } }

.container .container_inner__secondary .row_sender { position: relative; bottom: 0; width: 100%; padding: 30px 0; margin-top: 60px; }

.container .container_inner__secondary .row_sender::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; background: #041E51; opacity: 0.7; }

.container .container_inner__secondary .block { position: relative; z-index: 10; }

.container .container_inner__secondary .block_photo { height: auto; min-height: 230px; background: 50% 50% no-repeat; background-size: cover; }

.container .container_inner__secondary .block_photo img { width: 210px; }

@media (min-width: 1320px) { .container .container_inner__secondary .block_photo img { width: 290px; } }

.container .container_inner__secondary .block_about__title { margin: 40px 0 40px; font-style: normal; font-weight: bold; color: #EFF6F8; font-size: 22px; line-height: 25px; }

@media (max-width: 1023px) { .container .container_inner__secondary .block_about__title { font-size: 15px; line-height: 20px; margin-bottom: 20px; } }

@media (min-width: 1320px) { .container .container_inner__secondary .block_about__title { font-size: 26px; line-height: 30px; margin-top: 50px; } }

.container .container_inner__secondary .block_about__text { font-style: normal; font-weight: 500; color: #EFF6F8; font-size: 14px; line-height: 20px; }

@media (max-width: 1023px) { .container .container_inner__secondary .block_about__text { font-size: 12px; line-height: 15px; } }

@media (min-width: 1320px) { .container .container_inner__secondary .block_about__text { font-size: 16px; line-height: 22px; } }

.container .container_inner__secondary .block_sender { font-style: italic; font-weight: 300; font-size: 14px; line-height: 120%; text-align: right; color: #FFFFFF; }

.container .container_inner__secondary .block_sender__text { font-style: normal; font-weight: 600; font-size: 14px; line-height: 120%; color: #FFFFFF; }

.background { position: fixed !important; left: 0; top: 0; min-width: 100%; min-height: 100%; width: 100%; height: 100%; object-fit: cover; z-index: -999; }

.background_wrapper::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; height: 220px; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); opacity: 0.8; z-index: -998; }

a.button { display: block; padding: 10px 60px; margin: 20px 0 0; text-align: center; text-decoration: none; font-style: normal; font-weight: 500; font-size: 14px; line-height: 120%; color: #3AA8F8; border: 1px solid #3AA8F8; box-sizing: border-box; border-radius: 50px; transition: color .2s linear, background-color .2s linear; }

a.button:hover { background-color: #3AA8F8; color: white; opacity: 1; }

@media (max-width: 732px) { a.button { padding: 10px 20px; } }

.popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(11, 40, 97, 0.9); opacity: .9; z-index: 150; opacity: 0; visibility: hidden; transition-duration: 200ms, 200ms, 0ms; transition-property: opacity, top, visibility; transition-delay: 0ms, 0ms, 200ms; }

.popup.shown { opacity: 1; visibility: visible; transition-duration: 200ms, 200ms, 0ms; transition-property: opacity, top, visibility; transition-delay: 200ms, 200ms, 0ms; }

.popup_inner { display: flex; align-items: center; justify-content: center; height: 100%; }

.popup_close__link { position: absolute; right: 20px; top: 20px; }

.popup.search-popup form { position: relative; width: 100%; margin: 0 auto; max-width: 816px; }

@media (max-width: 1023px) { .popup.search-popup form { width: 90%; }
  .popup.search-popup form input[type=text] { height: 50px; background-size: 30px 30px; background-position: 0 50%; font-size: 20px; width: calc(100% - 80px); padding-left: 40px; padding-right: 40px; }
  .popup.search-popup form input[type=submit] { width: 23px; height: 50px; background-size: 29px 25px; } }

.search-form .pager font.text:first-child, .search-popup .pager font.text:first-child { display: none; }

.search-form input[type=submit], .search-popup input[type=submit] { border: none; position: absolute; right: 0; top: 0; width: 60px; height: 70px; cursor: pointer; background: 0 0 no-repeat; background-size: 29px 33px; background-image: url("data:image/svg+xml,%3Csvg width='29' height='33' viewBox='0 0 29 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.625 9.875L14.2875 12.5375L7.55625 19.25H24.75V0.5H28.5V23H7.55625L14.2875 29.7125L11.625 32.375L0.375 21.125L11.625 9.875Z' fill='white'/%3E%3C/svg%3E"); background-position: 50% 50%; outline: none; }

.search-form input[type=text], .search-form input[type=text]:focus, .search-popup input[type=text], .search-popup input[type=text]:focus { height: 70px; width: calc(100% - 140px); padding-left: 80px; padding-right: 50px; background: none; border: none; border-bottom: 5px white solid; font-style: italic; font-weight: 500; font-size: 30px; line-height: 120%; font-family: 'Montserrat'; color: white; outline: none; background: 0 0 no-repeat; background-size: 60px 60px; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.1911 37.0138C48.9831 33.4027 50.1779 29.4906 50.1779 25.2777C49.8792 11.4351 38.8281 0 25.0889 0C11.0511 0 0 11.4351 0 25.2777C0 39.1202 11.3498 50.2544 25.0889 50.2544C29.2704 50.2544 33.1532 49.3517 36.7374 47.2452H39.1268C39.1268 47.2452 47.4898 55.6711 51.0739 58.9813C52.5673 60.4859 54.9567 60.185 56.1514 58.9813C57.9435 57.1757 57.3461 57.7776 59.1382 55.972C60.3329 54.7683 60.3329 52.3609 58.8395 51.1572C55.5541 47.847 46.8924 39.4212 46.8924 39.4212L47.1911 37.0138ZM25.0889 40.023C17.0246 40.023 10.4537 33.4027 10.4537 25.2777C10.4537 17.1527 17.0246 10.5324 25.0889 10.5324C33.1532 10.5324 39.7241 17.1527 39.7241 25.2777C39.7241 33.4027 33.1532 40.023 25.0889 40.023Z' fill='white'/%3E%3C/svg%3E"); }

.search-form input[type=text]::placeholder, .search-popup input[type=text]::placeholder { color: grey; opacity: 1; }

.search-form input[type=text]:-ms-input-placeholder, .search-popup input[type=text]:-ms-input-placeholder { color: grey; opacity: 1; }

.search-form input[type=text]::-ms-input-placeholder, .search-popup input[type=text]::-ms-input-placeholder { color: grey; opacity: 1; }

.search-form input[type=text]:focus::placeholder, .search-popup input[type=text]:focus::placeholder { color: transparent; }

.search-form input[type=text]:-ms-input-placeholder, .search-popup input[type=text]:-ms-input-placeholder { color: transparent; }

.search-form input[type=text]::-ms-input-placeholder, .search-popup input[type=text]::-ms-input-placeholder { color: transparent; }

.close { position: absolute; right: 32px; top: 32px; width: 32px; height: 32px; opacity: 0.8; }

.close:hover { opacity: 1; }

.close:before, .close:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: white; }

.close:before { transform: rotate(45deg); }

.close:after { transform: rotate(-45deg); }

.carousel { margin-top: 80px; margin-left: -50px; }

@media (max-width: 732px) { .carousel { margin-top: 60px; } }

.carousel_wrapper { position: absolute; width: 100%; max-width: 100%; top: calc(50% - 200px); }

@media (max-width: 732px) { .carousel_wrapper { top: calc(50% - 70px); } }

.carousel_wrapper .tns-controls, .carousel_wrapper button { display: none; position: absolute; left: 0; top: 0; }

.carousel_title h1 { position: relative; z-index: 35; max-width: 566px; margin: 50px auto 0; font-style: normal; font-weight: bold; font-size: 26px; line-height: 120%; color: #FFFFFF; }

@media (max-width: 732px) { .carousel_title h1 { display: none; } }

.carousel_item.carousel-active .carousel_item__inner { padding: 0 35px; }

@media (max-width: 732px) { .carousel_item.carousel-active .carousel_item__inner { padding: 0 25px; } }

.carousel_item.carousel-active .carousel_item__img { transform: scale(1.33333, 1.38462); }

@media (max-width: 732px) { .carousel_item.carousel-active .carousel_item__img { transform: scale(1.16667, 1.23077); } }

.carousel_item.carousel-active_side .carousel_item__inner { padding: 0 25px; }

.carousel_item.carousel-active_side .carousel_item__img { transform: scale(1.16667, 1.23077); }

@media (max-width: 732px) { .carousel_item.carousel-active_side .carousel_item__img { transform: scale(1.08333, 1.11538); } }

.carousel_item.carousel-active_side__side .carousel_item__inner { padding: 0 20px; }

.carousel_item.carousel-active_side__side .carousel_item__img { transform: scale(1.08333, 1.11538); }

.carousel_item.carousel-active .carousel_item__text { pointer-events: auto; opacity: 1; }

.carousel_item__inner { width: 120px; padding: 0 15px; outline: none; }

.carousel_item__text { display: block; min-width: 180px; margin-top: 20px; margin-left: -30px; font-style: normal; font-weight: bold; font-size: 13px; line-height: 120%; display: block; text-align: center; color: #FFFFFF; transition: opacity .2s linear; opacity: 0; pointer-events: none; }

@media (max-width: 732px) { .carousel_item__text { margin-top: 2px; font-size: 12px; line-height: 15px; } }

.carousel_item__img { display: block; width: 120px; height: 130px; background: 50% 50% no-repeat; background-size: cover; border-radius: 4px; transform-origin: center bottom; transition: transform .2s ease-in; -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.6); box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.6); }

.carousel_item__img:hover { opacity: 1; }

.carousel_item__img:hover + .carousel_item__text { opacity: 1; }

.share { position: fixed; display: none; bottom: 80px; right: 50px; }

@media (min-width: 733px) { .share { display: block; } }

.share a { outline: none; align-items: center; justify-content: center; border-radius: 25px; width: 40px; height: 40px; display: flex; opacity: 1; }

.share .ya-share2__container .ya-share2__popup { border: none; box-shadow: none; background-color: transparent; padding: 0; bottom: -10px; padding: 0px 20px 50px 20px; right: -20px; }

.share .ya-share2__container .ya-share2__popup_visible { display: none; }

.share .ya-share2__container .ya-share2__item { margin: 10px 0 10px 0; }

.share .ya-share2__container .ya-share2__item_more:hover .ya-share2__popup { display: block; }

.share .ya-share2__container .ya-share2__item_service_odnoklassniki .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%233AA8F8' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_vkontakte .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%233AA8F8' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_vkontakte:hover .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_facebook .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%233AA8F8' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_facebook:hover .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%233AA8F8' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.share .ya-share2__container .ya-share2__title { display: none; }

.share .ya-share2__container .ya-share2__input_copy { display: none; }

.share .ya-share2__container .ya-share2__badge { background-color: transparent; }

.share .ya-share2__container .ya-share2__icon, .share .ya-share2__container .ya-share2__link_copy { box-sizing: border-box; height: 40px; width: 40px; border-radius: 20px; background-repeat: no-repeat; background-size: 25px; background-position: 50%; background-color: rgba(0, 0, 0, 0.4); border: 1px transparent solid; }

.share .ya-share2__container .ya-share2__icon:before, .share .ya-share2__container .ya-share2__link_copy:before { content: none; }

.share .ya-share2__container .ya-share2__link_more .ya-share2__icon_more { background-size: auto; background: 0 0 no-repeat; background-size: 23px 24px; background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 16.76C17.8317 16.76 17.01 17.11 16.3817 17.6584L7.76625 12.8167C7.82667 12.5484 7.875 12.28 7.875 12C7.875 11.72 7.82667 11.4517 7.76625 11.1834L16.285 6.38837C16.9375 6.97171 17.7954 7.33337 18.75 7.33337C20.7558 7.33337 22.375 5.77004 22.375 3.83337C22.375 1.89671 20.7558 0.333374 18.75 0.333374C16.7442 0.333374 15.125 1.89671 15.125 3.83337C15.125 4.11337 15.1733 4.38171 15.2338 4.65004L6.715 9.44504C6.0625 8.86171 5.20458 8.50004 4.25 8.50004C2.24417 8.50004 0.625 10.0634 0.625 12C0.625 13.9367 2.24417 15.5 4.25 15.5C5.20458 15.5 6.0625 15.1384 6.715 14.555L15.3183 19.4084C15.2579 19.6534 15.2217 19.91 15.2217 20.1667C15.2217 22.045 16.8046 23.5734 18.75 23.5734C20.6954 23.5734 22.2783 22.045 22.2783 20.1667C22.2783 18.2884 20.6954 16.76 18.75 16.76Z' fill='%233AA8F8'/%3E%3C/svg%3E"); background-position: 50%; background-position-x: 5px; background-color: rgba(0, 0, 0, 0.4); z-index: 99999; }

.share .ya-share2__container .ya-share2__link_more:active .ya-share2__icon_more, .share .ya-share2__container .ya-share2__link_more:hover .ya-share2__icon_more, .share .ya-share2__container .ya-share2__link_more:focus .ya-share2__icon_more { border: 2px white solid; background: 0 0 no-repeat; background-size: 23px 24px; background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 16.76C17.8317 16.76 17.01 17.11 16.3817 17.6584L7.76625 12.8167C7.82667 12.5484 7.875 12.28 7.875 12C7.875 11.72 7.82667 11.4517 7.76625 11.1834L16.285 6.38837C16.9375 6.97171 17.7954 7.33337 18.75 7.33337C20.7558 7.33337 22.375 5.77004 22.375 3.83337C22.375 1.89671 20.7558 0.333374 18.75 0.333374C16.7442 0.333374 15.125 1.89671 15.125 3.83337C15.125 4.11337 15.1733 4.38171 15.2338 4.65004L6.715 9.44504C6.0625 8.86171 5.20458 8.50004 4.25 8.50004C2.24417 8.50004 0.625 10.0634 0.625 12C0.625 13.9367 2.24417 15.5 4.25 15.5C5.20458 15.5 6.0625 15.1384 6.715 14.555L15.3183 19.4084C15.2579 19.6534 15.2217 19.91 15.2217 20.1667C15.2217 22.045 16.8046 23.5734 18.75 23.5734C20.6954 23.5734 22.2783 22.045 22.2783 20.1667C22.2783 18.2884 20.6954 16.76 18.75 16.76Z' fill='white'/%3E%3C/svg%3E"); background-position: 50%; background-position-x: 5px; background-color: rgba(0, 0, 0, 0.4); }

.share .ya-share2__container .ya-share2__link_copy { border: 2px #3AA8F8 solid; background: 0 0 no-repeat; background-size: 24px 14px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.40002 11.6L2.80002 7L7.40002 2.4L6.00002 1L2.47955e-05 7L6.00002 13L7.40002 11.6ZM16.5 11.6L21.1 7L16.5 2.4L17.9 1L23.9 7L17.9 13L16.5 11.6Z' fill='%233AA8F8'/%3E%3Cpath d='M12.9 0L8.89997 14H10.9L14.9 0H12.9Z' fill='%233AA8F8'/%3E%3C/svg%3E"); background-position: 50%; background-color: rgba(0, 0, 0, 0.4); }

.share .ya-share2__container .ya-share2__link_copy:hover { background: 0 0 no-repeat; background-size: 24px 14px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.40002 11.6L2.80002 7L7.40002 2.4L6.00002 1L2.47955e-05 7L6.00002 13L7.40002 11.6ZM16.5 11.6L21.1 7L16.5 2.4L17.9 1L23.9 7L17.9 13L16.5 11.6Z' fill='white'/%3E%3Cpath d='M12.9 0L8.89997 14H10.9L14.9 0H12.9Z' fill='white'/%3E%3C/svg%3E"); background-position: 50%; border: 2px white solid; background-color: rgba(0, 0, 0, 0.4); }

.share .ya-share2__container .ya-share2__link .ya-share2__icon { border: 2px #3AA8F8 solid; }

.share .ya-share2__container .ya-share2__link:hover .ya-share2__icon { border: 2px white solid; }

@media (max-width: 732px) { .modern-page-navigation { text-align: center; } }

.modern-page-previous, .modern-page-next, .modern-page-neighbor, .modern-page-current, .modern-page-first, .modern-page-last { display: inline-block; color: #EFF6F8; font-size: 14px; line-height: 20px; height: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 20px; padding: 5px 12px; margin: 5px 3px; vertical-align: middle; transition: .3s background-color linear, .3s color linear; outline: none; }

@media (max-width: 732px) { .modern-page-previous, .modern-page-next, .modern-page-neighbor, .modern-page-current, .modern-page-first, .modern-page-last { margin: 5px 1px; } }

.modern-page-previous:hover, .modern-page-next:hover, .modern-page-neighbor:hover, .modern-page-current:hover, .modern-page-first:hover, .modern-page-last:hover { background-color: white; color: #092877; }

.modern-page-previous, .modern-page-next { text-transform: uppercase; letter-spacing: 0.1em; font-style: normal; font-weight: 500; font-size: 10px; }

@media (max-width: 732px) { .modern-page-previous, .modern-page-next { padding: 5px 9px; } }

@media (max-width: 732px) { .modern-page-previous span, .modern-page-next span { display: none; } }

.modern-page-previous { margin-left: 0; }

@media (max-width: 732px) { .modern-page-previous::before { content: "\2190"; } }

.modern-page-next { margin-right: 0; }

@media (max-width: 732px) { .modern-page-next::before { content: "\2192"; } }

.modern-page-dots { margin: 0 5px; padding: 0 10px; vertical-align: middle; }

@media (max-width: 732px) { .modern-page-dots { margin: 0; padding: 0 3px; } }

.modern-page-current { background-color: transparent; border: 1px white solid; }

.modern-page-current:hover { background: transparent; color: #EFF6F8; }

.index-page .container_inner__main { min-height: calc(100vh - 220px); }

@media (max-width: 732px) { .index-page .container_inner__main .block_questionnaire { right: 20px; bottom: 20px; } }

.index-page .container_inner__secondary { min-height: 50vh; }

.detail-page .container_inner__main { max-width: 320px; }

@media (min-width: 1320px) { .detail-page .container_inner__main { min-width: 460px; min-height: 360px; } }

@media (max-width: 1023px) { .detail-page .container_inner__main { min-height: 180px; } }

@media (max-width: 1023px) and (max-width: 1023px) { .detail-page .container_inner__main .block_questionnaire { bottom: 20px; } }

@media (max-width: 1023px) and (max-width: 1023px) { .detail-page .container_inner__main .block_next { display: none; } }

@media (min-width: 1320px) { .detail-page .container_inner__secondary { left: 220px; top: 110px; } }

@media (max-width: 1023px) { .detail-page .container_inner__secondary { position: relative; left: 0; top: -20px; margin: 0 20px; } }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row_sender { margin-top: 20px; } }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row { display: block; } }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row .col:last-child { padding: 0 30px; } }

.detail-page .container_inner__secondary .row .block_about__title { font-size: 22px; line-height: 25px; }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row .block_about__title { font-size: 15px; line-height: 20px; margin-bottom: 20px; } }

@media (min-width: 1320px) { .detail-page .container_inner__secondary .row .block_about__title { font-size: 26px; line-height: 30px; } }

.detail-page .container_inner__secondary .row .block_about__text { font-size: 14px; line-height: 20px; }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row .block_about__text { font-size: 12px; line-height: 15px; } }

@media (min-width: 1320px) { .detail-page .container_inner__secondary .row .block_about__text { font-size: 16px; line-height: 22px; } }

@media (max-width: 1023px) { .detail-page .container_inner__secondary .row .block_sender { padding: 10px 30px; text-align: left; } }

.detail-page .container .block_next-mobile { width: 100px; display: none; font-style: italic; font-weight: bold; align-items: center; font-style: italic; font-weight: bold; font-size: 15px; line-height: 120%; margin: 10px auto 20px; text-align: center; }

.detail-page .container .block_next-mobile a { padding-top: 60px; background: 0 0 no-repeat; background-size: 51px 50px; background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.17773 7.34835C3.64648 11.8824 0.833983 18.1051 0.833983 25.0156C0.833984 38.8368 12.0215 50 25.834 50C39.6465 50 50.834 38.8368 50.834 25.0156C50.834 13.3521 42.8652 3.62727 32.084 0.844279L32.084 7.34835C39.3652 9.91245 44.584 16.8543 44.584 25.0156C44.584 35.3659 36.1777 43.7774 25.834 43.7774C15.4902 43.7774 7.08398 35.3659 7.08398 25.0156C7.08398 19.8249 9.24023 15.197 12.6465 11.8199L22.709 21.8887L22.709 -8.82104e-07L0.833982 0L8.17773 7.34835Z' fill='white'/%3E%3C/svg%3E"); background-position: 50% 0; }

@media (max-width: 1023px) { .detail-page .container .block_next-mobile { display: flex; } }

.search-page .container_inner__main { max-width: 320px; }

@media (min-width: 1320px) { .search-page .container_inner__main { min-width: 460px; min-height: 360px; } }

@media (max-width: 1023px) { .search-page .container_inner__main { min-height: 120px; } }

.search-page .container_inner__main .block_search { display: none; }

@media (max-width: 1023px) { .search-page .container_inner__main .block_questionnaire { bottom: 20px; } }

.search-page .container_inner__secondary { min-height: 50vh; left: 10px; padding: 30px 70px; font-style: normal; color: #EFF6F8; }

@media (max-width: 1023px) { .search-page .container_inner__secondary { position: relative; top: -20px; padding: 20px 20px 0 20px; margin-left: -20px; margin-right: -20px; left: 0; } }

.search-page .container_inner__secondary .search-form input[type=text] { height: 45px; width: calc(100% - 100px); background-size: 30px 30px; padding-left: 50px; padding-right: 50px; background-position: 0 50%; font-size: 20px; }

@media (max-width: 1319px) { .search-page .container_inner__secondary .search-form input[type=text] { height: 35px; width: calc(100% - 60px); padding-left: 30px; padding-right: 30px; background-size: 20px 20px; font-size: 14px; } }

.search-page .container_inner__secondary .search-form input[type=submit] { right: 0; height: 50px; width: 22px; background-size: 14px 16px; }

.search-page .container_inner__secondary .result { list-style-position: outside; padding-left: 0; }

.search-page .container_inner__secondary .result_item { padding: 20px 0; }

.search-page .container_inner__secondary .result li { list-style-type: none; font-weight: bold; font-size: 16px; line-height: 20px; margin-left: -65px; }

@media (max-width: 1023px) { .search-page .container_inner__secondary .result li { margin-left: 0; } }

.search-page .container_inner__secondary .result li span { width: 50px; text-align: right; display: inline-block; padding-right: 15px; }

@media (max-width: 1023px) { .search-page .container_inner__secondary .result li span { width: auto; text-align: left; display: block; } }

.search-page .container_inner__secondary .result li a b { background: #1C428A; padding: 1px 0; }

.questionnaire-page .container_inner__main { max-width: 320px; }

@media (min-width: 1320px) { .questionnaire-page .container_inner__main { min-width: 460px; min-height: 360px; } }

@media (max-width: 1023px) { .questionnaire-page .container_inner__main { min-height: 180px; } }

.questionnaire-page .container_inner__main .block_questionnaire { display: none; }

.questionnaire-page .container_inner__secondary { min-height: 50vh; padding: 30px 70px; font-style: normal; }

@media (max-width: 1023px) { .questionnaire-page .container_inner__secondary { position: relative; left: 0; top: -20px; margin: 0; padding: 0 10px; } }

.contact-page .container_inner__main { max-width: 320px; }

@media (min-width: 1320px) { .contact-page .container_inner__main { min-width: 460px; min-height: 360px; } }

@media (max-width: 1023px) { .contact-page .container_inner__main { min-height: 180px; } }

.contact-page .container_inner__secondary { min-height: 50vh; padding: 30px 70px; font-style: normal; }

@media (max-width: 1023px) { .contact-page .container_inner__secondary { position: relative; left: 0; top: -20px; margin: 0; padding: 0 10px; } }

/* End */
/* /bitrix/templates/veterans/css/libs/normalize.css?15879795686599 */
/* /bitrix/templates/veterans/js/libs/tns/tiny-slider.css?15879731602123 */
/* /bitrix/templates/veterans/template_styles.css?161960727365563 */
