* {
    box-sizing: border-box;
    /*! border:solid 1px red; */
}

a,
a:focus {
    outline: none;
    text-decoration: none;
}

object {
    width: 100%;
}

body,
ul,
li,
input,
select,
label,
ol {
    margin: 0;
    padding: 0;
    color: #212121;
    display: block;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

p a,
.content .main-content .text .box li a {
    color: #212121;
    font-weight: 500;
    border-bottom: dotted 1px #212121;
}

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

h1 {
    margin: 0;
    padding: 0;
    line-height: 2.5rem;
    color: #0032A0;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    color: #0032A0;
    margin-bottom: 1rem;
}

h3 {
    margin: 0;
    padding: 0;
    color: #0032A0;
    font-weight: 600;
    font-size: 1.3rem;
}

h4 {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-weight: 500;
    color: #69b3e7;
    font-size: 1rem;
}

h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 0.875rem;
    color: #212121;
    line-height: 1.3rem;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1rem;
}

.span {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    margin: 1rem;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}

.content .full .text .box .column2 {
    /*! background: #9C0; */
    column-count: 1;
    column-gap: 6rem;
    margin-bottom: 2rem;
}

.content .full .text .box .column2 ul li {
    display: list-item;
    /*! background: #F63; */
    margin-bottom: 1rem;
    list-style-type: none;
}

.box {
    margin: 1rem;
    clear: both;
    overflow: hidden;
}

nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

body nav,
body footer {
    background: #0032A0;
}

header .logo {
    width: 16.6666%;
    min-width: 10rem;
    padding-right: 2rem;
    padding-left: 1rem;
    max-width: 11rem;
}

header .name {
    overflow: hidden;
    color: #0032a0;
    font-weight: 600;
    font-size: 1rem;
}

header .gerb {
    display: none;
}

header .span .content .box {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    -ms-max-height: 4.5rem;
}

.link {
    display: inline-block;
    font-size: 0.75rem;
    border: solid 1px #cf4520;
    line-height: 1.5rem;
}

.link a {
    color: #cf4520;
    padding: 0.5rem 1rem 0.5rem 1rem;
    display: inline-block;
    font-weight: 500;
    transition: ease-in-out 0.3s;
}

.link a:hover {
    background: #cf4520;
    color: white;
}

.links-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
}

.links-list .item {
    width: 100%;
    text-align: center;
}

.allnews.link a:hover {
    background: #10309b;
    color: white;
}

.allnews.link {
    border: solid 1px #10309b;
}

.allnews.link a {
    color: #10309b;
}

.full {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text {
    width: 100%;
}

.slider {
    margin-bottom: 2.5rem;
}

.slider .box .flexslider .slides li .item {
    padding: 0;
}

.slider .box .flexslider .slides li .item .photo {
    margin-bottom: 1rem;
}

.slider .box .flexslider .slides li .item .title {
    padding-bottom: 1rem;
}

.slider .box .flexslider .slides li .item .introtext {
    display: none;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.slider .box .flexslider .slides li .item .link {
    margin-bottom: 1rem;
}

.menu-left {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.menu-left .box .item ul {
    margin-right: 0;
}

.menu-left .box .item ul li {
    margin-bottom: 1.5rem;
}

.menu-left .box .item ul .active a {
    border-bottom: none;
    color: #cf4520;
    font-weight: 600;
}

.menu-left .box .item ul .active {
    border-left: solid 0.2rem #cf4520;
    padding-left: 0.5rem;
    border-bottom: none;
}

.menu-left .box .item ul li a {
    font-weight: 500;
    color: #0032a0;
    border-bottom: 1px dotted #0032a0;
    line-height: 1.3rem;
    transition: all ease-in-out 0.3s;
}

.menu-left .box .item ul li a:hover {
    border-bottom: 1px dotted transparent;
    color: #cf4520;
}

.main-content {
    width: 100%;
    position: relative;
}

.main-content .text .box .title {
    margin-bottom: 2rem;
}

.main-content .text .box ul,
.main-content .text .box ol {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.main-content .text .box ul li,
.main-content .text .box ol li {
    line-height: 1.5rem;
    margin-left: 2rem;
    /*! list-style: disc inside; */
    display: list-item;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

.main-content .text .box .item {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    overflow: hidden;
}

.main-content .text .box img {
    margin-bottom: 1rem;
    width: 100%;
}

.main-content .text .box .item span {
    font-weight: 600;
    margin-right: 1rem;
}

.main-content .text .box .item .more {
    margin-bottom: 1rem;
}

.main-content .text .box .title h1 span {
    color: #69b3e7;
}

.main-content .text .box .item h6 a {
    color: #cf4520;
}


/*для всплывающее окно*/

.main-content .text img {
    cursor: pointer;
    cursor: zoom-in;
}

.main-content .text .box .published {
    font-size: 0.8125rem;
    clear: both;
}

.main-content .text .box .published .icons {
    height: 1rem;
    width: 1.5rem;
    float: left;
}

.main-content .text .box .published .date {
    font-weight: 500;
    color: #69b3e7;
    float: left;
    margin-right: 1rem;
}

.main-content .text .box .published .author {
    font-weight: 500;
    float: left;
}

.main-content .text .box .published .icons object {
    width: 0.8125rem;
    height: 100%;
}

.main-content .text .box .item .v-more ul {
    margin-top: 1rem;
}

.main-content .text .box .item .v-more p {
    margin-left: 2rem;
}

.main-content .text .box .item .persona {
    margin-top: 2rem;
    width: 50%;
}

.main-content .text .box .titul-img {
    /*! background: red; */
    width: 100%;
}

.navigation {
    width: 100%;
}

.navigation .box {
    margin: 0;
}

.navigation .box .mob-menu {
    margin-left: 1rem;
    margin-right: 1rem;
    background: antiquewhite;
}

.navigation .box .mob-menu .title {
    font-weight: 600;
    color: white;
    display: none;
}

.navigation .box .mob-menu .button {
    cursor: pointer;
    float: right;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navigation .box .mob-menu .button img {
    height: 1.5rem;
}

.navigation .box .logo_min {
    width: 1.6rem;
    float: left;
    margin-top: 0.6rem;
    display: none;
    margin-left: 1rem;
}

.navigation .box .menu {
    display: none;
    margin-top: 3rem;
    flex-flow: column nowrap;
    /*! display: flex; */
}

.navigation .box .menu li {
    font-weight: 500;
    transition: ease-in-out 0.3s;
    padding: 1rem 1.7rem 1rem 1rem;
    color: white;
    cursor: pointer;
    position: relative;
}

.navigation .box .menu li ul {
    /*! transform: scaleY(0); */
    /*! position: absolute; */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
    /*! margin-left: -1rem; */
    /*! transform-origin: center top; */
    margin-top: 1rem;
    /*! box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.3); */
    margin-right: -0.5rem;
    display: none;
}

.navigation .box .menu li ul li {
    max-width: 20rem;
    font-weight: 400;
    margin-right: 0;
    font-size: 0.85rem;
    line-height: 1.2rem;
}

.navigation .box .menu li a {
    color: #FFF;
    display: block;
}

.navigation .box .menu li.login a {
    color: #FFF;
    display: inline;
}

#popup {
    position: fixed;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 100;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: ease-in-out 0.3s;
    padding: 1rem;
    display: none;
}

#popup #popup_window {
    background: white;
    padding: 2rem;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .5);
    overflow: auto;
    max-width: 30rem;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

#popup_close{
    width: 1rem;
    cursor: pointer;
    margin-left: 95%;
}

.navigation .box .menu li:hover > ul {
    overflow-y: auto;
    max-height: 30rem;
}

.navigation .box .menu .parent:after {
    content: '';
    background: url(../images/arrow_down.svg) no-repeat right center;
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    float: right;
    top: 16px;
    right: 0;
    margin-bottom: -1rem;
}

.navigation .box .menu .active {
    background: rgba(255, 255, 255, 0.2);
}

.navigation .box .menu .see {
    margin: 0;
    margin-left: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    padding-right: 1rem;
    display: none;
}

.navigation .box .menu .see a img {
    border: 1px solid #FFF;
    padding: 0.3rem;
    width: 2rem;
}

.bread {
    width: 100%;
}

.bread .box ul li a {
    font-size: 0.75rem;
    color: #69b3e7;
    border-bottom: dotted 1px #69b3e7;
    transition: ease-in-out 0.3s;
}

.bread .box ul li a:hover {
    color: #0032a0;
    border-bottom: dotted 1px transparent;
}

.bread .box ul li:after {
    content: '/';
    padding-left: 0.5rem;
    text-decoration: none;
    color: #69b3e7;
}

.bread .box ul {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.bread .box ul li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.bread .box ul .last::after {
    content: '';
}

footer object {
    vertical-align: middle;
    margin-right: 1rem;
    float: left;
    width: 1.5rem;
}

footer .item .box .title {
    margin-bottom: 2rem;
}

footer .item .box ul li a {
    color: #FFF;
    border-bottom: 1px dotted #FFF;
    font-size: 0.8125rem;
    transition: ease-in-out all 0.3s;
}

footer .item .box ul li a:hover {
    color: #69b3e7;
    border-bottom: 1px dotted transparent;
}

footer .item .box ul li {
    margin-bottom: 1.5rem;
}

footer .item2 .box .title {
    margin-bottom: 2rem;
}

footer .item2 .box ul li a {
    color: #FFF;
    border-bottom: 1px dotted #FFF;
    font-size: 0.8125rem;
    transition: ease-in-out all 0.3s;
}

footer .item2 .box ul li a:hover {
    color: #69b3e7;
    border-bottom: 1px dotted transparent;
}

footer .item2 .box ul li {
    margin-bottom: 1.5rem;
}

footer .span .content .item2 {
    width: 100%;
    margin-top: 3rem;
}

footer .span .content .item2 .box ul li img {
    max-width: 1.5rem;
    float: left;
    margin-right: 1rem;
}

footer .span .content {
    padding-bottom: 2rem;
    margin-bottom: 0;
}

footer .span .content .item {
    width: 100%;
    margin-top: 3rem;
}

footer .span .content .item .box ul li img {
    max-width: 1.5rem;
    float: left;
    margin-right: 1rem;
}

footer .span .copyright {
    color: #69B3E7;
    text-align: center;
    font-size: 0.8125rem;
    padding-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.tabs {
    margin-bottom: 1rem;
}

.tabs nav {
    z-index: 100;
    background: transparent;
    display: flex;
    justify-content: space-between;
}

.tabs nav a {
    color: #0032a0;
    font-weight: 700;
    line-height: 3rem;
    height: 3rem;
    text-decoration: underline;
    font-size: 1rem;
}

.tabs nav .active {
    background: rgb(255, 255, 255);
    text-decoration: none;
    border-left: 1px solid #10309b;
    border-right: 1px solid #10309b;
    border-top: 1px solid #10309b;
    position: relative;
    top: 2px;
    z-index: 2;
    padding-bottom: 2rem;
}

.tabs .tabs-items .tab-item {
    display: inline-block;
    background: white;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
}

.tabs .tabs-items .tab-item .title .tab-logo {
    width: 2rem;
    margin-right: 1rem;
    min-width: 2rem;
}

.tabs .tabs-items .tab-item .title .tab-name {
    font-weight: 600;
    color: #10309b;
    font-size: 1rem;
}

.tabs .tabs-items .tab-item .title .tab-text {
    float: left;
}

.tabs .tabs-items .tab-item .title .map-yandex {
    padding: 1rem;
    border: 1px solid #69b3e7;
}

.tabs .tabs-items .tab-item .title .map-yandex iframe {
    border-style: none;
}

.tabs .tabs-items .tab-item .title {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    overflow: hidden;
    width: 100%;
}

.user-form {
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border: solid 1px white;
}

.user-form .wrap-form-element {
    display: flex;
    flex-flow: column nowrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.user-form .wrap-form-element .item {
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.user-form .wrap-form-element .item label {
    min-width: 9rem;
    padding-right: 1rem;
    line-height: 2rem;
}

.user-form .wrap-form-element .item input {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    line-height: 2rem;
    border: solid 1px #69b3e7;
    height: 2.5rem;
    transition: ease-in-out 0.3s;
}

.user-form .wrap-form-element .item input:focus,
.quest .q_form .q_wrap-form-element .item input:focus {
    box-shadow: 0 0 3px 0 rgb(0, 50, 160);
    /*! margin-left: 0.1rem; */
    /*! margin-right: 7.1rem; */
    /*! padding-right: 31px; */
}

.user-form .wrap-form-element .item select {
    padding-left: 1rem;
    width: 100%;
    height: 2.5rem;
    border: solid 1px #69b3e7;
    cursor: pointer;
}

.user-form .wrap-submit-button #submit-form,
.quest .q_form .wrap-submit-button #q_submit-form,
.q_submit-button,
.butt{
    border: 0;
    background: #0032A0;
    color: white;
    font-size: 0.75rem;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    cursor: pointer;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    line-height: 1.5rem;
    transition: ease-in-out 0.3s;
}

.butt{
    height: auto !important;
    width: auto !important;
}

.info-icon{
    cursor: pointer;
    display: inline;
}

.q_submit-button.pare {
    float: right;
    display: inline-block;
}

.q_submit-button[type=reset] {
    float: left;
}

.user-form .wrap-submit-button #submit-form:disabled,
.quest .q_form .wrap-submit-button #q_submit-form:disable {
    background: #69b3e7;
}

.user-form .wrap-submit-button #submit-form:disabled:hover,
.quest .q_form .wrap-submit-button #q_submit-form:disabled:hover {
    background: #69b3e7;
    cursor: no-drop;
}

.user-form .wrap-submit-button #submit-form:hover,
.quest .q_form .wrap-submit-button #q_submit-form:hover {
    background-color: rgba(0, 50, 160, 0.8);
}

.user-form .agreement,
.quest .q_form .agreement {
    font-size: 0.75rem;
    margin-top: 2rem;
    text-align: center;
}

.user-form .agreement a,
.quest .q_form .agreement a {
    border-bottom: dotted 1px;
    color: #0032a0;
    line-height: 1rem;
}

.red{
    color: red;
}

.extlinks {
    background: white;
    padding: 1rem;
}

.extlinks .item {
    margin-bottom: 2rem;
}

.extlinks .item a .logo {
    max-width: 12rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.extlinks .item a .logo img {
    margin-left: auto;
    margin-right: auto;
    max-height: 6rem;
}

.extlinks .item .name {
    text-align: center;
    color: #0032a0;
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    font-weight: 500;
}

.map-yandex iframe {
    border-style: none;
    width: 100%;
    height: 500px;
}

.search {
    width: 100%;
}

.search form {
    position: relative;
    width: auto;
    margin: 0 auto;
    border: solid 1px #0032A0;
    padding-left: 0.5rem;
}

.search input {
    border: none;
    outline: none;
    background: transparent;
}

.search button:focus {
    border: none;
    outline: none;
    /*background: transparent;*/
}

.search input {
    height: 2.5rem;
    width: 100%;
}

.search button {
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #0032a0;
    border: none;
}

.pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    padding: 0.5rem;
}

.pagination .arrow {
    height: 2.5rem;
    width: 2.5rem;
}

.pagination .page {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0032A0;
    transition: ease-in-out 0.3s;
}

.pagination .page a:hover {
    background: #69b3e7;
    height: 100%;
    color: white;
}

.pagination .page.current {
    background: #69B3E7;
    color: #fff;
}

.pagination .page a {
    color: #0032a0;
    display: block;
    transition: ease-in-out 0.3s;
}

.pagination .arrow a img {
    padding: 0.75rem;
}

.pagination .arrow a:hover {
    background: #FFD54F;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.doc::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.docm::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.docx::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.dot::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.odt::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.dotm::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.dotx::before {
    content: '';
    background: url(../images/word.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.pdf::before {
    content: '';
    background: url(../images/pdf.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.more::before {
    content: '';
    background: url(../images/more.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xls::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xlsm::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xlsx::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xlt::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xltm::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.xltx::before {
    content: '';
    background: url(../images/excel.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.ext::before {
    content: '';
    background: url(../images/open_in_new.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.pps::before {
    content: '';
    background: url(../images/powerpoint.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.ppsm::before {
    content: '';
    background: url(../images/powerpoint.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.ppsx::before {
    content: '';
    background: url(../images/powerpoint.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.pptm::before {
    content: '';
    background: url(../images/powerpoint.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.pptx::before {
    content: '';
    background: url(../images/powerpoint.svg) no-repeat center center;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    margin-right: 0.5rem;
    margin: 0.5rem;
}

.popup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    z-index: 99999;
}

.popup_bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    cursor: zoom-out;
}

.popup_img {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    pointer-events: none;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
}

.quest .q_form .q_wrap-form-element .item {
    margin-bottom: 0.5rem;
    margin-left: 1px;
}

.quest .q_form .q_wrap-form-element .item label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.quest .q_form .q_wrap-form-element .item input {
    border: solid 1px #69b3e7;
    line-height: 2rem;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    transition: ease-in-out 0.3s;
    height: 2rem;
}

.quest .q_form .q_wrap-form-element .item select {
    border: solid 1px #69b3e7;
    line-height: 2rem;
    width: 100%;
    height: 2rem;
    cursor: pointer;
}

.quest .q_form .q_wrap-form-element .item textarea {
    border: solid 1px #69b3e7;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    max-width: 100%;
    height: 20rem;
    margin-top: 1.5rem;
    padding: 0.5rem;
}


.regFrm .item {
    margin-bottom: 0 !important;
    margin-left: 1px;
}

.regFrm .item label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.regFrm .item input {
    border: solid 1px #69b3e7;
    line-height: 2rem;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    transition: ease-in-out 0.3s;
    height: 2rem;
}

.regFrm .item input[type=checkbox]{
    width: auto;
    display: inline;
    height: auto;
    margin-right: 0.5rem;
}

.regFrm .item select {
    border: solid 1px #69b3e7;
    line-height: 2rem;
    width: 100%;
    height: 2rem;
    cursor: pointer;
}

.regFrm .item textarea {
    border: solid 1px #69b3e7;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    max-width: 100%;
    height: 20rem;
    margin-top: 1.5rem;
    padding: 0.5rem;
}


.v-more {
    display: none;
}

#vacancy {
    display: none;
}

.tablewrap {
    overflow-x: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table {
    width: 100%;
}

table tr th {
    background: rgba(105, 179, 231, 0.1);
    font-weight: 600;
    padding: 0.5rem;
}

table tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.05);
}

table tr td {
    padding: 0.5rem;
    font-size: 0.8125rem;
}


/*вырубаем на мобильном*/

.full .info {
    background: #cf4520;
    /*! width: 100%; */
    color: white;
    /*! margin-left: 1rem; */
    /*! margin-right: 1rem; */
    padding: 1rem 2rem;
    /*! margin-bottom: 2rem; */
    margin: 0 1rem 2rem 1rem;
}

.full .info li {
    color: white;
    display: list-item;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.full .info a {
    color: white;
    text-decoration: underline;
    border-bottom: none;
}

.info img {
    margin: 0 1rem 1rem 1rem;
}

.map-site .box ul li ul li ul li a {
    font-weight: 400;
    font-size: 0.875rem;
}

.map-site .box ul li ul li a {
    font-weight: 500;
}

.map-site .box ul li ul {
    margin-left: 2rem;
    margin-top: 1rem;
}

.map-site .box ul li a {
    color: #424242;
    border-bottom: dotted 1px;
    font-weight: 600;
    font-size: 1rem;
    transition: ease-in-out 0.3s;
}

.map-site .box ul li a:hover {
    color: #cf4520;
}

.map-site .box ul li {
    margin-bottom: 1rem;
}

.map-site {
    margin-bottom: 2rem;
}

.hidden {
    display: none !important;
}

.error {
    border-color: red !important;
    box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.35);
}

.modal_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
}

.modal {
    box-sizing: border-box;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .5);
    max-width: 80%;
    max-height: 80%;
    padding: 1rem;
    z-index: 200;
}

.modal .close {
    border: 0;
    background: #0032A0;
    color: white;
    font-size: 0.75rem;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.5rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: ease-in-out 0.3s;
}

.modal .close:hover {
    background-color: #0092D1;
}

.modal.success {
    padding: 1rem;
}

.modal_content {
    line-height: 25px;
    padding: 2rem 2rem 5rem 2rem;
    position: relative;
    border-bottom: 1px solid #0032A0;
    border-left: 1px solid #0032A0;
    border-right: 1px solid #0032A0;
}

.modal_container .modal.success .title {
    background: #0032A0;
    color: white;
    padding: 1rem;
    text-align: center;
    border: 1px solid #0032A0;
}

.modal_container .modal .title {
    background: #C54B2B;
    color: white;
    padding: 1rem;
    text-align: center;
    border: 1px solid #BC5033;
}

.flatpickr-monthDropdown-months {
    display: inline;
}

form small {
    text-align: center;
    display: block;
    color: #cf4520;
}

.full.middle .box ul li:hover {
    background: rgba(105, 179, 231, 0.1);
}

.full.middle .box ul li {
    margin-bottom: 1rem;
    padding: 1rem;
    border: solid 1px #69b3e7;
    display: inline-block;
    margin-right: 0.75rem;
}

.full.middle .box ul li a {
    color: #212121;
    text-decoration: none;
}

footer object {
    min-width: 1.5rem;
    max-width: 1.5rem;
    width: 100%;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time {
    display: flex;
    flex-flow: row wrap;
    /*! justify-content: space-between; */
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item {
    padding-right: 0.5rem;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item .time {
    color: #0032A0;
    font-weight: 500;
    border: solid 1px #0032a0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-width: 4.25rem;
    text-align: center;
    transition: ease-in-out 0.3s;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item .time.selected {
    background: #0032A0;
    color: white;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item .time.none {
    color: #a7a7a7;
    border: solid 1px;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item .time.none:hover {
    background: white;
    cursor: not-allowed;
    color: #cf4520;
}

.tabs .tabs-items .user-form .wrap-form-element .item .select-time .item .time:hover {
    background: rgb(0, 50, 160);
    cursor: pointer;
    color: white;
}

.fly {
    background: rgb(255, 250, 230);
    font-size: 0.75rem;
    line-height: 1.2rem;
    /*! display: none; */
    color: #424242;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    /*! box-shadow: 0 0 3 3 black; */
    /*! -webkit-box-shadow: 0 -3px 6px -3px rgba(0,0,0,0.5); */
    /*! box-shadow: 0 -3px 6px -3px rgba(0,0,0,0.5); */
    box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 8px 0px;
}

.fly a {
    color: #424242;
    /*! font-weight: 500; */
    text-decoration: underline;
}

.fly .close {
    /*! float: right; */
    /*! height: 3rem; */
    background: white;
    /*! margin-left: 3rem; */
    /*! display: inline-block; */
    /*! position: absolute; */
    /*! top: 6%; */
    /*! right: 3rem; */
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: solid 1px #ffeda4;
    margin-top: 1rem;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    display: block;
    width: 6rem;
}

.fly .span .content {
    text-align: center;
    /*! display: inline; */
    display: block;
}

.fly .close a {
    font-weight: 600;
    color: #424242;
    font-size: 0.75rem;
}

ymaps {
    box-sizing: content-box;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.branch {
    display: none;
}

.branchLink {
    cursor: pointer;
    border-bottom: 1px dotted #10309b;
}

.hot_line .box {
    border: solid 1px #0032a0;
    padding: 0 2rem;
    width: 100%;
    color: #0032a0;
}

.hot_line {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.clearfloat{
    clear: both;
}

.ajaxFrm.loading:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/components/loading.svg) no-repeat center rgba(255, 255, 255, .5);
}

.ckeditor-html5-video video{
    width: 100%;
}

.ajaxFrm input[name=q_city]{
    display:none;
}

p.chartChoise a.active{
    color: #c23531 !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    header .span .content .box {
        max-height: 4.5rem;
    }

    .navigation .box .menu .parent:after {
        top: -11px;
        right: -13px;
        position: relative;
        content: '';
        background: url(../images/arrow_down.svg) no-repeat right center;
        width: 0.5rem;
        height: 0.3rem;
        float: right;
        margin-bottom: -1rem;
    }
}
