@import url('helvetica/helvetica.css');
/* ЦВЕТА
===============================================================

blue (синий)
-------------------
color: #00aae5
hover: #069acd
active: #0eb4ee
-------------------

darkblue (синий)
-------------------
color: #006bad
hover: #05639d
active: #0879be
-------------------

END ЦВЕТА ====================== */

.resource-title {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.resource-image {
	border-radius: 50%;
	max-width: 200px;
	margin: 0 auto 15px;
}
.resource-descr {
	text-align: center;
	font-size: 14px;
	font-size: 24px;
	font-weight: 800;
	color:#006bad;
}
.resource-item {
	margin-bottom: 30px;
}

@media (max-width: 575px) {
    .col-15 {
        max-width: 20%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-15 {
        max-width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-15 {
        max-width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-15 {
        max-width: 20%;
    }
}
footer .social-link
@media (min-width: 1200px) {
    .col-xl-15 {
        max-width: 20%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

/* ОБЩИЕ СТИЛИ
=============================================================== */

body,
html {
    min-height: 100vh;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    color: #333333;
    background-image: url(/assets/images/pattern.png);
    background-attachment: fixed;
    background-color: #ffffff;
    background-position-y: 0px;
}

p {
    line-height: 1.5;
}

a {
    color: #00aae5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: #00aae5;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
    font-family: 'HelveticaCondensed', sans-serif;
    line-height: 1.1;
    font-weight: normal;
    font-weight: 600;
}

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 2.3rem;
    }

    .h2,
    h2 {
        font-size: 1.8rem;
    }

    .h3,
    h3 {
        font-size: 1.6rem;
    }

    .h4,
    h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 14px;
    }

    .h1,
    h1 {
        font-size: 2.1rem;
    }

    .h2,
    h2 {
        font-size: 1.65rem;
    }

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .h4,
    h4 {
        font-size: 1.25rem;
    }
}

img {
    display: block;
    max-width: 100%;
    border-radius: 2px;
    height: auto;		
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-body {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-flex: 1;
    -webkit-box-flex: 1;
    background: rgba(255, 255, 255, 0.75);
    padding-bottom: 48px;
}

.rtl {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

/* END ОБЩИЕ СТИЛИ ====================== */

/* КНОПКИ
=============================================================== */

.btn {
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none !important;
    font-weight: 500;
}

.btn i {
    font-weight: normal;
    line-height: 38px;
    vertical-align: bottom;
    margin-right: 4px;
}

.btn-lg {
    height: 54px;
    line-height: 52px;
    padding: 0 24px;
    font-size: 17px;
}

.btn-lg i {
    line-height: 52px;
}

.btn-sm {
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 13px;
}

.btn-sm i {
    line-height: 30px;
    font-size: 22px;
}

.btn-blue {
    background: #00aae5;
    border-color: #00aae5;
    color: #ffffff !important;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #069acd;
    border-color: #069acd;
    color: #ffffff !important;
}

.btn-blue:active {
    background: #0eb4ee !important;
    border-color: #0eb4ee !important;
    color: #ffffff !important;
}

.btn-outline-blue {
    color: #333333;
    border-color: #00aae5;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus {
    background: #069acd;
    border-color: #069acd;
    color: #ffffff;
}

.btn-outline-blue:active {
    background: #0eb4ee !important;
    border-color: #0eb4ee !important;
    color: #ffffff !important;
}

.btn-darkblue {
    background: #006bad;
    border-color: #006bad;
    color: #ffffff !important;
}

.btn-darkblue:hover,
.btn-darkblue:focus {
    background: #05639d;
    border-color: #05639d;
    color: #ffffff !important;
}

.btn-darkblue:active {
    background: #0879be !important;
    border-color: #0879be !important;
    color: #ffffff !important;
}

.btn-outline-darkblue {
    color: #333333;
    border-color: #006bad;
}

.btn-outline-darkblue:hover,
.btn-outline-darkblue:focus {
    background: #05639d;
    border-color: #05639d;
    color: #ffffff;
}

.btn-outline-darkblue:active {
    background: #0879be !important;
    border-color: #0879be !important;
    color: #ffffff !important;
}

.btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
}

.btn-link {
    color: #333333;
}
.social-list-wrapper {
	justify-content: flex-end!important;
	padding: 0;
	flex-wrap: wrap;
}
.footer-body .align-items-center {
	-ms-align-items: flex-start!important;
	align-items: flex-start!important;
}
.payment-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
	padding: 0 10px;
}
.payment-list__item {
	margin-left: 20px;
}
.payment-list__item img {
	height: 20px;
	width: auto;
}
.btn-link:hover {
    color: #00aae5;
}

/* END КНОПКИ ====================== */

/* ЭЛЕМЕНТЫ ФОРМ
=============================================================== */

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none !important;
    padding: 0;
}

label {
    font-weight: 500;
}

.form-control {
    border-radius: 2px;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}

textarea.form-control {
    line-height: 1.3;
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 120px;
}

.select {
    position: relative;
}

.select::after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    z-index: 1;
}

.select select.form-control {
    cursor: pointer;
    height: 40px !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 42px;
}

.checkbox-item,
.radio-item {
    display: block;
    line-height: 1.3;
    cursor: pointer;
}

.checkbox-item:last-child,
.radio-item:last-child {
    margin-bottom: 0;
}

.checkbox-item .item-name,
.radio-item .item-name {
    position: relative;
    display: block;
}

.checkbox-item>i,
.radio-item>i {
    margin-top: -2px;
}

.checkbox-item>i::before,
.radio-item>i::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-size: 22px;
    line-height: 20px;
}

.checkbox-item input+i::before {
    content: 'check_box_outline_blank';
}

.checkbox-item input:checked+i::before {
    content: 'check_box';
    color: #00aae5;
}

.radio-item input+i::before {
    content: 'radio_button_unchecked';
}

.radio-item input:checked+i::before {
    content: 'radio_button_checked';
    color: #00aae5;
    color: #f5f5f5;
}

.validation-desc {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.add-file {
    margin: 0;
    width: 100%;
    text-align: left;
}

.delete-file {
    margin-left: 8px;
    cursor: pointer;
    color: #d63317;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}

.delete-file:hover {
    opacity: 1;
}

/* END ЭЛЕМЕНТЫ ФОРМ ====================== */

/* ВАЛИДАЦИЯ
=============================================================== */

.validation_block {
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
}

.has-warning .form-control,
.has-error .form-control,
.invalid {
    border-color: #d63317 !important;
}

.has-warning .help-block,
.has-error .help-block {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #d63317;
}

.form-messages .alert {
    margin: 0 0 8px;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1.4;
}

/* END ВАЛИДАЦИЯ ====================== */

/* КОНТЕНТ MODX
=============================================================== */

.modx-section .section-body {
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.modx {
    font-size: inherit;
}

.modx h1 {
    font-size: 200%;
}

.modx h2 {
    font-size: 170%;
}

.modx h3 {
    font-size: 130%;
}

.modx h4 {
    font-size: 110%;
}

.modx h5,
.modx h6 {
    font-size: 100%;
}

.modx img[style*='float: left'] {
    display: block;
    margin-right: 24px;
    margin-bottom: 16px;
}

.modx img[style*='float: right'] {
    display: block;
    margin-left: 24px;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .modx img[style*='float: left'] {
        margin-right: 0;
        float: none !important;
    }

    .modx img[style*='float: right'] {
        margin-left: 0;
        float: none !important;
    }
}

.modx img {
    max-width: 100%;
    height: auto;
}

.modx table {
    margin-bottom: 16px;
    border: none !important;
    width: 100%;
}

.modx .bigtable {
    position: relative;
    border: 1px solid transparent;
}

.modx .bigtable .big-body {
    overflow: auto;
}

.modx .bigtable table {
    margin-bottom: 0;
}

.modx .bigtable .open {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00aae5;
    border-radius: 2px;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-size: 18px;
}

.modx .bigtable:hover {
    border-color: #00aae5;
}

.modx .bigtable:hover .open {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .modx .bigtable {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .modx .bigtable .open {
        opacity: 0.7;
    }
}

.modx .bigtable:hover .open:hover {
    opacity: 1;
}

.modx .bigtable .open::after {
    content: 'zoom_out_map';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.table-opened {
    overflow: hidden;
}

.modx .back-table {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.modx .bigtable.opened+.back-table {
    opacity: 1;
    visibility: visible;
}

.modx .bigtable.opened {
    position: fixed;
    z-index: 10000;
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    background: #ffffff;
    overflow: auto;
}

.modx .bigtable.opened .open {
    position: fixed;
    right: 40px;
    top: 40px;
    opacity: 0.5;
    background: #d63317;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.modx .bigtable.opened .open:after {
    content: 'close';
}

.modx .bigtable.opened table {
    min-width: 100% !important;
}

@media (min-width: 992px) {
    .modx .bigtable.opened table {
        width: 100% !important;
    }
}

.modx tr {
    height: auto !important;
    width: auto !important;
}

.modx td,
.modx th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    background: #ffffff;
    height: auto !important;
}

.modx th,
.modx thead td,
.modx tfoot td {
    background: #f5f5f5;
    font-weight: bold;
}

.modx thead td {
    border-bottom: none;
}

.modx caption {
    font-family: 'HelveticaCondensed', sans-serif;
    caption-side: top;
    color: inherit;
    font-size: 110%;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    background: #f5f5f5;
    margin-bottom: 8px;
}

.modx tfoot td {
    border-top: none;
}

@media (max-width: 767px) {
    .modx tr {
        display: block;
        margin-bottom: 8px;
    }

    .modx td,
    .modx th {
        display: block;
        margin-top: -1px;
        width: 100% !important;
    }
}

.modx h1,
.modx h2,
.modx h3 {
    margin: 0 0 16px;
    line-height: 1.3;
}

.modx *+h1,
.modx *+h2,
.modx *+h3 {
    margin-top: 32px;
}

.modx ol {
    list-style-type: decimal;
}

.modx ul {
    list-style-type: disc;
}

.modx ol,
.modx ul {
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    list-style-position: initial;
}

.modx li>ul,
.modx li>ol {
    padding-top: 8px;
}

.modx hr {
    margin: 32px 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    border: none;
}

.modx a {
    text-decoration: underline;
    color: #00aae5;
}

.modx a:hover,
.modx a:focus {
    text-decoration: none;
}

.modx iframe {
    display: block;
    border: none;
    width: 775px;
    height: 436px;
}

@media (max-width: 1199px) {
    .modx iframe {
        width: 560px;
        height: 315px;
    }
}

@media (max-width: 991px) {
    .modx iframe {
        width: 640px;
        height: 360px;
    }
}

@media (max-width: 767px) {
    .modx iframe {
        width: 460px;
        height: 259px;
    }
}

@media (max-width: 575px) {
    .modx iframe {
        width: 100%;
        height: 47vw;
    }
}

.modx li {
    line-height: 1.3;
    margin-bottom: 6px;
}

.modx p {
    line-height: 1.5;
    margin-bottom: 16px;
}

.modx>*:last-child {
    margin-bottom: 0;
}

.modx .container,
.modx .row,
.modx [class*='col-'] {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modx h1::after,
.modx h2::after,
.modx h3::after,
.modx h4::after,
.modx h5::after,
.modx h6::after,
.modx h1::before,
.modx h2::before,
.modx h3::before,
.modx h4::before,
.modx h5::before,
.modx h6::before,
.modx table::after,
.modx table::before {
    content: '';
    display: table;
    clear: both;
}

/* END КОНТЕНТ MODX ====================== */

/* ТЕЛЕФОНЫ
=============================================================== */

.phone-link {
    position: relative;
    text-decoration: none !important;
    white-space: nowrap;
}

.phone-link span,
.phone-link img {
    display: block;
}

.phones .operator {
    margin-right: 6px;
}

.phone-link .operator {
    margin-right: 6px;
    border-radius: 2px;
    overflow: hidden;
    border-radius: 3px;
}

.phone-link .code {
    font-size: 90%;
    margin-right: 6px;
}

.phone-link .number {
    font-weight: 600;
}

.phone-link .messanger {
    margin-left: 6px;
    border-radius: 2px;
    overflow: hidden;
}

/* END ТЕЛЕФОНЫ ====================== */

/* КОНТАКТНЫЕ ДАННЫЕ
=============================================================== */

.contacts li {
    position: relative;
}

.contacts i {
    margin-right: 6px;
    font-size: 18px;
}

.contacts img {
    margin-right: 6px;
    border-radius: 2px;
    display: block;
}

.contacts a {
    text-decoration: none;
}

/* END КОНТАКТНЫЕ ДАННЫЕ ====================== */

/* СТИКЕРЫ
=============================================================== */

.labels {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}

.labels span {
    display: block;
    width: auto;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    font-size: 11px;
    color: #ffffff;
    margin: 0 0 6px;
    font-weight: 500;
    float: left;
    clear: both;
    position: relative;
    -webkit-box-shadow: 6px 3px 25px -5px #000000;
    box-shadow: 6px 3px 25px -5px #000000;
}

/* END СТИКЕРЫ ====================== */

/* DROPLIST
=============================================================== */

.drop-list li {
    line-height: 1.2;
    margin: 0;
}

.drop-list li.vacancy {
    position: relative;
    padding-left: 42px;
}

.drop-list li a {
    display: block;
    color: #333333;
    padding: 8px 0;
}

.drop-list li a span {
    display: block;
}

.drop-list li a span.count {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    line-height: 1;
    padding: 10px;
    background: rgba(0, 107, 173, 0.1);
    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;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.drop-list li.active>a span.count {
    background: #00aae5;
    color: #ffffff !important;
}

.drop-list li a span:not(.arrow):hover,
.drop-list li:not(.drop)>a:hover {
    color: #00aae5;
}

.drop-list li.active>a,
.drop-list li.active>a span {
    color: #00aae5 !important;
}

.drop-list li.drop>a {
    position: relative;
    padding-right: 32px;
}

.drop-list li.drop>a .arrow {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin-top: -13px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.drop-list li.drop>a .arrow::before {
    content: 'keyboard_arrow_down';
}

.drop-list li.drop>a.opened .arrow::before {
    content: 'keyboard_arrow_up';
}

.drop-list li.drop.active>a {
    padding-right: 0;
}

.drop-list li.drop.active>a .arrow {
    display: none;
}

.drop-list li.drop>a .arrow:hover {
    background: #f5f5f5;
}

.drop-list li.drop>a.opened .arrow {
    background: #006bad;
    color: #ffffff;
}

.drop-list li.drop>ul {
    padding: 4px 0 4px 4px;
    position: relative;
    z-index: 1;
    font-size: 95%;
}

.drop-list li.drop>ul>li>a {
    padding-left: 16px;
    position: relative;
}

.drop-list li.drop>ul>li>a::before {
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #00aae5;
    font-size: 14px;
    vertical-align: middle;
    margin-left: -3px;
    position: absolute;
    left: 0;
}

.drop-list li.drop.active>ul {
    display: block !important;
}

/* END DROPLIST ====================== */

/* FANCYBOX
=============================================================== */

.fancybox-link {
    display: block;
    position: relative;
    background: #ffffff;
}

.fancybox-link i {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    opacity: 0;
    color: #ffffff;
    background: #00aae5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.fancybox-link img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fancybox-link:hover img {
    opacity: 0.25;
}

.fancybox-link:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* END FANCYBOX ====================== */

/* HEADER
=============================================================== */

header {
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0px 10px 45px -25px #000000;
    box-shadow: 0px 10px 45px -25px #000000;
    background: #ffffff;
}

.header-body {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-body .logo {
    display: block;
    text-decoration: none;
}

.lang-link {
    color: #333333;
    line-height: 1;
    display: block;
    margin: 0 0 0 12px;
    font-size: 13px;
    letter-spacing: 1px;
}

@media (max-width: 1399px) {
    .lang-link {
        margin-left: 8px;
    }
}

.lang-link:first-child {
    margin-left: 0;
}

.lang-link:hover {
    color: #00aae5;
    text-decoration: none;
}

.lang-link.active {
    color: #00aae5;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .header-body .logo {
        width: 190px;
    }

    .lang-link {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-body {
        padding: 16px 0;
    }

    .header-body .logo {
        width: auto;
    }
}

@media (max-width: 575px) {
    .header-body {
        padding: 14px 0 12px;
    }

    .header-body .logo img {
        margin: 0 auto 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/* END HEADER ====================== */

/* ВЕРХНЕЕ МЕНЮ
=============================================================== */

.header-menu .menu {
    position: static;
}

.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

#topMenu::after {
    content: '';
    display: table;
    clear: both;
}

#topMenu>li {
    display: block;
    float: left;
    position: relative;
    margin-right: 18px;
}

@media (max-width: 1399px) {
    #topMenu>li {
        margin-right: 12px;
    }
}

#topMenu>li.last {
    margin-right: 0;
}

#topMenu a {
    display: block;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#topMenu>li>a {
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 15px;
    position: relative;
}

#topMenu li.drop>ul {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: -10px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    min-width: 280px;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

#topMenu li.drop>ul a {
    color: #333333;
    line-height: 1.3;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: inherit;
}

#topMenu li.drop li.active>a {
    color: #00aae5 !important;
}

#topMenu li.drop>ul li {
    margin-bottom: 2px;
}

#topMenu li.drop>ul li:last-child {
    margin-bottom: 0;
}

#topMenu li.drop>ul>li.drop {
    position: relative;
}

#topMenu li.drop>ul li.drop>a {
    margin: 0;
    padding-right: 30px;
}

#topMenu li.drop li.drop>a::after {
    color: inherit;
    line-height: 30px;
    height: 30px;
    right: 0;
}

#openMenu {
    height: 24px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    color: #333333;
    display: none;
    margin-left: 24px;
}

#openMenu i {
    line-height: 24px;
}

#openMenu.active {
    color: #00aae5;
}

@media (min-width: 992px) {
    #topMenu {
        display: block !important;
    }

    #topMenu>li:hover>a>span:not(.arrow) {
        border-color: rgba(0, 0, 0, 0.1);
    }

    #topMenu>li>a>span:not(.arrow) {
        padding: 8px 0;
        border-bottom: 2px solid transparent;
    }

    #topMenu>li.active>a>span:not(.arrow) {
        border-color: #00aae5;
        font-weight: 500;
    }

    #topMenu li.drop>a {
        padding-right: 18px;
        position: relative;
    }

    #topMenu li.drop>a::after {
        content: 'keyboard_arrow_down';
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        text-transform: none;
    }

    @media (max-width: 1199px) {
        #topMenu li.drop>a {
            padding-right: 0;
        }

        #topMenu li.drop>a::after {
            display: none;
        }
    }

    #topMenu li.drop:hover>a::after {
        content: 'keyboard_arrow_up';
    }

    #topMenu li.drop>ul {
        display: block !important;
        max-width: 360px;
    }

    @media (min-width: 1200px) {
        #topMenu li.drop:hover>ul {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        #topMenu li.drop>ul li:hover>a {
            color: #00aae5;
        }
    }

    #topMenu li.drop>ul>li.drop>ul {
        top: -10px;
        left: 100%;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        overflow: hidden;
    }

    #topMenu li.drop>ul>li.drop>a::after {
        content: 'keyboard_arrow_right';
        padding-right: 0;
    }

    #topMenu li.drop>ul>li.drop:hover>a::after {
        content: 'keyboard_arrow_left';
    }
}

@media (max-width: 1199px) {
    #topMenu>li>a {
        font-size: 15px;
    }

    #topMenu li.drop>ul a {
        font-size: 14px;
    }

    #topMenu li.drop>ul {
        min-width: 240px;
    }
}

@media (max-width: 991px) {
    #openMenu {
        display: block;
    }

    .menu-opened {
        overflow: hidden;
    }

    .menu-opened .site-body {
        z-index: 4;
    }

    #topMenu {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 16px);
        top: -webkit-calc(100% + 16px);
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px;
        max-height: 60vh;
        overflow: auto;
        margin-top: 0;
        -webkit-box-shadow: 0px 10px 45px -25px #000000;
        box-shadow: 0px 10px 45px -25px #000000;
    }

    #topMenu li {
        float: none;
        margin: 0 0 4px;
    }

    #topMenu li:last-child {
        margin-bottom: 0;
    }

    #topMenu li a {
        color: #333333;
        position: relative;
        z-index: 1;
        height: auto;
        padding: 8px 16px;
        line-height: 1.2;
        border-radius: 2px;
        overflow: hidden;
    }

    #topMenu>li.active>a {
        color: #00aae5 !important;
    }

    #topMenu>li>a::before {
        display: none;
    }

    #topMenu li.drop>a {
        padding-right: 48px;
    }

    #topMenu li.drop>a>span.arrow {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 36px;
        z-index: 1;
    }

    #topMenu li.drop>a::after {
        content: 'keyboard_arrow_down';
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 50%;
        right: 6px !important;
        width: 24px;
        height: 24px !important;
        line-height: 24px !important;
        margin-top: -12px;
        color: inherit !important;
        text-align: center;
        text-transform: none;
        font-size: 18px;
    }

    #topMenu li.drop>a.opened::after {
        content: 'keyboard_arrow_up';
    }

    #topMenu li.drop>ul {
        position: relative;
        left: 0;
        -webkit-transition: none;
        transition: none;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        padding: 6px 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0 -1px;
    }

    #topMenu li.drop>ul li {
        margin-bottom: 5px;
    }

    #topMenu li.drop>ul li a {
        white-space: normal;
        line-height: 1.2;
        height: auto;
        padding: 8px 0 8px 16px;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 575px) {
    #topMenu {
        border-right: none;
        border-left: none;
        border-radius: 0;
        top: calc(100% + 12px);
        top: -webkit-calc(100% + 12px);
    }
}

/* END ВЕРХНЕЕ МЕНЮ ====================== */

/* ПОИСК
=============================================================== */

#openQuestion {
    height: 48px;
    padding: 0 16px;
    color: #ffffff;
    background: #00aae5;
    margin-right: 15px;
    display: block;
    float: left;
}

#openQuestion i {
    line-height: 48px;
}

/* END ПОИСК ====================== */

/* PAGETITLE
=============================================================== */

.pagetitle {
    padding: 32px 0;
    font-size: 13px;
    background-color: rgba(0, 107, 173, 0.85);
    color: #ffffff;
    text-align: center;
}

.pagetitle h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.pagetitle .crumbs {
    margin-top: 8px;
}

.pagetitle .crumbs li {
    padding: 2px 8px 2px 0;
}

.pagetitle .crumbs li a {
    text-decoration: underline;
    color: #ffffff;
}

.pagetitle .crumbs li a:hover {
    text-decoration: none;
}

.pagetitle .crumbs li:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
}

.pagetitle .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-color: #006bad;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

/* END PAGETITLE ====================== */

/* SIDEBARS
=============================================================== */

.sidebar {
    margin: 0 0 30px;
}

.sidebar:last-child {
    margin-bottom: 0;
}

.sidebar>h4 {
    position: relative;
    margin: 0 0 8px;
    padding: 16px 42px 16px 16px;
    background: #006bad;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.sidebar>h4:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 20px 30px;
    border-color: transparent;
    border-right-color: #00aae5;
    border-bottom-color: #00aae5;
}

.sidebar>h4:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 25px 35px;
    border-color: transparent;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
}

.left-site .sidebar-body {
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

/* END SIDEBARS ====================== */

/* SECTIONS
=============================================================== */

[class*='-section'] {
    padding: 48px 0;
}

[class*='-section']+[class*='-section'].background-image {
    margin-top: 64px;
}

[class*='-section'].background-image {
    padding: 42px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    z-index: 0;
}

[class*='-section'].background-image .back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[class*='-section'].background-image .back::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.section-title {
    margin-bottom: 32px;
}

.section-desc {
    margin-bottom: 32px;
    margin-top: -16px;
}

.section-title h2 {
    margin-bottom: 0;
    border-bottom: 2px solid #006bad;
    color: #006bad;
    margin-bottom: -2px;
}

.site-body .section-title {
    position: relative;
}

.site-body .section-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.site-body .section-title.text-center h2 {
    padding: 0 24px;
}

.section-title p {
    margin: 16px 0 0;
}

@media (max-width: 767px) {
    [class*='-section'].background-image {
        padding: 48px 0;
    }

    [class*='-section']+[class*='-section'].background-image {
        margin-top: 48px;
    }
}

/* END SECTIONS ====================== */

/* LEFT MENU
=============================================================== */

#leftMenu a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#leftMenu a:hover {
    text-decoration: none;
}

#openLeft {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
    border-right: 52px solid #ffffff;
    border-left: 8px solid #ffffff;
    border-top: 8px solid #ffffff;
    text-align: center;
    color: #ffffff;
    background: #006bad;
    z-index: 2;
    border-radius: 0;
}

#openLeft i,
#openLeft span {
    line-height: 1.2;
    display: block;
}

#openLeft span {
    margin-left: 8px;
}

.back-left {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url('/assets/templates/qmedia/images/close.png');
    background-size: 48px;
    background-position: calc(100% - 10px) 10px;
    background-position: -webkit-calc(100% - 10px) 10px;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 998;
    display: none;
}

.back-left.opened {
    opacity: 1;
    visibility: visible;
    display: block;
}

#leftMenu .drop-list {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

@media (min-width: 992px) {
    .back-left {
        display: none !important;
    }

    .left-site {
        margin-top: 48px;
    }
}

@media (max-width: 991px) {
    #openLeft {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    #leftMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        right: 0;
        width: 270px;
        max-width: 100%;
        padding: 8px;
        z-index: 999;
        background: #ffffff;
        margin: 0;
        overflow: auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}

@media (max-width: 359px) {
    .back-left {
        background-position: right 10px;
    }
}

/* END LEFT MENU ====================== */

/* FOOTER
=============================================================== */

footer {
    position: relative;
    -webkit-box-shadow: 0px -10px 45px -20px #000000;
    box-shadow: 0px -10px 45px -20px #000000;
}

.footer-body {
    padding: 22px 0;
    position: relative;
    background: #006bad;
    color: #ffffff;
}

footer .logo {
    display: block;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
}

footer .slogan {
    margin-left: 24px;
}

footer .social-list {
    align-items: center;
	white-space:nowrap;
}

footer .social-link-left .social-link, footer .social-link-right .social-link{
    display: block;
    margin-right: 12px;
    opacity: 0.9;
	width: 30px;
	height: 30px;
}
footer .social-link img {
	width: 100%;
	height: 100%;
}
footer .social-link-label {
	margin-right: 12px;
}
footer .social-link:hover {
    opacity: 1;
}
footer .social-link-left,footer .social-link-right  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .with-left .footer-banners {
        padding-bottom: 52px;
    }

    footer .social-list {
        padding: 0 20px;
        justify-content: space-between!important;
        margin-top: 20px;
    }
	.payment-list__item {
		margin-left: 0;
		margin-right: 20px;
	}
    footer .btn {
        width: 100%;
        margin-top: 12px;
    }

}

@media (max-width: 767px) {
    footer .slogan {
        margin-left: 0;
        margin-top: 12px;
    }
		footer .social-list {
		flex-wrap: wrap;
		justify-content: flex-start!important;
	}
    .footer-body .row>div:first-child {
        margin-bottom: 15px;
    }
	footer .social-link-left {
		margin-bottom: 15px;
	}
	footer .social-link-left, footer .social-link-right {
		flex-wrap: wrap;
		justify-content: center!important;
		width: 100%;
	}
	footer .social-link-label {
		width: 100%;
		margin-bottom: 15px;
	}
	.payment-list {
		padding: 0 20px;
	}
}

@media (max-width: 575px) {
    footer {
        text-align: center;
    }

    footer .logo {
        width: 100%;
        max-width: 100%;
    }

    footer .logo img {
        margin: 0 auto;
    }

    footer .slogan {
        margin-top: 8px;
    }

    footer .social-list {
        margin-right: 0;
        margin-top: 24px;
    }

    footer .social-link {
        margin: 0 6px;
    }

    footer .btn {
        width: auto;
        min-width: 240px;
    }
    .payment-list {
    	justify-content: space-between;
    }
    .payment-list__item {
    	margin: 0;
    }
}

/* END FOOTER ====================== */

#toTop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    background: #333333;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
}

#toTop:hover {
    background: #069acd;
}

#toTop:active {
    background: #0eb4ee;
}

#toTop.active {
    opacity: 1;
    visibility: visible;
}

#toTop i {
    line-height: 36px;
}

@media (max-width: 575px) {
    #toTop {
        right: 8px;
        margin-right: 0;
    }
}

/* MODALS
=============================================================== */

.modal-content {
    padding: 16px 32px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header .close {
    padding: 12px 16px;
}

.modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.modal-body {
    padding-top: 24px;
    padding-bottom: 16px;
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 24px;
    padding-bottom: 0;
    margin-top: 24px;
}

.modal form {
    display: block;
    width: 100%;
}

@media (min-width: 578px) {
    .modal-dialog {
        max-width: 420px;
    }
}

@media (max-width: 575px) {
    .modal-content {
        padding: 12px 24px;
    }
}

/* END MODALS ====================== */

.home-slider {
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.news-item {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
    border-radius: 1px;
    height: 100%;
    max-width: 400px;
}

@media (min-width: 1400px) {
    .news-item {
        max-width: 100%;
    }
}

.news-label {
    position: absolute;
    left: 6px;
    top: 6px;
    display: block;
    height: 48px;
    width: 92px;
    border-radius: 2px;
    text-align: center;
    background: #d63317;
    color: #ffffff;
    font-weight: 500;
    line-height: 48px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 25px -10px #000000;
    box-shadow: 0 5px 25px -10px #000000;
}

.news-image {
    display: block;
    background: #000000;
}

.news-image:hover img {
    opacity: 0.9;
}

.news-body {
    padding: 16px 16px 34px;
}

.news-date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    margin-bottom: 6px;
}

.news-title {
    display: block;
    font-weight: 500;
    color: #333333;
    font-size: 15px;
    margin-bottom: 12px;
}

.news-desc {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    margin-bottom: 12px;
}

.news-link {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

@media (max-width: 575px) {
    .news-item {
        margin: 0 auto 30px;
        height: auto;
    }
}

.about-section {
    background: rgba(0, 107, 173, 0.1);
}

.about-slider {
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.about-slider,
.about-slider .owl-stage-outer,
.about-slider .owl-stage,
.about-slider .owl-item {
    height: 100%;
}

.about-slider .slider-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-title {
    line-height: 1;
    margin-bottom: 16px;
}

.about-desc {
    margin-bottom: 16px;
}

.about-desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-title {
        margin-top: 32px;
    }

    .about-slider .slider-item {
        height: 40vw;
    }
}

@media (max-width: 575px) {
    .about-slider .slider-item {
        height: 50vw;
    }
}

.cell-section {
    background: rgba(0, 107, 173, 0.1);
}

.cell-item {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
    border-radius: 2px;
    margin: 0 auto;
    max-width: 350px;
}

@media (min-width: 1400px) {
    .cell-item {
        max-width: 100%;
    }
}

.cell-item .position-absolute {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.cell-item:hover .position-absolute {
    background: rgba(0, 107, 173, 0.75);
}

.cell-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'HelveticaCondensed', sans-serif;
    border-bottom: 2px solid #00aae5;
}

.cell-item:hover .cell-title {
    border-color: #ffffff;
}

@media (max-width: 991px) {
    .cell-section {
        padding-bottom: 18px;
    }

    .cell-item {
        margin-bottom: 30px;
    }

    .cell-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .cell-item {
        margin-bottom: 15px;
    }

    .cell-section {
        padding-bottom: 33px;
    }
}

.main-template .modx-section {
    background: rgba(0, 107, 173, 0.1);
}

#homeMap {
    height: 400px;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}
#homeMap > ymaps {
    height: 100% !important;
}

.baloon {
    max-width: 320px;
}

.baloon-title {
    font-family: 'Helvetica', sans-serif;
    color: #006bad;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.baloon-address {
    font-family: 'Helvetica', sans-serif;
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    #homeMap {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #homeMap {
        height: 65vw;
    }
}

.prior-section {
    margin-bottom: -24px !important;
}

.prior-item {
    padding: 24px 16px;
    height: 100%;
    text-align: center;
    min-height: 140px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.prior-item:hover {
    text-decoration: none;
    background: rgba(0, 107, 173, 0.75);
}

.prior-title {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.prior-back {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.structure-template .modx-section .section-body {
    padding: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.structure-template .modx {
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.model-item {
    margin-bottom: 24px;
}

.model-item:last-child {
    margin-bottom: 0;
}

.model-title {
    position: relative;
    margin: 0 0 8px;
    padding: 16px 42px 16px 16px;
    font-weight: 500;
    font-size: 16px;
    background: #006bad;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.model-title::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 25px 35px;
    border-color: transparent;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
}

.model-title::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 20px 30px;
    border-color: transparent;
    border-right-color: #00aae5;
    border-bottom-color: #00aae5;
}

.model-desc {
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.actioner-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.actioner-image {
    min-width: 90px;
}

.actioner-title {
    color: #333333;
    margin-left: 16px;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .actioner-image {
        min-width: 90px;
        width: 90px;
    }
}

.build-section {
    margin-bottom: -24px;
}

.build-item {
    padding: 24px 36px;
    height: 100%;
    text-align: center;
    min-height: 200px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.build-item:hover {
    text-decoration: none;
    background: rgba(0, 107, 173, 0.75);
}

.build-title {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.build-back {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .build-item {
        padding: 24px 16px;
    }
}

@media (max-width: 575px) {
    .build-item {
        min-height: 150px;
    }
}

.gallery-slider-4 {
    text-align: center;
}

.owl-carousel.gallery-slider-4 .owl-stage {
    display: inline-block;
}

.gallery-slider-4 .slider-item {
    padding: 0 15px;
    max-width: 320px;
    margin: 0 auto;
}

.gallery-slider-4 .fancybox-link {
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.gallery-slider-4 .fancybox-link+.fancybox-link {
    margin-top: 24px;
}

.pagination {
    margin: 0 -6px;
}

.pagination li {
    padding: 0 6px 6px;
}

.pagination span,
.pagination a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.pagination span {
    background: #006bad;
    border-color: #006bad;
    color: #ffffff;
}

.pagination a {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.5);
}

.pagination a:hover {
    text-decoration: none;
    border-color: rgba(0, 107, 173, 0.75);
}

.more-section {
    margin-bottom: -24px;
}

.modx-section+.register-section .section-body {
    margin-top: -49px;
    border-top: none;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.register-section .section-body {
    background: #ffffff;
    padding: 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ukaz-link {
    font-size: 1.5rem;
    font-family: 'HelveticaCondensed', sans-serif;
    line-height: 1.1;
    font-weight: normal;
    font-weight: 600;
    position: relative;
    margin: 0 0 8px;
    padding: 16px 42px 16px 16px;
    background: #006bad;
    color: #ffffff;
    text-decoration: underline;
    display: block;
}

.ukaz-link:hover {
    color: #ffffff;
    background: #05639d;
}

.ukaz-link::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 25px 35px;
    border-color: transparent;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
}

.ukaz-link::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 20px 30px;
    border-color: transparent;
    border-right-color: #00aae5;
    border-bottom-color: #00aae5;
}

.document-item {
    text-decoration: none !important;
}

.document-icon {
    min-width: 49px;
    position: relative;
}

.document-res {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    text-align: center;
    display: block;
    line-height: 1;
    background: #006bad;
    color: #ffffff;
    padding: 4px 6px 3px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'HelveticaCondensed', sans-serif;
    font-size: 13px;
    border-bottom: 3px solid #ffffff;
}

.document-title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 4px;
}

.document-item:hover .document-title {
    color: #00aae5;
    text-decoration: underline;
}

.document-desc {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.document-list-section .section-body {
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.document-list-section .section-body>.row {
    margin-bottom: -16px;
}

.ukaz-body .modx {
    overflow: hidden;
    max-height: 100vh;
    position: relative;
}

.ukaz-body .modx::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(74%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.ukaz-body.opened .modx {
    max-height: none;
}

.ukaz-body.opened .modx::after,
.ukaz-body.opened .btn {
    display: none !important;
}

.partner-item {
    display: block;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    color: #333333;
    text-decoration: none !important;
    max-width: 332px;
    margin: 0 auto;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

a.partner-item:hover .partner-title {
    text-decoration: underline;
}

.partner-title {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
}

.partner-name {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

.partner-unp {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-top: 8px;
}

.partner-section {
    margin-bottom: -24px;
}

.faq-item {
    margin-bottom: 24px;
}

.faq-question {
    display: block;
    position: relative;
    margin: 0 0 8px;
    padding: 12px 68px 12px 16px;
    font-weight: 500;
    font-size: 16px;
    background: #006bad;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.faq-question:hover {
    background: #05639d;
}

.faq-question::after {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 52px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    background: #00aae5;
    border-left: 8px solid #ffffff;
}

.faq-question.collapsed::after {
    content: 'keyboard_arrow_down';
}

.faq-answer {
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.news-nav {
    margin: 6px;
}

.news-nav.btn-darkblue {
    cursor: default !important;
}

.news-section {
    margin-bottom: -24px !important;
}

.vacancy-item {
    margin-bottom: 24px;
}

.vacancy-header {
    position: relative;
    margin: 0 0 8px;
    background: #ffffff;
}

.vacancy-title {
    color: #006bad;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 12px 16px;
    width: 60%;
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.vacancy-title:hover {
    text-decoration: none;
}

.vacancy-company {
    position: relative;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 40%;
    margin-left: 8px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: underline;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.vacancy-company span {
    width: 100%;
    display: block;
    text-align: right;
}

.vacancy-company:hover {
    text-decoration: none;
}

.vacancy-body {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.vacancy-desc {
    width: 60%;
    font-size: 14px;
    margin: 0;
}

.vacancy-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .vacancy-title {
        width: 100%;
        margin-bottom: 8px;
    }

    .vacancy-company {
        width: 100%;
        margin: 0;
    }

    .vacancy-company span {
        text-align: left;
    }

    .vacancy-desc {
        width: 100%;
        margin-top: 8px;
    }

    .vacancy-price {
        width: 100%;
        display: block;
        text-align: left;
    }
}

.search-news-section .alert {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.search-form {
    margin-bottom: 26px;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.job-price {
    margin-left: 42px;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.job-company {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 767px) {
    .job-price {
        margin: 8px 0 16px;
    }
}

.location-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.way-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    height: 100%;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}

.way-header {
    background: #006bad;
    border-bottom: 4px solid #ffffff;
    margin-right: -1px;
    margin-left: -1px;
}

.way-image {
    background: #00aae5;
    border-left: 4px solid #ffffff;
    padding: 12px;
}

.way-image img {
    min-width: 24px;
    max-width: 24px;
    width: 24px;
}

.way-name {
    padding: 6px 16px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.way-desc {
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.way-desc h1,
.way-desc h2,
.way-desc h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 1.2;
}

.way-desc *+h1,
.way-desc *+h2,
.way-desc *+h3 {
    margin-top: 12px;
}

.way-desc ol {
    list-style-type: decimal;
}

.way-desc ul {
    list-style-type: disc;
}

.way-desc ol,
.way-desc ul {
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    list-style-position: initial;
}

.way-desc li>ul,
.way-desc li>ol {
    padding-top: 4px;
}

.way-desc hr {
    margin: 12px 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    border: none;
}

.way-desc a {
    text-decoration: underline;
    color: #00aae5;
}

.way-desc a:hover,
.mway-descodx a:focus {
    text-decoration: none;
}

.way-desc li {
    line-height: 1.2;
    margin-bottom: 4px;
}

.way-desc p {
    line-height: 1.2;
    margin-bottom: 6px;
}

.way-desc>*:last-child {
    margin-bottom: 0;
}

#locationMap {
    height: 100%;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
}
#locationMap > ymaps {
    height: 100% !important;
}

@media (max-width: 991px) {
    #locationMap {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #locationMap {
        height: 65vw;
    }
}

.genplan-map {
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
    height: 100%;
}

.legend-block h4 {
    margin-bottom: 12px;
}

.legend-3 {
    -webkit-columns: 3;
    columns: 3;
}

@media (max-width: 991px) {

    .legend-2,
    .legend-3 {
        -webkit-columns: 2;
        columns: 2;
    }
}

@media (max-width: 767px) {

    .legend-2,
    .legend-3 {
        -webkit-columns: 1;
        columns: 1;
    }
}

.legend-item {
    font-size: 14px;
    margin-bottom: 8px;
}

a.legend-link .legend-title {
    border-bottom: 1px dashed #333333;
}

.legend-link {
    color: #333333;
    display: block;
    position: relative;
    padding-left: 36px;
    text-decoration: none !important;
}

.legend-link.active {
    color: #00aae5;
}

a.legend-link.active .legend-title {
    border-bottom: 1px dashed #00aae5;
}

.legend-color {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.genplan-functional {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    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;
}

.genplan-functional img {
    width: 100%;
}

.genplan-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.legend-image {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.genplan-full,
.genplan-fill,
.genplan-functional {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.jumbotron-wrapper {
    height: 690px; 
    width: 100%; 
    -webkit-background-size: 100%; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 991px) {
    .genplan-map {
        height: auto;
    }
    .jumbotron-wrapper {
        height: 390px; 
    }
}

.footer-banners {
    background: #333333;
}

.footer-banners .d-flex {
    margin: 0 -4px;
}

.partner-link {
    margin: 8px 4px;
}

.sitemap-section .drop-list {
    background: #fff;
    padding: 16px;
    -webkit-box-shadow: 0 6px 26px -18px #000000;
    box-shadow: 0 6px 26px -18px #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sitemap-section .drop-list li.vacancy {
    padding-left: 0;
}

.sitemap-section .drop-list li a span.count {
    display: none;
}

.sitemap-section a.opened {
    color: #006bad !important;
    font-weight: bold;
}

footer .sitemap_link {
    color: #fff;
    text-decoration: underline;
	white-space: nowrap;
}

footer .sitemap_link:hover {
    text-decoration: none;
}
.col-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
}
header .logo img {
    height: 120px;
    width: auto;
}
header .logo {
    padding: 0;
}
.menu-row {
    padding-left: 0;
}
.col-title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.col-wrapper .col-auto {
    padding: 0;
}

.prime-section .nav .cell-title {
  max-width: 75%;
}

.prime-section .nav a.active{
    background: #00abe6;
}

.prime-item {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

a.prime-item:hover {
    color: rgba(0, 0, 0, 0.5);
}

.nav-primes a.active {
    color: #fff;
}

.prime-item img {
    padding: 5px;
    background: #fff;
}

.prime-item .col {
    padding-left: 0px;
}

.prime-item .col-2 {
    padding-right: 20px;
}

.prime-section .tab-content ul {
	margin: 0 0 15px 0;
	padding: 0 15px;
	list-style: square;
}

.prime-section .tab-content ul li {
	margin-bottom: 5px;
}
.partner-slider {
	margin: 0 -15px;
    width: auto;
}
@media (max-width: 767px) {
    .col-title {
        font-size: 15px;
        padding: 0 0 20px 0;
    }
    .col-wrapper {
        padding-top: 10px;
    }
    .col-wrapper .col-auto {
        padding: 0;
    }
    header .logo-col {
        padding-right: 0;
    }
    .jumbotron-wrapper {
        height: 190px; 
    }
}
.header-body .logo img {
    border: 0;  
    padding-bottom: 0;
}
.owl-item, .slider-item {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.owl-item .info {
    position: absolute;
    top: 15%;
    max-height: 90%;
    max-width: 80%;
    left: 80px;
    width: 80%;
    display: flex;
    flex-direction: column;
    color: #fff;
    transform: none;
} 
@media (max-width: 767px) {
   .owl-item .info p {
    display: none;
   }
   .owl-item .info {
    left: 60px;
   }
}
.owl-carousel .owl-item img {
    transition: all .5s ease;
}
.owl-carousel .owl-item img {
    filter: brightness(0.6);
}

	/*new*/
	.tabs-left a {text-decoration:none;color:rgba(0, 0, 0, 0.5);margin:10px 0;text-transform:uppercase;flex: 100% 0 0;}
	.tabs-left a.active span {font-weight:700;border-bottom:2px solid #006bad;color:#333}
	.tab-content {margin-top:10px;}
	.partners-section {background:rgba(0, 107, 173, 0.1)}
	.partners-tabs li {margin:0 25px 0 0}
	.partners-tabs a {text-decoration:none;color:rgba(0, 0, 0, 0.5);font-size:20px;text-transform:uppercase;font-weight:700;border:0!important;border-bottom:2px solid rgba(0,0,0,0)!important;padding:10px 0!important}
	.partners-tabs .nav-link.active {border:0;background:none;border-bottom:2px solid #006bad!important;color:#006bad}
	
	#iso-filter, #iso-filter2 {margin:0 0 15px;}
	#iso-filter li, #iso-filter2 li {display:inline-block;vertical-align:top;margin:0 25px 0 0}
	#iso-filter li a, #iso-filter2 li a {text-decoration:none;color:rgba(0, 0, 0, 0.5);font-size:14px;text-transform:uppercase;font-weight:700;border:0!important;padding:5px 0;display:block;    border-bottom: 2px solid transparent;}
	#iso-filter li a.active, #iso-filter2 li a.active {border:0;background:none;border-bottom:2px solid #006bad!important;color:#006bad}
	
	.inmore {margin:10px 0}
	.owlcat {margin:15px}
	.partner-slider.owl-carousel .owl-nav [class*="owl-"] {background:rgba(0,107,173,0.2);padding:15px 0} 
	
	.tab-content > .tab-pane {position:relative}
	.show_more {position:absolute;right:0;top:-70px}
	
	.partners-section .owl-carousel .owl-item img {filter:inherit}
	.partners-section .owl-carousel .owl-item {height:auto;    padding-bottom: 40px;}
	.partners-section .owlcat {height:100%}
	.partners-section .owl-stage {display:flex;}
	
	.partner-slider.owl-carousel .owl-nav [class*='owl-'] {
    top: -35px !important;
	}
	
	@media (min-width: 1000px) {
		.partner-slider.owl-carousel .owl-nav .owl-next {right:0}
		.partner-slider.owl-carousel .owl-nav .owl-prev {left:0}
	}	
	
	@media (max-width: 1000px) {
		.partner-slider.owl-carousel .owl-nav .owl-next {right:0}
		.partner-slider.owl-carousel .owl-nav .owl-prev {left:0}
		/*.tab-content > .tab-pane {padding:0 50px}*/
	}	