

/* Start:/local/templates/kiosk/css/reset.css?16026552872845*/
@charset "utf-8";
/*
    reset css
    version: 03.11.2013

    Style to null

*/

/* --------------- Style to null --------------- */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd,
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;
}
input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
ul,
ol {
    list-style:none;
}
html {
    overflow-y: scroll;
    overflow-x: auto;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative;
}
input [type='text']{
    padding: 0;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
input,
textarea {
    outline: none;
}
textarea {
    resize:none;
    overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
input[type="button"], input[type="reset"], input[type="submit"], button, input[type="text"], input[type="password"], textarea, input[type="email"],input[type="tel"], input[type="phone"], input[type="number"]{
    -webkit-appearance: none;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
}
input[type="search"]:focus {
    outline: none;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding:0;
    border:0;
}
:focus {
    outline: none;
}
input:invalid {
    outline: none;
    -moz-box-shadow: none;
    border: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}
::-ms-clear {
    display: none;
}
/* --------------- /Style to null --------------- */
/* End */


/* Start:/local/templates/kiosk/css/main.css?162880478513241*/
@charset "utf-8";
/*
    main styles
    version: 15.01.2013

    Style to null

    fonts

    site

    header

    logo

    footer

*/

/* --------------- Style to null --------------- */
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    font: 12px Arial, Helvetica, sans-serif;
}
body {
    color: #000;
    background: #fff;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}
/* --------------- /Style to null --------------- */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #50aae5;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.site__content {
    width: 1104px;
    margin: 0 auto;
    padding: 36px 0 25px;
    height: 100%;
    position: relative;
}
.main .site__content {
    padding: 30px 0 10px;
}
.site__title {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding: 0 98px 0 184px;
}
.site__title-text {
    display: inline-block;
    vertical-align: top;
    height: 110px;
    text-align: left;
    width: 600px;
}
.site__title-pic {
    width: 162px;
    display: inline-block;
    vertical-align: top;
    height: 110px;
    text-align: left;
}
.site__title p {
    text-transform: none;
    display: block;
    font-size: 24px;
}
/* --------------- /site --------------- */

/* --------------- header --------------- */
.header {
    position: relative;
    height: 158px;
    background: #fff;
    margin-bottom: 22px;
}
.header span {
    border-radius: 18px;
    padding: 15px 17px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #db261d;
    position: absolute;
}
.header__tel {
    left: 21px;
    bottom: -27px;
}
.header__time {
    right: 21px;
    bottom: -27px;
}
/* --------------- /header --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    top: 35px;
    left: 8px;
}
.main .logo {
    top: 0;
    left: 0;
}
/* --------------- /logo --------------- */

/* --------------- centering --------------- */
.centering {
    display: table;
    width: 100%;
    height: 100%;
}
.centering > span {
    display: table-cell;
    vertical-align: middle;
}
/* --------------- /centering --------------- */

/* --------------- home --------------- */
.home,
.home:visited {
    -webkit-transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 31px;
    right: -4px;
    background: url("/local/templates/kiosk/css/../img/btn-fon.png") repeat-x;
    border-radius: 18px;
    padding: 51px 0 10px;
    font-weight: 700;
    line-height: 18px;
    width: 89px;
    height: 97px;
    box-shadow: 1px 1px 0 #0d317d;
}
.home:before {
    content: '';
    background: url("/local/templates/kiosk/css/../img/home.png") no-repeat;
    width: 37px;
    height: 33px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -18px;
}
.home:hover {
    box-shadow: 0 0 5px #000;
}
/* --------------- /home --------------- */

/* --------------- prev --------------- */
.prev {
    -webkit-transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: -4px;
    background: url("/local/templates/kiosk/css/../img/btn-fon.png") repeat-x;
    border-radius: 18px;
    font-weight: 700;
    line-height: 18px;
    width: 89px;
    height: 97px;
    box-shadow: 1px 1px 0 #0d317d;
    padding-top: 64px;
}
.prev:before {
    content: '';
    background: url("/local/templates/kiosk/css/../img/header-prev-arrow.png") no-repeat;
    width: 31px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -17px;
}
.prev:hover {
    box-shadow: 0 0 5px #000;
}
/* --------------- /prev --------------- */

/* --------------- iScroll --------------- */
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    background: #9ad3ee;
    width: 59px;
    top: 3px;
    right: 12px;
    bottom: 122px;
    overflow: hidden;
    border-radius: 18px;
}

.iScrollIndicator {
    position: absolute;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
    background: #70bce8;
}
.btn-top {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 61px;
    position: absolute;
    top: 0;
    right: 12px;
    background: url("/local/templates/kiosk/css/../img/scroll_btn.png") no-repeat;
    background-position: 0 0;
    z-index: 10000;
}
.btn-bottom {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 61px;
    position: absolute;
    bottom: 120px;
    right: 12px;
    background: url("/local/templates/kiosk/css/../img/scroll_btn.png") no-repeat;
    background-position: 0 bottom;
    z-index: 10000;
}
/* --------------- iScroll --------------- */

/* --------------- partners --------------- */
.partners {
    position: relative;
}
.partners ul {
    padding-right: 98px;
}
.partners li {
    background: #fff;
    border-radius: 18px;
    font-size: 30px;
    line-height: 36px;
    color: #133c8e;
    padding: 14px 23px;
    margin-bottom: 27px;
}
.partners__title {
    position: relative;
}
/* --------------- /partners --------------- */

/* --------------- info --------------- */
.info {
    position: relative;
    font-size: 14px;
    color: #000;
}
.info > div {
    position: relative;
}
.info #wrapper {
    width: 1006px;
    border-radius: 18px;
    background: #fff;
}
.info__title {
    font-size: 30px;
    line-height: 36px;
    color: #133c8e;
    padding: 21px 23px;
}
.info__title p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-bottom: 6px;
}
.info__title ul{
	padding-left:15px;
}
.info__title li {
    position: relative;
    font-size: 14px;
    color: #000;
	list-style: circle;
}
.info__title li:before {
    /*content: '-';*/
    padding-right: 5px;
}
.info__title hr{
	color: #999; /*для IE */
	background-color: #999; /*для Firefox, Opera, Safari*/
	border: 0px none;
	height: 1px; /* высота 1px IE, Firefox, Opera, Safari */
	clear: both; /* для очистки, если тег идет после float елемента */
}
.info__person {
    min-height: 155px;
    padding-bottom: 10px;
}
.info__person img {
    float: left;
    display: block;
    margin: 1px 11px 0 0;
}
/* --------------- /info --------------- */

/* --------------- structure --------------- */
.structure {
    position: relative;
}
.structure__map {
    position: relative;
    background: url("/local/templates/kiosk/css/../img/map.svg") no-repeat;
    width: 626px;
    height: 784px;
    margin: 0 auto;
}
/* --------------- /structure --------------- */
#wrapper {
    height: 820px;
    overflow: hidden;
}
/* --------------- organizations --------------- */
.organizations {
    position: relative;
}
.organizations__title {
    position: relative;
}
.organizations__hat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #50aae5;
}
.organizations__title #scroller {
    padding-top: 67px;
}
.organizations__hat ul {
    background: #a1d9f9;
    border-radius: 18px;
    height: 57px;
    width: 1006px;
    z-index: 2;
    font-size: 14px;
    color: #133c8e;
    padding-left: 91px;
    display: table;
    margin-bottom: 10px;
}
.organizations__hat li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.organizations__hat li > span {
    display: block;
}
.organizations__hat li.organizations__name {
    text-align: left;
}
.organizations__hat .organizations__director,
.organizations__hat .organizations__kol {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.organizations__title ul.organizations__wrap {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding-right: 98px;
}
.organizations__wrap li {
    display: table;
    height: 100%;
    min-height: 81px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.organizations__wrap li > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}
.organizations__wrap li > div > span {
    display: block;
}
.organizations__logo {
    width: 90px;
}
.organizations__name {
    width: 320px;
    text-align: left;
}
.organizations__name a{
	color:#000;
	text-decoration: underline;
}
.organizations__name a:hover{
	text-decoration: none;
}
.organizations__director {
    width: 130px;
    border-left: 1px solid #a1d9f9;
    border-right: 1px solid #a1d9f9;
}
.organizations__address {
    width: 240px;
}
.organizations__kol {
    width: 110px;
    border-left: 1px solid #a1d9f9;
    border-right: 1px solid #a1d9f9;
}
.organizations__people {
    width: 95px;
}

/* --------------- /organizations --------------- */

/* --------------- schema --------------- */
.schema {
    background: #fff;
    text-align: center;
    height: 708px;
    position: relative;
    margin-bottom: 112px;
}
.schema:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    z-index: 1;
}
.schema img {
    z-index: 2;
    position: relative;
}
.schema__wrap {
    padding-top: 20px;
}
.schema__title {
    display: table;
    margin: 0 auto 34px;
    width: 737px;
    min-height: 129px;
    box-shadow: 0 0 10px #c1c1c1;
    background: #4699dd;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}
.schema__title h2 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}
.schema__title span {
    display: block;
}
.schema ul {
    position: relative;
    z-index: 2;
    margin-bottom: 37px;
}
.schema li {
    display: inline-block;
    vertical-align: top;
    width: 303px;
    /*margin: 0 16px;*/
	margin: 0 16px 37px;
}
.schema a,
.schema a:visited {
    display: table;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    color: #002180;
    padding: 8px 15px;
    box-shadow: 0 0 10px #c1c1c1;
    background: #a7e2fe;
    border-radius: 10px;
    min-height: 78px;
}
.schema a > div {
    display: table-cell;
    vertical-align: middle;
}
.schema a span {
    font-size: 18px;
    display: block;
}
/* --------------- /schema --------------- */

div.other_sections{
	color:#fff;
	font-size:150%;
	margin:30px 80px 0 100px;
}

/**/

.table_ td{
	border:1px solid #ccc;
	padding:5px;
	/*vertical-align:middle;*/
}
.table_ p{
	margin:0;
}

/* --------------- content-table --------------- */
.content-table-wrap {
    width: 1006px;
}
.content-table{
    width: 100%;
    font-size: 14px;
    color: #000;
    margin-bottom: 27px;
}
.content-table thead th {
    font-weight: 700;
    color: #133c8e;
    background: #a1d9f9;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding: 5px;
}
.content-table tr {
    height: 81px;
    border-bottom: 1px solid #50aae5;
    text-align: center;
}
.content-table th {
    height: 57px;
    text-align: center;
}
.content-table td {
    background: #fff;
    vertical-align: middle;
    border-left: 1px solid #a1d9f9;
    /*text-align: center;*/
    padding: 5px;
}
.content-table td:first-child,
.content-table th:first-child {
    border-radius: 18px 0 0 18px;
    border: none;
}
.content-table td:first-child {
    text-align: left;
}
.content-table td:last-child,
.content-table th:last-child {
    border-radius: 0 18px 18px 0;
}
/* --------------- /content-table --------------- */

div.rtk a{
	color: #133c8e;
	text-decoration: underline;
	display: block;
}
div.rtk a:hover{
	text-decoration: none;
}
div.rtk h3{
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #133c8e;
	text-align: center;
}
div.rtk h4{
	margin: 0 0 10px 0;
	padding: 0;
}
div.rtk img{
	text-align: center;
}

.info__title table {
    width: 100%;
	font-size: 14px;
	color: #000;
	margin-bottom: 27px;
	border: 1px solid #a1d9f9;
	text-align: center;
}
.info__title thead th {
    font-weight: 700;
	color: #133c8e;
	background: #a1d9f9;
	vertical-align: middle;
	border-left: 1px solid #fff;
	padding: 5px;
}
.info__title tr {
    height: 81px;
	border-bottom: 1px solid #a1d9f9;
}
.info__title th {
    height: 57px;
}
.info__title td {
    background: #fff;
	vertical-align: middle;
	border-left: 1px solid #a1d9f9;
	padding: 5px;
}
/*.info__title td:first-child,*/
.info__title th:first-child {
    border-left: none;
}
.info__title h2{
	font-size:16px;
}

.structure_fp_rb_, .structure_fp_rb_ p{
	/*font-size:18px !important;*/
}
.structure_fp_rb_ td:nth-child(2){
	text-align: left;
}
/* End */


/* Start:/local/templates/kiosk/components/bitrix/catalog.section.list/sections/style.css?1604935911968*/
NAV.menu {
	/*padding-top: 75px;*/
	padding-bottom: 85px;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(520px,520px));
	grid-gap: 40px;
	justify-content: center;
	justify-items: center;
	align-content: flex-start;
	max-width: 1080px;
	margin: auto;
}

NAV.menu A {
	background: #FFFFFF;
	border-radius: 18px;
	padding: 17px 22px;
	position: relative;
}

.menu a,
.menu a:visited,
.menu a.active {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    background: #fff;
    border-radius: 18px;
    -webkit-transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    /*margin-top: 24px;*/
}
.menu__pic {
	object-fit: cover;
	width: 100%;
	height: 226px;
}
.menu__title {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #133c8e;
	display: block;
    /*vertical-align: top;*/
    /* width: 263px; height: 130px;*/ 
    /* overflow: hidden; */
}

/*
.menu__title SPAN {
	display: inline-block;
	width:100%;
}*/
/* End */
/* /local/templates/kiosk/css/reset.css?16026552872845 */
/* /local/templates/kiosk/css/main.css?162880478513241 */
/* /local/templates/kiosk/components/bitrix/catalog.section.list/sections/style.css?1604935911968 */
