/* Html 5 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary, div {
    display: block;
    font-weight:normal;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* H1 - H6 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    display: block;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    text-align: left;
    margin: 20px 0;
    padding: 0;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    font-size: 70%;
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.1;
}

h2, .h2 {
    font-size: 26px;
    padding-bottom: 0.5em;
}

h3, .h3 {font-size: 22px;}

h4, .h4 {
    font-size: 18px;
    font-weight:normal;
}

h5, .h5 {
    font-size: 16px;
    font-weight:normal;
    color:#000;
}

h6, .h6 {
    font-size: 15px;
    font-style:italic;
    font-weight:normal;
}

/* Links */

a {
    color: #337ab7;
    background-color: transparent;
    text-decoration: none;
}

a:focus {outline: none;}
a:active, a:hover {outline: none;}

a:focus, a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* Text style */

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

ins {
    color: red;
    text-decoration:none;
}

p {
    padding: 0;
    margin: 1em 0;
}

pre {margin: 1em 0;}

blockquote {
    padding: 0.5em 1em;
    margin: 1em 0 1em 0;
    font-size: 1.2em;
    border-left: 5px solid #ccc;
    background: #F9F9F9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote p {
    margin: 0.5em 0;
}

.author {
    text-align: right;
    font-style: italic;
}

.ps {
    text-align:right;
    font-style:italic;
    font-size:14px;
}


dfn {
    font-style: italic;
    border-bottom: 1px dashed #000;
}

hr {
    height: 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

samp {
    display: block;
    margin: 1em 0;
    padding: 1em;
    background: #cfcfcf;
}

.pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* Main */

*,
*::before,
*::after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

html {
    margin: 0;
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    padding: 0;
    font: 100%/1.5 Manrope, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

body.main-page {
    background: #0a2c60;
}

.hidden-wrap {
    overflow: hidden;
}

.nx {
    font-family: nx;
    color: inherit;
    font-weight: normal;
}

.row {
    width: 100%;
    margin-bottom: 10px;
}

main {
    min-height: calc(100vh - 775px);
}


.video-element {
    position: relative;
}

.video-element:before {
    content: '';
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    margin-left: -54px;
    margin-top: -54px;
    background: url(../img/theme/video-btn_v2.png) 0 0 no-repeat;
    opacity: 1;
}

.video-element:hover:before {
    opacity: 0.7;
}

.container {
    display: block;
    max-width: 1620px;
    padding: 0 15px;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

/*.hidden_block {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    z-index: 99;
}*/

#header {
    display: block;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    top: 0;
    background: rgba(10, 44, 96, 0.5);
    -webkit-border-radius: 0 0 0 60px;
    -moz-border-radius: 0 0 0 60px;
    border-radius: 0 0 0 60px;
    color: #fff;
    z-index: 99;
}
/*.hidden_block:hover #header {
    display: block;
}*/

#header .header-logo {
    display: block;
    width: 230px;
    height: 145px;
    background: url(../img/header-logo_v2.svg) no-repeat center center;
    background-size: 100%;
    text-indent: -9999em;
}

#header .header-menu__wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .menu-items__wrapper {
    height: 60px;
}

#header .menu-items__wrapper li {
    position: relative;
    padding: 0 25px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    cursor: pointer;
}

#header .menu-items__wrapper li a {
    font-family: 'Manrope', Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

#header .menu-items__wrapper li:not(.menu-item-has-children) a:hover {
    border-color: #d80105;
}

#header .menu-items__wrapper li ul li a {
    border: none;
}

#header .menu-items__wrapper li.menu-item-has-children {
    position: relative;
}

#header .menu-items__wrapper li.menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 5px;
    margin-left: 5px;
    margin-bottom: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .menu-items__wrapper ul.sub-menu {
    display: none;
}

#header .menu-items__wrapper li:hover ul.sub-menu {
    display: block;
    width: 210px;
    height: auto;
    padding: 0 0 10px;
    position: absolute;
    top: 60px;
    left: 5px;
    right: 0;
    background: #fff;
    border-top: 4px solid #d80105;
    -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    z-index: 500;
    font-size: 15px;
}

#header .menu-items__wrapper li.menu-item-has-children:hover:after {
    top: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

#header .menu-items__wrapper ul.sub-menu li {
    width: 100%;
    padding: 10px 30px 10px 20px;
}

#header .menu-items__wrapper ul.sub-menu li:first-of-type {
    border-top: none;
}

#header .menu-items__wrapper ul.sub-menu li {
    border-top: 1px solid rgba(217, 217, 217, .6);
}

#header .menu-items__wrapper ul.sub-menu li a {
    padding: 0;
    color: #0a2c60;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
}

#header .menu-items__wrapper ul.sub-menu li:hover a {
    color: #d80105;
}

#header .header-contact__wrapper .to-social-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .header-contact__wrapper a {
    text-decoration: none;
    margin-right: 10px;
}

#header .header-contact__wrapper a.nx-tel {
    margin-right: 15px;
}

#header .header-social__icon a:last-of-type {
    margin-right: 0;
}

#header .header-phone {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: inherit;
    border-bottom: 2px solid transparent;
}

#header .header-phone:hover {
    border-color: #d80105;
    line-height: 1.5;
}

#header .header-social__icon.whatsapp {
    font-size: 21px;
}

#header .header-social__icon.viber {
    font-size: 19px;
}

#header .header-social__icon.telegram {
    font-size: 23px;
}

#header .header-social__icon.vkontakte {
    font-size: 15px;
}

#header .header-social__icon.max {
    font-size: 17px;
}

#header .header-social__icon.dzen {
    font-size: 21px;
}

#header .header-social__icon:hover {
    color: #d80105;
}
/**/
.mail-form-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mail-form-block label {
    text-transform: uppercase;
    background-color: #d80105;
    color: #fff;
    margin: 0;
    padding: 10px;
    width: 15%;
    border: 1px solid #d80105;
    font-size: 13px;
    text-align: center;
}
.mail-form-block input[type="text"] {
    background: #fff;
    outline: 0;
    width: 90%;
    padding: .5rem 1rem;
    border: 1px solid #999;
    border-left: 0;
    color: #333;
    font-size: 13px;
}
.mail-file-block, .mail-form-block {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.mail-form-block .select-category.select--right {
    background-position: right 13px center;
    padding-right: 30px;
}
.mail-form-block .select-category {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    background-color: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    border: 1px solid #d80105;
    color: #32353a;
    font-weight: 400;
    padding: 7px 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 1.4;
    vertical-align: top;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    cursor: pointer;
}
.mail-form-block textarea {
    background: #fff;
    outline: 0;
    width: 100%;
    padding: 1rem;
    color: #333;
    resize: none;
    border: 1px solid #999;
}
.mail-file-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    height: 40px;
    border: 1px solid #999;
    margin: 30px 0;
    cursor: pointer;
}
.mail-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    opacity: 0;
}
.mail-file-upload .button, .mail-file-upload > mark {
    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;
    cursor: pointer;
}
.mail-file-upload .button {
    text-transform: uppercase;
    width: 20%;
    height: 100%;
    background-color: #d80105;
    color: #fff;
    margin: 0;
    padding: .3rem 1rem;
    font-size: .8rem;
}
.mail-file-upload > mark {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    line-height: 44px;
    padding: 0 15px;
}
.mail-button-block button, .mail-rest-block button {
    width: 100%;
    margin-top: 15px;
    background-color: #d80105;
    color: #fff;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
/**/
.breadcrumbs {
    margin: 20px 0;
}

.breadcrumbs span,
.breadcrumbs a {
    font-weight: 500;
    line-height: normal;
    font-size: 15px;
}

.breadcrumbs a {
    color: #0a2c60;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #d80105;
}

/* Main slide with slogan */
.child-page .slide-block__wrapper {
    background: #fff;
}

.slide-block__wrapper {
    width: 100%;
    position: relative;
    background: #0a2c60;
}

.slide-block__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 0 0 0 600px;
    -moz-border-radius: 0 0 0 600px;
    border-radius: 0 0 0 600px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.slide-block__wrapper .slogan-block__wrapper {
    position: absolute;
    top: 33%;
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
	/*right: -320px*/
    right: -50px;
}

.slide-block__wrapper h1 {
    font-family: 'Roboto Condensed Bold', Arial;
    font-style: normal;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    line-height: 86px;
    font-weight: 700;
    text-align: right;
}

.slide-block__wrapper h1 span {
    display: block;
}

.slide-block__wrapper .first-sentence {
    font-size: 100px;
    margin-bottom: 65px;
}

.slide-block__wrapper .second-sentence {
    font-size: 75px;
}

.article-content__wrapper {
    width: 100%;
    margin-bottom: 70px;
}

.article-content__wrapper p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.with-photo .article-content__wrapper {
    min-height: 400px;
}

.article-content__wrapper a {
    text-decoration: none;
}

.img-detail {
    float: right;
    width: 470px;
    height: 400px;
    overflow: hidden;
    margin: 0 0 30px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.img-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-title {
    width: 100%;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

#footer {
    position: relative;
    width: 100%;
    min-height: 700px;
    color: #444;
    background: #0a2c60;
}

.child-page #footer {
    /*background: #fff;*/
    min-height: 500px;
    border-top: 2px solid #0a2c60;
}

.child-page #footer .container {
    padding-top: 70px;
}
.child-page #footer:after,
.main-page #footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 0 600px 0 0;
    -moz-border-radius: 0 600px 0 0;
    border-radius: 0 600px 0 0;
    z-index: 7;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #444;
}

#footer a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

#footer a.nx {
    font-family: nx;
    font-weight: normal;
}

#footer h3 {
    width: 100%;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    overflow: hidden;
}

#footer .container {
    position: relative;
    padding-top: 170px;
    padding-bottom: 10px;
    z-index: 8;
}

#footer .footer-menu__wrapper {
    width: 70%;
}

#footer .page-menu__wrapper {
    width: 40%;
}

/*#footer .menu-item h3:last-child {
    margin-top: 0;
}*/

#footer .menu-item__links a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    border-bottom: 2px solid transparent;
}

#footer .menu-item__links a:hover {
    border-color: #d80105;
}

#footer .catalog_menu__wrapper {
    width: 40%;
}

#footer .catalog_menu__wrapper h3 {
    position: relative;
}

#footer .catalog_menu__wrapper h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 63%;
    right: -85px;
    z-index: 5;
    height: 1px;
    width: 100%;
    background: rgba(217, 217, 217, 0.6);
}

#footer .footer-contact__wrapper {
    width: 19%;
}

#footer .footer-copyright__wrapper {
    width: 100%;
    margin-top: 65px;
}

#footer .footer-contact__mail,
#footer .footer-social__wrapper,
#footer .footer-conacts__address {
    position: relative;
    padding-left: 30px;
}

#footer .footer-contact__mail:before,
#footer .footer-social__wrapper:before,
#footer .footer-conacts__address:before {
    content: 'L';
    position: absolute;
    top: 1px;
    left: 0;
    font-family: nx;
    font-size: 20px;
    font-weight: normal;
    color: #d80105;
    line-height: normal;
}

#footer .footer-contact__mail:before {
    content: 'M';
    top: 0;
    font-size: 17px;
}

#footer .footer-social__wrapper:before {
    content: 'l';
    top: 3px;
    left: 0;
}

#footer .footer-logo {
    display: block;
    width: 175px;
    height: 110px;
    margin-bottom: 10px;
    background: url(../img/footer-logo_v2.svg) no-repeat center center;
    background-size: 100%;
    text-indent: -9999em;
}

#footer .footer-social__icon {
    margin-left: 10px;
    text-decoration: none;
    color: #d80105;
}

#footer .footer-social__icon.whatsapp {
    font-size: 21px;
}

#footer .footer-social__icon.max {
    font-size: 17px;
}

#footer .footer-social__icon.viber {
    font-size: 20px;
}

#footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
}

/* slider */
/*.previous, .next {
    align-self: center;
    cursor: pointer;
    transition: 0.5s;
}

.arrow_mobile {
    display: none;
}

.previous:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
}*/
/**/

#indicators-block {
    position: relative;
    padding: 15px 0 110px;
    width: 100%;
    background: #0a2c60;
    color: #fff;
}

#indicators-block:before {
    content: '';
    position: absolute;
    left: 20%;
    top: 43%;
    -webkit-transform: translateY(43%);
    -ms-transform: translateY(43%);
    transform: translateY(43%);
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 8;
}

#indicators-block .slider-block {
    width: 100%;
}

#indicators-block .indicator-item__wrapper {
    padding: 40px 25px;
    position: relative;
    background: #204884;
    width: calc(100% / 4 - 65px);
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    -webkit-border-radius: 40px 40px 0 40px;
    -moz-border-radius: 40px 40px 0 40px;
    border-radius: 40px 40px 0 40px;
    color: #fff;
    z-index: 8;
}

#indicators-block .indicator-item__wrapper:nth-of-type(odd) {
    margin-top: 20px;
}

#indicators-block .indicator-item__wrapper:nth-of-type(even) {
    margin-bottom: 20px;
}

#indicators-block .item-image__wrapper {
    margin-bottom: 30px;
}

#indicators-block .item-image__wrapper img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center center;
}

#indicators-block .item-value__wrapper {
    font-weight: 300;
    font-size: 13px;
    line-height: normal;
    text-align: center;
}

#indicators-block .item-value__wrapper i {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.01em;
}

#indicators-block .item-value__label {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
}

#about-block {
    width: 100%;
    background: #0a2c60;
    color: #fff;
    padding-bottom: 20px;
}

#about-block .about-block__wrapper {
    position: relative;
    min-height: 500px;
}

#about-block .about-block__wrapper h2 {
    padding-bottom: 60px;
}

#about-block .about-company__wrapper {
    width: 32%;
    border-top: 10px solid #d80105;
}

#about-block .about-company__wrapper p {
    margin: 30px 0 0;
}

#about-block .about-block__wrapper:before {
    position: absolute;
    width: 470px;
    height: 100%;
    content: '';
    top: -55px;
    left: 0;
    background: url(../img/theme/about-block.svg) no-repeat center center;
    opacity: 0.05;
}

#about-block .video-block__wrapper {
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    z-index: 8;
}

#about-block .video-block__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-filter: drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.25));
    -webkit-border-radius: 0 0 0 60px;
    -moz-border-radius: 0 0 0 60px;
    border-radius: 60px 60px 0 60px;
}

#partners-block,
#partners-office {
    width: 100%;
    background: #0a2c60;
    color: #fff;
    padding: 40px 0 0;
}

#partners-office svg {
    width: 100%;
}

#partners-office .cls-1,
#partners-office .cls-3,
#partners-office .cls-4 {
    fill: #204884;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#partners-office .cls-1 {
    stroke-width: 0.68px;
}

#partners-office .cls-2 {
    opacity: 0.3;
}

#partners-office .cls-3 {
    stroke-width: 0.5px;
}

#partners-office .cls-4 {
    stroke-width: 1.05px;
}

#partners-office .cls-5 {
    isolation: isolate;
    fill: #fff;
}

#about-block h2,
#partners-block h2,
#partners-office h2,
#activity-block h2,
#news-block h2,
#catalog-block .block-title {
    margin: 0;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#about-block .about-company__wrapper,
#about-block h2 {
    margin-left: 18%;
}

#partners-block h2,
#partners-office h2 {
    padding-bottom: 0;
}

#partners-block .partners-wrapper,
#partners-office .partners-wrapper {
    position: relative;
    width: 100%;
    padding: 10px 0 50px;
}

#partners-office .partners-wrapper .office_name {
    font-size: 12px;
    font-family: Manrope, Arial, Helvetica, sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#partners-office .partners-wrapper .office_title:hover text {
    fill: #d80105;
}

#partners-office .partners-wrapper .office_title path {
    stroke: #d80105;
}

#partners-office .partners-wrapper .item {
    display: none;
    transition: .5s;
    width: max-content;
    height: auto;
    position: absolute;
    left: 0;
    top: -125px;
    background: #fff;
    color: #0a2c60;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 20px;
    z-index: 999;
    font-size: 14px;
}

#partners-office .partners-wrapper .sity_hover-crimea {
    left: 1%;
    top: 51.5%;
}

#partners-office .partners-wrapper .sity_hover-moscow {
    left: 13%;
    top: 42%;
}

#partners-office .partners-wrapper .office-title {
    width: 100%;
}

#partners-office .partners-wrapper .item-office,
#partners-office .partners-wrapper .item-office {
    position: absolute;
    z-index: 9999;
}

#partners-office .partners-wrapper .item-office p {
    margin: 0 0 5px;
}

#partners-office .partners-wrapper .item-office p:last-of-type {
    margin: 0;
}

#partners-block .partners-block__items {
    width: 100%;
    padding-top: 60px;
}

#partners-block .partner-item__wrapper {
    width: calc(100% / 5 - 100px);
}

#partners-block .partner-item__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#partners-block .partner-item__wrapper:hover img {
    opacity: 1;
}

#activity-block {
    position: relative;
    width: 100%;
    padding: 115px 0 20px;
    background: #0a2c60;
}

#activity-block .container {
    z-index: 8;
}

#activity-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 0 600px 0 0;
    -moz-border-radius: 0 600px 0 0;
    border-radius: 0 600px 0 0;
    z-index: 7;
}

#activity-block h2 {
    color: #0a2c60;
    padding: 0;
}

#activity-block .activity-items__wrapper {
    padding: 60px 0 0;
    z-index: 9;
    position: relative;
    margin-left: 8.25vw;
}

#activity-block .activity-item {
    position: relative;
    width: calc(100% / 4);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#activity-block .activity-item__label {
    position: absolute;
    top: 40px;
    left: 35px;
    padding-right: 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
}

#activity-block .activity-item img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
}

#activity-block .activity-item:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

#activity-block .activity-item:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.65), rgba(51, 51, 51, 0.65));
    z-index: 8;
}

/*#news-block:after,*/
.bank-image__wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 0 600px 0 0;
    -moz-border-radius: 0 600px 0 0;
    border-radius: 0 600px 0 0;
}

.bank-image__wrapper {
    position: relative;
    background: #0a2c60;
    width: 100%;
    padding-top: 40px;
    z-index: 1;
    color: #fff;
}

.bank-image__wrapper .image-block {
    width: 100%;
    height: 600px;
    background: linear-gradient(84.15deg, rgba(0, 0, 0, 0.5) 0%, rgba(14, 29, 37, 0.5) 34.53%, rgba(53, 83, 90, 0) 95.62%), url(../img/theme/bank-image.jpg) 100% 50% no-repeat;
    background-size: cover;
    position: relative;
    -webkit-border-radius: 40px 40px 0 40px;
    -moz-border-radius: 40px 40px 0 40px;
    border-radius: 40px 40px 0 40px;
}

.bank-image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bank-image__wrapper .bank-content__wrapper {
    width: 720px;
    position: absolute;
    margin: 0 0 0 10%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bank-image__wrapper .bank-content__wrapper:before {
    display: block;
    width: 310px;
    height: 33px;
    content: '';
    position: absolute;
    background: url(../img/theme/bank-logo.svg) no-repeat;
    top: -60px;
    left: 0;
}

.bank-image__wrapper .slider-title,
.bank-image__wrapper p {
    width: 100%;
}

.bank-image__wrapper .slider-title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bank-image__wrapper .slider-desc {
    margin-bottom: 20px;
}

.btn {
    display: block;
    padding: 15px 25px;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.btn.btn-blue {
    color: #fff;
    background-color: #204b99;
}

.btn.btn-blue:hover {
    background-color: #d80105;
}

.bank-image__wrapper .slider-info {
    font-size: 13px;
    margin-top: 100px;
}

#news-block {
    position: relative;
    width: 100%;
    background: #0a2c60;
    padding: 30px 0;
}

#news-block:before {
    content: '';
    position: absolute;
    /*top: -180px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#news-block .container {
    z-index: 8;
}

#news-block:before {
    -webkit-border-radius: 0 0 0 600px;
    -moz-border-radius: 0 0 0 600px;
    border-radius: 0 0 0 600px;
}

#news-block h2 {
    width: 100%;
    color: #0a2c60;
    padding: 0;
}

#news-block .news-title__wrapper {
    position: relative;
    width: 100%;
}

#news-block h2 {
    width: 100%;
}

#news-block .all-news__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #d80105;
    z-index: 7;
}

#news-block .all-news__link:before {
    display: block;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 57px;
    height: 1px;
    background: #d80105;
    z-index: 7;
}

#news-block .all-news__link:after {
    margin-left: 5px;
    content: 'T';
    font-family: nx;
    color: inherit;
    font-weight: normal;
    font-size: 21px;
}

#news-block .news-items__wrapper {
    width: 100%;
    margin: 35px 0 0;
}

.news-items__wrapper .item-big {
    position: relative;
    width: 31%;
    margin: 0 0 95px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-items__wrapper .image-container {
    width: 100%;
    max-height: 520px;
}

.news-items__wrapper .item-big .content-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 70%;
    min-height: 300px;
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 6;
}

.news-items__wrapper .image-container img {
    object-fit: cover;
    object-position: center center;
}

.news-items__wrapper .item-small {
    width: 22%;
}

.news-items__wrapper .item-container {
    position: relative;
    width: 100%;
    padding: 35px 29px 25px 29px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.25);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.25);
    border-radius: 40px 40px 0 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-items__wrapper .item-container .date {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #989898;
}

.news-items__wrapper .item-content .title {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #3e3d40;
    margin-bottom: 10px;
}

.news-items__wrapper .item-content .category {
    width: 100%;
    margin-bottom: 10px;
}

.news-items__wrapper .item-content .category a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #0a2c60;
    text-decoration: none;
}

.news-items__wrapper .item-content .excerpt {
    width: 100%;
    padding-bottom: 90px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #3e3d40;
}

.news-items__wrapper .item-big .item-content .excerpt {
    padding-bottom: 35px;
}

.news-items__wrapper .detail-link {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: -30px;
    z-index: 6;
}

.news-items__wrapper .detail-link a {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: #d80105;
}

.news-items__wrapper .detail-link a:before {
    display: block;
    content: '';
    position: absolute;
    width: 57px;
    height: 1px;
    background: #d80105;
    top: 50%;
    left: -75px;
    z-index: 6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-items__wrapper .item-big:hover {
    transform: translateY(-35px);
}

.news-items__wrapper .item-big:hover .detail-link a:before,
.news-items__wrapper .item-content .detail-link a:hover:before {
    left: -100px;
}

#catalog-block {
    width: 100%;
    min-height: 1100px;
    position: relative;
    background: #0a2c60;
    padding: 40px 0 30px;
}

#catalog-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a2c60;
}

#catalog-block.simple {
    padding: 0 0 15px;
    min-height: unset;
}

#catalog-block.inverse {
    background: #fff;
}

#catalog-block.simple:before {
    display: none;
}

#catalog-block .container {
    z-index: 8;
}

#catalog-block:before {
    -webkit-border-radius: 0 0 0 600px;
    -moz-border-radius: 0 0 0 600px;
    border-radius: 0 0 0 600px;
}

#catalog-block .block-title {
    padding: 0;
    position: relative;
    width: 100%;
    color: #fff;
}

#catalog-block .block-title:after {
    content: '';
    position: absolute;
    left: 20%;
    top: 50%;
    width: 45%;
    height: 106px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-bottom: none;
    -webkit-border-radius: 0 600px 0 0;
    -moz-border-radius: 0 600px 0 0;
    border-radius: 0 600px 0 0;
    z-index: 5;
}

#catalog-block.simple .block-title:after {
    display: none;
}

#catalog-block .catalog-items__wrapper {
    padding: 70px 0 0;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack:stretch;
    align-content:stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#catalog-block.simple .catalog-items__wrapper {
    padding: 15px 0 0;
}

#catalog-block .catalog-item {
    width: 17%;
    padding: 35px 20px 20px 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #204884;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    text-decoration: none;
    -webkit-border-radius: 40px 40px 0 40px;
    -moz-border-radius: 40px 40px 0 40px;
    border-radius: 40px 40px 0 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#catalog-block.inverse .catalog-item {
    background: #fff;
    border: 1px solid #0a2c60;
}

#catalog-block .catalog-item:last-of-type {
    position: relative;
    margin-right: 0;
}

#catalog-block .catalog-item:last-of-type:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -103px;
    width: 300vw;
    height: 102px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-right: none;
    -webkit-border-radius: 0 0 0 600px;
    -moz-border-radius: 0 0 0 600px;
    border-radius: 0 0 0 600px;
}

#catalog-block.simple .catalog-item:last-of-type:after {
    display: none;
}

#catalog-block .item-image__wrapper {
    min-height: 90px;
    margin-bottom: 15px;
}

#catalog-block .item-image__wrapper img {
    object-fit: cover;
    object-position: center center;
}

#catalog-block .item-name {
    width: 100%;
    margin: 0 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: normal;
    text-align: center;
    color: #fff;
}

#catalog-block.inverse .item-name {
    color: #0a2c60;
}

#catalog-block .catalog-item:hover {
    background: #d80105;
    /*border-color: #0a2c60;*/
}

#catalog-block .catalog-item:hover .item-name {
    color: #fff;
}

#catalog-block .catalog-item:hover svg g,
#catalog-block .catalog-item:hover svg path {
    fill: #fff;
}

#catalog-block.inverse .catalog-item object/*,
#catalog-block .catalog-item:hover object*/ {
    -webkit-filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
    filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}

#catalog-block.inverse .catalog-item:hover {
    background: #0a2c60;
}

#catalog-block.inverse .catalog-item:hover .item-name {
    color: #fff;
}

#catalog-block.inverse .catalog-item:hover object {
    -webkit-filter: none;
    filter: none;
}

#items-block {
    width: 100%;
}

#items-block .news-items__wrapper {
    margin: 0 -15px 70px;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#items-block .news-items__wrapper .item-small {
    width: calc(100% / 4 - 30px);
    margin: 0 15px 20px;
}

#items-block .news-items__wrapper .item-content .excerpt {
    padding-bottom: 60px;
}

.navigation {
    margin-bottom: 20px;
}

.navigation a,
.navigation span {
    display: block;
    float: left;
    color: #444;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1.75;
    margin: 0 5px;
    border: 1px solid rgba(217, 217, 217, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.navigation a:hover,
.navigation span:hover,
.navigation .current {
    background-color: #0a2c60;
    color: #fff;
    border-color: #0a2c60;
}

.not-found__wrapper {
    width: 100%;
}

.not-found__wrapper h4 {
    font-size: 16px;
}

.contact-office {
    cursor: pointer;
}

#contact-page {
    width: 100%;
}

.contact-content__wrapper {
    width: 50%;
}

.contact-content__wrapper p {
    margin: 0 0 10px;
}

.maps-wrapper {
    width: 40%;
}

.contact-map__wrapper {
    width: 100%;
    -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.25);
    height: 400px;
    margin-bottom: 30px;
}

.contact-map__wrapper:last-of-type {
    margin-bottom: 0;
}

.section-wrapper {
    list-style: none;
    padding: 0;
    font-weight: 500;
    margin: 0 -15px 10px;
}

.section-wrapper .section-item {
    width: calc(100% / 4 - 30px);
    display: inline-block;
    position: relative;
    margin: 0 15px 30px;
    overflow: hidden;
    height: auto;
}

.section-wrapper .section-item .section-item__link {
    position: relative;
    display: block;
}

.section-wrapper .section-item .section-item__link:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
}

.section-wrapper .section-item:hover .section-item__link:before {
    opacity: 1;
}

.section-wrapper .section-item:hover .section-item__title {
    color: #fff;
}

.section-wrapper .section-item .section-item__img img {
    display: block;
    width: 100%;
}

.section-item__img.no-img {
    padding-top: 100%;
}

.section-wrapper .section-item .section-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    padding: 5px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.section-wrapper .section-item .childs-list {
    list-style: none;
    width: 100%;
    padding: 10px 0 30px 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-wrapper .section-item:hover .childs-list {
    display: block;
}

.section-wrapper .section-item .childs-list .child-list__item {
    width: 100%;
}

.section-wrapper .section-item .childs-list .child-list__item:hover a {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.section-wrapper .section-item .childs-list .child-list__item a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 5px 20px;
    line-height: 120%;
}

.up-btn {
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 3rem;
    right: 2%;
    z-index: 1000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.up-btn span {
    cursor: pointer;
    font-style: normal;
    font-size: 25px;
    color: #0a2c60;
}
.up-btn:hover span {
    color: #d80105;
}

.block-cookie.active {
    display: block;
}

.block-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 20px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff;
    z-index: 1000;
    color: #0a2c60;
}

.block-cookie .btn {
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 14px;
}

.block-cookie a {
    color: #0a2c60;
}

.block-cookie a:hover {
    color: #d80105;
}

.block-cookie .text-cookie {
    width: 100%;
    margin-bottom: 10px;
}

/*------------ MOBILE STICKY PANEL ------------*/

#NXAdaptiveNavigation {
    width: 100%;
    min-width: 320px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 970;
    background: #fff;
    color: #444;
    border:none;
    -webkit-box-shadow: 0 1px 0 #4D4D4D inset, 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #4D4D4D inset, 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #4D4D4D inset, 0 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#NXAdaptiveNavigation .h-logo {
    height: 100%;
    text-decoration: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#NXAdaptiveNavigation .h-logo:before {
    content: "";
    display: block;
    height: 100%;
    text-indent: -1000px;
    width: 90px;
    background:url(../img/footer-logo_v2.svg) center no-repeat transparent;
    -webkit-background-size: auto 80%;
    -moz-background-size: auto 80%;
    background-size: auto 80%;
}

#NXAdaptiveNavigation .h-nav-title,
#NXAdaptiveNavigation .h-nav-tel {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: bolder;
    font-size: 15px;
    color: #0a2c60;
}

#NXAdaptiveNavigation .h-nav-title a,
#NXAdaptiveNavigation .h-nav-tel a {
    color: #0a2c60;
}

#NXAdaptiveNavigation .h-nav {
    position: relative;
    padding: 0 1em;
}

#NXAdaptiveNavigation .h-nav-icon {
    display: block;
    margin-left: 5px;
    width: 30px;
    height: 31px;
    overflow: hidden;
    text-indent: -1000px;
    padding: 6px;
    border: none;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#NXAdaptiveNavigation .h-nav-gamburger {
    display: block;
}

#NXAdaptiveNavigation .h-nav-gamburger:before,
#NXAdaptiveNavigation .h-nav-gamburger:after {
    content: "";
    display: block;
    height: 11px;
    border: 3px solid #0a2c60;
    border-right: none;
    border-left: none;
}

#NXAdaptiveNavigation .h-nav-gamburger:after  {
    height:8px;
    border-top:none;
}

.nxOpenedMenu #NXAdaptiveNavigation .h-nav-icon:hover {background: #0a2c60;}
#NXAdaptiveNavigation .h-nav-icon:hover,
.nxOpenedMenu #NXAdaptiveNavigation .h-nav-icon {background: #0a2c60;}

.nxOpenedMenu #NXAdaptiveNavigation .h-nav-icon:before,
.nxOpenedMenu #NXAdaptiveNavigation .h-nav-icon:after,
#NXAdaptiveNavigation .h-nav-icon:hover:before,
#NXAdaptiveNavigation .h-nav-icon:hover:after {border-color: #fff;}


/*------------ MOBILE MENU PANEL ------------*/

#NXAdaptiveMenu {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 990;
    top: 50px;
    bottom: 0;
    right: 100%;
    left: 0;
    background: #fff;
    color: #000;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#NXAdaptiveMenu.a-menu-open {
    display: block;
    right: 30%;
}

#NXAdaptiveMenu li span,
#NXAdaptiveMenu li nobr,
#NXAdaptiveMenu a,
#NXAdaptiveMenu a:hover,
#NXAdaptiveMenu * a,
#NXAdaptiveMenu * a:hover,
#NXAdaptiveMenu ul,
#NXAdaptiveMenu ol,
#NXAdaptiveMenu menu,
#NXAdaptiveMenu li {
    display: inline;
    padding: 0;
    margin: auto;
    border: none;
    background: transparent;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    line-height: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    box-shadow: none;
    float: none;
}

#NXAdaptiveMenu   a:hover,
#NXAdaptiveMenu * a:hover {
    color: #0a2c60;
}

#NXAdaptiveMenu   a:before,
#NXAdaptiveMenu   a:after,
#NXAdaptiveMenu * a:before,
#NXAdaptiveMenu * a:after {display: none;}

#NXAdaptiveMenu u {display:none;}

#NXAdaptiveMenu ul,
#NXAdaptiveMenu ol,
#NXAdaptiveMenu menu,
#NXAdaptiveMenu li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    list-style: none;
    vertical-align: top;
    min-width: 300px;
}

#NXAdaptiveMenu li {
    min-width: 0;
}

#NXAdaptiveMenu li a,
#NXAdaptiveMenu li a:hover {
    display: block;
    padding: 15px 40px 15px 15px;
    border: 1px solid #f0f0f0;
    border-bottom-color: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    font-weight: 600;
}

#NXAdaptiveMenu li ul li a,
#NXAdaptiveMenu li ul li a:hover {
    font-weight: 500;
}

#NXAdaptiveMenu li ul {background: #fff;}

#NXAdaptiveMenu li li a,
#NXAdaptiveMenu li li a:hover {
    font-size: 90%;
    padding-left: 30px;
    border-top-color: #ddd;
    border-bottom-color: #fdfdfd;
}

#NXAdaptiveMenu li li ul {background: #eeedeb;}
#NXAdaptiveMenu li li li a,
#NXAdaptiveMenu li li li a:hover {
    font-size: 80%;
    border-bottom-color: #FBFAF7;
}

#NXAdaptiveMenu .tab,
#NXAdaptiveMenu .tab_opened {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10;
    top: 1em;
    right: 0;
    bottom: auto;
    left: auto;
    background: transparent;
    border: none;
}

#NXAdaptiveMenu .tab + ul,
#NXAdaptiveMenu .tab + ol,
#NXAdaptiveMenu .tab + menu  {display:none;}

#NXAdaptiveMenu .tab:after,
#NXAdaptiveMenu .close:after,
#NXAdaptiveMenu .open:after,
#NXAdaptiveMenu .tab_opened:after {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: none;
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 44;
    text-align: center;
    font-size: 15px;
    line-height: 10px;
    transform: none;
    font-family: nx, Tahoma, Geneva, sans-serif;
}

#NXAdaptiveMenu .open:after,
#NXAdaptiveMenu .tab_opened:after {
    top: -14px;
}

#NXAdaptiveMenu .tab_opened:after {
    content:"";
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#NXAdaptiveMenu .tab:after {
    content: '';
}

#NXAdaptiveMenu .open:after {
    content: "с";
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#NXAdaptiveMenu .close:after {
    content: 'с';
}

/*------------ Mobile Search Form ------------*/

#NXAdaptiveSearchForm {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1em;
    border-top: 1px solid #ccc ;
    background: #eeedeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#NXAdaptiveSearchForm input {
    height: 3em;
    position: relative;
    float: left;
    font-size: 11pt;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#NXAdaptiveSearchForm input[type="text"] {
    display: block;
    width: 85%;
    margin: 0;
}

#NXAdaptiveSearchForm input[type="submit"] {
    width: 15%;
    float: right;
    padding: 0.5em;
    border-left: none;
    font-family: nx, Arial, Helvetica, sans-serif;
    background: #fbfaf7;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#NXAdaptiveSearchForm input[type="submit"]:hover,
#NXAdaptiveSearchForm input[type="submit"]:active {
    background: #ededed;
}

/*------------ Mobile Menu Phone ------------*/

#NXAdaptiveMenu #NXAdaptiveTel {
    color: #fff;
    padding: 15px;
    background: #0a2c60;
    font-size: 23px;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#NXAdaptiveMenu #NXAdaptiveTel:after{
    content: "P";
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    padding: 5px;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: nx, Tahoma, Geneva, sans-serif;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#NXAdaptiveMenu #NXAdaptiveTel:hover:after {
    color: #ddd;
    border-color: #ddd;
}

/*------- Mobile Menu Social Button -------*/

#NXAdaptiveSocial,
#NXAdaptiveSocial * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#NXAdaptiveSocial {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    border-bottom: 1px solid #ccc ;
    background: none;
}

#NXAdaptiveSocial a,
#NXAdaptiveSocial a:hover {
    font-family: nx, Tahoma, Geneva, sans-serif;
    display: block;
    width: 25%;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: none;
    opacity: 1;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 1.75;
    border-bottom-color: #f5f1e9;
    border-right-color:  #f5f1e9;
    color: #0a2c60;
}

#NXAdaptiveSocial a:before {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 0;
    margin-left: -20px;
    background: none;
    text-indent: 0;
    text-align: center;
    color: inherit;
}

#NXAdaptiveSocial a.viber,
#NXAdaptiveSocial a.whatsapp {
    font-size: 21px;
}

#NXAdaptiveSocial a.telegram {
    font-size: 23px;
}

#NXAdaptiveSocial a.vkontakte {
    font-size: 15px;
}

#NXAdaptiveSocial a.max {
    font-size: 17px;
}

#NXAdaptiveSocial a.dzen {
    font-size: 22px;
}

#NXAdaptiveSocial a.header-social__icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#NXAdaptiveSocial a:hover {
    color: #fff;
    background: #0a2c60;
    border-bottom-color: #0a2c60;
    border-right-color: #0a2c60;
}

/* Flexbox preset */

.nx-flex-row,
.nx-flex-col,
.nx-flex-col-st,
.nx-flex-row-btw,
.nx-flex-col-btw,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st,
.nx-flex-row-btw-c,
.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-row-b-c,
.nx-flex-row-t-c,
.nx-flex-col-t-c,
.nx-flex-row-t-r,
.nx-flex-col-t-r,
.nx-flex-row-l-c,
.nx-flex-col-l-c,
.nx-flex-row-r-c,
.nx-flex-col-r-c,
.nx-flex-col-btw-r,
.nx-flex-col-b-l,
.nx-flex-col-b-r,
.nx-flex-row-b-l,
.nx-flex-row-b-r,
.nx-flex-row-btw-b-r {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nx-flex-row-btw,
.nx-flex-col-btw,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st,
.nx-flex-row-btw-c,
.nx-flex-col-btw-r,
.nx-flex-row-btw-b-r{
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nx-flex-col-st,
.nx-flex-row-btw-st,
.nx-flex-col-btw-st {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nx-flex-row-t-r,
.nx-flex-row-r-c,
.nx-flex-col-r-c,
.nx-flex-col-b-l,
.nx-flex-col-b-r,
.nx-flex-row-b-r{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-row-b-c,
.nx-flex-col-l-c,
.nx-flex-row-t-c,
.nx-flex-col-r-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nx-flex-row-btw-c,
.nx-flex-row-c-c,
.nx-flex-col-c-c,
.nx-flex-col-t-c,
.nx-flex-row-l-c,
.nx-flex-row-r-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.nx-flex-col-t-r,
.nx-flex-row-b-c,
.nx-flex-col-r-c,
.nx-flex-col-btw-r,
.nx-flex-col-b-r,
.nx-flex-row-b-l,
.nx-flex-row-b-r,
.nx-flex-row-btw-b-r{
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nx-flex-col,
.nx-flex-col-st,
.nx-flex-col-btw,
.nx-flex-col-btw-st,
.nx-flex-col-t-c,
.nx-flex-col-t-r,
.nx-flex-col-c-c,
.nx-flex-col-l-c,
.nx-flex-col-r-c,
.nx-flex-col-btw-r,
.nx-flex-col-b-l,
.nx-flex-col-b-r {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-adv-img__wrapper {
    margin-top: 15px;
}

.main-adv-img__wrapper img {
    width: 100%;
    height: 100%;
}

.rbс-contact__wrapper {
    width: 100%;
    margin-top: 10px;
}

.rbс-contact__wrapper a {
    display: block;
    width: 180px;
    height: 60px;
    text-indent: -9999em;
    background: url(../img/theme/rbc-logo.png) no-repeat center center;
    background-size: 100%;
}

/* Media rules */

@media only screen and (max-width: 1900px) {
    .child-page #footer:after,
    .main-page #footer:after,
    .bank-image__wrapper:before,
    /*#news-block:after,*/
    #activity-block:after,
    .child-page #footer:after,
    .main-page #footer:after {
        -webkit-border-radius: 0 300px 0 0;
        -moz-border-radius: 0 300px 0 0;
        border-radius: 0 300px 0 0;
    }
    .slide-block__wrapper img,
    #news-block:before,
    #catalog-block:before {
        -webkit-border-radius: 0 0 0 300px;
        -moz-border-radius: 0 0 0 300px;
        border-radius: 0 0 0 300px;
    }
    .news-items__wrapper .item-big {
        margin: 0 0 40px;
    }
    #catalog-block {
        min-height: 955px;
    }
    #catalog-block .catalog-item {
        padding: 25px 15px 15px 15px;
        margin-bottom: 20px;
        margin-right: 30px;
    }
    #catalog-block .item-name {
        margin: 0 0 5px;
    }
    #footer {
        min-height: unset;
    }
    #footer .container {
        padding-top: 70px;
    }
    #footer .footer-menu__wrapper {
        width: 65%;
    }
    #footer .footer-contact__wrapper {
        width: 25%;
    }
}

@media only screen and (max-width: 1800px) {
    #header .header-logo {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1690px) {
    /*.slide-block__wrapper .slogan-block__wrapper {
        right: -260px;
    }*/
    .slide-block__wrapper .first-sentence {
        font-size: 80px;
        margin-bottom: 15px;
    }
    .slide-block__wrapper .second-sentence {
        font-size: 55px;
    }
    #indicators-block .indicator-item__wrapper {
        padding: 20px;
    }
    #indicators-block .item-image__wrapper {
        margin-bottom: 10px;
    }
    #indicators-block .item-value__wrapper {
        margin: 0;
    }
    #indicators-block .item-value__wrapper i {
        font-size: 36px;
        line-height: 1.5;
    }
    #indicators-block .item-value__label {
        font-size: 18px;
        line-height: 1.5;
    }
    #indicators-block {
        padding: 15px 0 40px;
    }
    #about-block .about-block__wrapper h2 {
        padding: 0 0 30px 0;
    }
    /*#about-block .video-block__wrapper {
        bottom: 15px;
    }*/
    #activity-block .activity-item img {
       height: 450px;
    }
    .news-items__wrapper .item-container {
        padding: 25px;
    }
    .news-items__wrapper .item-container .date {
        font-size: 13px;
    }
    .news-items__wrapper .item-content .title {
        font-size: 17px;
        line-height: 1.5;
    }
    .news-items__wrapper .item-content .excerpt {
        font-size: 14px;
        line-height: 1.5;
    }
    #partners-block h2,
    #partners-office h2 {
        padding-bottom: 0;
    }
    #footer .footer-copyright__wrapper {
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1620px) {
    #about-block .about-block__wrapper:before {
        top: 0;
        left: 15px;
    }
}

@media only screen and (max-width: 1490px) {
    #header {
        padding: 10px 0;
    }
    #header .header-logo {
        width: 160px;
        height: 100px;
    }
    #header .menu-items__wrapper li a {
        font-size: 15px;
    }
    #partners-office .partners-wrapper .office_name {
        font-size: 14px;
    }
    #partners-office .partners-wrapper .sity_hover-crimea {
        top: 50%;
    }
    #partners-office .partners-wrapper .sity_hover-moscow {
        top: 41%;
    }
    #indicators-block .indicator-item__wrapper {
        width: calc(100% / 4 - 25px);
        padding: 20px 15px;
    }
    #indicators-block .item-value__wrapper i {
        font-size: 28px;
    }
    #catalog-block .item-name {
        font-size: 19px;
        margin: 0;
    }
    .section-wrapper .section-item .section-item__title {
        font-size: 22px;
        height: 60px;
    }
    .section-wrapper .section-item .childs-list .child-list__item a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1440px) {
    .article-content__wrapper h1,
    .page-title,
    .article-content__wrapper .h1 {
        font-size: 30px;
    }
    .article-content__wrapper h2,
    .article-content__wrapper .h2 {
        font-size: 23px;
    }
    .article-content__wrapper h3,
    .article-content__wrapper .h3 {
        font-size: 20px;
    }
    .article-content__wrapper h4,
    .article-content__wrapper .h4 {
        font-size: 18px;
    }
    .news-items__wrapper .item-big {
        width: 32%;
    }
    .news-items__wrapper .item-small {
        width: 23%;
    }
    .contact-map__wrapper {
        -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    }
}

@media only screen and (max-width: 1368px) {
    /*.slide-block__wrapper .slogan-block__wrapper {
        right: -240px;
    }*/
    .slide-block__wrapper h1 {
        line-height: 70px;
    }
    .slide-block__wrapper .first-sentence {
        font-size: 70px;
    }
    .slide-block__wrapper .second-sentence {
        font-size: 45px;
    }
    #header .menu-items__wrapper li {
        padding: 0 20px;
    }
    #header .menu-items__wrapper li.menu-item-has-children:after {
        right: -4px;
    }
    .child-page #footer .container {
        padding-top: 30px;
    }
    #about-block h2,
    #partners-block h2,
    #partners-office h2,
    #activity-block h2,
    #news-block h2,
    #catalog-block .block-title {
        font-size: 36px;
    }
    #about-block .about-company__wrapper,
    #about-block h2 {
        margin-left: 9%;
    }
    #about-block .about-company__wrapper {
        width: 40%;
    }
    #about-block .video-block__wrapper {
        right: 15px;
    }
    #about-block .video-block__wrapper .video-element {
        height: 400px;
    }
    #indicators-block {
        padding: 15px 0 30px;
    }
    #activity-block {
        padding: 40px 0 20px;
    }
    #activity-block .activity-items__wrapper {
        padding: 40px 0 0;
    }
    #activity-block .activity-item__label {
        font-size: 18px;
        top: 25px;
        left: 25px;
        padding-right: 25px;
    }
    #activity-block .activity-item img {
        height: 400px;
    }
    #news-block {
        padding: 40px 0 20px;
    }
    .news-items__wrapper .item-big .content-block {
        width: 80%;
    }
    .news-items__wrapper .item-container {
        -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
    }
    #catalog-block {
        min-height: 895px;
    }
    #catalog-block .catalog-items__wrapper {
        padding: 30px 0 0;
    }
    #catalog-block .item-name {
        font-size: 17px;
    }
    #catalog-block .block-title:after {
        width: 48.5%;
        height: 57px;
        left: 18%;
    }
    #catalog-block .catalog-item:last-of-type:after {
        bottom: -57px;
        height: 56px;
    }
    #catalog-block .item-image__wrapper {
        margin-bottom: 10px;
    }
    #partners-block .partners-block__items {
        padding-top: 30px;
    }
    #footer .footer-menu__wrapper {
        width: 75%;
    }
    #footer .footer-contact__wrapper {
        width: 20%;
        margin-right: 20px;
    }
    #partners-block .partner-item__wrapper {
        width: calc(100% / 5 - 75px);
    }
    #items-block .news-items__wrapper,
    .article-content__wrapper {
        margin-bottom: 40px;
    }
    #footer .footer-contact__mail,
    #footer .footer-social__wrapper,
    #footer .footer-conacts__address {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1367px) {
    .section-wrapper .section-item {
        width: calc(100% / 3 - 30px);
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    #header .menu-items__wrapper li {
        padding: 0 15px;
    }
    #header .menu-items__wrapper li a {
        font-size: 14px;
    }
    #header .header-phone {
        font-size: 14px;
    }
    #about-block .about-company__wrapper,
    #about-block h2 {
        margin-left: 0;
    }
    #about-block .about-company__wrapper {
        width: 50%;
        padding: 30px 0 0 0;
    }
    #activity-block .activity-items__wrapper {
        margin-left: 0;
        padding: 40px 15px 0;
    }
    .news-items__wrapper .image-container img {
        width: 100%;
    }
    .news-items__wrapper .item-container {
        padding: 20px;
    }
    .news-items__wrapper .detail-link {
        bottom: 20px;
        left: -20px;
    }
    .news-items__wrapper .item-big .content-block {
        bottom: 0;
    }
    .news-items__wrapper .item-content .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news-items__wrapper .item-content .category {
        margin-bottom: 5px;
    }
    .news-items__wrapper .item-content .excerpt {
        padding-bottom: 35px;
    }
    .news-items__wrapper .detail-link a {
        font-size: 13px;
    }
    #footer .page-menu__wrapper,
    #footer .catalog_menu__wrapper {
        width: 45%;
    }
}

@media only screen and (max-width: 1170px) {
    .article-content__wrapper h1,
    .page-title,
    .article-content__wrapper .h1 {
        font-size: 26px;
    }
    #header {
        padding: 10px 0;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #header .header-logo {
        display: none;
    }
    #header .menu-items__wrapper li a {
        font-size: 14px;
    }
    #header .header-phone {
        font-size: 13px;
    }
    #header .header-social__icon.whatsapp {
        font-size: 18px;
    }
    #header .header-social__icon.viber {
        font-size: 16px;
    }
    #header .header-social__icon.telegram {
        font-size: 20px;
    }
    #header .header-social__icon.vkontakte {
        font-size: 13px;
    }
    #header .header-social__icon.dzen {
        font-size: 19px;
    }
    #header .header-social__icon.max {
        font-size: 15px;
    }
    #partners-office .partners-wrapper .sity_hover-crimea {
        top: 50%;
    }
    #partners-office .partners-wrapper .sity_hover-moscow {
        top: 40%;
    }
    .slide-block__wrapper h1 {
        color: rgba(255, 255, 255, 0.8);
    }
    .slide-block__wrapper img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-filter: none;
        filter: none;
    }
    #indicators-block .indicator-item__wrapper {
        width: calc(100% / 4 - 15px);
        padding: 15px;
    }
    #indicators-block .item-value__wrapper i {
        font-size: 24px;
    }
    #indicators-block .item-value__wrapper {
        font-size: 12px;
    }
    #indicators-block .item-value__label {
        font-size: 16px;
    }
    #activity-block {
        background: #fff;
        padding: 30px 0 20px;
    }
    #activity-block:after {
        display: none;
    }
    #activity-block .activity-item__label {
        font-size: 16px;
    }
    #about-block .about-company__wrapper p {
        margin: 10px 0 0;
        font-size: 15px;
    }
    #about-block .video-block__wrapper {
        bottom: 0;
        top: 0;
    }
    #activity-block .activity-item img {
        height: 350px;
    }
    /*#news-block {
        background: #fff;
    }
    #news-block:before {
        display: none;
    }*/
    .news-items__wrapper .image-container {
        display: none;
    }
    .news-items__wrapper .item-big .content-block {
        width: 100%;
        position: unset;
        min-height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .news-items__wrapper .item-big:hover {
        transform: none;
    }
    #catalog-block:before {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #catalog-block {
        min-height: 610px;
    }
    #catalog-block .block-title:after,
    #catalog-block .catalog-item:last-of-type:after {
        display: none;
    }
    #catalog-block .catalog-item {
        width: 18%;
        padding: 15px;
        margin-right: 20px;
    }
    #catalog-block .item-name {
        font-size: 16px;
    }
    .bank-image__wrapper .slider-title {
        font-size: 32px;
    }
    #footer .container {
        padding-top: 15px;
    }
    .main-page #footer:after {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #footer .footer-contact__mail,
    #footer .footer-social__wrapper,
    #footer .footer-conacts__address,
    #footer .menu-item__links a {
        font-size: 13px;
        line-height: 2;
    }
    #footer .footer-copyright__wrapper {
        margin-top: 15px;
    }
    #footer h3 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #footer .footer-menu__wrapper {
        width: 60%;
    }
    #footer .footer-contact__wrapper {
        width: 35%;
        margin-right: 35px;
    }
    #footer .page-menu__wrapper {
        width: 40%;
    }
    #footer .catalog_menu__wrapper {
        width: 55%;
    }
    #footer .menu-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        overflow-x: hidden;
    }
    .nxOpenedMenu {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .nxOpenedMenu body {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .slide-block__wrapper {
        height: 300px;
    }
    .slider {
        width: 100%;
        height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .slider .indicator-item__wrapper {
        width: 100%;
        flex: 0 0 auto;
    }
    .bank-image__wrapper .bank-content__wrapper {
        margin: 0 0 0 2%;
    }
    #partners-office .partners-wrapper .office_name {
        font-size: 16px;
    }
    #partners-office .partners-wrapper .item {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        border-radius: 0;
        margin-bottom: 0;
        background: #d80105;
        color: #fff;
        padding: 15px;
    }
    #header {
        display: none;
    }
    /*.slide-block__wrapper .slogan-block__wrapper {
        right: -170px;
    }*/
    .slide-block__wrapper h1 {
        line-height: 55px;
    }
    .slide-block__wrapper .first-sentence {
        font-size: 50px;
    }
    .slide-block__wrapper .second-sentence {
        font-size: 35px;
    }
    .breadcrumbs {
        margin: 15px 0;
    }
    .breadcrumbs span,
    .breadcrumbs a {
        font-size: 14px;
    }
    #indicators-block:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #indicators-block {
        padding: 15px 0 20px;
    }
    #about-block .about-block__wrapper:before {
        display: none;
    }
    #about-block .about-company__wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #about-block .video-block__wrapper {
        width: 100%;
        position: unset;
    }
    #about-block .video-block__wrapper .video-element {
        height: auto;
    }
    #about-block .video-block__wrapper.nx-flex-row-l-c {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #activity-block {
        padding: 30px 0 0;
    }
    #activity-block .activity-item {
        width: calc(100% / 3);
    }
    #activity-block .activity-item__label {
        top: 20px;
        left: 20px;
        line-height: 1.5;
    }
    .mail-form-block label {
        width: 20%;
    }
    #news-block {
        padding: 40px 0 30px;
    }
    #news-block h2 {
        padding: 0;
    }
    #news-block .all-news__link:before {
        font-size: 13px;
    }
    #news-block .news-title__wrapper {
        padding: 0;
    }
    #news-block .news-title__wrapper h2 {
        line-height: 1.5;
    }
    .news-items__wrapper .item-big {
        margin: 0 0 15px;
    }
    .news-items__wrapper .item-small {
        width: 32%;
        margin: 0 0 15px;
    }
    #catalog-block {
        min-height: unset;
    }
    #catalog-block .catalog-item {
        width: 18%;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    #partners-block .partner-item__wrapper {
        width: 22%;
        margin-bottom: 15px;
    }
    #partners-block .partner-item__wrapper:after {
        content: '';
        width: 22%;
    }
    #footer .footer-menu__wrapper,
    #footer .footer-contact__wrapper {
        width: 48%;
    }
    #footer .catalog_menu__wrapper,
    #footer .page-menu__wrapper {
        width: 100%;
    }
    #footer .footer-menu__wrapper .menu-item__links,
    #footer .catalog_menu__wrapper .menu-item__links,
    #footer .catalog_menu__wrapper h3:after {
        display: none;
    }
    #footer h3 {
        margin-bottom: 10px;
    }
    .maps-wrapper,
    .contact-map__wrapper,
    .contact-content__wrapper {
        width: 100%;
    }
    .img-detail {
        width: 300px;
        height: 300px;
    }
    .section-wrapper {
        margin: 0 -10px 10px;
    }
    .section-wrapper .section-item {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 15px;
    }
    .section-wrapper .section-item .section-item__title {
        font-size: 18px;
        height: 50px;
    }
    .section-wrapper .section-item .childs-list .child-list__item a {
        font-size: 13px;
    }
    #items-block .news-items__wrapper {
        margin: 0 -10px 40px;
    }
    #items-block .news-items__wrapper .item-small {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
    }
    .child-page #footer:after,
    .main-page #footer:after,
    .bank-image__wrapper:before,
    #activity-block:after {
        -webkit-border-radius: 0 200px 0 0;
        -moz-border-radius: 0 200px 0 0;
        border-radius: 0 200px 0 0;
    }
    .slide-block__wrapper img,
    #news-block:before,
    #catalog-block:before {
        -webkit-border-radius: 0 0 0 200px;
        -moz-border-radius: 0 0 0 200px;
        border-radius: 0 0 0 200px;
    }
}

@media only screen and (max-width: 968px) {
    #indicators-block:before {
        display: none;
    }
    #indicators-block .indicator-item__wrapper:nth-of-type(odd),
    #indicators-block .indicator-item__wrapper:nth-of-type(even) {
        margin: 0;
        margin-bottom: 15px;
    }
    #indicators-block .indicator-item__wrapper {
        width: calc(98.5% / 2);
    }
    #indicators-block .indicator-item__wrapper.nx-flex-col-btw-c {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #catalog-block .catalog-items__wrapper {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #catalog-block .catalog-item {
        width: 23%;
        margin-right: 0;
    }
    #catalog-block .item-name {
        line-height: 1.25;
    }
    .section-wrapper .section-item {
        width: calc(100% / 2 - 20px);
    }
    .section-wrapper .section-item .childs-list .child-list__item a {
        font-size: 15px;
    }
    .section-wrapper .section-item .section-item__title {
        height: 60px;
    }
    #items-block .news-items__wrapper .item-small {
        width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 868px) {
    #about-block h2,
    #partners-block h2,
    #partners-office h2,
    #activity-block h2,
    #news-block h2,
    #catalog-block .block-title {
        font-size: 26px;
    }
    #activity-block .activity-items__wrapper {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #activity-block .activity-item {
        width: calc(100% / 2);
    }
    #activity-block .activity-item__label {
        font-size: 15px;
    }
    .news-items__wrapper .item-small,
    .news-items__wrapper .item-big {
        width: 48%;
    }
    #catalog-block .catalog-item {
        width: 31%;
    }
    .contact-map__wrapper,
    .contact-content__wrapper {
        width: 100%;
    }
    .contact-content__wrapper {
        margin-bottom: 15px;
    }
    .mail-form-block label {
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    #about-block .about-block__wrapper h2 {
        padding: 0 0 15px 0;
    }
    #about-block .about-company__wrapper {
        padding: 15px 0 0 0;
        border-top: 5px solid #d80105
    }
    #about-block .about-company__wrapper p {
        font-size: 14px;
    }
    #partners-block .partner-item__wrapper,
    #partners-block .partner-item__wrapper:after{
        width: 100%;
    }
    #partners-block .partner-item__wrapper:nth-last-of-type {
        margin-bottom: 0;
    }
    #partners-block .partner-item__wrapper img {
        width: auto;
    }
    .child-page #footer .container {
        padding-top: 15px;
    }
    .img-detail {
        width: 100%;
        height: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .article-content__wrapper {
        min-height: unset;
    }
    .section-wrapper .section-item .childs-list .child-list__item a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    #activity-block .activity-item img {
        height: 300px;
    }
    #indicators-block .indicator-item__wrapper {
        width: 100%;
    }
    #indicators-block .indicator-item__wrapper:nth-of-type(odd),
    #indicators-block .indicator-item__wrapper:nth-of-type(even) {
        margin: 0;
    }
    .mail-file-upload .button,
    .mail-form-block label {
        width: 40%;
    }
    .news-items__wrapper .item-small,
    .news-items__wrapper .item-big {
        width: 100%;
    }
    #partners-block,
    #partners-office {
        padding: 20px 0 0 0;
    }
    #partners-block .partners-block__items {
        padding-top: 20px;
    }
    #footer .footer-menu__wrapper,
    #footer .footer-contact__wrapper {
        width: 100%;
    }
    .section-wrapper .section-item {
        width: 100%;
    }
    .section-wrapper .section-item .childs-list .child-list__item a {
        font-size: 15px;
    }
    #items-block .news-items__wrapper .item-small {
        width: 100%;
    }
    .bank-image__wrapper .image-block {
        height: 470px;
    }
    .bank-image__wrapper .bank-content__wrapper {
        width: 100%;
    }
    .bank-image__wrapper .slider-title {
        font-size: 24px;
    }
    .bank-image__wrapper .slider-desc {
        font-size: 13px;
    }
    .bank-image__wrapper .btn {
        font-size: 14px;
    }
    .bank-image__wrapper .slider-info {
        margin-top: 20px;
        font-size: 12px;
    }
    .bank-image__wrapper .bank-content__wrapper {
        margin: 0;
        padding: 0 15px;
    }
    .bank-image__wrapper .bank-content__wrapper:before {
        width: 235px;
        height: 25px;
        top: -40px;
        left: 10px;
    }
    .slide-block__wrapper {
        height: 250px;
    }
    /*.slide-block__wrapper .slogan-block__wrapper {
        right: -100px;
    }*/
    .slide-block__wrapper h1 {
        line-height: 30px;
    }
    .slide-block__wrapper .first-sentence {
        font-size: 30px;
    }
    .slide-block__wrapper .second-sentence {
        font-size: 20px;
    }
    #footer .footer-copyright__wrapper {
        text-align: center;
    }
    #footer .footer-logo {
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 500px) {
    .article-content__wrapper h1,
    .page-title,
    .article-content__wrapper .h1 {
        font-size: 24px;
    }
    .article-content__wrapper h2,
    .article-content__wrapper .h2 {
        font-size: 20px;
    }
    .article-content__wrapper h3,
    .article-content__wrapper .h3 {
        font-size: 18px;
    }
    .article-content__wrapper h4,
    .article-content__wrapper .h4 {
        font-size: 16px;
    }
    #about-block h2,
    #partners-block h2,
    #partners-office h2,
    #activity-block h2,
    #news-block h2,
    #catalog-block .block-title {
        font-size: 24px;
        line-height: normal;
    }
    #indicators-block .item-value__wrapper i {
        font-size: 22px;
    }
    #indicators-block .item-value__label {
        font-size: 14px;
    }
    #activity-block .activity-item img {
        height: 250px;
    }
    #activity-block .activity-item:hover {
        transform: none;
    }
    .mail-form-block label {
        width: 50%;
    }
    #news-block .item-content .date,
    #news-block .detail-link a,
    #news-block .all-news__link {
        font-size: 12px;
    }
    #news-block .all-news__link:before {
        display: none;
    }
    #news-block .all-news__link:after {
        font-size: 16px;
    }
    .news-items__wrapper .item-content .title {
        font-size: 14px;
    }
    #news-block .item-content .category a,
    .news-items__wrapper .item-content .excerpt {
        font-size: 13px;
    }
    #catalog-block .catalog-item {
        width: 48%;
    }
    .bank-image__wrapper .image-block {
        height: 400px;
    }
    .bank-image__wrapper .slider-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 450px) {
    .nxOpenedMenu #NXAdaptiveMenu {
        right: 0;
    }
    #indicators-block .indicator-item__wrapper {
        width: 100%;
    }
    #activity-block .activity-item {
        width: 100%;
    }
    .mail-form-block label {
        width: 60%;
    }
    #footer .menu-item__links {
        width: 100%;
    }
}

@media only screen and (max-width: 415px) {
    .slide-block__wrapper h1 {
        line-height: 20px;
    }
    /*.slide-block__wrapper .slogan-block__wrapper {
        right: -75px;
    }*/
    .slide-block__wrapper .first-sentence {
        font-size: 22px;
    }
    .slide-block__wrapper .second-sentence {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    #catalog-block .catalog-item {
        width: 100%;
    }
    #catalog-block .catalog-item:nth-last-of-type {
        margin-bottom: 0;
    }
    .mail-form-block label {
        width: 70%;
    }
}