

/* Start:/bitrix/templates/wellcam/css/app.css?153432713083684*/
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar
}

*,
::after,
::before,
:after,
:before {
    box-sizing: inherit
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

fieldset,
img {
    margin: 0;
    padding: 0
}

fieldset {
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

a img,
fieldset,
img {
    border: none
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none
}

button,
input[type=submit] {
    cursor: pointer
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    font: inherit
}

button,
input {
    margin: 0;
    padding: 0;
    border: 0
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: none
}

ol,
ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
th {
    font-weight: 400
}

button {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none
}

img {
    vertical-align: bottom
}

svg {
    width: 100%;
    height: 100%;
    fill: currentColor !important
}

* {
    outline: none !important
}

:root {
    --white: white;
    --transparent: transparent;
    --windows-blue: #4994cb;
    --pale-grey: #f2f3f6;
    --steel-grey: #767f87;
    --white-two: #fefefe;
    --dark-grey: #232629;
    --silver: #e3e5e8;
    --white-two-68: rgba(254, 254, 254, 0.68);
    --cornflower-blue: #589cd8;
    --white-42: rgba(255, 255, 255, 0.42)
}

.icon-arrow {
    width: .58em;
    height: 1em;
    fill: initial
}

.icon-close {
    width: 1em;
    height: 1em
}

.icon-close,
.icon-fb,
.icon-header,
.icon-mail,
.icon-menu,
.icon-phone,
.icon-placemark {
    fill: initial
}

.icon-plus {
    width: 1em;
    height: 1em
}

.icon-plus,
.icon-scroll,
.icon-vk {
    fill: initial
}

body {
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
}

.app {
    background-color: #4994cb;
    background-color: var(--windows-blue);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    background-color: var(--white);
	/* padding-bottom: 50px; */
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #4994cb;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #232629;
    color: var(--dark-grey);
    padding-left: 38px;
    margin-bottom: 14px
}

.blue-link {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #589cd8;
    color: var(--cornflower-blue);
    background-image: linear-gradient(to bottom, currentColor 50%, currentColor 50%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    position: relative;
    background-size: 3px 3px;
    display: inline;
    padding-bottom: 6px
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: rgba(35, 38, 41, .68);
}

.breadcrumbs {
    padding-top: 25px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px
}

.breadcrumbs__item,
.header {
    color: #232629;
    color: var(--dark-grey)
}

.breadcrumbs__item {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.2px;
    margin-right: 5px;
    margin-left: 5px;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs__item11::after {
    content: '/';
    margin-left: 10px;
    display: block
}

.breadcrumbs__item.active::after {
    content: ''
}

a.breadcrumbs__item:hover {
    text-decoration: none!important;
    border:none!important;
    outline: none!important;
}
a.breadcrumbs__item:active {
    text-decoration: none!important;
    border:none!important;
    outline: none!important;
}
.header {
    background-color: #fff;
    background-color: var(--white);
    position: relative;
    transition: .5s ease-in-out;
    transform: translate3d(0, 0, 0);
    z-index: 3;
    opacity: 1;
    overflow: hidden
}

.header.loading {
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow: hidden
}

.header__container,
.header__left,
.header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header__left {
    position: relative;
    margin-right: auto;
}

.header__menu {
    width: 18px;
    height: 12px;
    color: inherit;
    background-color: transparent;
    background-color: var(--transparent);
    -ms-flex-pack: center;
    justify-content: center
}

.header__logo {
    width: 142px;
    margin-left: 46px;
    padding: 25.5px 0
}

.header__logo img {
    width: 100%
}

.header-nav {
    position: relative
}

.header-nav__list {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px
}

.header-nav__link {
    letter-spacing: -.3px;
    color: inherit;
    display: block;
    border-bottom: 3px solid transparent;
    border-bottom: 3px solid var(--transparent);
    transition: .2s ease
}

.header-nav__link.active,
.header-nav__link:hover {
    color: #4994cb;
    color: var(--windows-blue);
    border-color: currentColor;
    text-decoration: none
}

.header-blue .header-nav__link.active,
.header-blue .header-nav__link:hover {
    color: #ffffff;
    color: var(--windows-white);
    border-color: currentColor;
    text-decoration: none
}

.icon-menu {
    width: 18px;
    height: 12px
}

.icon-header {
    position: absolute;
    color: var(--white);
    color: #ffffff;
    top: -1px;
    left: -10px;
    height: 100%;
    width: 857px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.header-blue {
    background: var(--windows-blue);
    background-color: #4994cb;
    color: var(--white);
    color: #ffffff;
}

.megamenu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fff;
    background-color: var(--white);
    padding: 30px 0 81px;
    display: none;
    z-index: 2
}

.megamenu__container {
    position: relative
}

.megamenu__link,
.megamenu__title {
    font-size: 15px;
    letter-spacing: -.3px
}

.megamenu__title {
    font-weight: 700;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 2.67;
    color: #232629;
    color: var(--dark-grey);
    margin-bottom: 10px
}

.megamenu__link {
    color: #4994cb;
    color: var(--windows-blue);
    margin-bottom: 20px;
    background-image: linear-gradient(to bottom, currentColor 50%, currentColor 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em;
    line-height: 2.2
}

.megamenu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.megamenu__close {
    background-color: transparent;
    background-color: var(--transparent);
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #232629;
    color: var(--dark-grey);
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 2
}

.megamenu__close svg {
    width: 14px;
    height: 14px
}

.footer {
    background-image: linear-gradient(#4994cb, #4994cb), linear-gradient(to right, #7cccc5, #589cd8);
    background-image: linear-gradient(var(--windows-blue), #4994cb), linear-gradient(to right, #7cccc5, #589cd8);
    color: #fff;
    color: var(--white);
    padding-top: 50px;
    padding-bottom: 65px
}

.footer a{
    color:#fff;
    transition: all 0.175s;
}

.footer a:hover{
    text-decoration: underline;
}


.footer-nav {
    margin-bottom: 36px
}

.footer-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-nav__link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.3px;
    color: #fff;
    color: var(--white);
    padding: 25px;
    display: block
}

.footer__copyright {
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -.2px;
    margin-bottom: 40px;
    position: relative
}

.footer__copyright::after,
.footer__copyright::before {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid var(--white);
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50vw - 162px);
    opacity: .2
}

.footer__copyright::after {
    left: 0
}

.footer__copyright::before {
    right: 0
}

.footer__info {
    text-align: center;
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: -.3px;
    margin-bottom: 50px
}

.footer__info-2,
.itc-media {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: -.2px;
    text-align: center
}

.footer__info-2 {
    margin-bottom: 6px
}

.itc-media {
    color: rgba(255, 255, 255, .42);
    color: var(--white-42)
}

.footer__top-top-container {
    position: relative
}

.footer__to-top {
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -80px;
    right: 0
}

.footer__to-top svg {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 7px;
    height: 12px;
    color: #4994cb;
    color: var(--windows-blue)
}

.m-top {
    position: relative
}

.m-top__slide {
    color: #fefefe;
    color: var(--white-two);
    overflow: hidden
}

.m-top__slide-inner {
    position: relative;
    height: 760px;
    display: -ms-flexbox;
    display: flex
}

.m-top__nav {
    position: absolute;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    bottom: 90px;
    right: 145px;
    color: #fff;
    color: var(--white)
}

.m-top__nav,
.m-top__nav-wrap {
    display: -ms-flexbox;
    display: flex
}

.m-top__nav-text {
    opacity: .68;
    font-size: 14px;
    line-height: 1.3;
    color: inherit;
    margin-left: 18px;
    max-width: 180px;
    text-transform: uppercase
}

.m-top__nav-next,
.m-top__nav-prev {
    width: 53px;
    height: 54px;
    opacity: .35;
    color: #fefefe;
    color: var(--white-two);
    background-color: transparent;
    background-color: var(--transparent);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid
}

.m-top__nav-prev {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.m-top__nav-next {
    position: relative;
    border-left: 1px solid
}

.m-top__scroll {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    color: #fff;
    color: var(--white);
    bottom: 95px;
    left: 65px
}

.m-top__img,
.m-top__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-top__img {
    transition: .2s ease;
    opacity: 1;
    overflow: hidden
}

.m-top__img img {
    object-fit: cover
}

.m-top__img img.animate {
    animation: img 10s linear infinite
}

.m-articles__item::before,
.m-top__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.m-top__img::after {
    background-color: #4994cb;
    background-color: var(--windows-blue);
    opacity: .75
}

.m-top__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.33;
    letter-spacing: -1.4px;
    padding-top: 227px;
    padding-left: 68px;
    transition: .2s ease-in-out
}

.m-top__title.loading {
    transform: translate3d(-100vw, 0, 0)
}

.m-top__text {
    font-size: 17px;
    line-height: 1.78;
    letter-spacing: -.1px;
    padding-top: 300px;
    max-width: 454px;
    padding-left: 70px;
    margin-bottom: 12px;
    transition: .2s ease-in-out
}

.m-top__text.loading {
    transform: translate3d(100vw, 0, 0)
}

.m-top__link {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -.3px;
    color: inherit;
    margin-left: 70px;
    padding-bottom: 4px;
    border-bottom: 3px solid;
    position: relative;
    transition: .2s ease-in-out
}

.m-top__link.loading {
    transform: translate3d(0, 100vw, 0)
}

.m-top__horizontal-link,
.m-top__link-icon {
    position: absolute;
    top: 6px;
    left: -19px;
    width: 11px;
    height: 11px;
    color: inherit
}

.m-top__horizontal-link {
    font-weight: 500;
    /*top:358px;*/
    font-size: 16px;
    left: 14px;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: block;
    width: 20px;
    /*height:20px;*/
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: .6px;
    text-transform: uppercase;
    top: 0;
    height: 100%;
    text-align: center
}

.m-top__container {
    position: relative
}

.icon-scroll {
    width: 26px;
    height: 40px;
    color: #fff;
    color: var(--white)
}

.m-top__scroll {
    animation: scroll 2s infinite
}

@keyframes scroll {
    0%,
    to {
        transform: translate3d(0, -5px, 0)
    }
    50% {
        transform: translate3d(0, 5px, 0)
    }
}

.loading {
    opacity: 0;
    transition: .2s ease
}

@keyframes img {
    0% {
        transform: translate3d(0, 0, 0) scale(1.2)
    }
    to {
        transform: translate3d(100px, 0, 0) scale(1.2)
    }
}

.m-articles {
    background-color: #fff;
    background-color: var(--white);
    padding-bottom: 30px;
    padding-top: 30px
}

.m-articles__item {
    margin-bottom: 20px;
    height: 490px;
    position: relative;
    transition: .2s ease-in-out
}

.m-articles__item:hover {
    /* box-shadow: 0 3px 8px var(--dark-grey); */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.m-articles__item:hover .m-articles__title::after {
    width: 150px
}

.m-articles__item::before {
    background-image: linear-gradient(to top, #000, #f2f3f6);
    opacity: .4;
    z-index: 1
}

.m-articles__item-inner {
    position: relative;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    color: var(--white);
    z-index: 2
}

.m-articles__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 22px;
    margin-bottom: 19px;
    position: relative
}

.m-articles__title::after {
    border-bottom: 3px solid;
    content: '';
    display: block;
    width: 60px;
    padding-top: 14px;
    transition: .2s ease-in-out
}

.m-articles__text {
    font-size: 15px;
    line-height: 1.6;
    margin-left: 25px;
    margin-bottom: 16px;
    max-width: 90%;
}

.m-articles__link {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: -.3px;
    color: inherit;
    margin-left: 25px;
    border-bottom: 3px solid;
    margin-bottom: 32px
}

.m-articles__item-inner::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    /*background-image: url(/bitrix/templates/wellcam/css/../img/dots.svg);*/
    background-size: 16px;
    background-repeat: repeat;
    background-position: 2px 2px
}

.m-about {
    background-color: #fff;
    background-color: var(--white);
    padding-bottom: 48px
}

.m-about__container-50,
.m-about__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-about__grid {
    padding: 17px 52px 0
}

.m-about__container-50 {
    width: 50%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.m-about-container-text {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.m-about__container-100 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.m-about__item-2 {
    width: 50%
}

.m-about__item-4 {
    width: 25%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.m-about__item-8 {
    width: 12.5%
}

.m-about__item {
    height: 0;
    position: relative;
    padding-bottom: 100%;
    transition: .2s ease
}

.m-about__item.active {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.m-about__item div,
.m-about__item img,
.m-articles__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#map,
.m-about__item-white {
    background-color: #fff;
    background-color: var(--white)
}

.m-about__item-blue {
    background-color: #4994cb;
    background-color: var(--windows-blue)
}

.m-about__item-silver {
    background-color: #e3e5e8;
    background-color: var(--silver)
}

.m-about__text p{
    font-size: 15px;
    line-height: 2;
    color: #232629;
    color: var(--dark-grey);
    max-width: 610px;
    margin-bottom: 35px
}

.m-about__link-icon {
    width: 11px;
    height: 11px;
    color: inherit;
    position: absolute;
    top: 6px;
    left: -20px
}

.m-about__text-wrap {
    padding-left: 10px;
    position: relative;
    top: -16px;
    width: 100%;
    margin-bottom: auto
}

.m-news {
    background-color: #fff;
    background-color: var(--white);
    padding-bottom: 68px
}

.m-news__item-img{
    width: 100%;
    height: 228px;
    margin-bottom: 34px;
}

.m-news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .m-news__item {
    max-width: 318px
} */

.m-news__link {

    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    max-height: 57px;
    color: #4994cb;

    margin-bottom: 20px;



    /*    color: var(--windows-blue);
    background-image: linear-gradient(to bottom, currentColor 50%, transparent 50%);
    background-image: linear-gradient(to bottom, currentColor 50%, var(--transparent) 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em;
    display: inline*/
}

.news_detail_img img{
    display: block;
    margin: 0 auto;
}

.m-news__text{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.2px;
    color: #232629;
    display: block;
    max-height: 96px;
    overflow: hidden;
}

.m-news__nav-next,
.m-news__nav-prev {
    width: 50px;
    height: 50px;
    background-color: #4994cb;
    background-color: var(--windows-blue);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0
}

.m-news__nav-next.swiper-button-disabled,
.m-news__nav-prev.swiper-button-disabled {
    background-color: var(--pale-grey)
}

.m-news__nav-icon {
    color: #fff;
    color: var(--white)
}

.m-news__nav-prev {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 70px;
    top: 30px;
}

.m-news__nav-next {
    right: 0;
    top: 30px;
}

.m-news__nav-wrap {
    position: relative;
    margin-bottom: 60px
}

.m-news__link-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.m-news__slider {
    margin-bottom: 50px !important
}

.m-news .swiper-slide {
    /*width: 318px;*/
    width: 25%;
    transition: .2s ease-in0out
}

/*.m-news.swiper-slide.swiper-slide-next ~ .swiper-slide {
    opacity: .75
}
*/

/*.m-news__text-shadow {
  text-shadow:
    -0.1px -0.1px #4994cb,
    -0.1px 0.1px #4994cb,
    0.1px -0.1px #4994cb,
    0.1px 0.1px #4994cb;
}
*/
/*.m-news__text-underline {
  background-size: 1px 1em;
  box-shadow:
    inset 0 -0.175em #4994cb,
    inset 0 -0.2em #000;
  display: inline;
}*/

.m-news__text-underline_blue span{
    box-shadow:
    inset 0 -1px #4994cb,
    inset 0 -1px #4994cb;
    transition: all 0.175s;
}

.m-news__text-underline_blue span:hover{
    box-shadow: none;
}





.a-top {
    position: relative;
    height: 454px;
    color: #fff;
    color: var(--white)
}

.a-top__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.a-top__title {
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1px;
    text-align: left;
    padding-top: 165px;
    padding-left: 46px
}

.a-top__link {
    font-weight: 500;
    color: inherit;
    position: absolute;
    top: 280px;
    font-size: 16px;
    left: 0;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: block;
    width: 20px;
    height: 20px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: .6px;
    text-transform: uppercase;
    white-space: nowrap
}

.a-body__text {
    padding-top: 24px;
    padding-bottom: 36px;
    color: #232629;
    color: var(--dark-grey)
}

.a-body__text h2,
.catalog-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.6px
}

.catalog-inner h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
}

.catalog-inner ol, ul {
    margin-left: 40px;
}

.catalog-inner ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

.catalog-inner ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.a-body__text h2 {
    margin-top: 46px;
    margin-bottom: 22px
}

.a-body__text p {
    /*max-width: 740px;*/
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.3px;
    margin-bottom: 27px
}

.a-body__text li{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.a-body__text ul,ol{
    margin-left:30px;
}

.a-body__text ol{
    list-style: decimal;
}

.a-body__text ul{
    list-style: disc;
}


.a-numbers {
    padding-bottom: 25px
}

.a-numbers__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1.2px;
    color: #4994cb;
    color: var(--windows-blue);
    margin-bottom: 28px
}

.a-numbers__text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.3px;
    color: #232629;
    color: var(--dark-grey);
    max-width: 200px
}

.a-numbers__item {
    margin-bottom: 30px
}

.a-banner {
    position: relative;
    height: 334px
}

.a-banner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.a-banner__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #fff;
    color: var(--white);
    position: relative;
    padding-top: 208px
}

.a-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    bottom: 20px;
    max-width: 180px;
    margin-left: auto;
    margin-top: 70px;
    padding-bottom: 20px
}

.a-sidebar__text-1 {
    font-size: 15px;
    line-height: 1.6;
    color: #232629;
    color: var(--dark-grey)
}

.a-sidebar__text-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #4994cb;
    color: var(--windows-blue);
    line-height: 1
}

.c-top {
    background-color: #4994cb;
    background-color: var(--windows-blue);
    padding: 125px 0 75px
}

.c-top__info,
.c-top__title {
    color: #fff;
    color: var(--white)
}

.c-top__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1px;
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 60px
}

.c-top__info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    max-width: 270px
}

.c-top__info a,
.c-top__info p {
    color: inherit
}

.icon-placemark {
    width: 14px;
    min-width: 14px;
    height: 20px
}

.icon-phone {
    width: 13px;
    min-width: 13px;
    height: 22px
}

.icon-mail {
    width: 20px;
    min-width: 20px;
    height: 16px
}

.c-form,
.c-top__icon {
    display: -ms-flexbox;
    display: flex
}

.c-top__icon {
    height: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
    width: 20px
}

.c-form {
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--white);
    padding: 30px;
    max-width: 460px;
    width: 100%
}

.c-form__input {
    border: solid 1px #bebfc2;
    color: #232629;
    color: var(--dark-grey);
    margin-bottom: 20px;
    /* line-height: 3.15; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.c-form__input,
.c-form__message,
.c-form__submit {
    max-width: 400px;
    width: 100%;
    font-size: 15px;
    letter-spacing: -.3px
}

.c-form__message {
    height: 129px;
    border: solid 1px #bebfc2;
    margin-bottom: 20px;
    resize: none;
    padding: 19px;
    line-height: 1.6;
    color: #232629;
    color: var(--dark-grey)
}

.c-form__submit {
    background-color: #4994cb;
    background-color: var(--windows-blue);
    font-weight: 700;
    text-align: center;
    color: #fff;
    color: var(--white);
    line-height: 3.35
}

#map {
    height: 750px
}

.c-top__social,
.c-top__socials {
    display: -ms-flexbox;
    display: flex
}

.c-top__socials {
    padding-top: 10px;
    padding-bottom: 20px
}

.c-top__social {
    width: 169px;
    height: 39px;
    border-radius: 4px;
    color: #fff;
    color: var(--white);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase
}

.icon-vk {
    width: 25px;
    height: 15px;
    margin-right: 14px
}

.icon-fb {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.c-top__vk {
    background-color: #32678c
}

.c-top__fb {
    background-color: #4267b2
}

.catalog {
    /*padding-top:70px;*/
    padding-bottom: 60px
}

.catalog-item {
    position: relative;
    margin-bottom: 20px;
    transition: .23s ease
}

.catalog-item:hover {
    box-shadow: 0 3px 8px var(--dark-grey);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.catalog-item::after {
    background-image: linear-gradient(to top, #000004, #fff);
    opacity: .25;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catalog-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-item__wide {
    height: 315px;
}
.news-list .catalog-item__wide {
    height: 400px;   
}

.catalog-item__tall {
    height: 650px
}

.catalog-item__tall .catalog-item__title {
    margin-bottom: 35px
}

.catalog-item__tall .catalog-item__wrap {
    left: 26px
}

.catalog-item__wrap {
    position: absolute;
    left: 37px;
    bottom: 47px;
    color: #fff;
    color: var(--white);
    z-index: 1;
    max-width: 100%;
}

.c-top__info a,
.c-top__info p,
.catalog-inner p,
.catalog-item__links a {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.3px
}

.catalog-item__links a {
    color: #fff;
    color: var(--white);
    margin-right: 25px;
    background-image: linear-gradient(to bottom, currentColor 50%, currentColor 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em
}

.catalog-item__links{
    font-size: 14px;
}

.catalog-item__title {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    color: var(--white);
    margin-bottom: 16px
}

.catalog-inner {
    color: #232629;
    color: var(--dark-grey);
    padding-top: 80px;
    padding-bottom: 92px
}

.catalog-inner h2 {
    margin-bottom: 23px
}

.catalog-inner p {
    margin-bottom: 17px;
}

.catalog-aside {
    max-width: 370px;
    margin-left: auto
}

.catalog-aside .c-form {
    border: solid 2px #bebfc2
}

.catalog-aside__logo {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 60px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px
}

#map,
.catalog-aside__logo img {
    width: 100%
}

.catalog-aside__info {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.2px;
    color: #232629;
    color: var(--dark-grey);
    margin-bottom: 115px
}

.catalog-aside__info a {
    color: #4994cb;
    color: var(--windows-blue)
}

.catalog-files {
    margin-top: 44px
}

.catalog-files__title {
    margin-bottom: 30px
}

.catalog-files__item-wrap {
    width: 48%;
    margin: 0 1% 20px 1%;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.catalog-files__item {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-files__img-wrap {
    width: 40%;
    padding: 10px;
    margin-right: 16px;
}

.catalog-files__img {
    max-width: 100%;
    transform: scale(0.4);
}

.catalog-files__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
}

.catalog-files__link,
.catalog-files__name {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.2px;
    color: #232629;
    color: var(--dark-grey)
}

.catalog-files__name {
    max-width: 100%;
}

.catalog-files__link {
    font-weight: 700;
    color: #4994cb;
    color: var(--windows-blue);
    background-image: linear-gradient(to bottom, currentColor 50%, currentColor 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em;
    line-height: 1.2
}



@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media only screen and (min-width: 992px) {
    .header-nav__item {
        padding: 0 3px
    }

    .header-nav__link {
        font-size: 14px;
        padding: 36.5px 4px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media only screen and (min-width: 1200px) {
    .header-nav__item {
        padding: 0 12px
    }

    .header-nav__link {
        font-size: 15px;
        padding: 36.5px 4px
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1350px
    }
}

@media (max-width: 1170px) {
    .catalog-files__item-wrap {
        width: 50%
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important
    }
}

@media (max-width: 992px) {
    .header__left {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer-nav,
    .header-nav {
        display: none
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 22px
    }

    .megamenu__close {
        right: 0
    }

    .m-top__slide-inner {
        height: initial;
        padding: 20px 0 110px
    }

    .m-top__nav {
        position: relative;
        z-index: 2;
        right: 0
    }

    .m-top__nav-text,
    .m-top__scroll {
        display: none
    }

    .m-top__text,
    .m-top__title {
        padding-left: 0;
        padding-top: 0
    }

    .m-top__title {
        font-size: 28px;
        padding-bottom: 20px
    }

    .m-top__link.loading,
    .m-top__text.loading,
    .m-top__title.loading {
        -ms-transform: initial;
        transform: initial
    }

    .m-top__text {
        box-sizing: border-box;
        letter-spacing: 0
    }

    .m-top__link {
        margin-left: 20px
    }

    .m-top__horizontal-link {
        display: none
    }

    .loading {
        opacity: 1;
        -ms-transform: initial;
        transform: initial
    }

    .m-about__grid {
        padding: 17px 20px 0
    }

    .m-about__container-50,
    .m-about__item-2 {
        width: 100%
    }

    .m-about__item-4 {
        width: 50%
    }

    .a-top__title {
        font-size: 28px
    }

    .a-banner__title {
        padding-top: 120px;
        font-size: 28px
    }

    .a-sidebar {
        margin-top: 0;
        margin-right: auto
    }

    .c-top {
        padding-top: 20px
    }

    .c-top__title {
        padding-top: 0;
        padding-bottom: 20px
    }

    .catalog-aside__info {
        margin-bottom: 20px
    }

    .catalog-files__item-wrap {
        width: 100%
    }
}

/*# sourceMappingURL=app.css.map */

.certificates__wrapper {
    display: flex;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    flex-direction: column;
}

.certificates__item {
    width: 23%;
    margin: 0 1% 20px 1%;
}

.certificates__item img {
    max-width: 100%;
}

.certificates__inner {
    display: flex;
    margin: 20px 0;
    /*align-items: center;*/
    flex-wrap: wrap;
    /*justify-content: center;*/
    min-height: 100%;

}
.certificates__item{
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3); 
}
.certificates__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 20px;
	text-align: left;
}
@media (max-width: 576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.title_section {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #232629;
    color: var(--dark-grey);
    margin-bottom: 14px;
}

.readmore {
    border-bottom: 1px dotted;
    display: inline-block;
    margin-top: 10px;
}

.news-list .catalog-item__wide:after {
	background: #000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;		
}
.news-list .catalog-item__wrap {
    position: absolute;
    left: 37px;
    bottom: 47px;
    color: #fff;
    color: var(--white);
    z-index: 2;
    width: 90%;
}

.about__table-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.about__table-item{
    width: 25%;
}

.about__table-row{
    padding: 5px;
}

.about__table{
    margin-bottom: 20px;
}


@media (min-width: 768px) and (max-width: 1023px){
    .m-top__text{
        padding-top: 250px;
        padding-left: 0;
        font-size: 15px;
    }

    .m-top__title{
        font-size: 40px;
    }
}



@media (min-width: 1024px) and (max-width: 1200px){
    .m-top__text{
       font-size: 15px;
    }
    .m-top__title{
        font-size: 60px;
    }    
}

@media (max-width: 1024px){
    .m-news .swiper-slide{
        width: 50%;
    }

    .about__table-wrap{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__table-item{
        width: 50%;
    }

    .about__table-row{
        min-height: 52px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }   
}

@media (max-width: 759px) {

    .m-top__slide{
        min-height: 500px;
    }


}

@media (max-width: 480px){
    .m-news .swiper-slide{
        width: 100%;
    }
}


@media (min-width: 320px) and (max-width: 768px){
    .m-about .m-about__grid .m-about__container-50 .m-about__item-4,
    .m-about .m-about__grid .m-about__container-50 .m-about__item-2{
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    .m-about-hide-1024{
        display: none;
    }
}




.block-soc {
    margin-top: 25px
}



.block-soc__item {
    display: inline-block;
    margin-left: 25px;
}

.block-soc__item img{
    width: 32px;
    height: 32px;
}
/* End */


/* Start:/bitrix/templates/wellcam/components/bitrix/menu/top_menu/style.min.css?1534319330490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/wellcam/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/wellcam/components/bitrix/menu/footer_menu/style.min.css?1534319330490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/wellcam/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/wellcam/styles.css?16733412072938*/
.news-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;	
}
.news-wrapper .m-news__item{
	margin-left: 10px;
}
.bx-pagination-container{
	display: flex;
    justify-content: center;	
}
.news-detail img{
	max-width: 50%;
	height: auto;
}
.catalog-item a:hover{
	text-decoration: none;
}
.catalog-item__links__wrap{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}
a.breadcrumbs__item:hover{
	text-decoration: none;
}
.catalog-items_list-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.img_wrapper .m-news__img{
    /*width: auto !important;
    height: 200px !important;*/
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.catalog-items_list-wrapper .m-news__item {
    max-width: 318px;
    margin: 15px 5px;
    height: 370px;
    text-align: center;
}
.buffer{
	flex-grow:1;
}
.c-form__input.error{
	border-color: red;
}

.news-detail__img-inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-detail__img-wrap{
    width: 23%;
    box-sizing: border-box;
    margin: 20px 1%;
}

.news-detail__img-wrap img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail img{
    max-width: 100%;
}
.news_detail_text{
    margin-top:25px;
}

.news_detail_text .catalog-inner{
    padding-top: 0;
    padding-bottom: 0;
}


a.breadcrumbs__item{
    color: #4994cb;
    color: var(--windows-blue);
    background-image: linear-gradient(to bottom,currentColor 50%,currentColor 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.4em;
}
.img_wrapper{
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 60px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    height: 300px;
}
.news_item{
    margin-bottom: 30px;
}
a{
    transition: all .5s ease-in-out;
}
a.:hover, a:focus{
    color: #4994cb;
    color: var(--windows-blue);
    text-decoration: inherit !important;
}
a.megamenu__link:hover, a.m-news__link:hover, .blue-link:hover, a.breadcrumbs__item:hover{
    background-size: 0;
    color: #4994cb !important;
    color: var(--windows-blue) !important;
    text-decoration: inherit !important;
}
.m-top__link:hover, .m-articles__link:hover{
    color: inherit !important;
    text-decoration: none !important;
    border-color: transparent;
}
.footer-nav__link:hover{
    color: inherit !important;    
}
.catalog-item__links a:hover{
    color: #fff;
    background-size: 0;
}
.date {
	float:right;
}
/* End */


/* Start:/bitrix/templates/wellcam/template_styles.css?1673341207581*/
@-moz-document url-prefix() {
 #flexible-content{
      flex: 1;
    }
}


@media (max-width: 576px) {
    .m-articles__title,.catalog-item__title {
        font-size: 20px;
    }
    .row {
        margin-left: 0;
    }
    .col-md-3 .catalog-item {
        height: 300px
    }
    .breadcrumbs__item {
        font-size: 12px;
    }
    .catalog-inner {
        padding-top: 0px;
    }
    .catalog-inner img {
        width: 100%;
    }
.catalog-inner .block-soc__item img {
            width: 32px;
    }
.title_section {
    font-size: 30px;
}

}
.megamenu {
    z-index: 9;
}
/* End */
/* /bitrix/templates/wellcam/css/app.css?153432713083684 */
/* /bitrix/templates/wellcam/components/bitrix/menu/top_menu/style.min.css?1534319330490 */
/* /bitrix/templates/wellcam/components/bitrix/menu/footer_menu/style.min.css?1534319330490 */
/* /bitrix/templates/wellcam/styles.css?16733412072938 */
/* /bitrix/templates/wellcam/template_styles.css?1673341207581 */
