@font-face {
    font-family: 'site_font';
    src: url('../fonts/roboto/RobotoRegular.eot');
    src: url('../fonts/roboto/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/RobotoRegular.woff2') format('woff2'),
    url('../fonts/roboto/RobotoRegular.woff') format('woff'),
    url('../fonts/roboto/RobotoRegular.ttf') format('truetype'),
    url('../fonts/roboto/RobotoRegular.svg#Roboto-Regular') format('svg'),
    url('../fonts/roboto/RobotoRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'site_font1';
    src: url('../fonts/roboto/RobotoMedium.eot');
    src: url('../fonts/roboto/RobotoMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/RobotoMedium.woff2') format('woff2'),
    url('../fonts/roboto/RobotoMedium.woff') format('woff'),
    url('../fonts/roboto/RobotoMedium.ttf') format('truetype'),
    url('../fonts/roboto/RobotoMedium.svg#Roboto-Medium') format('svg'),
    url('../fonts/roboto/RobotoMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'site_font_hdr';
    src: url('../fonts/robotoslab/RobotoSlab-Regular.eot');
    src: url('../fonts/robotoslab/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotoslab/RobotoSlab-Regular.woff2') format('woff2'),
    url('../fonts/robotoslab/RobotoSlab-Regular.woff') format('woff'),
    url('../fonts/robotoslab/RobotoSlab-Regular.ttf') format('truetype'),
    url('../fonts/robotoslab/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg'),
    url('../fonts/robotoslab/RobotoSlab-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/****** нормализация ******/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    position: relative;
}

*::before, *::after {
    box-sizing: inherit;
    transition: inherit;
}

*:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style-position: outside;
}

table, th, td {
    border: 1px solid #000;
    padding: 0;
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
    padding: 2px 5px;
}

p {
    padding: 0 0 15px 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ff5722;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/****** базовая разметка ******/

html {
    height: 100%;
    min-height: 100%;
    color: rgba(33, 33, 33, 0.87);
    font: 16px site_font, Arial, Verdana, Tahoma, Helvetica, sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

body {
    background: #eee;
}

.block {
    width: 1260px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
}

.content h1 {
    font-family: 'site_font_hdr';
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 0 20px 0;
}

h3 {
    font-family: 'site_font_hdr';
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0 0 15px 0;
}

.hdr {
    font-family: 'site_font_hdr';
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 0 10px 0;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
    margin: 0 -15px 0 -15px;
}

.row .col {
    flex: 0 0 100%;
    padding: 0 15px 30px 15px;
    max-width: 100%;
}

.row.cols2 > .col {
    flex-basis: 50%;
    max-width: 50%;
}

.row.cols2 > .col.wide {
    flex-basis: 100%;
    max-width: 100%;
}

.row.cols3 > .col {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

.row.cols3 > .col.wide {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
}

.row.cols4 > .col {
    flex-basis: 25%;
    max-width: 25%;
}

.row.cols4 > .col.wide {
    flex-basis: 50%;
    max-width: 50%;
}

.row.cols5 > .col {
    flex-basis: 20%;
    max-width: 20%;
}

.row.cols5 > .col.wide {
    flex-basis: 40%;
    max-width: 40%;
}

.row.cols6 > .col {
    flex-basis: 16.6666%;
    max-width: 16.6666%;
}

.row.cols6 > .col.wide {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

.row.cols6 > .col.xwide {
    flex-basis: 50%;
    max-width: 50%;
}

.row.cols7 > .col {
    flex-basis: 14.2857%;
    max-width: 14.2857%;
}

.row.cols7 > .col.wide {
    flex-basis: 28.5714%;
    max-width: 28.5714%;
}

.row.cols8 > .col {
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.row.cols8 > .col.wide {
    flex-basis: 25%;
    max-width: 25%;
}

.row.cols9 > .col {
    flex-basis: 11.1111%;
    max-width: 11.1111%;
}

.row.cols9 > .col.wide {
    flex-basis: 22.2222%;
    max-width: 22.2222%;
}

.row.cols10 > .col {
    flex-basis: 10%;
    max-width: 10%;
}

.row.cols10 > .col.wide {
    flex-basis: 20%;
    max-width: 20%;
}

.form .row {
    margin: 0 -5px 0 -5px;
}

.form .row .col {
    padding: 0 5px 0px 5px !important;
}

header {
    background: #1C1B19 url(../img/red_bg.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 25px;
    padding: 8px 0 0 0;
}

header .logo {
    background: url(../img/logo.png) no-repeat;
    background-size: 41px 40px;
    font-family: 'site_font_hdr';
    font-weight: normal;
    display: inline-block;
    margin: 0 60px 10px 0;
}

header .logo a {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 2px 0 2px 54px;
}

header .plogo, footer .plogo {
    background: url(../img/plogo2.png) no-repeat;
    background-size: contain;
    font-family: 'site_font_hdr';
    font-weight: normal;
    display: inline-block;
    margin: 0 60px 10px 0;
}

header .plogo a, footer .plogo a {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 2px 0 2px 54px;
}

header .lanovoy {
    background: url(../img/lanovoy.png) no-repeat;
    background-size: 40px;
    font-family: 'site_font_hdr';
    font-weight: normal;
    display: inline-block;
    margin: 0 60px 10px 0;
}

header .lanovoy a {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 2px 0 2px 54px;
}

header .mainmenu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
    z-index: 2;
    font-family: 'site_font1';
}

header .mainmenu .toggle {
    display: none;
}

header .nav a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .nav {
    width: 1255px;
    max-width: 100%;
    margin: 0 auto;
}

header .nav > li {
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 0 0 6px 0;
}

header .nav > li:not(:first-child) {
    margin: 0 0 0 20px;
}

header .nav > li > a {
    font-size: 0.85rem;
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02rem;
    padding: 16px 10px 11px 10px;
    border: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    line-height: 1;
}

header .nav > li.nest:hover > a {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #301712;
    color: #ff5722;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: rgba(35, 19, 16, 0.8);
    z-index: 2;
}

header .nav > li > a:hover {
    color: #fff;
}

header .nav > li.active {
    color: #ff5722;
    border-bottom: 2px solid #ff5722;
}

header .nav li ul {
    position: absolute;
    left: -0px;
    top: 41px;
    padding: 0px 0px;
    display: none;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 25px 20px 25px;
    background: rgba(35, 19, 16, 0.8);
    border-radius: 3px;
    border-top-left-radius: 0px;
    color: #fff;
}

header .nav li:hover ul {
    display: block;
}

header .nav li ul li {
    display: block;
    position: relative;
    z-index: 1;
}

header .nav li ul a {
    white-space: nowrap;
    display: block;
    color: #fff;
    padding: 8px 0px;
}

header .nav li ul a:hover {
    color: #ff5722;
}

header .top {
    padding: 28px 2.03125%;
}

header .top {
    background: url(../img/star.png) no-repeat center;
    background-size: contain;
}

header .top .row {
    flex-flow: row nowrap;
    max-width: 100%;
}

header .top .row .wide {
    max-width: 66.6666%;
}

header .search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    gap: 10px;
}

header .search .shtender a {
    color: #fff;
}

header .search .form {
    max-width: 300px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
}

header .search .form .button {
    flex: 0 0 100px;
    margin: 0 0 0 10px;
}

header .search .control {
    padding: 7px 10px 7px 10px;
    background: transparent;
}

header .search .cntrdiv {
    margin: 0;
}

.fast_search .ttl {
    font-weight: bold;
}

.veterans .col > a .dsc .ttl {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.mbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../img/menu.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: none;
}

.mmenu {
    height: 0%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: rgba(0, 0, 0, 0); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    overflow: hidden;
}

.mmenu .nav {
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: block;
    padding: 0;
    margin: 0px 0 0 auto;
}

.mmenu .nav a {
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mmenu .nav a:hover {
    color: #ff5722;
}

.mmenu .nav li {
    display: block;
    list-style: none;
}

.mmenu .nav > li:not(:first-child) {
    border-top: 1px solid #fff;
}

.mmenu .nav > li > a {
    background: rgba(35, 19, 16, 0.8);
}

.mmenu .nav > li > a:hover {
    border: 0;
}

.mmenu .nav > li li a {
    background: #fff;
    color: rgba(33, 33, 33, 0.87);
    padding: 5px 0 5px 40px;
    font-size: 0.9rem;
}

.mmenu .closebtn {
    z-index: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px 0 0 0;
    font-size: 40px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.8);
}

.mmenu .closebtn:hover {
    color: #f1f1f1;
    cursor: pointer;
}

.smenu {
    margin: 0 0 20px 0;
    list-style: none;
    display: none;
}

.smenu a {
    color: #ff5722;
    display: inline-block;
    margin: 0 0 5px 0;
    border-bottom: 1px solid transparent;
}

.smenu a:hover {
    color: #ff5722;
    border-bottom: 1px solid #ff5722;
}

main .cmenu.ablock {
    box-shadow: none;
    padding: 0 0 20px 0;
    display: none;
}

main .cmenu.ablock > ul {
    margin: 0;
}

main .cmenu.ablock a, main .cmenu.ablock span {
    color: #ff5722;
}

main .ctgmenu .col {
    padding-bottom: 0;
}

footer {
    background: #373737 url(../img/footer_logo.png) no-repeat;
    background-position: bottom -115px right -80px;
    padding: 25px 0 20px 0;
}

footer .bmenu {
    padding: 0 0 0 0;
}

footer .bmenu .col {
    flex-basis: 185px;
}

footer .bmenu .col:not(:first-child) {
    margin: 0 0 0 0px;
}

footer .bmenu a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: normal;
}

footer .bmenu ul li {
    display: block;
    padding: 5px 0 0 0;
}

footer .bmenu ul li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.8rem;
    font-weight: normal;
}

footer .bmenu a:hover {
    color: #ff5722;
}

footer .copy {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.6rem;
    text-align: right;
    padding: 0px 0 20px 0;
    font-family: 'site_font';
    line-height: 1.4;
}

footer .copy p {
    padding: 0;
}

footer .element {
    text-align: right;
}

footer .element a {
    background: url(../img/element.svg) no-repeat left center;
    background-size: contain;
    display: inline-block;
    padding: 5px 0 5px 30px;
    letter-spacing: -.1px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.54);
    text-decoration: none;
}

footer .row.cols3 > .col {
    padding-bottom: 0;
}

footer .row.cols4 > .col {
    padding-bottom: 0;
}

.content {
    padding: 0;
    margin: 0 0px 50px 0px;
    max-width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: flex-start;
}

.content aside {
    flex: 0 0 310px;
    max-width: 310px;
    margin: 0;
    padding: 0 30px 0 0;
}

.content main + aside {
    padding: 0 0 0 30px;
}

.content main {
    flex: 1 1 100%;
    background: #fff;
    margin: 0;
    padding: 20px 20px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.content main h1.page_title.short {
    padding-right: 230px;
}

.feed {
    padding: 15px 25px 20px 25px;
    background: rgba(35, 19, 16, 0.5);
    border-radius: 3px;
    color: #fff;
}

.feed h2 {
    font-weight: normal;
    padding: 0 0 30px 0;
    font-size: 1.3rem;
}

.feed .item:not(:first-child) {
    padding: 25px 0 0 0;
}

.feed .time, .feed .region {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.7rem;
}

.feed .ttl {
    color: #fff;
    line-height: 1.4rem;
}

.feed .ttl a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feed .ttl a:hover {
    color: #ff5722;
}

.newsinf {
    padding-bottom: 30px;
}

.news {
    height: 450px;
    display: block;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: flex-end;
}

.news:hover {
    box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
}

.news > div {
    padding: 100px 30px 40px 30px;
    position: relative;
    z-index: 2;
}

.news div.shad {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
}

.news {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news .time, .news .region {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.7rem;
}

.news .ttl {
    color: #fff;
    font-size: 2.25rem;
    font-family: 'site_font_hdr';
    font-weight: normal;
    line-height: 1.3;
    max-height: 235px;
    overflow: hidden;
}

.hot img {
    border-radius: 3px;
}

.hot .col a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.hot .col a img {
    margin: 0 auto;
    display: block;
}

.sidebar .hot img {
    width: 100%;
}

.ablock {
    background: #fff;
    padding: 20px 20px;
    border-radius: 3px;
    max-width: 100%;
    width: 280px;
    overflow: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.cmenu ul {
    list-style: none;
}

.cmenu > ul > li > a {
    font-weight: 500;
    font-size: 0.9rem;
    font-family: 'site_font1';
}

.cmenu > ul > li > span {
    font-weight: 500;
    font-size: 0.9rem;
    font-family: 'site_font1';
    cursor: pointer;
    color: #000;
}

.cmenu > ul > li > span:hover {
    color: #ff5722;
}

.cmenu > ul > li > span.disabled {
    color: #ccc;
}

.cmenu > ul > li > span.disabled:hover {
    color: #ccc;
}

.cmenu ul ul {
    padding: 0 0 0 0px;
    display: none;
}

.cmenu .active ul {
    padding: 0 0 0 0px;
    display: block;
}

.cmenu ul ul li {
    font-size: 0.8rem;
}

.cmenu ul > li:not(:first-child) {
    padding-top: 10px;
}

.cmenu ul ul li {
    padding-top: 5px !important;
}

.cmenu li.active > a {
    border-bottom: 1px solid #ff5722;
}

.detail {
    padding: 0 0px;
}

.detail .time {
}

.detail .ttl {
    font-weight: normal;
    padding: 0 0 10px 0;
}

.detail .txt {
}

.hvideo {
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.hvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inline {
    display: inline-block;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.row.veterans {
    margin: 0 -5px 0 -5px;
}

.row.veterans .col {
    padding: 0 5px 10px 5px;
}

.veterans .col > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
    border: 1px solid #ccc;
    height: 100%;
}

.veterans .col > a .img {
    flex: 0 0 20%;
}

.veterans .col > a .img.empty {
    background: url(../img/footer_logo.png) no-repeat center center;
    background-size: contain;
}

.veterans .col > a .dsc {
    flex: 1 1 70%;
    padding: 5px 10px 5px 10px;
    line-height: 1.2;
}

.veterans .col > a .dsc .ttl {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.veterans .col > a .dsc .txt {
    font-size: 0.8rem;
}

.veteran_form .ext {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.veteran_form.expand .ext {
    max-height: 1000px;
}

.veteran_form.expand #ext {
    display: none;
}

.veteran .detail {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.veteran .detail .img {
    flex: 0 0 20%;
    padding: 0 10px 0 0;
}

.veteran .detail .dsc {
    flex: 1 1 70%;
    padding: 5px 0px 5px 0px;
    line-height: 1.2;
}

.veteran .detail .dsc .ttl {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.veteran .detail .dsc .txt {
    padding: 0 0 5px 0;
}

.veteran .detail .dsc .data {
    padding: 10px 0 0 0;
}

#lightgallery {
    display: flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

#lightgallery a {
    flex: 1 1 25%;
    min-width: 150px;
    padding: 0 5px 10px 5px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#lightgallery > a > img {
    width: 100%;
    height: 100%;
    opacity: .8;
    object-fit: contain;
    border-radius: 5px;
}

#lightgallery > a > img:hover {
    opacity: 1;
}

.headmem .col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.headmem .img {
    flex: 0 0 200px;
}

.headmem .img img {
    border-radius: 3px;
}

.headmem .desc {
    flex: 1 1 50%;
    min-width: 300px;
    padding: 0 0 0 20px;
}

.partner .col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.partner .img {
    flex: 0 0 100px;
}

.partner .img img {
    border-radius: 3px;
}

.partner .desc {
    flex: 1 1 50%;
    min-width: 200px;
    padding: 0 0 0 20px;
}

.article > .col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.article > .col.img {
    flex: 0 0 300px;
}

.article > .col.img img {
    border-radius: 3px;
}

.article > .col.desc {
    flex: 1 1 50%;
    min-width: 300px;
    padding: 0 0 0 20px;
}

.article .ctg {
    color: rgba(33, 33, 33, 0.87);
    font-size: 0.7rem;
    display: block;
    line-height: 1;
    margin: 0px;
}

.world .countries {
    column-count: 4;
    column-width: 25%;
}

.world .countries .ttl {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: center;
    padding: 0 0 5px 0;
}

.world .countries .ttl .img {
    flex: 0 0 30px;
    padding: 6px 5px 0 0;
}

.world .countries .ttl strong {
    flex: 1 1 100%;
    page-break-inside: avoid;
    break-inside: avoid;
}

.world .country {
    padding: 0 0 10px 0;
}

.world .country ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.world .country ul li {
    padding: 0 0 5px 12px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.world .country ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 9px;
}

.region {
    fill: #eee;
}

.region.dep {
    fill: #ff5722;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.region.dep:hover {
    fill: #ffae86;
    cursor: pointer;
}

.department {
    position: relative;
}

.department .info {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 200px;
    border: 1px solid #b0b0b0;
    padding: 10px 10px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.department .info a {
    color: rgba(33, 33, 33, 0.87);
}

.department .info .ttl {
    font-family: 'site_font_hdr';
    font-weight: bold;
    padding: 0 0px 5px 0;
}

.department .info .close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: rgba(33, 33, 33, 0.87);
    line-height: 1;
    font-size: 2rem;
    cursor: pointer;
}

.department .info .close:hover {
    color: #ff5722;
}

.person {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: flex-top;
    margin: 0 0 20px 0;
}

.person .img {
    flex: 0 0 150px;
    padding: 0 20px 0 0;
}

.person .desc {
    flex: 1 1 100%;
}

.rchoose {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    border: 1px solid #b0b0b0;
    background: #fff;
    border-radius: 3px;
    max-width: 230px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.rchoose .ttl {
    padding: 10px 40px 10px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rchoose .ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    z-index: 0;
    background: url(../img/icons/arrow.svg) no-repeat right center;
    position: absolute;
    top: 14px;
    right: 10px;
}

.rchoose .ttl:hover {
    color: #fff;
    background: #ff5722;
}

.rchoose .ttl:hover:after {
    background: url(../img/icons/arrow_w.svg) no-repeat right center;
}

.rchoose.active .ttl {
    color: #fff;
    background: #ff5722;
}

.rchoose.active .ttl:after {
    background: url(../img/icons/arrow_w.svg) no-repeat right center;
}

.rchoose.active .ttl:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rchoose input {
    font: 16px site_font, Arial, Verdana, Tahoma, Helvetica, sans-serif;
    background: transparent;
}

.rchoose .ttl:hover input, .rchoose.active .ttl input {
    color: #fff;
}

.rchoose .rlist {
    max-height: 0px;
    overflow-x: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rchoose.active .rlist {
    max-height: 300px;
    height: 300px;
    padding: 5px 5px 0px 5px;
}

.rchoose .rlist div {
    padding: 0 0 5px 12px;
}

.rchoose .rlist a {
    border-bottom: 1px solid #b0b0b0;
}

.rchoose .rlist a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 7px;
}

.rchoose .rlist a:hover:before {
    border: 1px solid #ff5722;
    background: #ff5722;
}

.rchoose .rlist a:hover {
    border-bottom: 1px solid #ff5722;
}

.cntrdiv .cntrl.rlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 10px 10px 10px;
}

.cb input {
    position: absolute;
    top: 0;
    width: 35px;
    height: 20px;
    /*display: none;*/
}

.cb label {
    padding: 0px 0 0px 32px;
    position: relative;
    cursor: pointer;
}

.cntrdiv .cntrl.rlist .cb label {
    white-space: nowrap;
    padding: 0px 0 0px 32px;
    position: relative;
    cursor: pointer;
}

.cb label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 16px;
    border-radius: 10px;
    background: #999;
}

.cb label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s;
}

.cb input:checked + label:before {
    background: #ff5722;
}

.cb input:checked + label:after {
    left: 14px;
}

.faq_toggle {
    width: 200px;
    margin: 0 0 20px 0;
}

.faq_form {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.faq_form.active {
    max-height: 1000px;
    padding: 0 0 20px 0;
}

.faq_list .col {
    padding-bottom: 10px;
}

.faq_list .ttl {
    padding-bottom: 5px;
    cursor: pointer;
    font-family: 'site_font_hdr';
    font-weight: normal;
    font-size: 1.3rem;
}

.faq_list .ttl span {
    border-bottom: 1px solid #b0b0b0;
}

.faq_list .ttl span:hover {
    border-bottom: 1px solid #ff5722;
    color: #ff5722;
}

.faq_list .txt {
    max-height: 0px;
    overflow: hidden;
    background: rgba(255, 87, 34, 0.75);
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq_list .active .ttl {
    border-bottom: 0;
}

.faq_list .active .txt {
    max-height: 10000px;
    padding: 10px 10px;
}

.faq_list .active .txt a {
    color: #fff;
}

.excursion_txt {
    display: none;
}

.excursion_txt.active {
    display: block;
}

.usertext {
    padding: 0 0 20px 0;
}

.usertext .ttl {
    font-family: 'site_font_hdr';
    font-size: 1.5rem;
}

.error {
    color: #f00;
}

.success {
    color: #3c3;
}

.form {
    width: 100%;
}

.button {
    color: #fff;
    background: #ff5722;
    border: 2px solid #ff5722;
    border-radius: 3px;
    font-size: 0.85rem;
    margin: 0 20px 10px 0;
    padding: 9px 23px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.button * {
    display: inline-block;
    vertical-align: middle;
}

.feed .button {
    text-transform: none;
}

.feed .ttl .button:hover {
    color: #fff;
}

.form .row .col {
    padding: 0 15px;
}

.cntrdiv {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.cntrdiv .cntrl label {
    display: block;
    max-width: 100%;
    padding: 0 10px 5px 0;
    margin: 0;
    font-weight: normal;
    font-size: 100%;
    position: absolute;
    top: 11px;
    left: 12px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #7e7e7e;
}

.cntrdiv .cntrl select.selected ~ label, .cntrdiv .cntrl #img_ext ~ label, .cntrdiv .cntrl #veteran_pic_id ~ label, .cntrdiv .cntrl input:focus ~ label, .cntrdiv textarea:focus ~ label {
    top: 2px;
    left: 10px;
    font-size: 0.8rem;
    color: #7e7e7e;
}

.cntrdiv .cntrl input:not(:placeholder-shown) ~ label, .cntrdiv textarea:not(:placeholder-shown) ~ label {
    top: 2px;
    left: 10px;
    font-size: 0.8rem;
    color: #7e7e7e;
}

.cntrdiv .cntrl, .cntrdiv .cntrs, .cntrdiv .cntrs {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cntrdiv .cntrs {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

.control, .controlta {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #000;
    margin: 0;
    padding: 18px 10px 10px 10px;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 100%;
    font-family: 'site_font', Tahoma, Arial, Verdana, Helvetica, sans-serif;
    line-height: 1;
    outline: 0;
}

.cntrdiv .cntrl #img_ext .control,
.cntrdiv .cntrl #veteran_pic_id .control {
    padding: 18px 10px 10px 10px;
}

select.control {
    padding: 18px 10px 8px 10px;
}

.control:invalid, .controlta:invalid {
    border: 1px solid transparent;
    box-shadow: none;
}

.controlta {
    height: 200px;
}

.cntrs .control {
    text-align: right;
}

.cntrdiv img {
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
}

.inline {
    display: inline-block;
}

.cntrdiv .flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: flex-start;
    width: 100%;
}

.cntrdiv .flex > span {
    padding: 0 5px 0 0;
}

.complete {
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 50px;
    padding: 10px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #b0b0b0;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: none;
}

.complete div {
    padding: 2px 5px;
}

.complete div:not(:first-child) {
    border-top: 1px solid #ccc;
}

.complete div:hover {
    background: #eee;
    cursor: pointer;
}

.spiner {
    width: 27px;
    height: 27px;
    background: url(../img/ajax-loader.gif);
    background-size: contain;
    display: block;
    margin: 10px auto;
}

/****** стандартные элементы ******/

.breadcrumbs {
    color: #000;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a, .breadcrumbs span {
    color: rgba(33, 33, 33, 0.87);
    display: block;
    position: relative;
    margin: 0 25px 0 0;
    padding: 0 0 0px 0;
    line-height: 1.4;
    font-size: 0.8rem;
    border-bottom: 1px solid transparent;
}

.breadcrumbs li:first-child a {
    background: url(../img/home.png) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 14px;
}

.breadcrumbs li a:before {
    content: '>';
    width: 6px;
    height: 10px;
    position: absolute;
    right: -17px;
    top: 0px;
    color: rgba(33, 33, 33, 0.87);
}

.breadcrumbs li:not(:first-child) a:hover {
    color: #ff4142;
    border-bottom: 1px solid #ff4142;
    text-decoration: none;
}

a.contact {
    background: rgba(33, 33, 33, 0.87);
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: 'site_font1';
    padding: 8px 20px;
    border-radius: 3px;
    transition: all 0.3s;
}

a.contact:hover {
    background: #ff5722;
}

main a.contact {
    color: #fff;
    background: #ff5722;
    border: 2px solid #ff5722;
    border-radius: 3px;
    font-size: 0.85rem;
    margin: 0 20px 10px 0;
    padding: 9px 23px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

main a.contact:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.page_lister {
    padding: 20px 5px;
    margin: 0 -20px;
    text-align: center;
}

.page_lister a {
    font-family: 'site_font1';
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 4px 3px;
    line-height: 1.4;
}

.page_lister a:hover {
    color: #ff5722;
    border: 1px solid #ff5722;
}

.page_lister span {
    font-family: 'site_font1';
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #ff5722;
    background: #ff5722;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 4px 2px;
    line-height: 1.4;
}

.page_lister .prev, .page_lister .next {
    font-size: 2rem;
    line-height: 0.7;
    padding: 0 3px;
}

#tabs .nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

#tabs .nav li {
    flex: 0 0 calc(100% / 4);
    text-align: center;
    list-style: none;
    margin-top: 20px;
}

#tabs .nav li a {
    display: block;
    max-width: 100%;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#tabs .nav li a.tg {
    background-image: url(../img/icons/telegram.png);
}

#tabs .nav li a.vk {
    background-image: url(../img/icons/vk.png);
}

#tabs .nav li a.ok {
    background-image: url(../img/icons/ok.png);
}

#tabs .nav li a.fb {
    background-image: url(../img/icons/fb.png);
}

#tabs a.ig {
    background-image: url(../img/soc/ig.png);
    display: inline-block;
    width: 20%;
    height: 33px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

a.yt {
    background-image: url(../img/icons/youtube.png);
    display: inline-block;
    width: 20%;
    height: 33px;
    margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

#top {
    bottom: 20px;
    z-index: 2;
    right: 44px;
    cursor: pointer;
    position: fixed;
    width: 55.5px;
    height: 55.5px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    background: #ff5722;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    padding-top: 12px;
}

#top span {
    display: block;
    font-weight: normal;
    color: #fff;
    transform: scaleX(2);
}

.header__misc {
    position: absolute;
    z-index: 53;
    right: 1.5%;
    top: 0;
    text-align: right;
    margin: 4px 24px 0 0;
}

.header__misc .header__account > .button {
    background: none;
    border: 0;
    padding: 5px 13px;
    line-height: 1.5rem;
    font-size: .85rem;
    font-family: "site_font1", sans-serif;
    font-weight: 500;
}

.header__misc .header__account > .button:hover {
    background: rgba(255, 255, 255, 0.15);
}

.header__misc .header__account > .button {
    display: inline-block;
}

.header__misc .social {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 0 0 0;
}

.header__misc .social a:not(:first-child) {
    margin-left: 2%;
}

footer .social {
    white-space: nowrap;
}

footer .social a:not(:first-child) {
    margin-left: 4.2%;
}

.header__misc .authbox {
    right: 0;
}

.add_veteran .authbox {
    bottom: -210px;
}

.authbox {
    max-height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border: 0;
    position: absolute;
    z-index: 1;
    padding: 0px 30px;
    width: 330px;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.authbox.opened {
    border: 1px solid #ff5722;
    max-height: 1000px;
    padding: 20px 30px;
}

.header__misc .button a {
    color: #fff;
}

.header__misc .logout {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/logout.png) no-repeat center center;
    background-size: contain;
    margin-left: 10px;
}

.auth #uLogin, .auth #uLogin1 {
    padding: 0 0 10px 0;
}

.auth .ttl {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0 0 5px 0;
}

.auth .ttl.sm {
    font-weight: normal;
}

.auth .policy {
    font-size: 0.8rem;
}

.policy a {
    color: #ff5722
}

.auth .links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
    font-size: 0.8rem;
}

.auth .links .l {
    flex: 0 0 50%;
}

.auth .links .r {
    flex: 0 0 50%;
}

.add_veteran, .ul_veteran {
    padding: 20px 0 0 0;
}

.add_veteran a, .ul_veteran a {
    color: #ff5722;
}

.scrollbox {
    max-height: 200px;
    overflow-x: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 5px 10px;
}

.scrollbox .sub {
    padding-left: 20px;
}

main ul {
    margin-left: 30px;
}

.fgallery {
    margin-bottom: 30px;
}

.fgallery > a > span {
    border: 0;
    padding-bottom: 100%;
    display: block;
}

.fgallery > a > span > img {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fgallery > a:hover > span > img {
    border: 0;
}

.lg-actions {
    height: 100%;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
}

a.lg-icon {
    border: 0;
}

/****** верх/низ ******/

footer .social {
    text-align: right;
    padding: 0 0 20px 0;
}

.social a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.social a:not(:first-child) {
    margin-left: 25px;
}

.social a.tg {
    background: url(../img/icons/tg.svg) no-repeat center center;
    background-size: contain;
}

.social a.vk {
    background: url(../img/icons/vk.png) no-repeat center center;
    background-size: contain;
}

.social a.ok {
    background: url(../img/icons/ok.png) no-repeat center center;
    background-size: contain;
}

.social a.fb {
    background: url(../img/icons/fb.png) no-repeat center center;
    background-size: contain;
}

.social a.ig {
    background: url(../img/icons/ig.png) no-repeat center center;
    background-size: contain;
}

.social a.yt {
    background: url(../img/icons/yt3.png) no-repeat center center;
    background-size: contain;
    margin-top: 0;
}

.social a.tiktok {
    background: url(../img/icons/tictok.png) no-repeat center center;
    background-size: contain;
}

.social a.rt {
    background: url(../img/icons/rt.png) no-repeat center center;
    background-size: contain;
}

.social1 a.vk:hover {
    background-image: url(../img/soc/vka.png);
}

.social1 a.ok:hover {
    background-image: url(../img/soc/oka.png);
}

#tabs .nav li a.vk {
    background: url(../img/soc/vk.png) no-repeat center center;
    background-size: contain;
}

#tabs .nav li a.ok {
    background: url(../img/soc/ok.png) no-repeat center center;
    background-size: contain;
}

#tabs .nav li a.fb {
    background: url(../img/soc/fb.png) no-repeat center center;
    background-size: contain;
}

#tabs .nav li a.ig {
    background: url(../img/soc/ig.png) no-repeat center center;
    background-size: contain;
}

#tabs .nav li a.yt {
    background: url(../img/soc/yt3.png) no-repeat center center;
    background-size: contain;
    margin-top: 0;
}

/****** компоненты ******/

.top {
}

.top .swiper-container {
    margin: 0;
    padding: 3px 0 30px 0;
    overflow: hidden;
    height: 100%;
}

.top .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.top .swiper-slide {
    margin: 0;
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.top .swiper-slide.img {
    padding-top: 50.5%;
    height: 0;
}

.top .swiper-slide.img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    text-align: left;
}

.top .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(35, 19, 16, 0.5);
    opacity: 1;
    border: 1px solid #ff5722;
}

.top .swiper-container .swiper-pagination-bullet-active {
    background: #ff5722;
}

.top .swiper-container .ttl {
    background: rgba(30, 20, 18, 0.5);
    color: #fff;
    font-size: 2.25rem;
    font-family: 'site_font_hdr';
    font-weight: normal;
    line-height: 1;
    padding: 12px 20px 12px 0;
    display: inline-block;
    border-radius: 3px;
}

.top .swiper-container .txt {
    background: rgba(30, 20, 18, 0.3);
    color: #fff;
    margin: 30px 50px 0 0;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
}

.top .swiper-container .button {
    display: inline-block;
    margin-top: 50px;
}

.content .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 1;
    border: 1px solid #ff5722;
}

.content .swiper-container .swiper-pagination-bullet-active {
    background: #ff5722;
}

.content .swiper-container .swiper-button-next, .content .swiper-container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff5722'%2F%3E%3C%2Fsvg%3E");
}

.content .swiper-container .swiper-button-prev {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

#countdown {
    position: absolute;
    width: 47.5%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 39% auto 0 auto;
    height: 15%;
    overflow: hidden;
}

#countdown.c14 {
    position: absolute;
    width: 52%;
    top: 0;
    left: 70%;
    transform: translateX(-50%);
    margin: 31% auto 0 auto;
    height: 15%;
    overflow: hidden;
}

#countdown.c15 {
    position: absolute;
    width: 52%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 34% auto 0 auto;
    height: 15%;
    overflow: hidden;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: 'site_font_hdr';
    font-weight: normal;
    color: transparent;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.timeTo span {
    vertical-align: top;
    flex: 0 0 0;
    font-size: 0;
}

.timeTo div {
    position: relative;
    display: inline-block;
    flex: 0 0 10.15%;
    height: 67px;
    overflow: hidden;
}

.timeTo div.first {
    padding-left: 0;
    flex: 0 0 16.43%;
    text-align: right;
}

.timeTo div.first:first-child {
    padding: 0;
    flex: 0 0 10.15%;
}

.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .8);
    font-size: 3.5rem;
    line-height: 1;
    height: 67px;
}

.content .slider .swiper-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.content .slider .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.content .slider .swiper-slide {
    margin: 0;
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.content .slider .swiper-slide.img {
    padding-top: 50.5%;
    height: 0;
}

.content .slider .swiper-slide.img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content .slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    text-align: left;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.content .slider .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(35, 19, 16, 0.5);
    opacity: 1;
    border: 1px solid #ff5722;
}

.content .slider .swiper-container .swiper-pagination-bullet-active {
    background: #ff5722;
}

.content .slider .swiper-container .swiper-slide > div {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
}

.content .slider .swiper-container .ttl {
    background: rgba(30, 20, 18, 0.5);
    color: #fff;
    font-size: 2.25rem;
    font-family: 'site_font_hdr';
    font-weight: normal;
    line-height: 1;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 3px;
}

.content .slider .swiper-container .txt {
    background: rgba(30, 20, 18, 0.3);
    color: #fff;
    margin: 30px 50px 0 0;
    padding: 10px 20px;
    border-radius: 3px;
}

.content .slider .swiper-container .button {
    display: inline-block;
    margin-top: 50px;
}

#newscalendar table {
    width: 100%;
    border: 1px solid #b0b0b0;
}

#newscalendar td {
    text-align: center;
    line-height: 1.3;
    border: 1px solid #b0b0b0;
}

#newscalendar .change {
    color: #ff4142;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#newscalendar .change:hover {
    color: #fff;
    background: #ff4142;
}

#newscalendar .month {
    color: rgba(33, 33, 33, 0.87);
    font-weight: bold;
}

#newscalendar .days td {
    font-family: 'site_font1';
    font-size: 0.9rem;
    color: #ff4142;
}

#newscalendar td.act {
    padding: 0;
}

#newscalendar a {
    display: block;
    color: #fff;
    background: #ff4142;
    line-height: 1.55;
}

.srchnews {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
    border: 1px solid #b0b0b0;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

.srchnews input {
    flex: 1 1 100%;
    background: transparent;
    padding: 0 0 0 10px;
}

.srchnews .srch {
    flex: 0 0 35px;
    border-left: 1px solid #b0b0b0;
    height: 35px;
    background: url(../img/icons/srch.png) no-repeat center center;
    background-size: 25px;
    cursor: pointer;
}

.dtl_lister {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0 0 10px 0;
}

.dtl_lister .prev {
    flex: 0 0 45%;
    color: rgba(33, 33, 33, 0.87);
    font-size: 0.7rem;
    text-align: left;
    max-width: 45%;
}

.dtl_lister .next {
    flex: 0 0 45%;
    color: rgba(33, 33, 33, 0.87);
    font-size: 0.7rem;
    text-align: right;
    max-width: 45%;
}

.dtl_lister .prev:hover, .dtl_lister .next:hover {
    color: #ff4142;
}

.ya-share2 {
    margin: 20px 0 20px 0;
}

.auth .col {
    padding: 0;
}

.cols.attach {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
}

.cols.attach .col {
    flex: 1 1 50%;
    padding: 0 2px 10px 2px;
}

.upload-area {
    width: 100%;
    height: 100px;
    text-align: center;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area .info {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    color: #000;
}

.attach .datalist {
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.attach .datalist .list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.attach .datalist .list li {
    display: block;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 98px;
    position: relative;
}

.attach .datalist .list li .listitm {
    padding: 0 0 100% 0;
    position: relative;
}

.attach .datalist .list li .listitm .del {
    position: absolute;
    background: url(../img/del.png) no-repeat center center;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    z-index: 1;
    cursor: pointer;
}

.attach .datalist .list li a {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
}

.attach .datalist .list li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 3px;
}

.file {
    display: none;
}

/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin: 5px;
    position: relative;
    z-index: 100;
}

.thumbnail img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}

.thumbnail:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    display: none;
    z-index: 1;
    background: url(../img/del.png) no-repeat center center;
    border: 1px solid #f00;
    border-radius: 3px;
}

.thumbnail__remove {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    display: none;
    z-index: 1;
    background: url(../img/del.png) no-repeat center center;
    border: 1px solid #f00;
    border-radius: 3px;
}

.thumbnail:hover .thumbnail__remove {
    display: block;
}

.thumbnail:hover:before {
    display: block;
}

.size {
    font-size: 12px;
    display: block;
}

.vol_data_form .vtype1, .vol_data_form .vtype2, .vol_data_form .vtype3 {
    display: none;
}

.vol_data_form.volunteer_type1 .vtype1,
.vol_data_form.volunteer_type2 .vtype2,
.vol_data_form.volunteer_type3 .vtype3 {
    display: block;
}

.vol_data_form .cntrdiv .cntrl.rlist .cb label {
    white-space: initial;
}

fieldset {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

fieldset legend {
    font-weight: bold;
    padding: 0 5px;
}

fieldset .cntrdiv {
    margin: 0;
}

fieldset .vtype1 + .vtype1 .cntrdiv {
    margin-top: 10px;
}

.volbase .col {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 60px;
}
.volbase .col.noimg::before {
    content: "Нет \0a Фото";
    font-family: 'site_font_hdr';
    color: #888;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 15px;
    height: calc(100% - 60px);
    width: 30%;
}
.volbase .col::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: calc(50% - min(100px, 25%));
    height: 1px;
    width: min(200px, 50%);
    background: #888;
}

.volbase .col .img {
    flex: 0 0 max(100px, 30%);
}

.volbase .col .txt {
    flex: 0 1 70%;
}
.volbase .col.noimg .txt {
    padding-left: 10px;
}


.volbase .col .info {
    padding-top: 20px;
}



/****** адаптив ******/

@media only screen and (max-width: 1200px) {
    .news {
        height: 390px;
    }

    .news .ttl {
        font-size: 2rem;
        max-height: 210px;
    }

    .timeTo ul li {
        font-size: 3.0rem;
        line-height: 1;
    }

    .world .countries {
        column-count: 3;
        column-width: 33.3333%;
    }

    .fgallery.row.cols4 > .col {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width: 1024px) {
    header .top {
        padding: 2.77% 2.03125%;
    }

    header .top .row.cols3 > .col:not(.wide) {
        display: none;
    }

    header .top .row.cols3 {
        margin: 0;
    }

    header .top .row.cols3 {
        margin: 0;
        padding: 0;
    }

    header .top .row.cols3 .col {
        margin: 0;
        padding: 0;
    }

    .top .swiper-container .txt {
        margin: 3.1% 5.18% 0 0;
    }

    .top .swiper-container .button {
        margin: 5.18% 2.07% 1% 0;
    }

    header .top .row.cols3 > .col.wide {
        max-width: 100%;
        flex-basis: 100%;
        min-width: 100%;
        padding: 0;
    }

    header .mainmenu .mbtn {
        display: block;
    }

    header .header__misc {
        display: none;
    }

    header .mainmenu .nav {
        display: none;
    }

    header .mainmenu {
        position: absolute;
        right: 2%;
        top: 10px;
        width: 40px;
        height: 40px;
        border: 0;
    }

    .news {
        height: 310px;
    }

    .news .ttl {
        font-size: 1.7rem;
        max-height: 180px;
    }

    .news > div {
        padding: 32% 9.5% 12.8% 9.5%;
    }

    .timeTo ul li {
        font-size: 4.3rem;
    }

    .smenu {
        display: block;
    }

    main .cmenu.ablock {
        display: block;
    }

    .form .row.cols4 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .dtl_lister {
        flex-flow: row wrap;
    }

    .dtl_lister .prev, .dtl_lister .next {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .headmem .col {
        flex-flow: row wrap;
    }

    .headmem .img {
        flex: 1 1 100%;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .headmem .desc {
        flex: 1 1 100%;
        min-width: auto;
        padding: 0 0 20px 0;
    }

    #top {
        right: 2%;
    }
}

@media only screen and (max-width: 900px) {
    .content {
        flex-flow: row wrap;
        margin-bottom: 0;
    }

    .content aside .cmenu {
        display: none;
    }

    .content aside .ablock {
        margin: 0 auto;
    }

    .content aside, .col.sidebar {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .content aside {
        padding: 20px 15px 20px 15px;
        margin: 0 0px;
        order: 1;
    }

    .row.cols3.mp .col.wide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bmenu.row.cols4 > .col {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 10%;
    }

    .timeTo ul li {
        font-size: 3.8rem;
    }

    .form .row.cols4 > .col {
        flex-basis: 25%;
        max-width: 25%;
    }

    .news {
        height: 400px;
    }

    .news .ttl {
        font-size: 1.7rem;
        max-height: 210px;
    }

    .news > div {
        padding: 25% 7.5% 10% 7.5%;
    }
}

@media only screen and (max-width: 800px) {
    header .top {
        padding: 2% 2% 60px;
    }

    .timeTo ul li {
        font-size: 3.5rem;
    }

    .news {
        height: 350px;
    }

    .news .ttl {
        font-size: 1.5rem;
        max-height: 160px;
    }

    .veteran .detail {
        flex-flow: row wrap;
    }

    .veteran .detail .img {
        flex: 0 0 100%;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .veteran .detail .dsc {
        flex: 0 0 100%;
        padding: 0 0 10px 0;
    }

    .form .row.cols4 > .col {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }

    #lightgallery a {
        flex: 1 1 33%;
        min-width: 150px;
    }

    header .social, footer .social {
        text-align: center;
        padding-bottom: 10px;
    }

    footer .copy, footer .element {
        text-align: center;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .timeTo ul li {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 640px) {
    .bmenu.row.cols4 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .countries .row.cols4 > .col {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 10%;
    }

    .row.cols2 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .row.cols3 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .news {
        height: 560px;
    }

    .news .ttl {
        font-size: 1.4rem;
        max-height: 260px;
    }

    .news > div {
        padding: 17.7% 5.35% 7.1% 5.35%;
    }

    .timeTo ul li {
        font-size: 2.8rem;
    }

    .form .row.cols4 > .col, .form .row.cols3 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    footer .col {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .world .countries {
        column-count: 2;
        column-width: 50%;
    }

    .fgallery.row.cols4 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .volbase .col {
        flex-flow: row wrap;
        justify-content: stretch;
    }
    .volbase .col.noimg::before{
        display: none;
    }

    .volbase .col.noimg .txt {
        padding-left: 0;
    }

    .volbase .col .img {
        flex: 0 0 100%;
    }

    .volbase .col .txt {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 600px) {
    .timeTo ul li {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 560px) {
    .news {
        height: 470px;
    }

    .news .ttl {
        font-size: 1.4rem;
        max-height: 260px;
    }

    .timeTo ul li {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 520px) {
    .timeTo ul li {
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 480px) {
    .countries .row.cols4 > .col {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 10%;
    }

    .news {
        height: 400px;
    }

    .news .ttl {
        font-size: 1.4rem;
        max-height: 210px;
    }

    .timeTo ul li {
        font-size: 1.9rem;
    }

    .form .row.cols4 > .col, .form .row.cols3 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .news {
        height: 340px;
    }

    .news .ttl {
        font-size: 1.3rem;
        max-height: 170px;
    }

    .row.cols3 > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .timeTo ul li {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 440px) {
}

@media only screen and (max-width: 360px) {
    .news {
        height: 280px;
    }

    .news .ttl {
        font-size: 1.3rem;
        max-height: 135px;
    }

    .timeTo ul li {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 360px) {
    .timeTo ul li {
        font-size: 1.5rem;
    }

    .world .countries {
        column-count: 1;
        column-width: 100%;
    }
}

/*pcor*/
#pcor_main {
    /*flex: 0 0 66.375rem;*/
    box-shadow: 0 0 0 #0000;
    /*width: 66.375rem;*/
}

#pcor_main .row > .col > div {
    /*background: #FFF;*/
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);*/
    /*padding: 40px 50px;*/
    /*margin: 0 30px 30px 0;*/

}

#pcor_main ul {
    list-style: none;
    margin: 0;
}

#pcor_text {
    max-width: 100%;
    flex: 1 1 100%;
    align-self: stretch;
}

.pcor_text_part {
    /*flex: 1 1 717px;*/
    /*max-width: 717px;*/
}

.pcor_text_part ul li span:first-child {
    font-weight: bold;
}

#pcor_text h1, #pcor_text h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 2.9375rem;
    color: #000000;
    order: 0;
    margin-bottom: 30px;
}

.pcor_buttonsCS {
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    padding: 11px 20px;
    border: 1px solid #ED6337;
    border-radius: 4px;
    text-align: left;
    user-select: none;
}

#pcor_gen_button {
    background: #ED6337;
    color: #fff;
}

#pcor_gen_button:hover {
    background: #FFF;
    color: #000;
    border: 1px solid #ED6337;
}

.pcor_buttonsCS:hover {
    background: #ED6337;
    color: #fff;
}

#pcor_variants {
    display: block;
}

#pcor_variants .pcor_title {
    margin-bottom: 30px;
}

h1.pcor_subtitle, h2.pcor_subtitle, #pcor_ri {
    display: block;
    font-size: 21px;
    line-height: 31px;
}

.pcor_indiv_disign > div {
    display: none;
}

#pcor_ri {
    margin-bottom: 15px;
}

.pcor_variants_stender > img, .pcor_variants_stender > label,
#pcor_variants_stender > img, #pcor_variants_stender > label {
    display: block;
    width: 47.5%;
    flex: 0 0 47.5%;
    margin: 0 0 5% 0;
    z-index: 100;
    cursor: pointer;
}

.pcor_variants_stender > label > input,
#pcor_variants_stender > label > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 0;
}

.pcor_variants_stender > label > img,
#pcor_variants_stender > label > img {
    z-index: 1;
}

.pcor_variants_stender > label > input:checked ,
#pcor_variants_stender > label > input:checked {
    box-shadow: 0 0 0 0.25rem #ed6337;
}

.pcor_variants_stender > img:hover, .pcor_variants_stender > label:hover ,
#pcor_variants_stender > img:hover, #pcor_variants_stender > label:hover {
    box-shadow: 0 0 0 0.25rem #ed6337;
}

.pcor_variants_stender ,
#pcor_variants_stender {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-flow: row wrap;
    max-width: 100%;
    align-self: center;
}

#pcor_indv_elems {
    display: flex;
    margin-top: 15px;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    min-height: 200px;
    width: 100%;
}

#pcor_indv_elems img {
    width: 100%;
    cursor: pointer;
    border: solid #0000 5px;
    z-index: 100;
}

#pcor_indv_elems label {
    width: 100%;
    flex: 0 0 100%;
    cursor: pointer;
    z-index: 100;
}

#pcor_indv_elems label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.pcor_lent_left {
    width: 40%;
}

.pcor_lent_left > div {
    bottom: 275%;
}

.pcor_lent_left > div:last-child {
    position: absolute;
    top: 72%;

}

.pcor_lent_right {
    width: 60%;
}

#pcor_indv_elems img:hover {
    border: none;
}

#pcor_lenta0 {
    width: 50%;
    margin-bottom: 10px;
}

#pcor_lenta1, #pcor_lenta3, #pcor_lenta5 {
    width: 60%;
}

#pcor_lenta3 {
    align-self: flex-start;
}

#pcor_lenta4 {
    top: -50%;
}

#pcor_lenta5 {
}

#pcor_indv_elems svg {
    border: solid 1px red;
    overflow: visible;
}

#pcor_indv_elems svg * {
    z-index: 100;
}

#pcor_bf_fon {
    display: block;
}

#pcor_bf_fon img {
    width: 100%;
}

.pcor_forma {
    flex-flow: column wrap;
    /*flex: 0 1 23.25rem;*/
    padding: 0;
    /*max-width: 23.25rem;*/
    order: 2;
    align-self: center;
    color: #333333;
    z-index: 50;
}

.pcor_forma, .pcor_forma form, .pcor_pole {
    color: #333333;
}

.pcor_pole .pcor_buttonsCS {
    flex: 0 1 11.75rem;
    max-width: 50%;
    margin: 0;
    padding: 0.6875rem 1.25rem;
    height: 2.875rem;
    text-indent: 0;
    flex: none;
    align-self: center;
}

.pcor_text_pole {
    max-width: 100%;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    border: none;
}

input#pcor_text_pole {
    height: 3rem;
}

input#text-src {
    height: 3rem;
    width: 100%;
    border: none;
    background: transparent;
    padding-left: 20px;
}

.input__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

input#pcor_text_pole {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}

.input__file-src-wrapper {
    flex: 1 0 calc(100% - 180px);
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input__file-button-text {
    line-height: 1;
    margin-top: 1px;
}

.input__file-button {
    width: 100%;
    flex: 1 1 155px;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    border: none;
}

.pcor_pole {
    color: #333333;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    text-indent: 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.5rem 0;
    color: #333333;
    opacity: 0.7;
}

.pcor_pole, .pcor_pole .pcor_text_pole {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: 0.7;
}

.pcor_forma label {
    color: #333333;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.5rem;
}

.pcor_slider_photo {
    flex-flow: column nowrap;
}

.pcor_slider {
    min-width: 100%;
    max-width: 19.625rem;
    height: 5px;
    background: #ED6337;
    outline: none;
    opacity: 0.875;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.pcor_slider:hover {
    opacity: 1;
}

.pcor_slider::slider-thumb {
    border-radius: 50%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #ED6337;
}

.pcor_slider::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #ED6337;
}

.pcor_slider::-webkit-scrollbar-thumb::-moz-range-thumb {
    border-radius: 50%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #ED6337;
    border-style: none;
    cursor: pointer;
}

.pcor_forma input[type='range'] {
    -webkit-appearance: none;
    background: linear-gradient(90deg, #ED6337 20%, #CCC 20%);
}

.pcor_forma input[type='range']::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none;
    margin-top: -1px;
}

.pcor_forma input[type='range']::-webkit-slider-thumb {
    width: 12px;
    position: relative;
    top: -4px;
    -webkit-appearance: none;
    height: 12px;
    cursor: pointer;
    background: #ED6337;
    border-radius: 50%;
}

.pcor_forma input[type="range"]::-moz-range-progress {
    background-color: #ED6337;
}

.pcor_forma input[type="range"]::-moz-range-track {
    background-color: #CCC;
}

.pcor_forma input[type="range"]::-ms-fill-lower {
    background-color: #ED6337;
}

.pcor_forma input[type="range"]::-ms-fill-upper {
    background-color: #CCC;
}

.pcor_medali form {
    display: flex;
    flex-flow: row wrap;
}

.pcor_medali label {
    visibility: visible;
    cursor: pointer;
    margin-top: 1.25rem;
    border-color: #0000;
    opacity: 1;
    font-size: 0.1rem;
    line-height: 0.1rem;
}

.pcor_medali label div span {
    margin: 5.5rem 0 0 0;
    padding: 0 0.5625rem;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: center;
    background: #fff;
}

.pcor_medal input {
    cursor: pointer;
    margin: 1.25rem 0 0 0;
    width: 2.25rem;
    height: 4rem;
}

.pcor_medal.pcor_orden input {
    width: 3.5rem;
}

.pcor_medal img {
    position: absolute;
    left: 0;
    visibility: visible;
    z-index: 100;
    width: 2rem;
    height: 4rem;
}

.pcor_medal.pcor_orden img {
    width: 3.25rem;
    height: auto;
    margin-top: 0.375rem;
}

.pcor_medali input:hover ~ img, .pcor_medali img:hover {
    z-index: 125;
}

.pcor_medal div {
    position: absolute;
    left: -2.625rem;
    width: 7.25rem;
    flex-flow: column nowrap;
    justify-content: flex-start;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background: #fff;
    z-index: 9;
    visibility: hidden;
    display: inline-flex;
}

.pcor_medal.pcor_orden div {
    left: -2.075rem;
}

.pcor_medal img:hover ~ div {
    top: -25%;
    position: absolute;
    visibility: visible;
    z-index: 101;
}

.pcor_medal.pcor_orden img:hover ~ div {
}

.pcor_stender_elem {
    z-index: 0;
}

.pcor_stender_elem > * {
    display: none;
}

#pcor_bf_foto {
    display: flex;
    position: absolute;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    overflow: hidden;
    background: #0000;
}

.pcor_bf_foto_bw {
    transform: translate(2.25%, 2.625%);
    height: 70%;
    width: 95.5%;
}

.pcor_bf_foto_mw {
    transform: translate(16%, 16.5%);
    height: 65%;
    width: 76%;
}

#pcor_bf_foto > img {
    object-fit: contain;
}

#pcor_bf_foto_img {
    height: 100%;
    width: 100%;
    min-width: 100%;
    align-self: center;
    opacity: 1;
    object-fit: contain;

}

#pcor_bf_lenta {
    position: absolute;
    flex-flow: column;
    justify-content: flex-end;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0000;
    top: -50%;
}

#pcor_bf_lenta > div {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 10;
}

#pcor_bf_lenta img {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 100;
}

#pcor_lenta0bf {
    width: 100%;
    height: auto;
    top: 118%;
}

#pcor_lenta0bf > img {
    display: inline-block;
    width: 50%;
    height: auto;
    left: 25%;
}

#pcor_lenta1bf {
    width: 100%;
    height: auto;
    top: 51.5%; /*130.5*/
}

#pcor_lenta1bf > img {
    display: inline-block;
    width: 50%;
    left: 37.5%;
    height: auto;
}

#pcor_lenta2bf {
    width: 200%;
    height: auto;
    top: 51.5%;
}

#pcor_lenta2bf > img {
    display: inline-block;
    width: 50%;
    height: auto;
    left: 47.5%;
}

#pcor_lenta3bf {
    width: 100%;
    height: auto;
    top: 121.5%;
}

#pcor_lenta3bf > img {
    display: inline-block;
    width: 70%;
    height: auto;
    left: 15%;
}

#pcor_lenta4bf {
    width: 100%;
    height: auto;
    top: 112%;
}

#pcor_lenta4bf > img {
    display: inline-block;
    width: 50%;
    height: auto;
    left: 2.5%;
}

#pcor_lenta5bf {
    width: 100%;
    height: auto;
    top: 115%;
}

#pcor_lenta5bf > img {
    display: inline-block;
    width: 50%;
    height: auto;
    left: 45%;
}

#pcor_bf_FIO, #pcor_bf_FIO4, #pcor_bf_FIO5, #pcor_bf_FIO6, #pcor_bf_FIO7, .pcor_bf_FIO {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-family: "site_font_hdr", sans-serif;
    line-height: 130%;
    width: 100%;
    height: 25%;
    background: #0000;
    z-index: 10;
}

#pcor_bf_FIO2 {
    width: 100%;
    color: #fff;
    font-size: max(30px, 1.55vw);
    line-height: 1.2;
    letter-spacing: 0.05vw;
    transform: translate(0%, -112%);
}

.pcor_bf_ranc {
    width: 100%;
    text-align: center;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#pcor_bf_ranc, #pcor_bf_ranc3, #pcor_bf_ranc4, #pcor_bf_ranc5, #pcor_bf_ranc6, #pcor_bf_ranc7 {
    width: 100%;
    height: 25%;
    background: #0000;
    font-weight: normal;
    line-height: 100%;
    z-index: 10;
}

#pcor_bf_ranc2 {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    transform: translate(0, -168%);
    letter-spacing: 0.6px;
    color: #fff;
}

#pcor_bf_FIO3 {
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #4a0400;
    transform: translate(0, -118%);
}

#pcor_bf_ranc3 {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    transform: translate(0, -83%);
    letter-spacing: 0.6px;
    color: #4a0400;
}

#pcor_bf_years, #pcor_bf_years3, #pcor_bf_years4, #pcor_bf_years5, #pcor_bf_years6, #pcor_bf_years7 {
    text-align: center;
    position: absolute;
    /*transform: translate(0, -231%);*/
    transform: translate(0, -70%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25%;
    background: #0000;
    font-weight: normal;
    font-size: 1.175vw;
    line-height: 100%;
    z-index: 10;
}

#pcor_bf_FIO {
    font-size: 2vw;
    letter-spacing: 0.12vw;
    transform: translate(1%, -310%);
    font-weight: bold;
}

#pcor_bf_ranc {
    transform: translate(0, -255%);
    font-size: 1.175vw;
}

#pcor_bf_years {
    transform: translate(0, -231.5%);
}

#pcor_bf_FIO0, #pcor_bf_FIO1, #pcor_bf_FIO7 {
    line-height: 1;
}

#pcor_bf_FIO1 {
    height: 20%;
}

#pcor_bf_FIO0, #pcor_bf_FIO1 {
    transform: translate(0, -85%);
}

#pcor_bf_ranc0, #pcor_bf_ranc1 {
    transform: translate(0, -135%);
}

#pcor_bf_ranc1 {
    transform: translate(0, -110%);
}

#pcor_bf_years0, #pcor_bf_years1 {
    display: none;
}

#pcor_bf_FIO4, #pcor_bf_ranc4 {
    color: #fff;
}

#pcor_bf_FIO4, #pcor_bf_FIO6 {
    font-size: 1.84vw;
    line-height: 115%;
    letter-spacing: 0.05vw;
    transform: translate(1%, -115%);

}

#pcor_bf_FIO5 {
    font-size: 2vw;
    letter-spacing: 0.05vw;
    transform: translate(1%, -156%);
    font-weight: bold;
    line-height: 1.15;
    color: #333333;
}

#pcor_bf_ranc4, #pcor_bf_ranc6 {
    font-size: 1vw;
    font-weight: bold;
    transform: translate(0, -74%);
    letter-spacing: 0.05vw;
}

#pcor_bf_FIO5 {
    font-size: 1.5vw;
    line-height: 120%;
    letter-spacing: 0.05vw;
}

#pcor_bf_ranc5, #pcor_bf_years5 {
    font-size: 0.725vw;
    font-weight: bold;
    letter-spacing: 0.025vw;
    color: #333333;
}

#pcor_bf_ranc5 {
    transform: translate(0, -117%);
}

#pcor_bf_years5 {
    transform: translate(0, -97%);
}

#pcor_bf_FIO5, #pcor_bf_ranc6 {
    color: #333333;
}

#pcor_bf_ranc6 {
    letter-spacing: 0;
    font-weight: normal;
}

#pcor_bf_FIO6, #pcor_bf_FIO7, #pcor_bf_ranc6, #pcor_bf_ranc7, #pcor_bf_years7 {
    color: #333333;
}

#pcor_bf_FIO4, #pcor_bf_ranc4 {
    color: #333333;
}

#pcor_bf_FIO7 {
    font-size: 1.84vw;
    line-height: 120%;
    letter-spacing: 0.01vw;
    transform: translate(0, -115%);
}

#pcor_bf_ranc7 {
    font-size: 1vw;
    font-weight: bold;
    transform: translate(0, -75%);
    letter-spacing: 0.025vw;
}

#pcor_medali_veterana {
    display: flex;
    position: absolute;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 40%;
    width: 30%;
    left: 67%;
    top: 45%;
    opacity: 1;
    z-index: 10;
    background: #0000;
}

#pcor_medali_veterana img {
    display: none;
    width: auto;
    height: 2.4vw;
}

.pcor_stender_text {
    color: #4a0400;
}

#pcor_bf_FIO7 {
    transform: translate(0, -112%);
    letter-spacing: 0;

}

#pcor_bf_ranc7 {
    font-weight: normal;
    transform: translate(0, -90%);
    letter-spacing: 0.025vw;
}

#pcor_bf_years7 {
    transform: translate(0, -76.5%);
}

#pcor_two_buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 30px 0;
}

.pcor_big_photo {
    overflow: hidden;
    margin-bottom: 40px;
}

#pcor_gen_stender {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

div.pcor_forma input[type=text] {
    height: 3rem;
}

.pcor_stender_text > span {
    padding: 0 5%;
    white-space: nowrap;
}

#pcor_bf_back-fon {
    position: absolute;
    top: 0;
    left: 0;
}


#pcor_bf_FIO8 {
    transform: translate(0, -94%);
    letter-spacing: 0;
    color: #333333;
}
#pcor_bf_FIO9 {
    transform: translate(0, -84%);
    letter-spacing: 0;
}
#pcor_bf_FIO10 {
    transform: translate(0, -84%);
    letter-spacing: 0;
}
#pcor_bf_FIO11 {
    transform: translate(0, -84%);
    letter-spacing: 0;
}
#pcor_bf_FIO12 {
    transform: translate(0, -84%);
    letter-spacing: 0;
    color: #fff;
}
#pcor_bf_FIO13 {
    transform: translate(0, -84%);
    letter-spacing: 0;
    color: #fff;
}
#pcor_bf_FIO14 {
    transform: translate(0, -84%);
    letter-spacing: 0;
}
.hide-input {
    height: 0;
    width: 0;
    overflow: hidden;
}

.hide-input input {
    height: 0;
    width: 0;
}

.pcor_bf_foto_mw {
    border: none !important;
}

.pcor_img-scale {
    display: block;
}

input__wrapper.fileload-block {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.pcor_forma .addit-elements {
    display: block;
    padding-bottom: 40px;
    overflow: hidden;
}

.pcor_forma .addit-elements .title {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 20px;
}

.pcor_forma .addit-elements .title:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-bottom-width: 0;
    border-left-width: 0;
    transform: rotate(135deg);
    transition: all 0.5s;
}

.pcor_forma .addit-elements .title.active:before {
    transform: rotate(-135deg);
    transition: all 0.5s;
}

.pcor_forma .label-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    gap: 20px;
}

.pcor_forma .addit-elements label {
    position: relative;
    height: min(90px, 27vw);
    max-width: min(90px, 27vw);
    flex-basis: min(90px, 27vw);
    border-radius: 50%;
    opacity: 1;
    padding: 5px;
    background: #ED633710;
    box-shadow: 0 0 5px 3px #ed633777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcor_forma .addit-elements label.active {
    box-shadow: 0 0 3px 2px #ed633777;
}

.pcor_forma .addit-elements label input {
    height: min(80px, 24vw);
    width: min(80px, 24vw);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    cursor: pointer;
    border-radius: 50%;
}

.pcor_forma .addit-elements label:hover {
    box-shadow: 0 0 3px 2px #ed633777;
}

.pcor_forma .addit-elements label input:hover, .pcor_forma .addit-elements label input:checked {
    opacity: 1;

}

.pcor_forma .addit-elements label#adel-1 input {
    background-image: url(../img/shtenders/stickers/adel_1_md.png);
}

.pcor_forma .addit-elements label#adel-2 input {
    background-image: url(../img/shtenders/stickers/adel_2_md.png);
}

.pcor_forma .addit-elements label#adel-3 input {
    background-image: url(../img/shtenders/stickers/adel_3_md.png);
}
.pcor_forma .addit-elements label#adel-4 input {
    background-image: url(../img/shtenders/stickers/adel_4_md.png);
}

.pcor_forma .addit-elements label#adel-5 input {
    background-image: url(../img/shtenders/stickers/adel_5_md.png);
}

.pcor_forma .addit-elements label#adel-6 input {
    background-image: url(../img/shtenders/stickers/adel_6_md.png);
}
.pcor_forma .addit-elements label#adel-7 input {
    background-image: url(../img/shtenders/stickers/adel_7_md.png);
}

.pcor_forma .addit-elements label#adel-8 input {
    background-image: url(../img/shtenders/stickers/adel_8_md.png);
}

.pcor_forma .addit-elements label#adel-9 input {
    background-image: url(../img/shtenders/stickers/adel_9_md.png);
}
.pcor_forma .addit-elements label#adel-10 input {
    background-image: url(../img/shtenders/stickers/adel_10_md.png);
}

.pcor_forma .addit-elements label#adel-11 input {
    background-image: url(../img/shtenders/stickers/adel_11_md.png);
}

.pcor_forma .addit-elements label#adel-12 input {
    background-image: url(../img/shtenders/stickers/adel_12_md.png);
}

.pcor_forma .addit-elements label.active {
    box-shadow: 0 0 0px 3px #ed633777;
    background: #ED633730;
}

#addit-element {
    z-index:10;
    position: absolute;
    bottom: 12%;
    right: 5%;
    width: 25%;
    pointer-events: none;
}

#addit-element img {
    display: none;
}

/*pcor_stender_text*/
.free-txt {
    padding: 10px 0 20px;
    max-width: calc(100vw - 40px);
}

.head-links {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    font-size: min(1.5rem, max(5vw, 1rem));
    padding-top: 10px;

}

.head-links a {
    display: inline-flex;
    /*flex: 1 0 50%;*/
    color: rgba(255, 255, 255, .8);
    padding: 0 15px 10px;
}


.volbase-link_cntnr {
    display: none;
    padding-bottom: 20px;
}
.volbase-link_cntnr a {
    color: #fff;
}
.volbase-link_cntnr a:hover {
    color: #ff5722;
}


@media only screen and (max-width: 1560px) {
    #pcor_main {
        flex: 1 1 66rem;
    }
}

@media only screen and (max-width: 640px) {
    #pcor_main .row > .col {
        padding: 0 0 0 15px;
    }

    #pcor_main .row > .col > div {
        padding: 8% 10%;
        margin: 0 0 30px 0;
    }

    #pcor_main {
        margin: 0 0 0 15px;
        padding: 0;
    }
}

@media only screen and (max-width: 414px) {
    html #pcor_text h1, html #pcor_text h2 {
        font-size: 1.3875rem;
        line-height: 2rem;
    }

    html .pcor_buttonsCS {
        font-size: 0.75rem;

    }
}

@media only screen and (max-width: 852px) {
    html .pcor_buttonsCS {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 800px) {
    html .pcor_buttonsCS {
        font-size: 0.75rem;
    }

    html .pcor_pole {
        font-size: 0.75rem;
    }
    .volbase-link_cntnr {
        text-align: center;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1112px) {
    #pcor_main .row > .col {
        padding: 0 0 0 15px;
    }

    #pcor_main .row > .col > div {
        padding: 32px 40px;
        margin: 0 0 30px 0;
    }

    html .pcor_pole {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1024px) {
    #pcor_main .row > .col > div {
        padding: 24px 30px;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
    html .pcor_buttonsCS {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 900px) {
    html #pcor_bf_FIO {
        font-size: 3.2vw;
        letter-spacing: 0.375vw;
    }

    html #pcor_bf_ranc, html #pcor_bf_years {
        font-size: 2vw;
    }

    html #pcor_bf_FIO4, html #pcor_bf_FIO6 {
        font-size: 2.8vw;
        line-height: 125%;
        letter-spacing: 0.25vw;
    }

    html #pcor_bf_ranc4, html #pcor_bf_ranc6, html #pcor_bf_ranc7 {
        font-size: 1.84vw;
        letter-spacing: 0.01vw;
    }

    html #pcor_bf_FIO5 {
        font-size: 2.5vw;
        line-height: 120%;
        letter-spacing: 0.1vw;
    }

    html #pcor_bf_ranc5, html #pcor_bf_years5 {
        font-size: 1.25vw;
        letter-spacing: 0.025vw;
    }

    html #pcor_bf_FIO7 {
        font-size: 2.8vw;
        line-height: 130%;
        letter-spacing: 0.25vw;
    }

    html #pcor_medali_veterana img {
        height: 3.8vw;
    }
}

@media only screen and (max-width: 740px) {
    #pcor_two_buttons > div
    #pcor_two_buttons > div + div {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 666px) {
    header .top {
        padding: 2% 2% 110px;
    }

    .head-links {
        justify-content: space-between;
        margin: 0 -2%;
    }
}

@media only screen and (max-width: 640px) {
    html #pcor_bf_FIO {
        font-size: 7.5vw;
        letter-spacing: 0.75vw;
    }

    html #pcor_bf_ranc, html #pcor_bf_years {
        font-size: 4.75vw;
    }

    html #pcor_bf_FIO4, html #pcor_bf_FIO6, html #pcor_bf_FIO7 {
        font-size: 7vw;
        line-height: 115%;
        letter-spacing: 0.125vw;
    }

    html #pcor_bf_ranc4, html #pcor_bf_ranc6, html #pcor_bf_ranc7 {
        font-size: 4vw;
        letter-spacing: 0.01vw;
    }

    html #pcor_bf_FIO5 {
        font-size: 6vw;
        line-height: 115%;
        letter-spacing: 0.05vw;
    }

    html #pcor_bf_ranc5, html #pcor_bf_years5 {
        font-size: 3vw;
        letter-spacing: 0.01vw;
    }

    html #pcor_medali_veterana img {
        height: 8.5vw;
    }
}

@media only screen and (max-width: 264px) {
    html .pcor_pole {
        font-size: 0.75rem;
    }
}

.i-infra .visual__head {
    padding-top: 0;
}

.i-infra__link {
    display: none;
}

@media only screen and (max-width: 720px) {
    .i-infra__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0 24px;
        margin-top: 30px;
    }

}

.collage, .collage-gold {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0px; /*min-height: 672px;*/
}

/*.collage .image { position: absolute; top: 0; right: 50%; margin-right: -248px; }*/
.collage .image img {
    max-width: inherit;
}

.collage .tags a {
    cursor: pointer;
}

.collage .tags a:hover {
}

.mosaic {
    position: relative; /*background: #ffeeee;*/
}

.mosaic img {
    width: 1200px;
    width: 900px;
    /*max-width: 100%;*/
}

.mosaic .m-back { /* opacity: 0.5 */
}

.mosaic .m-front {
    position: absolute;
    left: 0;
    top: 0
}

.mosaic .cell {
    display: none;
    cursor: pointer !important;
    position: absolute;
    background: #ff0000;
    opacity: 0.3;
    top: 160px;
    left: 410px;
    border: #fff solid 1px;
    -webkit-box-shadow: inset 0 0 5px 2px rgba(255, 255, 0, 1);
    -moz-box-shadow: inset 0 0 5px 2px rgba(255, 255, 0, 1);
    box-shadow: inset 0 0 5px 2px rgba(255, 255, 0, 1);
}

.mosaic .tile_link {
    display: none;
}

.mosaic .grid {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.mosaic .grid i {
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: #88f solid 2px;
    visibility: hidden;
}

.mosaic .grid i.js-searched-item {
    box-shadow: inset 0 0 5px 2px rgba(255, 255, 0, .5);
}

.mosaic .grid i.a {
    visibility: visible;
}

.fancybox-caption__body a {
    margin-top: 10px;
    display: block;
    color: #46f !important;
}

.fancybox-caption__body a:hover {
    text-decoration: underline;
    color: #79f !important;
}

@media (max-width: 1199px) {
    .mosaic img {
        /*width: 1000px;*/
    }
}

@media (max-width: 1024px) {
    .mosaic img {
        width: 100%;
    }

    .collage, .collage-gold {
        min-height: unset;
    }

    .collage {
        flex-direction: column-reverse;
        align-content: center;
    }

    .collage .image {
        right: unset;
        margin-right: unset;
        position: unset;
    }
}

@media (max-width: 991px) {
    .mosaic {
        padding: 0;
    }
}

.cntrl .file:not(.default) {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*styles from 30.03*/
.article-title-wrap {
    text-align: center;
    padding-bottom: 20px;
}
.b-tab-link {
    color: #fff;
    border-radius: 3px;
    font-size: 0.85rem;
    padding: 9px 23px;
    /*line-height: 1;*/
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    /*max-width: 100%;*/
    transition: all 0.3s;
    line-height: normal;
    text-decoration: none;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.02rem;
    border: 2px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 10px;
}
.b-tab-link.js-act {
    color: #fff;
    background: #ff5722;
    border: 2px solid #ff5722;
    
    /*border-top: 1px solid rgba(255, 255, 255, 0.15);*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.15);*/
    /*border-right: 1px solid rgba(255, 255, 255, 0.15);*/
    /*border-bottom: 1px solid #301712;*/
    /*color: #ff5722;*/
    /*!*border-top-left-radius: 3px;*!*/
    /*!*border-top-right-radius: 3px;*!*/
    /*border-radius: 3px;*/
    /*background: rgba(35, 19, 16, 0.8);*/
    z-index: 2;
}
.tabs-container__content-list {
    padding-top: 20px;
}
.tabs-container__links-list {
    display: flex;
    overflow: auto;
}
.tabs-container__content {
    display: none;
}
.tabs-container__content.js-act {
    display: block;
}
.tabs-container:not(:last-child) {
    margin-bottom: 40px;
}
.content main {
    max-width: 100%;
}
.content .tabs-container__links-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
}
/*end styles*/

.collage.collage_moscow {
    margin: 40px 0 0px;
    overflow: hidden;
}
.mosaic .moscow_battle {
    width: 100%;
}
.mosaic[data-moscow-mosaic] .grid {
    pointer-events: auto;
}
.mosaic[data-moscow-mosaic] .grid i {
    border: 0;
    visibility: visible;
    cursor: pointer;
}
.mosaic[data-moscow-mosaic] .grid i:hover {
    box-shadow: inset 0 0 5px 2px rgba(255, 255, 0, 0.2);
}
.tooltip-veteran-parent {
    position: fixed;
    width: 400px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .25s opacity ease-in, .25s visibility ease-in;
}
.tooltip-veteran-parent.js-act {
    opacity: 1;
    visibility: visible;
}
.tooltip-veteran {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch;
    border: 1px solid #ccc;
    height: 100%;
    background-color: #fff;
}

.tooltip-veteran-parent .dsc {
    flex: 1 1 70%;
    padding: 5px 10px 5px 10px;
    line-height: 1.2;
}

.tooltip-veteran-parent .dsc .ttl {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.tooltip-veteran-parent .dsc .txt {
    font-size: 0.8rem;
}
.tooltip-veteran-parent .button {
    margin: 0;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}
.tooltip-veteran-parent .btn-wrap {
    margin-top: 12px;
}