html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

.wrp {
    min-height: 100%;
    /*margin-bottom: -180px;*/
}

.grey-fon {
    position: absolute;
    top: 0px;
    margin: 0px;
    z-index: 200;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.6;
}

* html .wrp {
    height: 100%;
}

@font-face {
    font-family: 'Graphik Regular';
    src: url('fonts/Graphik-Regular-Web.eot');
    src: url('fonts/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Regular-Web.woff2') format('woff2'), url('fonts/Graphik-Regular-Web.woff') format('woff'), url('fonts/Graphik-Regular-Web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikReg';
    src: url('fonts/font/GraphikLCG-Regular.eot');
    src: url('fonts/font/GraphikLCG-Regular.eot#iefix') format('embedded-opentype'), url('fonts/font/GraphikLCG-Regular.woff2') format('woff2'), url('fonts/font/GraphikLCG-Regular.woff') format('woff'), url('fonts/font/GraphikLCG-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikSem';
    src: url('fonts/font/GraphikLCG-Semibold.eot');
    src: url('fonts/font/GraphikLCG-Semibold.eot#iefix') format('embedded-opentype'), url('fonts/font/GraphikLCG-Semibold.woff2') format('woff2'), url('fonts/font/GraphikLCG-Semibold.woff') format('woff'), url('fonts/font/GraphikLCG-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Semibold';
    src: url('fonts/Graphik-Semibold-Web.eot');
    src: url('fonts/Graphik-Semibold-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Semibold-Web.woff2') format('woff2'), url('fonts/Graphik-Semibold-Web.woff') format('woff'), url('fonts/Graphik-Semibold-Web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    /*overflow-y: scroll;*/
}

body {
    font-family: 'Graphik Regular';
    background: #fff;
    position: relative;
    min-width: 320px;
    font-size: 14px;
    color: #707985;
}

img {
    border: 0px;
}

a {
    cursor: pointer;
    outline: none;
    color: #b10035;
    text-decoration: none;
}


/*Нижний класс был создан в момент поддержки сайта, для публикотора с целью окрашивания ссылок на различных страницах*/

.thisRedLink {
    color: #b91e32;
    text-decoration: none;
}


/*Нижний класс был создан в момент поддержки сайта, для автоматического окрашивания ссылок во всплывашках*/

.fancybox-skin a {
    color: #b91e32;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

input {
    outline: none;
}

.global-no-select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

ul.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.list.row {
    margin-right: -15px;
    margin-left: -15px;
}

ul.list li {
    display: inline;
}

.bx-ie ul.list>li {
    display: inline-block;
}

.menu ul.list li {
    padding: 12px 22px;
    margin: 0 -1px;
}

.menu ul.list li:first-child {
    margin: 0;
}

.header-main-menu ul {
    height: 69px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
    min-width: 840px;
    overflow-x: auto;
}

.header-main-menu ul.list li {
    white-space: nowrap;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: 4px solid white;
}
@media (max-width: 1130px) {
    .header-main-menu ul {
        gap: 10px;
        min-width: auto;
    }
}
.header-main-menu {
    right: 0;
    position: relative;
}

.header-main-menu li.active {
    border-bottom: 4px solid #5a58a2;
    border-image: linear-gradient(to right, #5a58a2, #98216b);
    border-image-slice: 1;
}

.header-main-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #383838;
}


/*.menu ul.list li.active {
	background: #232a33;
}*/


/*.menu ul.list li.active a {
	color: #fff;
}*/

.header-main-menu ul.list li.active>a,
.menu ul.list li.active>a {
    color: #B91E32;
}


/*.menu ul.list li:hover {
	background: #232a33;
}*/

.header-main-menu ul.list li:hover>a,
.footer .col a:hover,
.menu ul.list li:hover>a {
    color: #707985;
}

h6 {
    font-size: 13px;
    margin: 13px 0px 13px 0px;
    font-weight: bold;
    color: #585659;
}

h5 {
    margin: 15px 0px 13px 0px;
    font-size: 15px;
    color: #585659;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    color: #585659;
    margin: 17px 0px 13px 0px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    color: #971f34;
    margin: 20px 0px 17px 0px;
    font-family: "Graphik Semibold";
}

h2 {
    display: block;
    font-size: 20px;
    -webkit-margin-before: 26px;
    -webkit-margin-after: 20px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    color: #585659;
}

h1 {
    font-size: 18px;
    font-weight: 600;
    color: #636466;
    margin: 25px 0px 10px 0px;
    font-family: 'Graphik Semibold';
}

h1.mini {
    margin: 20px 0px 10px 0px;
}

h4.mini {
    margin: 0px 0px 15px 0px;
}

.container {
    /*width: 960px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    margin-bottom: 15px;
}

.header .container {
    /*position: relative;*/
    height: 69px;
}

.header {
    height: 69px;
    /*line-height: 96px;*/
}

.header .logo {
    position: absolute;
    top: 0px;
    width: 129px;
    height: 69px;
}

div.header input,
.searchpage input.spageinp {
    /*background: url('images/bg-input-search.png') no-repeat -14px 0px;*/
    width: 211px;
    height: 29px;
    padding: 0px 25px 0px 10px;
    border: 0px;
    margin-right: 30px;
    color: #000;
}

.searchpage input.spageinp {
    width: 100%;
}

.header form {
    display: inline;
    position: relative;
}

.header .submit {
    background: none;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    position: absolute;
    top: 1px;
    right: 6px;
    cursor: pointer;
}

.header .enter,
.menu .enter {
    background: url('images/enter.png') left center no-repeat;
    padding-left: 25px;
    margin-right: 30px;
    color: #232a33;
    text-decoration: none;
}

.header .lang,
.menu .lang {
    color: #b21d3b;
}

.menu {
    background: white;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    /*font-family: 'Roboto Condensed'; */
}

.menu a {
    color: #3a3a3a;
    text-decoration: none;
    font-family: "Graphik Semibold";
}

.menu li {
    /*margin-right: 25px;*/
}

.menu ul li {
    font-size: 20px;
}

#slider-images {
    margin-bottom: 30px;
    position: relative;
    /*height: 368px;*/
    text-align: center;
}

#slider-images .slides_container {
    display: none;
    height: 315px;
    /*width: 552px;*/
    width: 715px;
}


/*#slides .slides_container div {
	height: 314px;
	width: 552px;
	display: block;
	overflow: hidden;
}*/

#slider-images .pg {
    /*position: absolute;
    bottom: 0px;
    right: 50px;
    z-index: 9999;*/
    text-align: center;
}

#slider-images .btn,
#slider-images .number {
    display: inline-block/*block*/
    ;
    width: 9px;
    height: 14px;
    line-height: 14px;
    /*float: left;*/
    margin: 0 5px;
}

#slider-images .number {
    width: auto;
}

#slider-images .prev {
    background: url('images/bg-paging-next.png') 0 4px no-repeat;
}

#slider-images .next {
    background: url('images/bg-paging-back.png') 0 4px no-repeat;
}

#slider-images .pagination {
    display: inline-block;
    list-style: none;
    margin: 13px 0 0 0px;
    padding: 0;
}

#slider-images .pagination li {
    display: inline-block;
    margin: 0 7px;
    padding: 5px 8px;
}

#slider-images .pagination li.current {
    background: #e6ebf0
}

#slider-images .pagination li a {
    color: #707985;
    text-decoration: none;
}

#slider-images .pagination li a:hover {
    /*text-decoration: underline;*/
}

#slider-images .pagination .current a {
    /*text-decoration: underline;*/
}

.first .blocks {
    /*height: 194px;*/
    /*margin-bottom: -17px;*/
    margin-top: 5px;
}

.first .blocks a {
    z-index: 1;
    display: block;
    float: left;
    /*max-width: 240px;*/
    height: 207px;
    font-size: 12px;
    color: #252525;
    position: relative;
    box-shadow: 7px -15px 52px -39px inset;
    background-color: #F8F8F8;
    text-decoration: none;
    /*margin-bottom: -17px;*/
}

.first .blocks a:last-child {
    margin-bottom: -17px;
}

.first .blocks a:hover {
    box-shadow: none;
}

.first .blocks a .ico {
    position: absolute;
    top: 20px;
    left: 15px;
}

.first .blocks a .name {
    top: 70px;
    left: 15px;
    margin-top: 67px;
    /*padding: 0 8px 0 15px;*/
    padding: 0;
    float: left;
    width: 80%;
    /*
    font-size: 15px;
    font-family: Roboto, Arial;
     */
}

.first .blocks .blue .name {
    color: #0051d7;
}

.first .blocks .red .name {
    color: #d0272c;
}

.first .blocks .dark_green .name {
    color: #18979e;
}

.first .blocks .orange .name {
    color: #f79625;
}

.first .blocks .green .name {
    color: #00a651;
}

.first .blocks .purpul .name {
    color: #9F1F63;
}

.first .blocks a .text {
    top: 93px;
    left: 15px;
    font-size: 13px;
    display: block;
    float: left;
    /*padding: 5px 15px 0 15px;*/
    padding: 5px 0 0;
}

.first .blocks a div {
    height: 17px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url('images/bg-blocks-li.png');
    background-position: 96% 6px;
    background-repeat: no-repeat;
}

.first .blocks .blue div {
    background-color: #0051d7;
}

.first .blocks .red div {
    background-color: #d0272c;
}

.first .blocks .dark_green div {
    background-color: #18979e;
}

.first .blocks .orange div {
    background-color: #f79625;
}

.first .blocks .green div {
    background-color: #00a651;
}

.first .blocks .purpul div {
    background-color: #9f1f63;
}

.content {
    padding-bottom: 20px;
}

.content .right a {
    color: #b91e32;
    text-decoration: none;
}

.content .right .partners a {
    line-height: 87px;
}

.content .right p {
    /*padding: 0px 0px 0px 23px;*/
    padding: 0px;
}

.content .right ul {
    color: #707985;
}

.content .right ul.dir {
    margin: 0px 0px 0px 25px;
    padding: 0px;
    color: #707985;
    list-style: none;
}

.content .right ul.dir li {
    background: url('images/bg-li.png') 4px 4px no-repeat;
    padding-left: 20px;
    line-height: 18px;
}

.content .right ul.dir li.active {
    background: url('images/bg-li-active.png') 1px 8px no-repeat;
}

.content .right ul.dir a {
    color: #707985;
    text-decoration: none;
}

.content .right ul.dir a:hover {
    text-decoration: underline;
}

.content .right ul.dir li ul {
    list-style: none;
    margin-left: 20px;
    padding: 0px;
    display: none;
}

.content .right ul.dir li li {
    background: none;
    padding: 0px;
}

.content .top-page-image {
    margin-left: -23px;
    max-width: calc(100% + 23px);
}

.main .content {
    padding-top: 40px;
}

.content .news .tabs {
    margin: 0px 0px 20px 0px;
    color: #c31a3b;
}

.content .news .tabs li,
.content .news-item .tabs li {
    margin-right: 20px !important;
    border-bottom: 1px dashed #c31a3b;
    cursor: pointer;
}

.content .news .tabs .selected,
.content .news-item .tabs .selected {
    margin: 0px 0px 20px 0px;
    font-size: 19px;
    color: #363e49;
    border: 0px;
    cursor: default;
}

.content .news #news-tab,
.content .news #history-tab,
.content .news #analytics-tab,
.content .news #publication-tab {
    margin-top: 20px;
    text-align: right;
}


/*.container > .content.clearfix > .news >.list.tabs + #news-tab, .container > .content.clearfix > .news >.list.tabs + #history-tab{*/


/*margin-left: 30px;*/


/*}*/

.content .news #history-tab {
    display: none;
}

.content .news #analytics-tab,
.content .news #publication-tab {
    display: none;
}

.content .news #news-tab ul,
.content .news #history-tab ul,
.content .news #analytics-tab ul,
.content .news #publication-tab ul {
    /*margin-bottom: 20px;*/
}

.content .news #news-tab li,
.content .news #history-tab li,
.content .news #analytics-tab li,
.content .news #publication-tab li {
    /*width: 175px;*/
    /*height:220px;*/
    /*margin-right: 20px;*/
    /*display: block;*/
    /*float: left;*/
    /*font-size: 13px;*/
    /*color: #707985;*/
    margin-bottom: 25px;
    text-align: left;
}

.content .news #news-tab li:last-of-type,
.content .news #history-tab li:last-of-type,
.content .news #analytics-tab li:last-of-type,
.content .news #publication-tab li:last-of-type {
    margin-right: 0;
}

.content .news #news-tab li a,
.content .news #history-tab li a,
.content .news #analytics-tab li a,
.content .news #publication-tab li a {
    color: #b01937;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    text-decoration: none;
}

.content .news #news-tab li a:hover,
.content .news #history-tab li a:hover,
.content .news #analytics-tab li a:hover,
.content .news #publication-tab li a:hover {
    text-decoration: underline;
}

.content .news #news-tab li span,
.content .news #history-tab li span,
.content .news #analytics-tab li span,
.content .news #publication-tab li span {
    color: #55749c;
    font-size: 11px;
    display: block;
    margin-bottom: 8px;
}

.content .news #news-tab .all-news,
.content .news #history-tab .all-history,
.content .news #analytics-tab .all-history,
.content .news #publication-tab .all-history {
    color: #818488;
    text-decoration: none;
}

.content .news #news-tab .all-news:hover,
.content .news #history-tab .all-history:hover,
.content .news #analytics-tab .all-history:hover,
.content .news #publication-tab .all-history:hover {
    text-decoration: underline;
}

.main .content .banners {
    margin-top: 0px;
    overflow: hidden;
    padding-top: 10px;
}

.content .banners {
    margin-top: 50px;
}

.content .banners img {
    border: 1px solid #afafaf !important;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}

.content .banners iframe {
    width: 100%;
    max-width: 100%;
}

html .content iframe {
    max-width: 100%;
}

.content .left {
    /*width: 225px;*/
    width: 100%;
}

.page-ico {
    /*padding: 15px;*/
    /*height: auto;*/
    /*width: 100%;*/
    height: 100px;
    width: 100px;
    padding: 0;
    background: #b91e32;
    position: relative;
    text-align: center;
}

.page-ico img {
    top: 55px;
    vertical-align: middle;
    margin: 15px;
    max-width: 40px;
}

.container .page-ico img {
    max-width: 30px;
}

.page-ico span {
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    /*max-width: calc(100% - 100px);*/
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 10px;
    right: 10px;
    font-size: 11px;
    max-width: 100%;
}

.outsourcing .page-ico {
    background: #10959c;
}

.software .page-ico {
    background: #f79625;
}

.nfo .page-ico {
    background: #9f1f63;
}

.nfo .solutions .item b {
    color: #9f1f63;
}

.nfo .solutions .item ul li a {
    color: #9f1f63;
}

.nfo .solutions a.item {
    height: 80px;
}

.software .page-ico img {
    /*left: 73px;*/
}

.banks .page-ico {
    background: #d0272c;
}

.integration .page-ico {
    background: #00a650;
}

.insurance .page-ico {
    background: #0051d7;
}

.left-menu,
.left-menu ul {
    background: #f3f3f3;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.left-menu {
    padding: 15px 0;
}

.left-menu li {
    padding: 6px 0 7px 0;
}

.left-menu li.parent.active {
    padding-bottom: 0px;
}

.left-menu li.parent.active>a {
    margin-bottom: 7px;
}

.left-menu li.parent>ul {
    display: none;
}

.left-menu li.parent.active>ul {
    display: block;
}

.left-menu li.parent.active>ul>li {
    background: none;
}


/*.left-menu li:hover {
	background: #232a33;
}*/

.left-menu .submenu li:hover {
    background: none;
}


/*.left-menu li:hover a {
	color: #707985;
}*/

.left-menu li a:hover {
    color: #707985;
}

.left-menu a {
    color: #232a33;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    font-size: 14px;
}

.left-menu .active {
    background: #232a33;
}

.left-menu .active a {
    color: #fff;
}

.left-menu .active ul {
    background: #8b8e93;
    padding-left: 30px;
}

.left-menu .active.submenu {
    padding-bottom: 0px;
}

.left-menu .active.submenu ul {
    margin-top: 7px;
    line-height: 15px;
}

.left-menu .active ul a {
    background: none;
}

.content .right {
    width: 715px;
    float: right;
}

.content .right .html {
    width: 712px;
    float: right;
}

.content .right.Ynarr .html {
    /*width: auto !Important;*/
    width: 100%;
}

.news-list {
    /*margin: 0px 0px 0px 13px !important;*/
    padding: 0px;
}

.news-item .news-list {
    margin: 0px 0px 0px 0!important;
}

.news-list li {
    color: #707985;
    margin-bottom: 20px;
    display: block;
}

.news-list li span {
    display: block;
    color: #585659;
}

.content .right .news-list li a {
    display: block;
    color: #232a33;
    text-decoration: none;
}

.content .right .news-list li a:hover {
    text-decoration: underline;
}

.content .news-list li .news-preview a {
    color: #707985;
    text-decoration: none;
}

.news-item {
    color: #707985;
    margin-top: 22px/*70px*/
    ;
}

.news-item h1 {
    /*color: #363e49;
    font-size: 19px;
    margin: 0px 0px 25px 0px;
    line-height: 20px;*/
    /*width: 250px;*/
}

.news-item h2 {
    color: #363e49;
    font-size: 17px;
    margin: 0px 0px 25px 0px;
    line-height: 20px;
    font-family: 'Graphik Semibold';
    /*width: 250px;*/
}

.news-item .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #B91E32;
}

.news-item-description {
    padding-bottom: 30px;
}

.content .right .news-item-description p,
.content .right .news-item-tab p {
    padding: 0;
}

.news-item-news {
    /*padding-bottom:20px;*/
}

.news-item-tab {
    padding-top: 30px;
}

.additional-link {
    border-bottom: 1px dashed;
}

.additional_block {
    display: none;
}

.additional-link-hide {
    display: none;
}

ul.text {
    margin: 0px 0px 0px 50px;
    padding: 0px;
    list-style: none;
}

ul.text li {
    /*width: 305px;*/
    width: 309px;
    display: block;
    float: left;
    /*padding-left: 18px;*/
    padding-right: 18px;
}

ul.text li li {
    display: list-item;
    padding-left: 0px !important;
}

ul.text p {
    margin: 0px 0px 10px 0px;
    padding: 0 !important;
}

ul.text.page ul {
    margin-left: 20px;
    list-style-type: disc;
}

ul.text.page li {
    padding-left: 0px;
}

ul.text.page a {
    color: #707985;
    text-decoration: none;
}

ul.text.page a:hover {
    color: #b31b3f;
    text-decoration: underline;
}

tr.section {
    height: auto;
}

.section {
    /*height: 225px;*/
    /*background: url('images/bg-section.png') top repeat-x;*/
}

.section .right {
    width: calc(100% - 100px);
    overflow: hidden;
    /*width: 100%;*/
    height: auto;
    position: relative;
}

.section .list {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 735px;
    /*height: 17px;*/
    min-height: 17px;
    line-height: 15px;
    padding-left: 30px;
    background: #fff url('images/bg-blocks-line.png') repeat-y left;
    display: none;
}

.section .list li {
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 3px;
    padding-top: 3px;
    display: inline-block;
}

.section .list a {
    color: #fff;
    text-decoration: none;
}

.section .list img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.section .list span {
    background: url('images/bg-blocks-li.png') 0px 6px no-repeat;
    padding: 0px 2px;
    margin-left: 3px;
}

.section .title {
    font-size: 40px;
    color: #585659;
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 2;
}

.section .title span {
    display: block;
    color: #d0272c;
}

.section.outsourcing .list {
    background-color: #10959c;
}

.section.software .list {
    background-color: #f79625;
}

.section.banks .list {
    background-color: #d0272c;
    z-index: 999;
}

.section.nfo .list {
    background-color: #9f1f63;
    z-index: 999;
}

.section.integration .list {
    background-color: #00a650;
}

.section.insurance .list {
    background-color: #0051d7;
}

.contacts {
    color: #707985;
    margin-bottom: 30px;
}

.contacts .title {
    color: #363e49;
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts p {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.contacts .map {
    margin-top: 25px;
    margin-bottom: 30px;
}

.contacts .map iframe {
    display: none;
}

.contacts .show-map {
    text-decoration: underline;
    color: #707985 !important;
}

.analytics {
    padding: 7px 0;
    color: #232a33;
}

.analytics.gray {
    background: #e9e9ea;
}

.analytics p {
    margin: 0 13px;
    padding: 0px !important;
}

.analytics a {
    color: #b91e32;
}

table.red {
    width: 100%;
}

table.red th,
table.red td {
    border: 2px solid #c7c8ca;
}

table.red th {
    background: #b20837;
    color: #fff;
    font-weight: normal;
    padding: 5px;
}

table.red td {
    padding: 5px 10px;
    color: #494949;
}

table.gray {
    width: 100%;
}

table.gray th {
    color: #8b8e93;
    font-weight: normal;
    padding: 0 15px 15px 15px;
    text-align: left;
}

table.gray td {
    padding: 10px 15px;
    color: #232a33;
}

table.gray .line td {
    background: #e9e9ea;
}

.pdf {
    display: block;
    background: url('images/pdf.png') 0px 0px no-repeat;
    line-height: 38px;
    color: #707985 !important;
    text-decoration: none;
    padding-left: 55px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.box-width {
    overflow: hidden;
    width: 735px;
}

.management,
.solutions {
    margin-bottom: 50px;
    /*width: 750px;*/
}

.solutions .item__wrapper {
    margin: 0px 0 18px 0;
}

.management .item__wrapper {
    margin: 0px 0 18px 0;
}

.management .item {
    min-height: 195px;
}

.management .item,
.solutions .item {
    background: url(images/bg-management.png);
    /* width: 347px; */
    margin: 0;
    position: relative;
    box-shadow: 1px 1px 5px rgba(214, 214, 214, 0.9);
    background-size: cover;
    height: 100%;
}

.solutions .item {}

.management .item .ico {
    width: 122px;
    height: 153px;
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: 1px 1px 3px rgba(214, 214, 214, 0.7);
    overflow: hidden;
}

.management .item .ico img {
    width: 122px;
    height: 153px;
}

.management .item b {
    font-size: 13px;
    color: #232a33;
    position: absolute;
    top: 35px;
    left: 160px;
}

.management .item a,
.management .item b,
.management .item span {
    padding-right: 15px;
}

.management .item span {
    font-size: 11px;
    color: #6f7985;
    position: absolute;
    top: 78px;
    left: 160px;
}

.management .item .more,
.solutions .item a {
    font-size: 10px;
    color: #8b8e93;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
}

.solutions .item ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #b91e32;
    position: static;
}

.solutions {
    margin-top: 20px;
}

.solutions a.item {
    padding: 20px;
    /*width: 307px;*/
    /*height: 155px;*/
    color: #232a33;
    display: block;
    text-decoration: none;
}

.solutions .item b {
    font-size: 20px;
    color: #ba1e33;
    display: block;
    margin-bottom: 15px;
}

.solutions .item b:hover {
    text-decoration: underline;
}

.solutions .item .sub-solution {
    margin-top: 20px;
    margin-left: 20px;
    position: static;
}

.solutions .item a b {
    margin-left: 20px;
}

.insurance .solutions {
    /*margin-top: -30px;*/
}

.insurance .solutions a.item {
    /*height: 80px;*/
    /*min-height: 75px;*/
}

.integration .solutions a.item {
    /*height: 115px;*/
}

.solutions .popup-block-child-menu {
    overflow: hidden;
    height: 45px;
    /*Задержка*/
    transition-duration: 1s;
    transition-property: height;
}


/*.solutions .popup-block-child-menu:hover{
	height: 390px;
}*/

.solutions .popup-block-child-menu-aft:after {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(images/arrs_3.png);
    background-size: 17px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
}

.solutions .popup-block-child-menu-aft:hover:after {
    background-position-y: -23px;
}

.solutions .popup-block-child-menu .sub-solution b {
    font-size: 20px;
    margin-bottom: -25px;
    margin-top: -3px;
}

.solutions .popup-block-child-menu ul {
    padding-left: 35px;
}

.solutions .popup-block-child-menu ul li {
    padding-top: 5px;
    margin-bottom: 5px;
}


/*
.insurance .solutions .item b {
    color: #0051d7;
}
*/

.integration .solutions .item b {
    color: #00a650;
    font-size: 18px;
}

.solutions .item.popup-block-child-menu-aft b {
    color: #9f1f63;
}

.clientage {
    margin: 0px -10px !important;
    font-size: 0;
}

.clientage li {
    background: #fff none no-repeat scroll center center;
    box-shadow: 1px 1px 5px rgba(214, 214, 214, 1);
    display: block;
    float: left;
    font-size: 0;
    height: 78px;
    margin: 14px 10px;
    position: relative;
    text-align: center;
    width: calc((100% - 40px)/2);
    padding: 10px;
}

.clientage li::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.clientage li a {
    color: #8b8e93 !important;
    display: inline-block;
    font-family: rotobo;
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: middle;
}

.clientage li img {
    max-height: 60px;
}

.partners {
    padding: 0 5px;
}

.partners a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.events {
    text-align: right;
    margin-bottom: 20px;
}

.events .list {
    margin-bottom: 15px;
}

.events li {
    background: #f4f4f4;
    padding: 10px 20px;
    width: 185px;
    height: 90px;
    font-size: 13px;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: left;
}

.events li:last-child {
    margin-right: 0px;
}

.events li span {
    font-size: 11px;
    color: #55749c;
    display: block;
    margin-bottom: 5px;
}

.events a {
    color: #707985;
    text-decoration: none;
}

.events a:hover {
    text-decoration: underline;
}

.events .all-events {
    color: #818488;
}

.clients li {
    display: block;
    float: left;
    /*width: 192px;*/
    height: 75px;
    /* padding: 0 24px; */
}

.paging {
    text-align: center;
    margin-top: 15px;
}

.paging a {
    color: #707985 !important;
    text-decoration: none;
    margin: 0 7px;
}

.paging .active {
    color: #000 !important;
}

.paging .back {
    background: url('images/bg-paging-back.png') 0 4px no-repeat;
    padding: 0px 5px;
}

.paging .prev {
    background: url('images/bg-paging-back.png') 0 4px no-repeat;
    padding: 0px 5px;
    width: 8px;
    height: 13px;
    margin-right: 0px;
    padding-right: 0px;
}

.paging .prev:hover {
    background: url('images/bg-paging-back.png') 0 4px no-repeat;
}

.paging .next {
    background: url('images/bg-paging-next.png') 0 3px no-repeat;
    padding: 0 5px;
    width: 13px;
    height: 13px;
}

.paging .next:hover {
    background: url('images/bg-paging-next.png') 0 3px no-repeat;
}

.paging input {
    border: 0;
    /*width:20px;*/
    width: 35px;
    text-align: center;
}

a.slidesjs-previous,
a.slidesjs-next {
    color: #707985 !important;
    text-decoration: none;
}

a.slidesjs-next {
    margin-left: 5px;
}

.architecture {
    margin: 0px 0px 0px 20px !important;
    padding: 0px;
    list-style: none;
    color: #e7e7e7 !important;
    text-align: center;
    font-size: 12px;
}

.architecture li {
    background: #404041;
    margin: 0px 0px 6px 0px;
    border: 2px solid #404041;
    line-height: 28px;
}

.architecture li ul {
    margin: 0px !important;
    padding: 5px;
    list-style: none;
    background: #fff;
}

.architecture li ul li {
    margin: 0px;
    background: #fff;
    border: 2px solid #0051d6;
    color: #0051d6;
}

.architecture .three {
    padding: 5px 0px 5px 6px;
}

.architecture .three li {
    display: block;
    width: 221px;
    line-height: 28px;
    float: left;
    margin-right: 2px;
}

.architecture ul .selected {
    background: #0051d6;
    color: #fff;
}

.architecture a {
    text-decoration: none;
}

.value-architecture {
    margin: 25px 0px 0px 20px !important;
    padding: 0px;
    list-style: none;
}

.value-architecture li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.value-architecture span {
    display: block;
    width: 14px;
    height: 14px;
    background: url('images/bg-architecture.png') 0 0px no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
}

.value-architecture .v2 span {
    background-position: 0px -14px;
}

.value-architecture .v3 span {
    background-position: 0px -28px;
}

.footer {
    /*height: 130px;*/
    background: #232a33;
    color: #fff;
    padding: 29px 0px 0px 0px;
}

.footer .container {
    margin-bottom: 0px;
}

.footer .phones {
    /*float: left;*/
    /*display: block;*/
    /* width: 36%; */
    /*text-align: center;*/
    /*margin-left: 130px;*/
}

.after_footer .social {
    display: flex;
    justify-content: flex-begin;
}

.footer .social a {
    /* display: block; */
    /* background-image: url(/bitrix/templates/diasoft/images/socail.png); */
    /* background-repeat: no-repeat; */
    /* display: inline-block; */
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-left: 6px;
}

.footer .social a:hover {
    background: #B0283C;
    border: 1px solid #B0283C;
    /*transition:0.3s;*/
}

.footer .copy {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.footer .mail {
    /*display: block;*/
    /*float: left;*/
    /* width: 25%; */
    /*text-align: left;*/
    /*margin-left: 158px;*/
}

.footer-top {
    /*height: 40px;*/
}

.footer-link {
    /*display: block;*/
    /*margin: auto;*/
    /*width: 100%;*/
    /*height: 50px;*/
    padding-top: 25px;
}

.footer-link a {
    display: block;
    /*float: left;*/
    /*text-align: left;*/
    /*display: inline-block;*/
    margin-top: 10px;
    /*margin-right: 49px;*/
}

.footer-link a:hover {
    color: #b91e32;
}

.footer p {
    margin: 0px 0px 10px 0px;
}

.footer a {
    color: #636466;
    text-decoration: none;
}

.footer .facebook:before {
    content: "";
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
    background-image: url(/bitrix/templates/diasoft_2019/images/facebook.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-position: 4px 0px;*/
}

.footer .youtube:before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    background-image: url(/bitrix/templates/diasoft_2019/images/youtube.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-position: 4px 0px;*/
}

.footer .in {
    width: 25px;
    height: 25px;
}

.footer .twitter {
    width: 30px;
    height: 25px;
    background-position: -48px 0px;
}

.management-top h1 {
    margin-bottom: 60px;
}

.management-top h4 {
    margin-top: 40px;
}

.top-head {
    padding-left: 17px;
}

.top-head p {
    padding-left: 0 !important;
}

.profile p {
    margin: 13px 0 0 0;
}

h1.nw {
    margin-top: 47px;
    margin-bottom: 19px;
}

h4.clients {
    margin-top: 44px;
    margin-bottom: 43px;
}

.firm-logo {
    margin-top: 51px;
    margin-bottom: 46px;
}

h4.history {
    margin-bottom: 27px;
}

h1.partner {
    margin-bottom: 61px;
}

.partner-text {
    margin-bottom: 72px;
}

.part-list h4 {
    margin-bottom: 10px;
}

.partners-item {
    font-size: 13px;
}

.partners-item p {
    padding-left: 0 !important;
}

.partners-item .logo {
    margin-top: 43px;
}

.partners-item .info {
    margin-top: 28px;
}

.partners-item h4 {
    margin-bottom: 20px;
}

.partners-item ul.text {
    margin-left: 40px;
}

.career-first h4 {
    margin-bottom: 25px;
}

.career-first .career-block {
    margin-bottom: 32px;
}

.image_carousel {
    position: relative;
}

.image_carousel img {
    background-color: white;
    display: block;
    float: left;
}

a.prev,
a.next {
    display: inline-block;
}

a.prev {
    background-position: 0 0;
}

a.prev:hover {
    background-position: 0 -50px;
}

a.prev.disabled {
    background-position: 0 -100px !important;
}

a.next {
    right: -22px;
    background-position: -50px 0;
}

a.next:hover {
    background-position: -50px -50px;
}

a.next.disabled {
    background-position: -50px -100px !important;
}

a.prev.disabled,
a.next.disabled {
    cursor: default;
}

a.prev span,
a.next span {}

.pagination {
    text-align: center;
    display: inline-block;
}

.pagination a {
    background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}

.clearfix {
    float: none;
    clear: both;
}

.controls {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.image_carousel .controls a {
    text-decoration: none;
    color: #707985;
}

.image_carousel .controls a:hover {
    text-decoration: none;
}

.image_carousel .controls a.selected {
    font-weight: bold;
}

.partner-item {
    height: 86px;
    float: left;
    text-align: center;
}


/* Стилизация popup fancybox формы*/

.fancybox-skin h1 {
    color: #232a33;
    font-size: 20px;
    margin: 10px 0px 25px 15px;
    font-weight: bold;
}

.fancybox-skin {
    border-radius: 0px;
    background: url('images/bg-career-application.png');
    position: relative;
    font-size: 13px;
    color: #232a33;
    font-family: "Graphik Semibold";
}

.fancybox-close {
    background: url('images/close.png') no-repeat;
    top: 10px;
    right: 10px;
    height: 10px;
    width: 55px;
}

.input>input,
.input>textarea {
    background: #dcdcdb;
    box-shadow: inset 3px 3px 5px rgba(202, 202, 201, 1);
    border: 0px;
    border-radius: 5px;
    height: 29px;
    outline: none;
    padding: 0 10px;
    line-height: 29px;
}

textarea {
    height: 68px;
    padding: 5px 10px !important;
    resize: none;
}

.fancybox-inner textarea {
    height: 68px !Important;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    background: #dcdcdb;
    box-shadow: inset 3px 3px 5px rgba(202, 202, 201, 1);
    border: 0px;
    border-radius: 5px;
    height: 29px;
    outline: none;
    padding: 0 10px !important;
    line-height: 29px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

div.forum-filter-field span.forum-filter-field-item {
    margin-bottom: 10px;
}

.widget-upload-field {
    height: 38px;
}

.widget-upload-field:before {
    content: "Выберите файл";
    position: absolute;
    color: #232a33;
    font-family: Myriad Pro;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    left: 0;
    top: 0;
    background: #dddee1;
    background: -moz-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddee1), color-stop(100%, #b5b8bf));
    background: -webkit-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -o-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -ms-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: linear-gradient(to bottom, #dddee1 0%, #b5b8bf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddee1', endColorstr='#b5b8bf', GradientType=0);
    width: 115px;
    height: 35px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px rgba(214, 214, 214, 0.8);
    font-weight: normal;
}

.upload-field-value {
    background: none;
    border: 0;
    height: 35px;
    line-height: 35px;
    margin-left: 130px;
    color: #232a33;
    font-size: 13px;
    font-family: Myriad Pro;
}

.item {
    margin: 0px 0px 20px 15px;
}

.item span {
    display: block;
    margin-bottom: 15px;
}

.item.file {
    color: #707985;
    font-weight: normal;
    font-size: 13px;
}

.item.checkbox {
    color: #707985;
    font-weight: normal;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
}

.item.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
}

.item.checkbox a {
    color: #b91e32;
    display: block;
}

.buttons {
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.buttons a {
    color: #707985;
    text-decoration: none;
    padding: 0 5px;
}

.buttons input {
    border: 0px;
    background: none;
    padding: 0px;
    cursor: pointer;
    color: #232a33;
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 14px;
}

.errortext {
    color: red;
}

#resume {
    height: 570px;
}


/* Loading indicator */

.loading-indicator {
    position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.loading-indicator .loading-layer {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.loading-indicator .loading-icon {
    background: url(images/loading.gif) no-repeat center center transparent;
}

.person-detail {
    padding: 0 6px;
}

.pphoto img {
    box-shadow: 1px 2px 5px rgba(204, 204, 204, 0.8);
}

.pright {}

.ptext {
    width: 100%;
    float: left;
    font-weight: normal;
    margin-top: 20px;
    color: #707985;
    margin-bottom: 8px;
}

.ptext p {
    margin-top: 0px;
}

.name {
    font-size: 20px;
    color: #b91e32;
    width: 100%;
    display: block;
    padding: 20px 0 35px 0;
}

.pos {
    font-size: 14px;
}

a.more:hover {
    text-decoration: none !Important;
}

a.more span {
    padding: 0px;
    margin-top: 20px;
    text-decoration: none;
    border-bottom: 1px #b91e32 dashed;
}

@media print {
    .content .left,
    .menu,
    .header .right,
    .footer,
    .first,
    .banners,
    .sectionbanner {
        display: none;
    }
}

.aspicture span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.aspicture {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 0;
    height: 75px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    word-spacing: 0;
}

.aspicture img {
    vertical-align: middle;
    /*width: 98%;*/
    max-height: 100%;
}

.adres {
    /*width: 25%;*/
    /*float: left;*/
    /*display: block;*/
}

.accordion {
    margin-top: 20px;
    display: block;
    /*color: #333 !Important;*/
    font-size: 15px;
    /*21px;*/
    /*background: url('images/arrs.png') no-repeat 0px 5px;*/
    /* background: url('images/arrs.png') no-repeat 0px 0px; */
    min-height: 14px;
    /*23px;*/
    padding-left: 18px;
    margin-bottom: 20px;
    /*30px;*/
    /*padding-top: 5px;*/
    padding-top: 0px;
    position: relative;
}

.accordion:before {
    display: block;
    content: '';
    background: url('images/arrs.png') no-repeat 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 8px;
}

.accordion+div {
    padding: 0px 0
}

.accordion.active:before {
    /*background: url('images/arrs.png') no-repeat 0px -22px;*/
    background: url(images/arrs.png) no-repeat 0px -29px;
    top: 5px;
    height: 8px;
    width: 14px;
}

a.accordion:hover {
    text-decoration: none;
}

.fancybox-skin .news-detail {
    font-weight: normal;
    margin: 0 20px;
}


/* Интерактивные таблицы */

.sect-name {
    background: none;
    padding: 5px;
    text-align: center;
    /*color: #FFF;*/
    display: block;
    float: left;
    font-size: 16px;
    width: 100%;
}

.colored-scheme .sect-line {
    /*border: 1px solid #333;*/
    border: 2px solid #b0b1b2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background: #D5D2D5;
}

.gray.colored-scheme .sect-name {
    background: none;
    color: #000;
}

.gray.colored-scheme .sect-line {
    border: 1px solid #aaaaaa;
}

.colored-scheme .sect-body {
    padding: 10px 10px 0px 10px;
    -moz-box-sizing: border-box;
    float: left;
    box-sizing: border-box;
    width: 100%;
    display: table;
    width: 100%;
}

.element {
    padding: 10px 20px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

.separator {
    padding: 0 !Important;
}

.vsect-line {
    float: left;
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.vsect-name {
    margin-bottom: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vsect-name-wpap {
    display: table;
    width: 100%;
}

.vsect-name p {
    margin: 0px;
}

.vsect-line a.vsect-element {
    width: 100%;
    float: left;
    padding: 10px 5px;
    text-align: center;
    margin-top: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.vsect-body {}

.vertwrapper {
    padding: 5px;
    border: 2px solid #CCC;
    overflow: hidden;
    background: #E6E6EE;
}

.vert-scheme {
    float: left;
    background: #D5D2D5;
    padding: 0px;
    border: 2px solid #b0b1b2;
    min-width: 500px;
}

.colored-scheme {
    min-width: 500px;
}

.vert-scheme>header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.notetext {
    margin-top: 15px;
}

.header .right>div {
    display: inline;
}

#search-submit:hover,
#spagesubmit:hover {
    opacity: 0.7;
}

#search-submit,
#spagesubmit {
    position: absolute;
    height: 29px;
    width: 29px;
    top: 0px;
    right: 0;
    border: 0px;
    /*background: none;*/
    cursor: pointer;
    color: transparent;
    font-size: 0;
    background: url(images/search.svg) no-repeat center center;
}

#search-submit {
    left: 0;
    background: url(images/search.png) no-repeat center center;
}

#spagesubmit {
    top: -1px;
    right: 3px;
    border: none;
}

.searchpage form {
    position: relative;
}

.searchpage p.search-sort {
    padding-left: 0px;
}

textarea.bxeditor-textarea {
    height: 100%;
}

.bx-core-window textarea {
    height: 100%;
}

.bx-core-window input[type="text"] {
    line-height: 100% !Important;
}

.go-button {
    color: #232a33;
    font-family: Myriad Pro;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    background: #dddee1;
    background: -moz-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddee1), color-stop(100%, #b5b8bf));
    background: -webkit-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -o-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: -ms-linear-gradient(top, #dddee1 0%, #b5b8bf 100%);
    background: linear-gradient(to bottom, #dddee1 0%, #b5b8bf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddee1', endColorstr='#b5b8bf', GradientType=0);
    width: 115px;
    height: 35px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px rgba(214, 214, 214, 0.8);
    font-weight: normal;
    border: none;
    cursor: pointer;
}

.infowindow {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

div.aspicture {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
}

div.aspicture:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: none;
    /* Google Chrome & Safari 6+ */
}

.content .right a.nolink:hover {
    text-decoration: none;
}

.svggray {
    display: none;
    max-width: 100%;
}

.bx-ie10 div.aspicture,
.bx-firefox div.aspicture {
    display: none;
}

.bx-ie10 .svggray,
.bx-firefox .svggray {
    display: block;
}

div.content .hide {
    display: none;
}

.hist-list li {
    border-bottom: 1px solid #CCC;
    margin-bottom: 50px;
}

.hist-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.tabs a {
    text-decoration: none;
    color: #C31A3B;
}

.tabs a:hover {
    border-bottom: none;
}

.tabs .selected a {
    color: #363E49;
}

ul.breadcrumb-navigation {
    padding-top: 15px;
}

.caroufredsel_wrapper {
    margin: 0 auto !important;
}

article.slider #newsgall img {
    top: 50% !important;
    position: absolute;
}

article.slider #newsgall {
    height: 350px !important;
}

#feedback {
    padding: 20px 15px 30px;
}

#feedback .item {
    margin-left: 0;
}

#feedback input {
    width: 100%;
    font-family: Arial;
}

#feedback input[type=checkbox],
#feedback input[type=submit] {
    width: auto;
}

#feedback textarea {
    max-width: 100%;
    width: 100%;
    height: 69px;
    font-family: Arial;
}

#feedback input[type=checkbox]+label {
    font-size: 9px;
}

.required-fields {
    font-weight: normal;
    font-size: 12px;
}

#feedback .input_MESSAGE {
    margin-bottom: 10px;
}


/* НАЧАЛО Страница 404 */

.p404 {}

.p404 .image {
    /* background: url(images/404.png) no-repeat 0 81px; */
    /* width: 446px; */
    /* height: 498px; */
    /* float: left; */
    /* margin-right: 34px; */
    margin-top: 50px;
    margin-bottom: 50px;
}

.p404 .text .error {
    font-size: 35px;
    color: #585659;
    margin: 25px 0px 10px 0px;
    font-weight: 300;
}

.p404 .text .desc {
    color: #000000;
    line-height: 14px;
    font-size: 13px;
}

.p404 .text .button {
    margin-top: 42px;
}

.p404 .text .button a {
    display: inline-block;
    background: #af1e3d;
    padding: 12px 34px;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
}

.map-columns {
    margin-top: 25px;
}

.sitemap a {
    color: #585659;
    text-decoration: none;
}

.sitemap a:hover {
    color: #b91e32;
}

.sitemap ul {
    list-style: none;
}

.sitemap .map-level-0 {
    margin: 0;
    padding: 0;
}

.sitemap .map-level-0>li {
    margin-bottom: 40px;
}

.sitemap .map-level-0>li>a {
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}

.sitemap .map-level-0>li>ul {
    margin-top: 18px;
    padding-left: 0;
}

.sitemap .map-level-0>li>ul li {
    margin-bottom: 8px;
}

.map-columns {
    width: 100%;
}

.map-columns td {
    vertical-align: top;
    padding-right: 91px;
}

.map-columns .map-level-2 li {
    margin-top: 8px;
    list-style: square;
}


/* КОНЕЦ Страница 404 */

.news-detail_dark-border {
    margin-top: 20px;
}

.news-detail_container {
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 8px;
    padding-top: 7px;
    margin-bottom: 18px;
    background: #ededed;
}

.news-detail_inline-block {
    display: inline-block;
}

.news-detail_block-images {
    width: 100px;
    height: 80px;
    margin-right: 8px;
}

.news-detail_images {
    max-width: 100%;
}

.news-detail_block-text {
    max-width: calc(100% - 113px);
}

.table-detail {
    width: 100%;
    border-spacing: 0;
    padding: 10px;
}

.table-detail caption {
    font-size: 17px;
    color: #585659;
    margin: 17px 0px 13px 0px;
    font-weight: bold;
}

.table-detail th p,
.table-detail tr p,
.table-detail tr ul {
    margin: auto;
}

.table-detail tr ul {
    padding-left: 15px;
}

.table-detail th {
    -webkit-border-radius: 6px;
    background-color: rgba(80, 165, 80, 1);
    background-image: -moz-linear-gradient(center top, #F8F8F8, #ECECEC);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(80, 165, 80, 1)), to(rgba(80, 165, 80, 1)), color-stop(.4, rgba(80, 165, 80, 1)));
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(80, 165, 80, 0.8) inset;
    text-shadow: 0 1px 0 rgba(80, 165, 80, 0.5);
    border-color: #000;
    padding: 10px;
    line-height: normal;
    color: #fff;
    height: auto;
}

.table-detail tr {
    vertical-align: middle;
}

.table-detail tr td {
    padding: 10px;
    line-height: normal;
    height: auto;
    -webkit-border-radius: 6px;
    background-color: rgb(243, 243, 243);
    background-image: -moz-linear-gradient(center top, #F8F8F8, #ECECEC);
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(243, 243, 243)), to(rgb(243, 243, 243)), color-stop(.4, rgb(243, 243, 243)));
    border-top: medium none;
    box-shadow: 0 1px 0 rgb(243, 243, 243) inset;
    text-shadow: 0 1px 0 rgb(243, 243, 243);
    border-color: #000;
    padding: 10px;
    line-height: normal;
    /* color: #000; */
    font-weight: 700;
    height: auto;
}

.table-detail tr ul li {
    padding-bottom: 3px;
}

tr.list-table-info {
    vertical-align: top;
}

tr.list-table-info td {
    background: none;
}

tr.list-table-info td li {
    /* color: #000; */
    font-weight: 400;
}

.section .right img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.hamburger-inner__wrapper {
    /*display: block;*/
    /*position: relative;*/
    top: 13px;
    left: 30px;
    width: 40px;
    height: 28px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 17px;
}

.hamburger-inner__wrapper:hover .hamburger-inner,
.hamburger-inner__wrapper:hover .hamburger-inner:after,
.hamburger-inner__wrapper:hover .hamburger-inner:before {
    background-color: #af1e3d;
}

.main-nenu__over {
    display: none;
}

.container img {
    max-width: 100%;
    height: auto;
}

.js-img-search {
    padding-left: 10px;
    padding-right: 30px;
}

.js-img-search:hover {
    cursor: pointer;
}

.header .phones {
    line-height: 17px;
    right: 15px;
    position: absolute;
}

.header .phones a {
    text-decoration: none;
    color: #707985;
}

.main-content__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: end;
    justify-content: space-between;
    min-height: 100vh;
    /*padding-top: 96px;*/
}

.footer-top>div {
    margin-bottom: 15px;
}

.slider_main {
    width: 100%;
}

.slider_main img {
    width: 100%;
    max-height: 300px;
}
.first-slider-wrap {
    position: relative;
}
.first-slider-wrap .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    width: min-content;
}
@media (min-width: 992px) {
    .first-slider-wrap .swiper-pagination {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .first-slider-wrap .swiper-pagination {
        display: flex ;
        position: relative;
        bottom: 0;
        margin: 20px 0; 
    }
}
.first-slider-wrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: .4;
    transition: opacity .1s;
}
.first-slider-wrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.first-slider-wrap:before,
.slider_main:before {
    content: '';
    background-image: url("/images/background/left.png");
    position: absolute;
    left: -330px;
    width: 330px;
    height: 300px;
}

.first-slider-wrap::after,
.slider_main:after {
    background-image: url("/images/background/right.png");
    content: '';
    position: absolute;
    right: -330px;
    height: 300px;
    width: 330px;
    top: 0px;
}

.slider_main .slick-arrow {
    display: none !important;
}

.slick-dots li {
    width: 17px;
    height: 17px;
    background-color: #005ca2;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 13px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.slick-dots li button {
    display: none;
}

.slider_main .slick-dots li {
    width: 14px;
    height: 14px;
    margin-right: 18px;
}

.slider_main .slick-dots {
    /*position: absolute;*/
    margin-top: -30px;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-left: 5px;
    /* padding-bottom: 8px;
    margin-top: 8px;*/
}

.slider_main .slick-dots li {
    /* border: 2px solid #b1b3b5;*/
    background-color: rgba(255, 255, 255, 0.7);
    margin-right: 7px;
}

.slider_main .slick-dots li.slick-active {
    background-color: white;
    /*border: 2px solid #9c9fa3;*/
}

.slider_main .btn {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 29px;
    margin-top: -14px;
    /*z-index: 9999;*/
    z-index: 5;
    border: none;
    outline: none !important;
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    display: block;
}

.slider_main .next {
    background: url(images/slider-next.png) no-repeat;
    right: 5px;
}

.slider_main .prev {
    background: url(images/slider-back.png) no-repeat;
    left: 5px;
}

.container>.content.clearfix>.news {
    margin-bottom: 25px;
}

select.form-control {
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-size: 16px;
}

.content .right.Ynarr {
    width: 100%;
    margin-top: 10px;
}

.table__wrapper {
    overflow-x: auto;
}

.content .hasLeftMenu .col-banner {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

#resume .inputtext,
#resume .inputtextarea {
    width: 270px;
    max-width: 100%;
}

.menu-select {
    margin-top: 15px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.news-item__list__wrapper {
    margin-top: 25px;
}

.slider-nav-container {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 3;*/
    margin-top: 10px;
    text-align: center;
}

.slider-nav-container>a.slick-arrow {
    color: #707985;
}

.slider-nav-container>.slider-nav {
    display: inline-block;
}

.slider-nav-container>.slider-nav .slick-dots {
    margin: 0 10px;
    /*position: relative;*/
    top: 4px;
    bottom: auto;
    width: auto;
    height: 10px;
    display: inline-block;
    padding-left: 0;
}

.slider-nav-container>.slider-nav .slick-dots li {
    position: relative;
    background: none;
    margin-right: 1px;
    margin-left: 1px;
    width: auto;
    max-width: 20px;
}

.slider-nav-container>.slider-nav .slick-dots li button {
    background: none;
    border: none;
    outline: none !important;
    display: block;
    color: #707985;
    padding: 0 2px;
}

.slider-nav-container>.slider-nav .slick-dots li.slick-active button {
    font-weight: bold;
}

.slider-nav-container>.slider-nav .slick-prev,
.slider-nav-container>.slider-nav .slick-next {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    color: #ffffff;
}

.slider-nav-container>.slider-nav .slick-prev:hover:before,
.slider-nav-container>.slider-nav .slick-next:hover:before {
    color: #b91e32;
}

.slider-nav-container>.slider-nav .slick-prev {
    float: left;
}

.slider-nav-container>.slider-nav .slick-next {
    float: right;
}

.image_carousel {
    margin-bottom: 15px;
}

.preview_picture__wrapper {
    margin-bottom: 10px;
}

.detail_picture__wrapper {
    margin-bottom: 10px;
}

.banners .row {
    min-width: 100%;
}

html body .content .fullwidth .html {}

html body .content .fullwidth,
html body .content .fullwidth .html {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: none;
    overflow: hidden;
}

.body__header_fixed .header {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}

.contacts [id*='map_canvas'] {
    max-height: 100vh;
}

.clearfix.row:after {
    display: none;
}

.clearfix.row:before {
    display: none;
    /*safari flex fix*/
}

@media (min-width: 992px) and (max-width: 1017px) {
    .container {
        max-width: 930px;
    }
}

@media (min-width: 576px) {
    /*.container {
        max-width: 540px;
    }*/
    /*#slides .slides_container {
        height: 173px;
        width: 510px;
    }
    #slides .slides_container div {
        height: 173px !important;
        width: 510px;
    }
    #slides{
        height: 173px;
    }*/
    /*	.first {
            height: 568px;
        }*/
    .footer .social {
        /*text-align: right;*/
    }
    .footer .mail {
        /*text-align: right;*/
    }
    .footer-link a {
        float: left;
        text-align: left;
        display: inline-block;
        /*padding-top: 10px;*/
        margin-right: 49px;
    }
    .first {
        height: 225px;
        /* height: 503px; */
        /*background: url('images/bg-first.jpg') repeat-x;*/
        /* padding-top: 40px; */
        /* padding-bottom: 40px; */
        /*
        background: #f0f0f0;
        background: -moz-linear-gradient(top, #f0f0f0 0%, #f7f7f7 3%, #fefefe 11%, #ffffff 44%, #fcfcfc 53%, #f5f5f5 59%, #efefef 62%, #eeeeee 64%, #e0e0e0 70%, #d9d9d9 75%, #d7d7d7 80%, #d7d7d7 100%);
        background: -webkit-linear-gradient(top, #f0f0f0 0%,#f7f7f7 3%,#fefefe 11%,#ffffff 44%,#fcfcfc 53%,#f5f5f5 59%,#efefef 62%,#eeeeee 64%,#e0e0e0 70%,#d9d9d9 75%,#d7d7d7 80%,#d7d7d7 100%);
        background: linear-gradient(to bottom, #f0f0f0 0%,#f7f7f7 3%,#fefefe 11%,#ffffff 44%,#fcfcfc 53%,#f5f5f5 59%,#efefef 62%,#eeeeee 64%,#e0e0e0 70%,#d9d9d9 75%,#d7d7d7 80%,#d7d7d7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d7d7d7',GradientType=0 );
        */
        /*  border-bottom: 17px solid #fff; */
    }
    .first .blocks {
        margin-top: -2px;
    }
    .first .blocks a:nth-last-child(2) {
        margin-bottom: -17px;
    }
    #feedback input {
        width: 262px;
        font-family: Arial;
    }
    #resume .inputtext,
    #resume .inputtextarea {
        width: 340px;
    }
    .pphoto {
        float: left;
        margin-right: 22px;
    }
    .bx-ie .clientage li {
        max-width: 100%;
    }
    .bx-ie .clientage li img {
        max-width: 215px;
    }
    .page-ico {
        height: 120px;
        width: 120px;
    }
    .container .page-ico img {
        max-width: 40px;
    }
    .page-ico span {
        line-height: 20px;
        font-size: 14px;
    }
    .section .right {
        width: calc(100% - 120px);
    }
    .section .right img {
        height: 120px;
    }
}

@media (min-width: 768px) {
    /*#slides .slides_container {
        height: 234px;
        width: 690px;
    }
    #slides .slides_container div {
        height: 234px !important;
        width: 690px;
    }
    #slides{
        height: 234px;
    }*/
    /*	.first {
            height: 629px;
        }*/
    .menu ul li {
        font-size: 15px;
    }
    .content .col-banner {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .menu_main ul.list {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        white-space: nowrap;
    }
    .menu_main ul.list li {
        padding: 0;
    }
    .content .right {
        width: 498px;
    }
    .content .right .html {
        width: 495px;
    }
    h6 {
        font-size: 13px;
    }
    h5 {
        font-size: 15px;
    }
    h4 {
        font-size: 17px;
    }
    h3 {
        font-size: 20px;
    }
    h2 {
        font-size: 23px;
    }
    h1 {
        font-size: 18px;
        font-weight: 600;
        color: #636466;
    }
    .section {
        height: 172px;
        background: url('images/bg-section.png') top repeat-x;
    }
    .section .list {
        width: 518px;
        display: block;
    }
    .section .right {
        width: 518px;
        height: 172px;
        display: block;
    }
    .menu ul.list ul {
        display: none;
    }
    .enter-eng__wrapper {
        position: absolute;
        right: 15px;
        margin-top: -67px;
    }
    .header .right {
        margin-right: 192px;
    }
    .navbar-toggler {
        display: none !important;
    }
    .container-md {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 720px;
    }
    .menu_main .main-submenu {
        display: none !important;
    }
    .hamburger-inner__wrapper {
        display: none;
    }
    .content .right.Ynarr {
        margin-top: 10px;
    }
    .footer .mail {
        /*text-align: center;*/
    }
    .footer .phones {
        /*text-align: center;*/
    }
    .footer-link {
        display: flex;
        justify-content: space-between;
    }
    .footer-link a {
        padding-top: 0;
        margin-right: 0;
    }
    .page-ico {
        height: 172px;
        width: 172px;
        padding: 0;
    }
    .page-ico img {
        top: 22px;
        position: relative;
        margin: 0;
    }
    .page-ico span {
        position: absolute;
        bottom: 25px;
        left: 15px;
        right: 15px;
        font-size: 16px;
        max-width: 100%;
    }
    .content .left {
        /*width: 225px;*/
        width: 172px;
        min-height: 1px;
    }
    .p404 .text {
        /*float: left;*/
        /*width: 350px;*/
        padding-top: 50px;
    }
    #feedback textarea {
        width: 525px;
    }
    #resume .inputtextarea {
        width: 510px;
    }
    .content .right {
        margin: 0 0 0 20px;
    }
    .main-content__wrapper {
        padding-top: 0;
        min-height: calc(100vh - 135px);
    }
    .image_carousel {
        margin-bottom: 25px;
    }
    .bx-ie .menu_main ul.list>li {
        display: inline;
        margin-right: 25px;
    }
    .bx-ie .menu_main ul.list>li:last-child {
        margin-right: 0;
    }
    .container .page-ico img {
        max-width: 40px;
    }
    .container .page-ico img {
        max-width: 100%;
    }
    .section .right img {
        height: 100%;
        height: calc(100% - 21px);
    }
    .menu-select {
        margin-top: 25px;
    }
}

.block-info-svg {
    position: relative
}

.block-info-svg:before {
    content: '';
    width: 63px;
    height: 50px;
    background: url(/bitrix/templates/diasoft_2019/images/sk.png) no-repeat;
    z-index: 1;
    display: block;
    margin-top: -10px;
}

.block-info-svg:hover:before {
    /*background: url(/upload/g3826_hover.svg) no-repeat;
    margin-left: -1px;
    width: 64px;*/
}

.block-video .block-video-text {
    font-size: 11px;
    line-height: 15px;
    color: #707985;
}

.block-video-detail_text {
    font-size: 13px;
    line-height: 15px;
    color: #707985;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
}

.block-video .block-video-detail_text {
    font-size: 13px;
    line-height: 15px;
    color: #707985;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
}

.block-video h2 {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
}

.block-video-info img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.block-video .block-video-link {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #B0283C;
    display: block;
}

.block-video h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    margin-top: 0;
    color: #B0283C;
    margin-bottom: 7px;
}


/*
.block-video {
    margin-bottom: 20px;
    margin-top: 15px;
}
*/

.block-video .mb-info-2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.block-video-info-mini h2 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mb-info-0 {
    margin-bottom: 0!important;
}

.news-detail-block-info h1 {
    color: #707985;
}

.mb-info-4 {
    margin-bottom: 30px;
}

.news-detail-block-info h2 {
    margin-top: 5px;
    color: #000000;
    font-weight: bold;
}

.news-detail-block-info .block-video-text {
    font-size: 11px;
    line-height: 15px;
    color: #707985;
}

.mb-3-info {
    margin-bottom: 15px;
}

.info-time-block-video {
    position: relative;
}

.plashka-time {
    position: absolute;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background: #000;
    padding: 2px 5px;
    right: 5px;
    bottom: 7px;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    background: #fff;
    z-index: 1000;
    position: absolute;
    color: #000;
    padding: 10px;
    display: none;
}

.docs-form {
    margin-top: 2rem;
}

.docs-form__input {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
}

.docs-list__id {
    display: block;
    margin-bottom: .5rem;
}

.docs-form__btn {
    border: none;
    display: inline-block;
    background: #af1e3d;
    padding: 7px 14px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.docs-list {
    line-height: 160%;
}

.docs-list__link {
    margin-bottom: .5rem;
    font-weight: 700;
    display: block;
}


/* ---- new design ----- */

.wrp {
    background-image: linear-gradient(to right, #5a58a2, #882461);
    color: #636466;
}

.pre-header {
    padding: 7px;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #5a58a2 0%, #a01963 100%);
}

.pre-header .container {
    margin-bottom: 0px;
}

.pre-header a {
    text-decoration: none;
    color: white;
}

.pre-header .phones.second {
    padding-left: 15px;
}

.pre-header .enter {
    background: url('images/enter.png') left center no-repeat;
    padding-top: 2px;
    padding-left: 25px;
    margin: 0 20px 0 30px;
    text-decoration: none;
}

.pre-header-elem {
    position: relative;
}

.pre-header-elem div {
    display: inline;
}

.menu_main__inner .enter {
    background: url('images/login-3.svg') left center no-repeat;
    padding-top: 2px;
    padding-left: 25px;
    margin: 0 20px 0 20px;
    text-decoration: none;
}

.menu_main__inner .container-md {
    display: flex;
    flex-direction: row;
    background: white;
}

.div-search {
    position: absolute;
    left: 227px;
    top: 32px;
    z-index: 1000;
}

.div-search input {
    width: 230px;
    padding-left: 30px !important;
}

.header {
    background: white;
}

.header .container .row {
    height: 96px;
}

.slider_main_blocks.row {
    margin-top: -60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.slider_main_blocks ul.list {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    align-content: center;
    width: 100%;
    z-index: 2;
}

.slider_main_blocks ul.list li {
    /* background: white;*/
    border: 1px black;
    height: 108px;
    /*margin: 1px;*/
    /* opacity: 90%;*/
    font-size: 14px;
    flex-direction: column;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.slider_main_blocks ul.list li:first-of-type div,
.slider_main_blocks ul.list li.active div,
.slider_main_blocks ul.list li.active+li div {
    border-left: none;
}

.slider_main_blocks ul.list li div {
    border-left: 1px solid #636466;
    padding: 15px;
    height: 100%;
}

.slider_main_blocks ul.list li:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slider_main_blocks ul.list li:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slider_main_blocks ul.list li a {
    text-decoration: none;
    color: #636466;
}

.slider_main_blocks ul.list li:hover {
    cursor: pointer;
}

.slider_main_blocks ul.list li a,
.slider_main_blocks ul.list li a pre {
    display: flex;
    flex-direction: column;
    white-space: break-spaces;
}

.slider_main_blocks ul.list li:first-child {
    margin-left: 0px;
    border-radius: 5px 0px 0px 5px;
}

.slider_main_blocks ul.list li:last-child {
    margin-right: 0px;
    border-radius: 0px 5px 5px 0px;
}

.slider_main_blocks ul.list li.active {
    opacity: 100%;
    height: 117px;
    border-radius: 4px !important;
    margin: 0px;
    /*margin-left: -3px;
    margin-right: -3px;*/
    border-bottom: 4px solid #98216b;
    /* linear-gradient(to right, #5a58a2 , #98216b); */
    /*border-image: linear-gradient(90deg, #65509f 0%, #98226c) 100% 0%;*/
    border-top: 4px;
    background: white;
}

ul.list.clients {
    background-color: white;
    border-radius: 5px;
    padding: 15px 0 15px 0;
}

.clients li {
    height: 117px;
    padding: 20px;
}

.main-content__wrapper {
    background: #e0e0e0;
}

.news .block-left,
.spec_project .block-left {
    padding: 0px 2px 0px 0px;
}

.spec_project .block-left {
    padding: 0px 5px 0px 0px;
}

.spec_project .only-block {
    padding: 0px;
}

.only-block.col-lg-12 .row {
    margin-left: 10px;
    margin-right: 10px;
}

.news .block-right,
.spec_project .block-right {
    padding: 0px 0px 0px 3px;
}

.spec_project ul.list {
    list-style: none;
}

.important_news {
    height: 100%;
}

.important_news h3 {
    color: white;
    font-weight: 500;
    margin-top: 0px;
}

.important_news {
    background: linear-gradient(135deg, #654f9f 0%, #78418e 100%);
}

.activity_in_main {
    background: linear-gradient(135deg, #89317d 0%, #98226b 100%);
}

.important_news,
.activity_in_main {
    padding: 26px 20px 30px 20px;
    /*background-image: linear-gradient(to right, #5a58a2, #882461);*/
    color: #fbfbfc;
    border-radius: 5px;
}

.activity_in_main .important ul.list.row {
    padding-top: 10px;
}

.activity_in_main .important ul.list.row li {
    margin-bottom: 20px;
}

.activity_in_main.block-right {
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.important_news a {
    text-decoration: none;
    color: #fbfbfc;
    font-family: 'Graphik Semibold';
}

.activity_in_main a {
    text-decoration: none;
    color: #fbfbfc;
    font-family: 'Graphik Regular';
}

.spec_project .date {
    font-family: 'Graphik Semibold';
}

.important_news .date,
.two-main-news .date {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.activity_in_main span {
    margin-bottom: 20px;
    display: inline;
    text-decoration: none;
    font-weight: 500;
}

.activity_in_main a.all {
    font-weight: 400;
    float: right;
    text-decoration: underline;
}

.activity_in_main h3 {
    color: #fbfbfc;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
}

.two-main-news {
    background-color: #f6f6f6;
    height: 100%;
    border-radius: 5px;
    font-size: 14px;
}

.two-main-news .news-tab {
    padding: 10px 20px 20px 20px;
    color: #636466;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.two-main-news .news-tab .list a {
    color: #b20035;
    text-decoration: none;
}

.two-main-news .news-tab a {
    display: block;
    margin-top: 20px;
}

.two-main-news .news-tab .all-news {
    color: #636466;
    text-decoration: underline;
    float: right;
}

.two-main-news .news-header {
    background: linear-gradient(135deg, #7a3f8c 0%, #98216b 100%);
}

.spec_project .spec_project-header {
    background: linear-gradient(135deg, #654f9f 0%, #88327e 100%);
}

.two-main-news .news-header,
.spec_project .spec_project-header {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* background-image: linear-gradient(to right, #5a58a2, #882461); */
    text-transform: uppercase;
    font-family: "Graphik Semibold";
}

.spec_project .two-main-news a {
    color: #636466;
    text-decoration: none;
}

.spec_project .spec_project-header img {}

.two-main-news .news-header li,
.spec_project .spec_project-header li {
    color: #fbfbfc;
    font-size: 18px;
}

.two-main-news h3 {
    color: white;
    margin: 0px 0px 0px 10px;
    font-family: 'Graphik Semibold';
    font-size: 18px;
}

.other-news {
    margin-top: 20px;
}

.other_news .block-left {
    padding: 0px;
    padding-right: 5px;
}

.other_news .block-right {
    padding: 0px;
    padding-left: 0px;
}

.other_news .list {
    margin-bottom: 5px;
}

.other_news .list li {
    color: #636466;
    font-size: 14px;
    margin-bottom: 30px;
}

.other_news .list a,
.other_news .list span {
    display: block;
    padding-bottom: 10px;
}

.other_news .list .selected {
    color: #971f34;
    font-weight: bold;
    font-size: 18px;
}

.other_news .news-tab a {
    text-decoration: none;
    color: #b20035;
}

.other_news .two-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.other_news .two-news h3,
.tv_and_online h3 {
    margin-top: 0px;
}

.other_news a.all-public {
    float: right;
    color: #636466;
    text-decoration: underline;
    font-family: "Graphik Regular";
}

.slider_main {
    background: white;
    height: 300px;
    z-index: 1;
}

.two-news,
.tv_and_online,
.activity_in_main.block-right {
    padding: 20px;
}

.two-news,
.tv_and_online {
    border-radius: 5px;
    height: 100%;
    background: #f6f6f6;
}

.tv_and_online {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.two-news ul.two-news-tab {
    padding: 10px 10px 0 10px;
    color: #b20035;
    font-weight: bold;
}

.achievements {
    background: linear-gradient(135deg, #7874b3 0%, #b1477d 100%);
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
}

ul.list.achievements li {
    /*height: 206px; */
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.achievements .row {
    margin-left: 55px;
}

.achievements .row div {
    font-size: 18px;
}

.achievements .digit {
    font-size: 30px;
    display: block;
    font-family: "Graphik Semibold";
}

.two-banners div {
    padding: 0px;
}

.two-banners .block-left {
    padding-right: 5px;
}

.two-banners .block-right {
    padding-left: 0px;
}

.two-banners img {
    width: 100%;
    padding: 0px;
    height: 100%;
}

.landings {
    /*    padding-left: 0px;*/
}

.landings .link {
    margin: 0px;
    padding: 0px;
    width: 25%;
    /*text-align: center;*/
    /*padding-top: 20px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}

.landings .link .link-inner {
    height: 98px;
    border-radius: 5px;
    padding: 0px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.landings .link.first-link .link-inner {
    /* background: linear-gradient(135deg, #5a58a2 0%, #98216b 100%); */
    background-image: linear-gradient(to right, #5b55a7, #6c4a98);
}

.landings .link.second-link .link-inner {
    background-image: linear-gradient(to right, #6c4a98, #813885);
}

.landings .link.three-link .link-inner {
    background-image: linear-gradient(to right, #813884, #932671);
}

.landings .link.four-link .link-inner {
    background-image: linear-gradient(to right, #94256f, #9f1963);
}

.landings .link .link-inner.last {
    margin-right: 0px;
}

.landings .row {
    /*    margin-left: 0px; */
}

.landings .link a {
    text-decoration: none;
    color: #fbfbfc;
}

.main-content .landings .bottom {
    margin-bottom: 5px;
}

.footer {
    background: #ffffff;
    font-size: 14px;
    color: #636466
}

.footer .row .col {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.footer .mail {
    margin-top: 20px;
}

.footer .phones {
    margin-top: 20px;
}

.footer .links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 40px;
    margin-top: -10px;
    margin-bottom: 38px;
}

.footer .google_play:before {
    content: '';
    width: 90px;
    height: 26px;
    background: url(/bitrix/templates/diasoft_2019/images/google_play.png) no-repeat;
    z-index: 1;
    display: block;
}

.footer .app_store:before {
    content: '';
    width: 90px;
    height: 26px;
    background: url(/bitrix/templates/diasoft_2019/images/app_store.png) no-repeat;
    z-index: 1;
    display: block;
}

.after_footer {
    background: linear-gradient(135deg, #5a58a2 0%, #98216b 100%);
    color: #ffffff;
}

.after_footer .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 69px;
}

.after_footer .social a {
    display: block;
    background-image: url(/bitrix/templates/diasoft/images/social.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: relative;
    margin-left: 6px;
    background-position: right bottom;
    /* Положение фона */
    cursor: pointer;
}

.after_footer .social div {
    float: right;
}

.after_footer .social--footer__wrapper {
    display: flex;
    align-items: center;
}

.after_footer .smartlab:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/one.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .two:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/two.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .hh:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/Hh.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .facebook:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/Facebook.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .youtube:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/youtube_.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .rutube:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/rutube.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.after_footer .telegram:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/Telegram.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}
.after_footer .vk:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/local/templates/diasoft_2019/images/vk.svg);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}
.b-social {

}
.after_footer .social--footer a {
    position: relative;
}
.after_footer .social--footer a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
    .after_footer .social--footer a::before {
        background-size: contain;
    }
    .after_footer .social--footer a {
        width: 30px;
    }
    .after_footer .social--footer a::before {
        width: 30px;
    }
}
.footer .select-menu {
    width: 100%;
    margin-top: 20px;
    background-color: #6d6e71;
    border: solid 1px rgba(57, 63, 72, 0.1);
    background-color: rgba(57, 63, 72, 0.05);
    border-radius: 3px;
    padding: 3px 0px 3px 6px;
}

.footer .items .item {
    padding: 0px;
    margin: 7px;
}

.first-main {
    background: url(/images/background/bg-first.png) no-repeat;
    background-size: cover;
    margin-bottom: 68px;
    height: 300px;
}

.main-content {
    overflow: auto;
}

.first-main .container {
    padding-left: 0px;
    padding-right: 0px;
}

.section-first img {
    max-width: inherit;
    height: 300px;
    object-fit: cover;
}

.section-first {
    max-height: 300px;
    max-width: 100%;
    margin-bottom: 30px;
}

.header-icons .search-link {
    padding-top: 5px;
}

.header-icons .hamburger {
    width: 31px;
}

.section-menu {
    background: #b20035;
    height: 34px;
    width: 100%;
    border-radius: 5px;
    margin-top: -20px;
}

.section-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.section-menu ul.parent li,
.section-menu ul.parent li:hover {
    background: inherit;
    height: 34px;
    padding: 3px 10px 5px 10px;
}

.section-menu ul.child li,
.section-menu ul.child li:hover {
    height: 24px;
}

.section-menu ul.child li:last-child {
    margin-bottom: 15px;
}

.section-menu ul li a,
.section-menu ul li a:hover {
    color: #fffefe;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.section-menu .children-menu {
    top: 34px;
    position: absolute;
    z-index: 900;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.section-menu .children-menu li,
.section-menu .children-menu li:hover {
    padding: 0px;
}

.section-menu .children-menu li a:hover {
    text-decoration: underline;
}

.section-menu .children-menu ul li a,
.section-menu .children-menu ul li a:hover {
    color: #383838;
    font-size: 14px;
    padding: 0px;
}

.after_footer .container {
    margin-bottom: 0px;
}

.after_footer a {
    color: white;
    text-decoration: none;
}

.block-spec-project {
    border-radius: 5px;
    background: white;
}

.spec_project img {
    margin: 20px;
}

.spec_project .two-main-news .text {
    padding: 20px 30px 20px 25px;
}

.selectize-input {
    padding: 0px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    /*.container {
        max-width: 960px;
    }*/
    /*#slides .slides_container {
        height: 316px;
        width: 930px;
    }
    #slides .slides_container div {
        height: 316px !important;
        width: 930px;
    }
    #slides{
        height: 316px;
    }*/
    /*	.first {
            height: 504px;
        }*/
    .menu_main ul.list li {
        /*   padding: 0 15px; */
    }
    .content .right {
        width: 685px;
        float: left;
        /*for banner position on /integration/*/
    }
    .content .right .html {
        width: 682px;
    }
    h1 {
        font-size: 18px;
        font-weight: 600;
        color: #636466;
    }
    h2 {
        font-size: 25px;
    }
    .section {
        height: 225px;
    }
    .section .right {
        width: 705px;
        height: 225px;
    }
    .section .list {
        width: 705px;
    }
    .section .list li {
        margin-right: 6px;
    }
    .container-md {
        max-width: 960px;
    }
    .header .right {
        margin-right: 200px;
    }
    .header .phones {
        right: 494px;
        top: 18px;
    }
    .first .blocks a {
        margin-bottom: -17px;
    }
    .container>.content.clearfix>.news {
        width: 600px;
    }
    .page-ico {
        width: 225px;
        height: 225px;
    }
    .page-ico img {
        top: 55px;
    }
    .content .left {
        width: 225px;
    }
    .content .right.Ynarr {
        /*margin-right: 50px;*/
        margin-left: 0px;
    }
    .content .right.Ynarr .news {
        width: 100%;
    }
    .clientage li {
        width: calc((100% - 60px)/3);
    }
    .left-menu a {
        margin-left: 25px;
        margin-right: 25px;
    }
    .p404 .text {
        /* float: left; */
        /* width: 350px; */
        /*padding-top: 125px; */
    }
    .banners {
        float: left;
    }
    .content .banners iframe {
        max-height: 120px;
    }
    .content .banners {
        width: 210px;
    }
    .bx-ie .clientage li img {
        max-width: 194px;
    }
    .slick-dots {
        display: none !important;
    }
}

@media (min-width: 1800px) {
    .container.page {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    /*.container {
    max-width: 1140px;
}*/
    /*#slides .slides_container {
        height: 377px;
        width: 1110px;
    }
    #slides .slides_container div {
        height: 377px !important;
        width: 1110px;
    }
    #slides{
        height: 377px;
    }*/
    /*.first {
        height: 565px;
    }*/
    .content .right {
        width: 865px;
    }
    .content .right .html {
        width: 862px;
    }
    .section .right {
        width: 885px;
    }
    .section .list {
        width: 885px;
    }
    .section .list li {
        margin-right: 15px;
    }
    .container-md {
        max-width: 1140px;
    }
    .container>.content.clearfix>.news {
        width: 780px;
    }
    .content .right.Ynarr {
        width: 780px;
    }
    .clientage li {
        width: calc((100% - 80px)/4);
    }
    .content .banners iframe {
        max-height: 140px;
    }
    .banners {
        float: right;
    }
    .bx-ie .clientage li img {
        max-width: 180px;
    }
    .content .banners {
        width: 255px;
    }
}

@media (max-width: 991px) {
    html .content iframe {
        height: auto !important;
        min-height: 278px;
    }
    .content .banners iframe {
        min-height: 160px;
    }
    .first {
        height: 225px;
    }
    .slider_main img {
        height: 225px;
    }
    .two-main-news .news-tab li:last-child {
        display: none;
    }
    .header-icons {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .first-main .container {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }
    .footer {
        font-size: 12px;
    }
    .footer .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .menu_main__inner {
        width: 320px;
        background-color: #e9e9eb;
        z-index: 10000;
        position: absolute;
        top: 0;
        /*background: #e9e9eb;*/
    }
    .after_footer .social {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .enter-eng__wrapper {}
    .menu_main__inner ul.list li {
        display: block;
    }
    .navbar-toggler {
        outline: none !important;
    }
    .menu_main__inner .navbar-toggler {
        background: url(images/close.svg) no-repeat;
        top: 17px;
        right: 10px;
        height: 10px;
        width: 20px;
        border: none;
        position: absolute;
        cursor: pointer;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        position: absolute;
        width: 38px;
        height: 4px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #3a3a3a;
        border: none;
        left: 0;
    }
    .hamburger-inner:after,
    .hamburger-inner:before {
        display: block;
        content: "";
    }
    .hamburger-inner:before {
        top: -10px;
    }
    .hamburger--slider .hamburger-inner:before {
        top: 10px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform, opacity;
    }
    .hamburger-inner:after {
        bottom: -10px;
    }
    .hamburger--slider .hamburger-inner:before {
        top: 10px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform, opacity;
    }
    .menu .menu_main__inner ul.list li {
        padding: 0px 0px;
    }
    .menu_main .list>li.parent>a:after {
        content: '';
        border: solid #3a3a3a;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 11px;
        margin-top: -5px;
    }
    .menu_main .list>li.parent.active>a:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 3px;
    }
    .menu ul.list li:hover>a:after {
        border-color: #707985;
    }
    .menu_main .list>li.parent.active>a {
        color: #B91E32;
    }
    .menu_main .list>li.parent.active>a:after {
        border-color: #B91E32;
    }
    .page_menu-open {
        max-height: 100vh;
        overflow: hidden;
    }
    .menu_main {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        z-index: 999;
    }
    .menu_main__inner {
        position: absolute;
        left: -320px;
        /*overflow: auto;*/
        height: 100vh;
        -webkit-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
    }
    .menu_main .list__wrapper {
        overflow-y: auto;
        max-height: calc(100vh - 40px);
    }
    .menu_main .list__wrapper .list {
        margin-top: 55px;
        padding-bottom: 80px;
    }
    .menu_main.open .menu_main__inner {
        left: 0;
        background: #e0e0e0;
    }
    .main-nenu__over {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .menu_main.open .main-nenu__over {
        display: block;
    }
    .enter-eng__wrapper {
        padding-left: 15px;
    }
    .header .logo {
        /* width: 166px; */
        top: 10px;
        height: 38px;
    }
    .header .right {
        line-height: 40px;
        margin-top: 53px;
        width: 100%;
        width: calc(100% - 48px);
    }
    div.header input {
        margin-right: 0;
        width: 100%;
    }
    .content .right {
        width: 100%;
    }
    .content .right .html {
        width: 100%;
    }
    .header .phones {}
    .content .left {
        float: none;
    }
    html .fancybox-wrap {
        width: 510px!important;
    }
    html .fancybox-inner {
        width: 480px!important;
    }
    html .content iframe {
        min-height: 288px;
    }
    .content .banners iframe {
        min-height: 0;
        max-height: 118px;
    }
    .content .top-page-image {
        margin-left: 0;
        max-width: calc(100% - 150px);
        margin-top: -120px;
        position: absolute;
        right: 15px;
        height: 120px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .first .blocks a {
        height: 170px;
    }
    .slider_main .btn {
        display: none !important;
    }
    html.bx-no-touch .fancybox-wrap {
        width: calc(100vw - 57px)!important;
    }
    html .fancybox-wrap {
        width: calc(100vw - 40px)!important;
    }
    html .fancybox-inner {
        width: calc(100vw - 70px)!important;
    }
    html.bx-no-touch .fancybox-inner {
        width: calc(100vw - 87px)!important;
    }
    html .content iframe {
        width: 100%!important;
        height: auto!important;
        min-height: 250px;
    }
    .news-preview {
        padding-left: 0 !important;
    }
    .snippets-quote>br {
        display: none;
    }
    .snippets-quote .text {
        margin-left: 0;
    }
    .snippets-quote img {
        margin-right: 18px;
        margin-bottom: 18px;
    }
    html .content iframe,
    .content .banners iframe {
        min-height: 275px;
    }
    .slider_main .slick-dots {
        position: inherit;
        text-align: center;
    }
    .bx-ie .clientage li {
        width: calc(100% - 17px);
    }
    .content .top-page-image {
        max-width: calc(100% - 130px);
        margin-top: -100px;
        right: 15px;
        height: 100px;
    }
    .two-banners img {
        height: 100%;
    }
}

@media (max-width: 359px) {
    /*    .container img{
            float: none !important;
            display: block;
        }

     */
    .container table {
        /*      min-width: 100%; */
    }
    .container .page-ico img {
        display: inline-block;
    }
}


/*about picture fix*/


/*header fix*/

@media (max-width: 767px) and (min-height: 500px) {
    /*
     .header {
         position: fixed;
         width: 100%;
         z-index: 10;
         background-color: #fff;
         top: 56px;
     }
     .pre-header {
         position: fixed;
         width: 100%;
         z-index: 10;
         top: 25px;
     }
 */
    .contacts [id*='map_canvas'] {
        max-height: calc(100vh - 96px);
    }
    .first {
        background: none;
    }
    .first .container {
        padding: 0px;
    }
    .header-icons {
        flex-direction: row-reverse;
    }
    .menu_main a {
        margin: 10px;
    }
    .menu_main .main-submenu .nav-item a {
        margin-left: 0;
        white-space: break-spaces;
        line-height: normal;
        display: block;
    }
    .menu_main .first-elem-menu a {
        margin-left: 0px;
    }
    .menu_main .last-elem-menu a {
        margin-right: 0px;
    }
    .news .block-left,
    .spec_project .block-left {
        padding: 0px;
    }
    .footer {
        font-size: 12px;
    }
    .after_footer {
        font-size: 12px;
    }
    .two-main-news .news-tab .all-news {
        float: left;
    }
    .after_footer .col-md-2 {
        padding-right: 0px;
    }
    .achievements.list {
        margin-bottom: 0px;
    }
    .other_news .block-left .two-news .news-tab ul.list li:last-child {
        display: none;
    }
    .other_news .block-left .two-news .news-tab {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .menu_main .menu_main__inner {
        background: white;
    }
    .menu_main {
        margin-top: -1px;
        font-size: 14px;
        white-space: nowrap;
    }
    .menu_main ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .menu_main ul li {
        width: 100%;
    }
    .header {
        height: 60px;
        line-height: 60px;
    }
    .header .row {
        height: 60px;
    }
    .header .container .row {
        height: 60px;
    }
    .header .logo {
        top: 10px;
    }
    .main-content {
        margin-top: -1px;
    }
    .first .container {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .clients li {
        padding: 20px;
    }
    .achievements {
        font-size: 14px;
    }
    .achievements .digit {
        margin-bottom: 7px;
    }
}


/*frame fix*/

@media (max-width: 522px) {
    html .content iframe,
    .content .banners iframe {
        min-height: 250px;
    }
}

@media (max-width: 475px) {
    html .content iframe,
    .content .banners iframe {
        min-height: 225px;
    }
}

@media (max-width: 430px) {
    html .content iframe,
    .content .banners iframe {
        min-height: 200px;
    }
    .management .item b {
        top: 20px;
    }
}

@media (max-width: 390px) {
    html .content iframe,
    .content .banners iframe {
        min-height: 175px;
    }
}

@media (max-width: 340px) {
    html .content iframe,
    .content .banners iframe {
        min-height: 150px;
    }
}


/*retina*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .menu_main__inner .navbar-toggler {
        background: url(images/close.svg) no-repeat;
        background-size: contain;
    }
    .fancybox-close {
        background: url('images/close.svg') no-repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container,
    .spec_project .block-left {
        margin-bottom: 8px;
    }
    .slider_main {
        background: #e0e0e0;
    }
    .slider_main .slick-dots {
        margin-top: 18px;
    }
    .first {
        margin-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .wrp {
        overflow: hidden;
    }
    .no-padding-right {
        padding-right: 0px;
    }
    .two-banners .block-left,
    .two-banners .block-right {
        padding: 0px;
    }
    .two-banners .block-left img,
    .two-banners .block-right img {
        max-height: 228px;
        height: auto;
        object-fit: cover;
    }
    .menu_main .first-elem-menu a {
        margin-left: 10px;
    }
    .slick-dots {
        padding-left: 0px;
    }
    .landings .row {
        margin: 0px;
    }
    .landings .link .link-inner {
        max-width: 100%;
        border-radius: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .achievements .digit {
        font-size: 24px;
        display: block;
    }
    .list.achievements {
        height: 330px;
        font-size: 14px;
        padding-top: 30px;
    }
    .achievements .row div {
        max-width: 50%;
        margin-bottom: 34px;
    }
    ul.list.achievements li {
        margin: 0px;
    }
    .pre-header {
        padding: 8px;
    }
    .pre-header .container {
        padding-right: 25px;
    }
    .header .container {
        padding-right: 25px;
    }
    .news .block-left,
    .news .block-right {
        padding: 0px;
    }
    .two-banners {
        margin-bottom: 10px;
    }
    .other_news .list li {
        margin-bottom: 22px;
    }
    .other_news .list {
        margin-bottom: 0px;
    }
    .other_news .news-tab a.all-public {
        margin-bottom: 0px;
    }
    .footer .mail {
        margin-top: 10px;
    }
    .footer .links {
        margin-top: -27px;
        padding-right: 14px;
    }
    .after_footer .list .social {
        padding-right: 10px;
    }
    .after_footer .container {
        margin-bottom: 0px;
    }
    .first {
        margin-bottom: 46px;
        margin-top: 32px;
    }
    .achievements.list {
        padding-left: 5px;
    }
    ul.list.clients {
        padding: 15px;
    }
    .activity_in_main a.all {
        float: left;
    }
    .spec_project .two-main-news .text {
        margin: 20px;
        padding: 20px 50px 20px 20px;
    }
    .pre-header,
    .header {
        position: fixed;
        width: 100%;
    }
    .header {
        top: 31px;
        z-index: 10;
        background-color: #fff;
        height: 60px;
        line-height: 60px;
    }
    .header .container {
        height: 60px;
    }
    .menu_main ul {
        display: block;
    }
    .pre-header,
    .after_footer,
    .achivments,
    .important_news,
    .activity_in_main {
        background: linear-gradient(135deg, #5a58a2 0%, #98216b 100%);
    }
    .wrp {
        font-size: 14px;
    }
    .header-icons {
        display: flex !important;
        flex-direction: inherit;
        justify-content: flex-end;
        align-items: baseline;
    }
    .pre-header {
        background-image: linear-gradient(to right, #5a58a2, #882461);
        z-index: 10;
    }
    .other_news a.all-public {
        float: left;
    }
    .tv_and_online {
        background: white;
    }
    .spec_project .spec_project-header h3 {
        color: #b10135;
    }
    .spec_project .image {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .footer .google_play {
        display: none;
    }
    .after_footer .list {
        height: 222px;
        font-size: 14px;
    }
    ul.list.clients {
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .footer {
        font-size: 14px;
        margin-top: 0px;
    }
    .main-content__wrapper {
        padding-top: 80px;
        background: #ffffff;
    }
    .spec_project .spec_project-header {
        background: #ffffff;
        font-weight: bold;
        text-transform: none;
    }
    .spec_project .spec_project-header li {
        color: #b10135;
    }
    .two-main-news,
    .two-news {
        background-color: #ffffff;
    }
    .news .important_news,
    .news .two-main-news,
    .achievements,
    .activity_in_main {
        border-radius: 0px;
    }
    .landings .link.first-link .link-inner {
        background: linear-gradient(135deg, #644e9d 0%, #86307b 100%);
    }
    .landings .link.second-link .link-inner {
        background: linear-gradient(135deg, #684a98 0%, #8d2a75 100%);
    }
    .landings .link.three-link .link-inner {
        background: linear-gradient(135deg, #6e4594 0%, #922571 100%);
    }
}

@media (max-width: 400px) {
    .after_footer .social a {
        width: 36px;
        height: 36px;
    }
    .first,
    .slider_main,
    .slider_main img {
        height: 122px;
    }
}

@media (max-width: 767px) {
    .slider_main img {
        max-height: initial;
    }
    .container .achievements {
        overflow: hidden;
        overflow: hidden;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 5%);
    }
}

@media (max-width: 588px) {
    .menu_main__inner .container-sm {
        display: flex!important;
        flex-direction: row;
        background: white;
    }
    .slider_main img {
        max-height: initial;
    }
    .first-main-index .container,
    .container.landings {
        width: 100%;
    }
    .container {
        width: calc(100% - 5%);
    }
}

@media (max-width: 380px) {
    .container {
        width: calc(100% - 6%);
    }
}

@media (max-width: 991px) {
    .first,
    .slider_main,
    .slider_main img {
        height: auto;
    }
    .slider_main_blocks.row {
        margin-top: -50px;
    }
}

@media (max-width: 991px) and (min-width: 569px) {
    .ml-md-3 {
        margin-left: 1rem;
    }
}


/* width .container */

@media (max-width: 320px) {
    .container {
        /*  max-width: 320px; */
    }
}

@media (max-width: 1850px) {
    .first-slider-wrap:before,
    .slider_main:before {
        left: -280px;
        width: 280px;
        background-position: right;
        background-size: contain;
    }
    .first-slider-wrap:after,
    .slider_main:after {
        right: -280px;
        width: 280px;
        background-position: left;
        background-size: contain;
    }
}

@media (max-width: 1740px) {
    .first-slider-wrap:before,
    .slider_main:before {
        left: -250px;
        width: 250px;
        background-position: right;
        background-size: contain;
    }
    .first-slider-wrap::after,
    .slider_main:after {
        right: -250px;
        width: 250px;
        background-position: left;
        background-size: contain;
    }
}

@media (max-width: 1660px) {
    .first-slider-wrap:before,
    .slider_main:before {
        left: -220px;
        width: 220px;
        background-position: right;
        background-size: contain;
    }
    .first-slider-wrap:after,
    .slider_main:after {
        right: -220px;
        width: 220px;
        background-position: left;
        background-size: contain;
    }
}

@media (max-width: 1600px) {
    .first-slider-wrap:before,
    .slider_main:before {
        left: -170px;
        width: 170px;
    }
    .first-slider-wrap::after,
    .slider_main:after {
        right: -170px;
        width: 170px;
    }
}

@media (max-width: 1500px) {
    .first-slider-wrap:before,
    .slider_main:before {
        left: -120px;
        width: 120px;
    }
    .first-slider-wrap::after,
    .slider_main:after {
        right: -120px;
        width: 120px;
    }
}

@media (max-width: 1400px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -70px;
        width: 70px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -70px;
        width: 70px;
    }
}

@media (max-width: 1300px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -40px;
        width: 40px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -40px;
        width: 40px;
    }
}

@media (max-width: 1240px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -20px;
        width: 20px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -20px;
        width: 20px;
    }
}

@media (max-width: 1199px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -80px;
        width: 80px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -80px;
        width: 80px;
    }
}

@media (max-width: 1140px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -30px;
        width: 30px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -30px;
        width: 30px;
    }
}

@media (max-width: 1040px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -5px;
        width: 5px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -5px;
        width: 5px;
    }
}

@media (max-width: 1000px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: -10px;
        width: 10px;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: -10px;
        width: 10px;
    }
}

@media (max-width: 991px) {
    .first-slider-wrap:before,
.slider_main:before {
        left: 0;
        width: 0;
    }
    .first-slider-wrap::after,
.slider_main:after {
        right: 0;
        width: 0;
    }
}

@media (min-width: 768px) {
    .container.landings>.row .link:nth-child(1) .link-inner {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .container.landings>.row .link:nth-child(2) .link-inner {
        border-radius: 0;
    }
    .container.landings>.row .link:nth-child(3) .link-inner {
        border-radius: 0;
    }
    .container.landings>.row .link:nth-child(4) .link-inner {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

@media (max-width: 767px) {
    .container.landings>.row .link .link-inner {
        border-radius: 5px;
    }
}

.main-content__wrapper {
    position: relative;
    z-index: 2;
}

.section-menu .bx_hma_one_lvl a {
    padding: 19px 7px!important;
}

.section-menu .bx_hma_one_lvl.current a {
    border-bottom: 3px solid #fff;
    padding-bottom: 6px!important;
    padding-left: 0!important;
    margin-left: 7px;
    padding-right: 0!important;
    margin-right: 7px;
}

.container.page>.content.clearfix {
    background: #F6F6F6;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

ul.breadcrumb-navigation {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 5px;
}

.section-first {
    max-height: 148px;
}

.section-first img {
    max-height: 148px;
    width: 100%;
}

.two-banners img {
    border-radius: 5px;
}

.landings .link .link-inner {
    border-radius: 0px;
}

.landings .link:first-child .link-inner {
    border-top-left-radius: 5px;
}

.landings .link:nth-child(4) .link-inner {
    border-top-right-radius: 5px;
}

.landings .link:nth-last-child(1) .link-inner {
    border-bottom-right-radius: 5px;
}

.landings .link:nth-last-child(4) .link-inner {
    border-bottom-left-radius: 5px;
}

@media (max-width: 568px) {
    .landings .link:nth-child(n+1) .link-inner {
        border: none;
    }
    .landings .link:first-child .link-inner {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .landings .bottom_info_border .link-inner {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

.footer-top img {
    max-width: 129px;
    height: 38px;
}

@media (max-width: 320px) {
    .container {
        width: calc(100% - 5%);
    }
}

@media (max-width: 767px) {
    .px-to-md-0 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.n-infoqw h2,
.n-infoqw h4 {
    color: #970337!important;
}

.n-infoqw h2 {
    font-size: 18px!important;
    line-height: 18px!important;
    font-family: 'GraphikSem'!important;
}

.n-infoqw h3 {
    font-size: 16px!important;
    line-height: 17px!important;
    color: #636466!important;
    font-family: 'GraphikSem'!important;
}

.n-infoqw h4 {
    font-size: 16px!important;
    font-family: 'GraphikSem'!important;
}

.n-infoqw h5 {
    font-size: 15px!important;
    line-height: 15px!important;
    color: #636466!important;
    font-family: 'GraphikSem'!important;
}

.n-infoqw h6 {
    font-size: 15px!important;
    line-height: 15px!important;
    color: #636466!important;
    font-family: 'GraphikReg'!important;
}

.n-infoqw ul li,
.n-infoqw ol li {
    line-height: 19px!important;
    font-size: 14px!important;
    font-family: 'GraphikReg'!important;
}

.n-infoqw ul {
    list-style-type: square!important;
}

.n-infoqw ul ul {
    margin-top: 10px!important;
    list-style-type: disc!important;
    margin-bottom: 10px!important;
}


/*.profile li p {
    margin: 0;
}
*/

.n-infoqw .mt-5px {
    margin-top: 5px;
}

.n-infoqw h1,
.d-md-none+h1 {
    text-transform: uppercase!important;
    line-height: 18px!important;
    font-size: 18px!important;
    color: #636466!important;
}

@media (max-width: 370px) {
    .management .item .ico {
        width: 85px;
        height: 110px;
    }
    .management .item .ico img {
        width: 85px;
        height: 110px;
    }
    .management .item b {
        left: 110px;
    }
    .management .item span {
        left: 110px;
    }
    .management .item .more,
    .solutions .item a {
        right: 34px;
    }
}


/* удалить как заработает */

.form-required {
    color: #B20035;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

.form-tooltip {
    transition: all ease 300ms;
    cursor: pointer;
    position: absolute;
    background-color: #B20035;
    color: white;
    font-size: 12px;
    line-height: 1;
    padding: 8px 11px;
    z-index: 20000;
    opacity: 0;
    border-radius: 15px;
    min-width: 230px;
}

.form-tooltip:after {
    position: absolute;
    content: "";
    border-top: 7px solid #B20035;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: calc(50%);
    bottom: -14px;
}

.form-tooltip.show {
    display: block;
    opacity: 1;
}

font.notetext br {
    display: none;
}

font.notetext {
    display: block;
    padding: 20px 0 0 0;
}

.form-best .formTitle {
    font-family: 'Graphik Semibold';
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #B20035;
}

.formText {
    font-family: 'Graphik Regular';
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.forms-block {
    width: 100%;
}

.form-block input,
.form-block textarea {
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    padding: 0 12px !important;
    margin-bottom: 10px;
    border: none;
    padding-left: 25px !important;
    box-shadow: none;
    height: auto;
    font-family: 'Graphik Regular' !important;
    line-height: 48px;
}

.form-block textarea {
    line-height: 1;
    padding: 12px !important;
    height: 72px;
}

.form-best {
    max-width: 985px;
    background: #F6F6F6;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
}

.form-block font {
    position: absolute;
    top: calc(50% - 4px);
    line-height: 0;
    left: 10px;
}

.form-best::before {
    background: #B20035;
    border-radius: 5px;
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    top: -45px;
}

.form-block {
    position: relative;
}

.form-best input[type="submit"] {
    font-family: 'Graphik Regular';
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #B20035;
    border-radius: 5px;
    border: none;
    padding: 15px;
    margin: 20px 0;
    min-width: 135px;
    cursor: pointer;
}

.form-best input[type="submit"]:disabled {
    background-color: #9e9e9e;
}

.form-best div {
    width: 100%;
    color: #828282;
}

.smart-captcha {
    min-width: 300px;
    height: 102px;
    margin-bottom: 20px;
}

.politics a {
    color: #828282;
    text-decoration: revert;
}

.politics {
    font-family: 'Graphik Regular';
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    max-width: 462px;
}

.form-best .titleresult {
    font-family: 'Graphik Semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #B20035;
    margin-bottom: 15px;
}

.form-best.active::before {
    display: none;
}

.textresult {
    padding: 20px;
}

.titleresulttext a {
    color: #b20035;
}

.callback-toggler {
    font-family: 'Graphik Regular';
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #B20035;
    border-radius: 5px;
    border: none;
    padding: 15px;
    margin: 20px 0;
    min-width: 135px;
    cursor: pointer;
    display: inline-block;
}

.form-best.active .textresult {
    padding: 0;
}

.form-best.active {
    background: #fff;
    max-width: 530px;
    padding: 37px 38px 28px;
}

.form-best.active form {
    display: none;
}

.section-menu .bx_hma_one_lvl a {
    padding: 0!important;
}
.seointellect-text {
    display: none;
}
.seointellect-text_open {
    text-align: left;
    padding: 20px 0;
}
.seointellect-text_open span {
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.static_relink {
    margin: 15px 0;
}
.forms-block .captcha, #feedback .item.captcha {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}
#feedback .item.captcha {
    align-items: flex-end;
    margin-bottom: 30px;
}
.forms-block .captcha input {
    margin-bottom: 0;
}
.form-best .forms-block .captcha > div, #feedback .item.captcha > div {
    max-width: calc(100% - 200px);
    position: relative;
}

@media (max-width: 480px) {
    .form-best .forms-block .captcha > div {
        max-width: 100%;
        margin-bottom: 10px;
    }
}
/* ------------------- */
.g-update-style .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    /* overflow: hidden; */
    padding-left: 30px;
    padding-right: 30px;

}
.after_footer .container {
    overflow: hidden;
}
.container.overflow{
    overflow: auto;
}
/* ------------------- */
.new-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.new-container--white .content {
    box-sizing: border-box;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.new-container .content-inner {
    padding: 0 65px 60px;
}
.new-container .content-inner > *:last-child {
    margin-bottom: 0;
}
/*--------------Стили для Обязательного раскрытия информации -------------------------*/
.b-content-inner {
    padding: 0 60px 25px 43px;
    font-size: 18px;
    line-height: 1.28;
    color: #383838;
}
.b-content-inner a {
    color: #574591;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .new-container--white .content .b-content-inner  {
        padding-left: 0;
        padding-right: 0;
    }
}
/*--------------Стили для ИНФОРМАЦИЯ О РЕГИСТРАТОРЕ -------------------------*/
.title-h1__container {
    line-height: 1.28!important;
    color: #B20035;
    max-width: 667px;
    width: 100%;
}
.b-content-reg {
    padding: 0 65px 25px 65px;
    font-size: 18px;
    line-height: 1.28;
}
.b-content-reg .b-content-reg__text {
    line-height: 1.66;
}
.b-content-reg .content-reg__spanbold {
    font-family: 'Graphik Semibold';
}
/*---------------------------------*/
.new-container .menu-select.d-md-none {
    margin: 0 0 30px;
}
.new-container .content p {
    margin: 0 0 20px;
}
.new-container .content b {
    font-family: 'Graphik Semibold';
    color: #383838;
}
.new-container .content ul {
    padding-inline-start: 20px;
}
.new-container .content ol {
    padding-inline-start: 20px;
}
.new-container .content ol li {
    margin-bottom: 20px;
}
.new-container--transparent .content-inner {
    box-sizing: border-box;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .new-container {
        padding-left: 0;
        padding-right: 0;
    }
    .new-container--white .content {
        padding: 20px 30px 30px;
    }
    .new-container--white .content-inner {
        padding: 0;
    }
    .new-container--white .breadcrumb-navigation {
        padding: 0 30px 20px;
    }
    .b-faq {
        margin-bottom: 30px;
    }
    .b-faq * {
        font-size: 16px;
    }

}
/* ------------------- */
.new-container--nobg .content {
    background: transparent;
    padding: 0;
}
@media (max-width: 767px) {
    .new-container--white .content {
        padding: 20px 30px 30px;
    }
}
/* ------------------- */
.b-title-h1,
h1.b-title-h1 {
    color: #574591 !important;
    font-family: 'Graphik Semibold';
    font-size: 20px !important;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.b-title-h2,
h2.b-title-h2 {
    margin: 0 0 20px;
    color: #B20035;
    font-family: 'Graphik Semibold';
    font-size: 18px;
}
*.b-title--red,
.b-title-h1.b-title--red,
h1.b-title-h1.b-title--red,
.b-title-h.b-title--red,
h2.b-title-h2.b-title--red {
    color: #B20035 !important;
}
@media (max-width: 767px) {
    .b-title-h1,
    h1.b-title-h1 {
        line-height: 1.2 !important;
    }
}
/* ------------------- */
.b-faq {
    margin: 0 -20px 30px;
}
.b-faq > *:last-child {
    margin-bottom: 0 !important;
}
.b-faq * {
    font-size: 18px;
}
.b-faq sup {
    color: #383838;
    font-size: 0.55em;
    font-weight: 400;
}
.b-faq .faq__content {
    display: none;
    padding: 0 20px;
}
.b-faq .faq__content p {
    padding: 0 0 20px;
    margin: 0;
}
.b-faq .faq__content ul,
.b-faq .faq__content ol {
    margin: 0;
    padding: 18px 0 18px 20px;
}
.b-faq .b-title-h2 {
    cursor: pointer;
    padding: 0 20px;
    background: url('/local/templates/diasoft_2019/images/arr-off.png') no-repeat;
    background-position: top 5px left 0;
}
.b-faq .b-title-h2--faq-active {
    background: url('/local/templates/diasoft_2019/images/arr-on.png') no-repeat;
    background-position: top 9px left 0;
}
/* ------------------- */
.b-gray-block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    background-color: #F6F6F6;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .b-gray-block--white-mobile {
        background-color: #ffffff;
    }
    .b-faq {
        margin: 0 0 30px;
    }
    .b-faq .faq__content {
        padding: 0;
    }
}
/* ------------------- */
.b-gradient-block {
    box-sizing: border-box;
    padding: 40px 35px 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #65519E 0%, #97256B 100%);
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}
.b-gradient-block p {
    margin: 0 0 20px;
}
.b-gradient-block .b-title-h1 {
    color: #fff !important;
}
@media (max-width: 768px) {
    .b-gradient-block {
        padding: 30px;
        border-radius: 0;
        font-size: 14px;
        margin-bottom: 0;
    }
}
/* ------------------- */
.b-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 20px;
}
.b-flex br {
    display: none;
}
.b-flex .b-mini-banner + div {
    width: calc(100% - 15px - 412px);
}
.b-flex--2 > div {
    width: calc(100%/2 - 7.5px);
}
@media (max-width: 768px) {
    .b-flex {
        gap: 0;
        margin-bottom: 0;
    }
    .b-flex > div,
    .b-flex--2 > div,
    .b-flex .b-mini-banner + div {
        width: 100%;
    }
}
/* ------------------- */
.b-flex-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10%;
}
.b-flex-ul > * {
    width: calc(100%/2 - 5%);
}
@media (max-width: 768px) {
    .b-flex-ul {
        gap: 0;
    }
    .b-flex-ul > * {
        width: 100%;
    }
}
/* ------------------- */
.b-content-video {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}
.b-content-video .block-video-info {
    position: relative;
    display: block;
}
.b-content-video .block-video-info::before {
    content: '';
    display: block;
    width: 100%;
    padding: 28%;
}
.b-content-video .block-video-info::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 15%;
    height: 200px;
    background: url(../diasoft_2019/images/yt-btn.svg) no-repeat 50% 50%;
    opacity: .6;
    pointer-events: none;

}
.b-content-video .block-video-info img {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.b-content-video div > ul {
    padding-inline-start: 0 !important;
}
@media (max-width: 768px) {
    .b-content-video {
        margin-bottom: 0;
        border-radius: 0;
    }
}
/* ------------------- */
.b-mini-banner {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: stretch;
    width: 412px;
    min-height: 344px;
    border-radius: 5px;
    flex-shrink: 0;
    overflow: hidden;
}
.b-mini-banner .mini-banner__fon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.b-mini-banner .mini-banner__fon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-mini-banner .mini-banner__fon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../diasoft_2019/images/bg-mini-banner.svg) no-repeat 50% 50%;
    background-size: cover;
}
.b-mini-banner .mini-banner__title {
    font-family: 'Graphik Semibold';
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.b-mini-banner .mini-banner__content {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 35px 30px;
    color: #ffffff;
}
.b-mini-banner .mini-banner__content .mini-banner__button {
    margin-top: auto;
}
@media (max-width: 768px) {
    .b-mini-banner .mini-banner__content {
        padding: 25px 35px 20px;
    }
    .b-mini-banner .mini-banner__button a.b-btn {
        width: calc(100% + 30px);
        margin: 0 -15px;
        text-align: center;
    }
    .b-mini-banner {
        min-height: 310px;
        border-radius: 0;
    }
}
/* ------------------- */
.b-form input[type="submit"],
a.b-btn {
    display: inline-block;
    padding: 14px 15px 18px;
    border-radius: 5px;
    background-color: #B20035;
    font-family: 'Graphik Semibold';
    color: #ffffff;
    text-decoration: none;
    transition: box-shadow .2s;
    border: 0;
}
a.b-btn--white {
    background-color: #ffffff;
    color: #B20035;
}
input[type="submit"]:hover,
a.b-btn:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) inset;
}
/* ------------------- */
.b-ir-news {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    background: #F6F6F6;
    border-radius: 5px;
}
.b-ir-news .ir-news__title {
    padding: 11px 25px 8px;
    background: linear-gradient(135deg, #65519E 0%, #97256B 100%);
    color: #ffffff;
    font-family: 'Graphik Semibold';
    font-size: 18px;
}
.b-flex .b-ir-news [class*="b-news"] {
    box-sizing: border-box;
    height: 100%;
    padding: 30px 30px 15px;
}
@media (max-width: 768px) {
    .b-flex .b-ir-news [class*="b-news"] {
        padding: 0;
    }
}
/* ------------------- */
.b-ir-news-list,
.b-ir-news-list .date,
.b-ir-news-list h2 {
    font-size: 18px;
    display: 0;
    margin: 0;
}
.b-ir-news-list h2 a {
    font-weight: 400;
}
div.b-ir-news-list {
    margin-bottom: 20px;
}
/* ------------------- */
.b-news-two {
    display: flex;
    flex-direction: column;
}
.b-news-two .news-two__inner {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.b-news-two .news-two__item {
    width: calc(100%/2 - 5px);
}
.b-news-two .news-two__inner + div {
    margin-top: 30px;
}
.b-news-two .news-two__inner + div a {
    color: #b10035;
    font-size: 18px;
}
.b-news-two .news-two__item a {
    display: block;
    margin-bottom: 20px;
}
.b-news-two .news-two__item .date {
    display: block;
    margin-bottom: 20px;
}
.b-news-two--list {

}
.b-news-two--list .news-two__inner {
    flex-direction: column;
    margin-bottom: 0;
}
.b-news-two--list .news-two__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}
.b-news-two--list .news-two__item:last-child {
    margin-bottom: 0;
}
.b-news-two--list .news-two__item .date {
    order: 1;
    margin: 0;
}
.b-news-two--list .news-two__item > a {
    order: 2;
    margin: 0;
}
.b-news-two--list .news-two__item > .news-content {
    order: 3;
    margin: 0;
}
.b-flex .b-ir-news a.all-news {
    color: #636466;
    text-decoration: underline;
    float: right;
    font-size: 14px;
}
@media (max-width: 991px) {
    .b-news-two .news-two__item {
        width: 100%;
    }
    .b-news-two .news-two__item:nth-child(2) {
        display: none;
    }
    .b-news-two--list .news-two__item:nth-child(2) {
        display: block;
    }
    .b-news-two--list .news-two__item {
        font-size: 16px;
    }
    .b-ir-news {
        padding: 25px 30px 30px;
    }
    .b-ir-news .ir-news__title {
        padding: 0;
        margin-bottom: 20px;
        color: #574591;
        background: none;
    }
    .b-flex .b-ir-news [class*="b-news"],
    .b-ir-news .ir-news__title + div {
        padding: 0;
    }
}
/* ------------------- */
@media (max-width: 768px) {
    .g-hide-menu select.menu-select,
    .g-hide-menu .section-first {
        display: none;
    }
    .g-hide-menu .footer select.menu-select,
    .g-hide-menu .footer .section-first {
        display: block;
    }
}
/* ------------------- */
.g-margin {}
.g-margin--35 {
    margin-bottom: 35px;
}
/* ------------------- */
.b-figures {

}
.b-figures .figures__title {
    margin-bottom: 20px;
    font-family: 'Graphik Semibold';
    font-size: 20px;
    text-transform: uppercase;
}
.b-figures .figures__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -10px;
    margin-right: -10px;
}
.b-figures .figures__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 35px 10px 10px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    text-align: center;
}
.b-figures .figures__item-title {
    font-family: 'Graphik Semibold';
    font-size: 30px;
    margin-bottom: 5px;
}
.b-figures .figures__btn {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
.b-figures .figures__btn .b-btn {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .b-figures .figures__item {
        flex-direction: row;
        padding: 20px;
    }
    .b-figures .figures__inner {
        grid-template-columns: 1fr;
    }
    .b-figures .figures__btn .b-btn {
        width: 100%;
        text-align: center;
    }
    .b-figures .figures__item-title {
        width: 88px;
        margin-right: 10px;
    }
    .b-figures .figures__item-content {
        text-align: left;
    }
}
/* ------------------- */
.b-form {}
.b-form .form__button input[disabled]{
    background-color: #9e9e9e;
}
.b-form .form__title {
    margin-bottom: 10px;
    font-family: 'Graphik Semibold';
    font-size: 20px;
    color: #B20035;
    text-transform: uppercase;
}
.b-form .form__text {
    font-size: 18px;
    margin-bottom: 20px;
}
.b-form .form__column {
    margin-bottom: 12px;
}
.b-form input[type="text"],
.b-form input[type="search"],
.b-form input[type="email"],
.b-form input[type="tel"],
.b-form input[type="number"],
textarea {
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    box-shadow: none;
    border: 0px;
    border-radius: 5px;
    height: auto;
    min-height: 49px;
    outline: none;
    padding: 10px 15px !important;
    line-height: normal;
    border: none;
    font-size: 14px;
    font-family: 'Graphik Regular';
    font-size: 14px;
}
.b-form .form__inscription {
    font-size: 14px;
    margin-bottom: 30px;
}
.b-form .form__inscription i {
    color: #b10035;
}
.b-form .form__inscription a {
    color: #828282;
    text-decoration: underline;
}
.b-form .form__inscription a:hover {
    color: #b10035;
}
.b-form input[type="submit"] {
    padding: 12px 40px 14px;
    font-family: 'Graphik Regular';
    font-size: 18px;
    cursor: pointer;
}
.b-form .form__note {
    text-align: center;
}
.b-form > *:last-child {
    margin-bottom: 0;
}
.b-form--contacts {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.b-form--contacts .form__left {
    width: calc(50% - 10px);
}
.b-form--contacts .form__right {
    width: calc(50% - 10px);
}
.b-form--contacts .form__column {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.b-form--contacts textarea::placeholder,
.b-form--contacts input::placeholder {
    font-family: 'Graphik Regular';
    color: #828282;
    font-size: 14px;
}
.b-form--contacts textarea {
    min-height: 108px;
}
.b-form--contacts .form__inscription {
    margin-top: 20px;
    color: #383838;
}
.b-form--contacts .form__privacy {
    color: #828282;
    max-width: 522px;
    margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-form--contacts {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .b-form .form__title,
    .b-form .form__text {
        padding: 0 10px;
    }
    .b-form .form__inscription {
        margin-bottom: 20px;
    }
    .b-form .form__text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .b-form input[type="submit"] {
        padding: 12px 40px 14px;
        font-family: 'Graphik Regular';
        font-size: 16px;
        width: 100%;
    }
    .b-form .form__button {
        margin-bottom: 20px;
    }
    .b-form--contacts {
        padding: 0;
    }
    .b-form--contacts .form__left {
        width: 100%;
    }
    .b-form--contacts .form__right {
        width: 100%;
    }
    .b-form--contacts .form__inscription {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .b-form--contacts .form__privacy {
        margin-top: 0;
    }
}
/* ------------------- */
body *.b-margin-none {
    margin: 0 !important;
    padding: 0 !important;
}
body *.b-margin {
    margin-bottom: 50px !important;
}
body *.b-margin-30 {
    margin-bottom: 30px !important;
}
body *.b-margin-50 {
    margin-bottom: 50px !important;
}
body *.b-margin-60 {
    margin-bottom: 60px !important;
}
body *.b-margin-80 {
    margin-bottom: 80px !important;
}
body *.b-margin-100 {
    margin-bottom: 100px !important;
}
@media (max-width: 768px) {
    body *.b-margin {
        margin-bottom: 30px !important;
    }
    body *.b-margin-30 {
        margin-bottom: 30px !important;
    }
    body *.b-margin-50 {
        margin-bottom: 30px !important;
    }
    body *.b-margin-60 {
        margin-bottom: 30px !important;
    }
    body *.b-margin-80 {
        margin-bottom: 40px !important;
    }
    body *.b-margin-100 {
        margin-bottom: 50px !important;
    }
}
/* ------------------- */
.b-benefits {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.27;
}
.b-benefits sup {
    font-size: 0.55em;
}
.b-benefits .benefits__text {
    margin-bottom: 55px;
}
.b-benefits .benefits__item {
    display: flex;
    align-items: center;
    gap: 0 86px;
    margin: 0 47px 70px;
}
.b-benefits .benefits__item p {
    margin: 0;
}
.b-benefits .benefits__imgbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 178px;
    flex: 0 0 auto;
    padding: 30px 20px;
    border-radius: 5px;
    background: linear-gradient(135deg, rgb(101, 81, 158), rgb(151, 37, 107));
    text-align: center;
}
.b-benefits .benefits__imgbox::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 3px;
    background-color: #f6f6f6;
    pointer-events: none;
    border-radius: 3px;
}
.b-benefits .benefits__img {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}
.b-benefits .benefits__img-txt {
    color: #574591;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.b-benefits .benefits__title {
    position: relative;
    z-index: 2;
    color: #574591;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
}
.b-benefits .benefits__content {
    flex: 1 1 auto;
}
.b-benefits .benefits__name {
    margin-bottom: 20px;
    color: #574591;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .b-benefits .benefits__item {
        margin: 0 0 50px;
        gap: 0 50px;
    }
}
@media (max-width: 767px) {
    .b-benefits {
        font-size: 14px;
        line-height: 1.21;
    }
    .b-benefits .benefits__text {
        margin-bottom: 30px;
    }
    .b-benefits .benefits__item {
        flex-direction: column;
        margin: 0 0 30px;
        gap: 20px;
    }
    .b-benefits .benefits__imgbox {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .b-benefits .benefits__img-txt {
        font-size: 26px;
    }
    .b-benefits .benefits__title {
        font-size: 14px;
    }
    .b-benefits .benefits__name {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
/* ------------------- */
.b-footnote {
    margin: 0 25px 25px;
    padding-top: 20px;
    padding: 20px 6px 0;
    border-top: 1px solid #9B9B9B;
    font-size: 14px;
    line-height: 1.64;
}
.b-footnote .footnote__list {
    counter-reset: footnote;
}
.b-footnote .footnote__item::before {
    content: counter(footnote);
    counter-increment: footnote;
    vertical-align: text-top;
    margin-right: 3px;
    font-size: 0.55em;
}
@media (max-width: 767px) {
    .b-footnote {
        margin-left: 0;
        margin-right: 0;
    }
    .b-footnote .footnote__item::before {
        margin-right: 0;
    }
}
/* ------------------- */
.b-footnote-item--lite {
    border: none;
    padding: 0;
}
/* ------------------- */
.g-color-1 .wrp {
    color: #383838;
}
/* ------------------- */
.b-history br {
    display: none;
}
.b-history .history__title h1 {
    margin: 0 0 37px;
    color: #fff;
    line-height: normal;
}
.b-history .history__header {
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
    padding: 22px 40px;
    background: linear-gradient(135deg, #65519E 0%, #97256B 100%);
    border-radius: 5px;
}
.b-history .history__chart {}
.b-history .history__timeline {
    position: relative;
    width: 1030px;
    margin: 0 auto;
    padding: 50px 5px 5px;
    overflow: hidden;
}
.b-history .history__timeline svg {
    max-width: 100%;
    vertical-align: top;
    width: auto;
    height: auto;
}
.b-history .history__start,
.b-history .history__end {
    position: absolute;
    bottom: 32px;
    line-height: normal;
}
.b-history .history__start {
    left: 0;
}
.b-history .history__end {
    right: 0;
}
.b-history .history__content {
    padding: 18px 40px;
    border-radius: 5px;
    background: #F6F6F6;
}
.b-history .history__year {
    position: absolute;
    z-index: 2;
    left: -20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #65519E;
    border: 2px solid #fff;
}
.b-history .history__year-hidden {
    display: none;
}
.b-history .history__year-animation {
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
}
.b-history .history__year-animation-back {
    animation-direction: alternate-reverse;
}
.b-history .history__year::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: translateX(-50%);
    cursor: pointer;
}
.b-history .history__year-active::before {
    background-color: #fff;
}
@keyframes showFirst {
    0% {
        opacity: 0;
        left: -20px;
    }
    100% {
        opacity: 1;
        left: 124px;
    }
}
@keyframes showFirstBack {
    0% {
        opacity: 1;
        left: 124px;
    }
    100% {
        opacity: 0;
        left: -20px;
    }
}
@keyframes botTop {
    0% {
        top: calc(100% - 18px);
        left: 124px;
    }
    100% {
        top: 45px;
        left: 225px;
    }
}
@keyframes botTopBack {
    0% {
        top: 45px;
        left: 225px;
    }
    100% {
        top: calc(100% - 18px);
        left: 124px;
    }
}
@keyframes left1 {
    0% {
        left: 225px;
    }
    100% {
        left: 341px;
    }
}
@keyframes leftBack1 {
    0% {
        left: 341px;
    }
    100% {
        left: 225px;
    }
}
@keyframes topBot {
    0% {
        top: 45px;
        left: 341px;
    }
    100% {
        top: calc(100% - 18px);
        left: 442px;
    }
}
@keyframes topBotBack {
    0% {
        top: calc(100% - 18px);
        left: 442px;
    }
    100% {
        top: 45px;
        left: 341px;
    }
}
@keyframes left2 {
    0% {
        left: 442px;
    }
    100% {
        left: 557px;
    }
}
@keyframes leftBack2 {
    0% {
        left: 557px;
    }
    100% {
        left: 442px;
    }
}
@keyframes botTop2 {
    0% {
        top: calc(100% - 18px);
        left: 557px
    }
    100% {
        top: 45px;
        left: 658px;
    }
}
@keyframes botTopBack2 {
    0% {
        top: 45px;
        left: 658px;
    }
    100% {
        top: calc(100% - 18px);
        left: 557px
    }
}
@keyframes left3 {
    0% {
        left: 658px;
    }
    100% {
        left: 773px;
    }
}
@keyframes leftBack3 {
    0% {
        left: 773px;
    }
    100% {
        left: 658px;
    }
}
@keyframes topBot2 {
    0% {
        top: 45px;
        left: 773px;
    }
    100% {
        top: calc(100% - 18px);
        left: 875px;
    }
}
@keyframes topBotBack2 {
    0% {
        top: calc(100% - 18px);
        left: 875px;
    }
    100% {
        top: 45px;
        left: 773px;
    }
}
@keyframes left4 {
    0% {
        left: 875px;
        opacity: 1;
    }
    80% {
        left: 1030px;
        opacity: 0;
    }
    100% {
        left: 1030px;
        opacity: 0;
        display: none;
    }
}
@keyframes leftBack4 {
    0% {
        left: 1030px;
        opacity: 0;
        display: none;
    }
    20% {
        left: 1030px;
        opacity: 0;
    }
    100% {
        left: 875px;
        opacity: 1;
    }
}
.b-history .history__year-back--5 {
    top: calc(100% - 18px);
    left: -20px;
    animation-name: showFirstBack;
}
.b-history .history__year--6 {
    top: calc(100% - 18px);
    left: 124px;
    animation-name: showFirst;
}
.b-history .history__year-back--6 {
    top: calc(100% - 18px);
    left: 124px;
    animation-name: botTopBack;
}
.b-history .history__year--7 {
    top: 45px;
    left: 225px;
    animation-name: botTop;
}
.b-history .history__year-back--7 {
    top: 45px;
    left: 225px;
    animation-name: leftBack1;
}
.b-history .history__year--8 {
    top: 45px;
    left: 341px;
    animation-name: left1;
}
.b-history .history__year-back--8 {
    top: 45px;
    left: 341px;
    animation-name: topBotBack;
}
.b-history .history__year--9 {
    top: calc(100% - 18px);
    left: 442px;
    animation-name: topBot;
}
.b-history .history__year-back--9 {
    top: calc(100% - 18px);
    left: 442px;
    animation-name: leftBack2;
}
.b-history .history__year--10 {
    top: calc(100% - 18px);
    left: 557px;
    animation-name: left2;
}
.b-history .history__year-back--10 {
    top: calc(100% - 18px);
    left: 557px;
    animation-name: botTopBack2;
}
.b-history .history__year--11 {
    top: 45px;
    left: 658px;
    animation-name: botTop2;
}
.b-history .history__year-back--11 {
    top: 45px;
    left: 658px;
    animation-name: leftBack3;
}
.b-history .history__year--12 {
    top: 45px;
    left: 773px;
    animation-name: left3;
}
.b-history .history__year-back--12 {
    top: 45px;
    left: 773px;
    animation-name: topBotBack2;
}
.b-history .history__year--13 {
    top: calc(100% - 18px);
    left: 875px;
    animation-name: topBot2;
}
.b-history .history__year-back--13 {
    top: calc(100% - 18px);
    left: 875px;
    animation-name: leftBack4;
}
.b-history .history__year--14 {
    top: calc(100% - 18px);
    left: 1030px;
    animation-name: left4;
}
.b-history .history__year-back--14 {
    top: calc(100% - 18px);
    left: 1030px;
    animation-name: leftBack4;
}
.b-history .history__year-popup {
    display: none;
}
.b-history .history__year-active .history__year-popup {
    display: block;
}
.b-history .history__year-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 67px;
    background: url('/images/history-line.svg') 50% 50% no-repeat;
    pointer-events: none;
}
.b-history .history__year-txt {
    position: relative;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    text-align: center;
    padding: 5px;
    border-radius: 14px;
    background: #FFF;
    color: #B20035;
    line-height: normal;
}
.b-history .history__year-txt::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    border-width: 8px 4px 0 4px;
    border-top-color: #fff;
}
.b-history .history__tab {
    position: relative;
    display: none;
    color: #383838;
    font-size: 18px;
    line-height: 1.11;
}
.b-history .history__tab-active {
    display: block;
}
.b-history .history__tab li {
    margin-bottom: 1em;
}
.b-history .history__tab-year {
    position: absolute;
    top: 0;
    right: 0;
    color: #574591;
    text-align: right;
    font-size: 18px;
    line-height: normal;
}
.b-history .history__tab-list {
    margin: 0 84px 50px;
}
.b-history .history__tab-list li::marker {
    font-size: 10px;
}
.b-history .history__head {
    margin-bottom: 55px;
    color: #B20035;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .b-history .history__chart {
        margin-top: -30px;
        margin-right: -40px;
        padding-top: 45px;
        overflow: auto;
        overflow-y: hidden;
    }
    .b-history .history__timeline {
        margin-right: 20px;
    }
    .b-history .history__tab-list {
        margin: 0 0 40px;
    }
    .b-history .history__head {
        margin-bottom: 40px;
    }
}
/* ------------------- */
@media (max-width: 767px) {
    .b-history {
        margin: 0 -30px;
    }
    .b-history .history__header {
        padding: 20px 30px;
        border-radius: 0;
    }
    .b-history .history__chart {
        margin-top: -30px;
        margin-right: -40px;
        padding-top: 45px;
        overflow: auto;
        overflow-y: hidden;
    }
    .b-history .history__timeline {
        margin-right: 20px;
    }
    .b-history .history__head {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .b-history .history__content {
        padding: 20px 30px;
    }
    .b-history .history__tab {
        font-size: 14px;
    }
    .b-history .history__tab-year {
        position: static;
        margin-bottom: 10px;
        text-align: left;
        font-size: 14px;
    }
    .b-history .history__tab-list {
        margin: 0 0 30px;
    }
}
/* ------------------- */
.b-strategy {
    padding: 0 60px 0;
}
.b-strategy .strategy__item {
    margin-bottom: 120px;
    font-size: 18px;
}
.b-strategy .strategy__title {
    margin-bottom: 50px;
    font-family: 'Graphik Semibold';
    font-size: 20px;
    color: #574591;
}
.b-strategy .strategy__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-strategy .strategy__body > div {
    width: calc(100%/2);
}
.b-strategy .strategy__img img {
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .b-strategy {
        padding: 0;
    }
    .b-strategy .strategy__item {
        margin-bottom: 50px;
        font-size: 16px;
    }
    .b-strategy .strategy__body {
        flex-direction: column;
        gap: 30px;
    }
    .b-strategy .strategy__body > div {
        width: 100%;
    }
    .b-strategy .strategy__img img {
        margin: 0 auto;
    }
}
/* ------------------- */
.b-static-content {
    font-size: 18px;
}
@media (max-width: 767px) {
    .b-static-content {
        font-size: 16px;
    }
}
/* ------------------- */
ul.b-static-ul {
    color: #383838;
}
ul.b-static-ul li::marker {
    font-size: 15px;
}
ul.b-static-ul li {
    margin-bottom: 15px;
}
/* ------------------- */
.b-purposes {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
.b-purposes .purposes__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 10px 30px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .b-purposes {
        gap: 20px;
        margin: 0 0 30px;
    }
    .b-purposes .purposes__item {
        padding: 20px;
    }
    .b-purposes .purposes__item {
        font-size: 20px;
    }
    .b-purposes {
        grid-template-columns: 1fr;
    }
}
/* ------------------- */
.b-advantages {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 690px;
    margin: 0 auto 30px;
}
.b-advantages .advantages__item {
    position: relative;
    width: calc(100%/2 - 25px);
    display: flex;
    align-items: center;
    padding-left: 55px;
}
.b-advantages .advantages__item::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url('images/polygon.svg') no-repeat 50% 50%;
}
@media (max-width: 768px) {
    .b-advantages {
        gap: 30px;
    }
    .b-advantages .advantages__item {
        width: 100%;
    }
}
/* ------------------- */
.b-team {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    padding: 0 30px;
    margin-bottom: 50px;
}
.b-team .team__item {
    width: calc(100%/5 - 48px);
}
.b-team .team__img {
    margin-bottom: 20px;
}
.b-team .team__img img {
    display: block;
    max-width: 126px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #E6E6E6;
}
.b-team a,
.b-team h2 {
    font-family: 'Graphik Semibold';
    color: #574591;
    font-size: 16px;
}
.b-team h2 {
    margin: 0 0 10px;
}
.b-team--directors {
    gap: 50px 30px;
}
.b-team--directors .team__item  {
    width: calc((100% - 120px) / 5);
}
.b-team--directors .team__item--hidden {
    opacity: 0.3;
}
.b-team--directors h2 {
    font-size: 16px;
}
.b-team--directors .team__img {
    position: relative;
}
.b-team--directors .team__img img {
    width: 100%;
    max-width: 100%;
}
.b-team--directors .team__icons {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 6px;
    right: 17px;
    top: 0;
}
.b-team--directors .team__name {
    padding: 0 10px;
}
.b-team--directors .team__job {
    padding: 0 10px;
}
.b-team--directors .team__icon svg {
    display: block;
}
/* ------------------- */
.b-team-filter {
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin-bottom: 65px;
}
.b-team-filter .team-filter__left {
    font-size: 18px;
    color: #B20035;
    font-family: 'Graphik Semibold', sans-serif;
    margin-right: 100px;
    width: 270px;
}
.b-team-filter .team-filter__items {
    display: flex;
    align-items: center;
    column-gap: 100px;
    width: calc(100% - 370px);
}
.b-team-filter .team-filter__item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.b-team-filter .team-filter__item:first-child {
    width: 260px;
}
.b-team-filter .team-filter__item:last-child {
    width: calc(100% - 360px);
}
.b-team-filter .team-filter__item svg {
    width: 21px;
    margin-right: 19px;
    display: block;
}
.b-team-filter .team-filter__item span {
    font-size: 18px;
    line-height: 1.1;
    color: #383838;
    width: calc(100% - 40px);
}
.b-team-filter .team-filter__item--active span,
.b-team-filter .team-filter__item:hover span {
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-team-filter {
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 0;
    }
    .b-team-filter .team-filter__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .b-team-filter .team-filter__items {
        width: 100%;
        column-gap: 50px;
    }
    .b-team-filter .team-filter__item:first-child {
        width: 50%;
    }
    .b-team-filter .team-filter__item:last-child {
        width: 50%;
    }
/* ------------------- */
    .b-team--directors {
        padding: 0;
        gap: 40px 30px;
    }
    .b-team--directors .team__item {
        width: calc((100% - 90px) / 4);
    }
}
@media (max-width: 1040px) {
    .b-team .team__item {
        width: calc(100%/3 - 40px);
    }
    .b-team--directors .team__item {
        width: calc((100% - 90px) / 4);
    }
}
@media (max-width: 767px) {
    .b-team {
        gap: 20px 20px;
        padding: 0;
        margin-bottom: 20px;
    }
    .b-team .team__item {
        width: calc(100%/2 - 10px);
    }
    /* ------------------- */
     .b-team-filter {
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 0;
    }
    .b-team-filter .team-filter__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .b-team-filter .team-filter__items {
        width: 100%;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .b-team-filter .team-filter__item:first-child {
        width: 100%;
    }
    .b-team-filter .team-filter__item:last-child {
        width: 100%;
    }
    .b-team-filter .team-filter__item span {
        font-size: 16px;
    }
/* ------------------- */
    .b-team--directors {
        padding: 0;
        gap: 20px;
    }
    .b-team--directors .team__item {
        width: calc(50% - 10px);
    }
    .b-team--directors .team__name,
    .b-team--directors .team__job {
        padding: 0;
    }
    .b-team--directors h2 {
        font-size: 14px;
    }
    .b-team--directors .team__job {
        font-size: 13px;
    }
}
/* ------------------- */
.ir-filter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
    margin: -20px 0 20px;
}
.b-filter {
    position: absolute;
    top: 0;
    right: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 26px;
    padding: 20px 20px 15px;
    width: 295px;
    color: #9B9B9B;
    font-size: 16px;
}
.b-filter .filter__title {
    margin-bottom: 10px;
}
.b-filter .filter-form__input {
    margin-bottom: 15px;
}
.b-filter .filter-form__name-input-wrap {
    position: relative;
}
.b-filter .filter-form__name-input-wrap input[type='text'] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 40px 8px 20px !important;
    background: #F6F6F6;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    color: #9B9B9B;
    border-radius: 30px;
    font-size: 16px;
}
.b-filter .filter-form__name-input-wrap input[type='text']::placeholder {
    color: #9B9B9B;
}
.b-filter .filter-form__name-input-wrap input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 15px;
    color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent url('images/filter-search.svg') no-repeat 50% 50%;
    cursor: pointer;
}
.b-filter .filter-form__name-input-wrap input[type="submit"]:hover {
    box-shadow: none;
}
.b-filter-input {
    position: relative;
    width: min-content;
}
.b-filter-input input[type='text'] {
    box-sizing: border-box;
    background: #fff;
    box-shadow: none;
    display: block;
    width: 295px;
    height: 36px;
    padding: 8px 80px 8px 20px !important;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    color: #9B9B9B;
    border-radius: 30px;
}
.b-filter-input input[type="submit"] {
    position: absolute;
    top: 6px;
    right: 15px;
    color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent url('images/filter-search.svg') no-repeat 50% 50%;
    cursor: pointer;
}
.b-filter-input input[type="submit"]:hover {
    box-shadow: none;
}
.b-filter-input .filter-input__open {
    position: absolute;
    top: 6px;
    right: 45px;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url('images/filter.svg') no-repeat 50% 50%;
    cursor: pointer;
}
.b-filter input.filter__reset {
    display: block;
    margin: 0 auto;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 16px;
    color: #9B9B9B;
    cursor: pointer;
}
@media (max-width: 767px) {
    .b-filter-input {
        width: 100%;
    }
    .b-filter-input input[type='text'] {
        width: 100%;
    }
    .b-filter {
        width: 100%;
    }
}
/* ------------------- */
.select2-container--default .select2-selection--single {
    height: 36px;
    padding: 3px 40px 8px 8px;
    background: #F6F6F6;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9B9B9B;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #574591;
}
.select2-dropdown {
    border: 1px solid #E6E6E6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: transparent url(images/filter-select-toggle.svg) no-repeat 50% 50%;
    border: none;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-69%, -50%);
}
.select2-results__option {
    padding: 6px 16px;
}
/* ------------------- */
.select2-container--list .select2-selection--single {
    height: 36px;
    padding: 3px 40px 8px 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    border-radius: 8px;
}
.select2-container--list.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--list.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select2-container--list .select2-selection--single .select2-selection__rendered {
    color: #816BC7;
    font-weight: 600;
}
/* ------------------- */
.b-presentation {
    margin-bottom: 90px;
    padding: 0 5px;
}
.b-presentation .presentation__inner {
    overflow: hidden;
    border-radius: 8px;
    min-height: 596px;
    position: relative;
}
.b-presentation .presentation__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.b-presentation .presentation__item iframe {
    border-radius: 8px;
    overflow: hidden;
}
.b-presentation .presentation__title {
    color: #fff;
    font-size: 36px;
    width: 100%;
    text-align: center;
    font-family: 'Graphik Semibold', sans-serif;
}

/* --------------- */
.b-presintations-list {
    display: flex;
    padding: 0 0 63px 0;
}
.b-presintations-list .presintations-list__left {
    width: 50%;
    padding: 30px 80px 0 60px;
}
.b-presintations-list .presintations-list__right {
    padding-left: 70px;
    padding-right: 60px;
    width: 50%;
}
.b-presintations-list .presintations-list__left-item {
    display: flex;
    position: relative;
}
.b-presintations-list .presintations-list__left-icon {
    width: 65px;
    margin-right: 42px;
}
.b-presintations-list .presintations-list__left-icon svg {
    width: 100%;
    display: block;
}
.b-presintations-list .presintations-list__left-title {
    width: calc(100% - 107px);
    font-size: 18px;
    color: #574591;
    font-family: 'Graphik Semibold', sans-serif;
    line-height: 1.27;
    padding-right: 40px;
    position: relative;
}
.b-presintations-list .presintations-list__left-title span {
    display: block;
    font-family: 'Graphik', sans-serif;
    color: #383838;
    margin-top: 5px;
}
.b-presintations-list .presintations-list__left-link {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}
.b-presintations-list .presintations-list__left-link:after,
.b-presintations-list .presintations-list__item a:after {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/local/templates/diasoft_2019/images/download.svg');
    transition: opacity 0.3s linear;
}
.b-presintations-list .presintations-list__left-link:hover:after,
.b-presintations-list .presintations-list__item a:hover:after {
    opacity: 0.7
}
.b-presintations-list .presintations-list__item:not(:last-child) {
    margin-bottom: 30px;
}
.b-presintations-list .presintations-list__item a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 18px;
    line-height: 1.27;
    text-decoration: none;
    color: #383838;
}

/* --------------- */
.b-reports {
    padding: 0 30px 50px;
}
.b-reports .reports__header {
    margin-bottom: 30px;
    font-size: 18px;
    color: #B20035;
    font-family: 'Graphik Semibold', sans-serif;
    text-transform: uppercase;
}
.b-reports .reports__item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 28px 35px;
    position: relative;
    display: flex;
    align-items: center;
}
.b-reports .reports__item:not(:last-child) {
    margin-bottom: 20px;
}
.b-reports .reports__link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.b-reports .reports__link:after {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/local/templates/diasoft_2019/images/download.svg');
    transition: opacity 0.3s linear;
}
.b-reports .reports__link:hover:after {
    opacity: 0.7;
}
.b-reports .reports__icon {
    width: 65px;
    margin-right: 30px;
}
.b-reports .reports__icon svg {
    display: block;
    width: 100%;
}
.b-reports .reports__title {
    padding-right: 40px;
    width: calc(100% - 100px);
    font-size: 18px;
    color: #383838;
}

/* --------------- */
.b-corp-system {
    padding: 0 30px 40px;
    color: #383838;
}
.b-corp-system p {
    font-size: 18px;
}
.b-corp-system img {
    width: 100%;
    display: block;
    height: auto !important;
}
.b-corp-system .corp-system__red {
    margin-top: 50px;
    font-size: 18px;
    color: #B20035;
    font-family: 'Graphik Semibold', sans-serif;
    margin-bottom: 45px;
}
.b-corp-system .corp-system__list {
    margin-top: 65px;
    font-size: 18px;
    max-width: 700px;
}
.b-corp-system .corp-system__list-title {
    text-transform: uppercase;
    color: #B20035;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Graphik Semibold', sans-serif;
}
.b-corp-system .corp-system__list ol {
    padding-inline-start: 40px !important;
}
.b-corp-system .corp-system__list span {
    display: block;
    font-family: 'Graphik Semibold', sans-serif;
    text-transform: uppercase;
}

/* --------------- */
.b-key-figures {
    padding: 0 30px 50px;
    color: #383838;
}
.b-key-figures .key-figures__inner {
    border-bottom: 2px solid #9B9B9B;
}
.b-key-figures .key-figures__note {
    margin-top: 20px;
    font-size: 14px;
}
.b-key-figures .key-figures__item {
    margin-bottom: 95px;
}
.b-key-figures .key-figures__item-title {
    max-width: 450px;
    color: #B20035;
    margin-bottom: 60px;
    font-size: 18px;
    font-family: 'Graphik Semibold', sans-serif;
}
.b-key-figures .key-figures__list {
    display: flex;
    column-gap: 60px;
}
.b-key-figures .key-figures__list-item {
    width: calc(100% / 3 - 40px);
    padding: 22px 22px 30px;
    border-radius: 8px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.b-key-figures .key-figures__list-item--pink {
    background-color: #F2DAE1;
}
.b-key-figures .key-figures__list-item--blue {
    background-color: #DDD7F0;
}
.b-key-figures .key-figures__list-item--green {
    background-color: #CFE3E6;
}
.b-key-figures .key-figures__item--last .key-figures__list-item {
    min-height: 356px;
}
.b-key-figures .key-figures__item--last .key-figures__list-pic {
    margin-top: auto;
}
.b-key-figures .key-figures__item--last .key-figures__list-pic svg {
    display: block;
    max-width: 100%;
}
.b-key-figures .key-figures__list-item span {
    font-size: 36px;
    line-height: 1;
    font-family: 'Graphik Semibold', sans-serif;
}
.b-key-figures .key-figures__list-item p {
    margin: auto 0 0 !important;
    font-size: 18px;
}
.b-key-figures .key-figures__list-item-top {
    font-size: 16px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}
.b-key-figures .key-figures__list-item-top-big {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}
.b-key-figures .key-figures__list-item-top-big span {
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-presentation {
        margin-bottom: 60px;
        padding: 0;
    }
    .b-presentation .presentation__inner,
    .b-presentation .presentation__item iframe {
        min-height: 500px;
    }
    .b-presentation .presentation__title {
        font-size: 26px;
    }

    /* --------------- */
    .b-presintations-list {
        padding: 0 0 40px 0;
    }
    .b-presintations-list .presintations-list__left {
        padding: 30px 30px 0 30px;
    }
    .b-presintations-list .presintations-list__right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .b-presintations-list .presintations-list__item a {
        font-size: 16px;
    }

    /* --------------- */
    .b-reports {
        padding: 0 0px 40px;
    }
    .b-reports .reports__title {
        font-size: 16px;
    }

    /* --------------- */
    .b-corp-system {
        padding: 0 0 30px;
    }

    /* --------------- */
    .b-key-figures {
        padding: 0 0 30px;
    }
    .b-key-figures .key-figures__list {
        column-gap: 30px;
    }
    .b-key-figures .key-figures__list-item {
        width: calc(100% / 3 - 20px);
        padding: 15px;
        min-height: 150px;
    }
    .b-key-figures .key-figures__item {
        margin-bottom: 50px;
    }
    .b-key-figures .key-figures__list-item span {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .b-key-figures .key-figures__list-item p {
        font-size: 16px;
    }
    .b-key-figures .key-figures__item--last .key-figures__list-item {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .b-presentation {
        margin-bottom: 40px;
        padding: 0;
    }
    .b-presentation .presentation__inner,
    .b-presentation .presentation__item iframe {
        min-height: 400px;
    }
    .b-presentation .presentation__title {
        font-size: 22px;
    }

    /* --------------- */
    .b-presintations-list {
        padding: 0 0 20px 0;
        flex-direction: column;
    }
    .b-presintations-list .presintations-list__left {
        padding: 0 0 30px 0;
        width: 100%;
    }
    .b-presintations-list .presintations-list__right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .b-presintations-list .presintations-list__item a {
        font-size: 16px;
    }
    .b-presintations-list .presintations-list__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .b-presintations-list .presintations-list__left-icon {
        width: 40px;
        margin-right: 20px;
    }
    .b-presintations-list .presintations-list__left-title {
        width: calc(100% - 60px);
        font-size: 16px;
    }

    /* --------------- */
    .b-reports {
        padding: 0 0px 30px;
    }
    .b-reports .reports__header {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .b-reports .reports__item {
        padding: 20px;
    }
    .b-reports .reports__title {
        font-size: 12px;
        width: calc(100% - 50px);
        padding-right: 20px;
    }
    .b-reports .reports__icon {
        width: 40px;
        margin-right: 20px;
    }
    .b-reports .reports__link:after {
        right: 5px;
    }

    /* --------------- */
    .b-corp-system {
        padding: 0;
    }
    .b-corp-system p {
        font-size: 16px;
    }
    .b-corp-system .corp-system__red {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .b-corp-system .corp-system__list {
        margin-top: 40px;
        font-size: 16px;
    }
    .b-corp-system .corp-system__list-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .b-corp-system .corp-system__list ol {
        padding-inline-start: 20px !important;
    }

    /* --------------- */
    .b-key-figures {
        padding: 0 0 20px;
    }
    .b-key-figures .key-figures__note {
        font-size: 12px;
    }
    .b-key-figures .key-figures__list {
        flex-wrap: wrap;
    }
    .b-key-figures .key-figures__item {
        margin-bottom: 40px;
    }
    .b-key-figures .key-figures__item-title {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .b-key-figures .key-figures__list-item {
        min-height: auto;
        width: 100%;
        min-height: 188px;
        padding: 20px 25px 30px;
    }
    .b-key-figures .key-figures__list-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .b-key-figures .key-figures__list-item span {
        margin-bottom: 15px;
        font-size: 36px;
    }
    .b-key-figures .key-figures__list-item p {
        font-size: 18px;
    }
    .b-key-figures .key-figures__item--last .key-figures__list-item {
        min-height: auto;
    }
    .b-key-figures .key-figures__list-item-top {
        min-height: auto;
        font-size: 18px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .b-key-figures .key-figures__list-item-top-big {
        margin: 10px 0;
        font-size: 14px;
    }
    .b-key-figures .key-figures__item--last .key-figures__list-item:nth-child(2n) .key-figures__list-item-top-big {
        margin: 0 0 10px;
    }
}
/* ------------------- */
.b-position {
    margin-bottom: 80px;
    padding-left: 40px;
}
.b-position .position__title {
    margin-bottom: 40px;
    font-size: 18px;
    color: #B20035;
    font-family: 'Graphik Semibold', sans-serif;
}
.b-position .position__item {
    position: relative;
    background-color: #ffffff;
    padding: 28px 23px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    max-width: 480px;
}
.b-position .position__link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.b-position .position__item-icon {
    width: 65px;
    margin-right: 20px;
}
.b-position .position__item-icon svg {
    width: 100%;
    display: block;
}
.b-position .position__item-title {
    width: calc(100% - 85px);
    display: flex;
    align-items: center;
    line-height: 1.1;
    color: #383838;
    font-size: 18px;
}
.b-position .position__item-title svg {
    width: 24px;
    min-width: 24px;
    display: block;
    margin-left: 20px;
}
.b-position .position__item:hover .position__item-title svg path {
    fill: #B20035;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-position {
        padding-left: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .b-position {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .b-position .position__title {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .b-position .position__item {
        padding: 20px;
    }
    .b-position .position__item-icon {
        width: 40px;
        margin-right: 15px;
    }
    .b-position .position__item-title {
        width: calc(100% - 55px);
        font-size: 16px;
    }
    .b-position .position__item-title svg {
        width: 20px;
        min-width: 20px;
        margin-left: 10px;
    }
}
.b-inv-contacts {
    padding: 0 50px;
}
.b-inv-contacts .inv-contacts__mail {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 43px;
    display: block;
    color: #B20035;
}
.b-inv-contacts .inv-contacts__socials {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-bottom: 40px;
}
.b-inv-contacts .inv-contacts__socials-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    transition: 0.2s linear color;
}
.b-inv-contacts .inv-contacts__socials-item:hover {
    color: #B20035;
}
.b-inv-contacts .inv-contacts__socials-item svg {
    min-width: 32px;
    width: 32px;
    display: block;
    margin-right: 21px;
}
.b-inv-contacts .inv-contacts__text {
    margin-bottom: 30px;
    font-size: 18px;
    color: #383838;
}
.b-inv-contacts .inv-contacts__header {
    text-transform: uppercase;
    color: #B20035;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Graphik Semibold', sans-serif;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-inv-contacts {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .b-inv-contacts {
        padding: 0;
    }
    .b-inv-contacts .inv-contacts__mail {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .b-inv-contacts .inv-contacts__socials {
        flex-wrap: wrap;
        margin-bottom: 30px;
        row-gap: 30px;
    }
    .b-inv-contacts .inv-contacts__socials-item {
        width: 100%;
    }
    .b-inv-contacts .inv-contacts__text {
        font-size: 16px;
    }
    .b-inv-contacts .inv-contacts__header {
        font-size: 18px;
    }
}
/* ------------------ */
.b-form-info {
    padding: 0 50px;
}
.b-form-info .form-info__descr {
    margin-bottom: 30px;
    font-size: 18px;
    color: #383838;
}
.b-form-info .form-info__title {
    text-transform: uppercase;
    color: #B20035;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Graphik Semibold', sans-serif;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-form-info {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .b-form-info {
        padding: 0;
    }
    .b-form-info .form-info__descr {
        font-size: 16px;
    }
    .b-form-info .form-info__title {
        font-size: 18px;
    }
}
/* ------------------ */
.b-torg {}
.b-torg .torg__inner {
    display: flex;
}
.b-torg .torg__item {}
.b-torg .torg__item:nth-child(1) {
    width: 100%;
    padding-right: 20px;
}
.b-torg .torg__item:nth-child(2),
.b-torg .torg__item:nth-child(3) {
    width: 25%;
    min-width: 160px;
    flex-shrink: 0;
}
.b-torg .torg__item:nth-child(3) {
    width: 10%;
}
.b-torg .torg__item-title {
    font-family: "Graphik Semibold";
    color: #383838;
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .b-torg .torg__inner {
        flex-direction: column;
    }
    .b-torg .torg__item {
        margin-bottom: 20px;
    }
    .b-torg .torg__item,
    .b-torg .torg__item:nth-child(1),
    .b-torg .torg__item:nth-child(2),
    .b-torg .torg__item:nth-child(3) {
        width: 100%;
        padding: 0;
    }
    .b-torg .torg__item:last-child {
        margin-bottom: 0;
    }
}
/* ------------------ */
*.b-violet {
    color: #574591;
}
/* ------------------ */
.b-causeless-padding {
    padding: 0 30px;
}
@media (max-width: 767px) {
    .b-causeless-padding {
        padding: 0;
    }
}
/* ------------------ */
a.b-black-mini-link {
    color: #383838;
    font-size: 16px;
}
/* ------------------ */
.b-shares-line {
    display: flex;
    font-size: 24px;
    color: #383838;
}
.b-shares-line .shares-line__item {
    position: relative;
    padding-bottom: 20px;
}
.b-shares-line .shares-line__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
}
.b-shares-line .shares-line__item.color-1::after {
    background-color: #574591;
}
.b-shares-line .shares-line__item.color-2::after {
    background-color: #816BC7;
}
.b-shares-line .shares-line__item.color-3::after {
    background-color: #B49DFC;
}
.b-shares-line .shares-line__item.color-4::after {
    background-color: #D8D8D8;
}
@media (max-width: 767px) {
    .b-shares-line {
        display: none;
    }
}
/* ------------------ */
.b-shares {
    display: flex;
}
.b-shares .shares__item {
    position: relative;
    display: flex;
    width: 22%;
    min-width: 160px;
    padding-right: 20px;
}
.b-shares .shares__item::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    flex-shrink: 0;
}
.b-shares .shares__item.color-1::before {
    background-color: #574591;
}
.b-shares .shares__item.color-2::before {
    background-color: #816BC7;
}
.b-shares .shares__item.color-3::before {
    background-color: #B49DFC;
}
.b-shares .shares__item.color-4::before {
    background-color: #D8D8D8;
}
.b-shares .shares__item-num {
    display: none;
}
@media (min-width: 900px) and (max-width: 1150px) {
    .b-shares .shares__item {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 899px) {
    .b-shares {
        flex-wrap: wrap;
    }
    .b-shares .shares__item {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .b-shares {
        flex-wrap: wrap;
    }
    .b-shares .shares__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .b-shares .shares__item-num {
        display: block;
    }
    .b-shares .shares__item-num {
        display: block;
        margin-left: auto;
        padding-left: 20px;
        flex-shrink: 0;
        font-size: 18px;
        color: #383838;
    }
}
/* ------------------ */
.b-shares-contact {

}
.b-shares-contact .shares-contact__title-head {
    font-size: 18px;
    font-weight: 600;
    color: #574591;
    font-family: 'Graphik Semibold';
    margin-bottom: 30px;
}
.b-shares-contact .shares-contact__title {
    font-family: 'Graphik Semibold';
}
.b-shares-contact .shares-contact__inner {
    margin-bottom: 45px;
}
/* ------------------ */
.b-title-mini {
    font-size: 18px;
    font-weight: 600;
    color: #b10035;
    font-family: 'Graphik Semibold';
    margin-bottom: 30px;
}
/* ------------------ */
.b-white-wrap {
    padding: 35px 45px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .b-white-wrap {
        padding: 20px;
        background-color: #FFF;
    }
}
/* ------------------ */
.new-container--white .content-inner .b-white-text {
    max-width: 700px;
    margin-bottom: 60px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .new-container--white .content-inner .b-white-text {
        margin-bottom: 30px;
    }
}
/* ------------------ */
.b-dividends-paid {

}
.b-dividends-paid .dividends-paid__title {
    margin-bottom: 60px;
    font-size: 18px;
    color: #574591;
}
.b-dividends-paid .dividends-paid__inner {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: end;
    height: 270px;
    margin-bottom: 80px;
}
.b-dividends-paid .dividends-paid__inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #66519ee4 0%, #97256bde 100%);
}
.b-dividends-paid .dividends-paid__item {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    max-height: 0;
    text-align: center;
    border-top: 4px solid #B20035;
    opacity: 0.8008;
    background: linear-gradient(135deg, #66519ee4 0%, #97256bde 100%);
    transition: max-height 1s;
}
.b-dividends-paid .dividends-paid__item:last-child {
    border: none;
}
.b-dividends-paid .dividends-paid__item-title {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, 100%);
    /* width: 100%; */
    width: 120px;
    font-size: 18px;
    color: #574591;
}
.b-dividends-paid .dividends-paid__item-title span {
    font-family: 'Graphik Semibold';
    color: #B20035;
}
.b-dividends-paid .dividends-paid__item-num {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: max-content;
    font-size: 16px;
    color: #B20035;
}
.b-dividends-paid .dividends-paid-mobile__inner {
    display: none;
}
@media (max-width: 900px) {
    .b-dividends-paid .dividends-paid__item-num,
    .b-dividends-paid .dividends-paid__item-title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .b-dividends-paid .dividends-paid__inner {
        display: none;
    }
    .b-dividends-paid .dividends-paid__title {
        margin-bottom: 50px;
        font-size: 16px;
        color: #574591;
    }
    .b-dividends-paid .dividends-paid-mobile__inner {
        display: block;
    }
    .b-dividends-paid .dividends-paid-mobile__item-container {
        width: 100%;
    }
    .b-dividends-paid .dividends-paid-mobile__item {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 20px;
    }
    .b-dividends-paid .dividends-paid-mobile__item:last-child {
        margin-bottom: 0;
    }
    .b-dividends-paid .dividends-paid-mobile__item-num {
        font-size: 16px;
        color: #B20035;
        margin-bottom: 5px;
        min-width: 50px;
        text-align: right;
    }
    .b-dividends-paid .dividends-paid-mobile__item-title {
        font-size: 14px;
        color: #574591;
    }
    .b-dividends-paid .dividends-paid-mobile__item-title span {
        color: #B20035;
        font-weight: bold;
    }
    .b-dividends-paid .dividends-paid-mobile__width {
        width: 0;
        max-width: 100%;
        height: 15px;
        background: linear-gradient(298deg, rgba(101,81,158,0.8253895308123249) 0%, rgba(151,37,107,0.8169861694677871) 100%);
        margin-top: 5px;
        transition: width 1s;
        margin-bottom: 10px;
    }
}
/* ------------------ */
.b-secretary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
}
.b-secretary .secretary__title {
    font-family: 'Graphik Semibold';
    color: #B20035;
    margin-bottom: 15px;
}
.b-secretary .secretary__text {
    margin-bottom: 20px;
}
.b-secretary .secretary__left,
.b-secretary .secretary__right {
    width: 100%;
    max-width: 300px;
}
.b-secretary .secretary__right img {
    display: block;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.b-secretary .secretary__footer {
    width: 100%;
    margin-top: 20px;
}
.b-secretary .secretary__contacts-tel {
    margin-bottom: 50px;
}
.b-secretary .secretary__contacts-tel br {
    display: none;
}
.b-secretary .secretary__socials {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-bottom: 20px;
}
.b-secretary .secretary__socials-item {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    transition: 0.2s linear color;
}
.b-secretary .secretary__socials-item svg {
    min-width: 32px;
    width: 32px;
    display: block;
    margin-right: 10px;
}
.b-secretary .secretary__socials-item:hover {
    color: #B20035;
}
.b-secretary .b-docs-list--wide {
    padding: 0;
}
@media (max-width: 767px) {
    .b-secretary {
        font-size: 16px;
    }
    .b-secretary .secretary__socials {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        align-items: flex-start;
    }
    .b-secretary .secretary__contacts-tel br {
        display: block;
    }
}
/* ------------------ */
.b-bottom-info {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #383838;
    padding: 20px 30px 0;
    position: relative;
}
.b-bottom-info:after {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    content: '';
    background-color: #9B9B9B;
    display: block;
    height: 1px;
}
.b-bottom-info a {
    color: #574591;
}
@media (max-width: 1239px) {
    .b-bottom-info {
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 20px 0 0;
    }
    .b-bottom-info:after {
        left: 0;
        right: 0;
    }
}

/* ------------------ */
.b-be-shareholder {
    margin-bottom: 65px;
    padding: 0 40px;
    border-radius: 5px;
    margin-top: 52px;
}
.b-be-shareholder .be-shareholder__inner {
    background: linear-gradient(135deg, #65519E 0%, #97256B 100%);
    padding: 36px 48px 44px;
    border-radius: 5px;
}
.b-be-shareholder .be-shareholder__title {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 32px;
    text-transform: uppercase;
}
.b-be-shareholder .be-shareholder__content {
    line-height: 1.25;
    color: #fff;
    font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-be-shareholder {
        margin-bottom: 40px;
        margin-top: 40px;
        padding: 0;
    }
    .b-be-shareholder .be-shareholder__inner {
        padding: 30px 35px;
    }
    .b-be-shareholder .be-shareholder__title {
        font-size: 28px;
    }
    .b-be-shareholder .be-shareholder__content {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
     .b-be-shareholder {
        margin-bottom: 40px;
        margin-top: 40px;
        padding: 0;
    }
    .b-be-shareholder .be-shareholder__inner {
        padding: 20px;
    }
     .b-be-shareholder .be-shareholder__title {
        font-size: 18px;
    }
    .b-be-shareholder .be-shareholder__content {
        font-size: 14px;
    }
}

/* ------------------ */
.b-diasoft-info {
    padding: 0 40px;
    margin-bottom: 70px;
}
.b-diasoft-info .diasoft-info__item:not(:last-child) {
    margin-bottom: 55px;
}
.b-diasoft-info .diasoft-info__title {
    font-size: 18px;
    color: #B20035;
    margin-bottom: 60px;
    line-height: 1.25;
    font-family: 'Graphik Semibold';
}
.b-diasoft-info .diasoft-info__title--first {
    margin-bottom: 15px;
}
.b-diasoft-info .diasoft-info__info {
    margin-bottom: 25px;
    font-size: 18px;
    color: #383838;
    font-family: 'Graphik Semibold';
}
.b-diasoft-info .diasoft-info__inner {
    display: flex;
    column-gap: 60px;
}
.b-diasoft-info .diasoft-info__block {
    width: calc(100% / 3 - 40px);
    background-color: #F2DAE1;
    padding: 22px;
    border-radius: 8px;
    color: #383838;
    line-height: 1.25;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}
.b-diasoft-info .diasoft-info__block--blue {
    background-color: #DDD7F0;
}
.b-diasoft-info .diasoft-info__block--green {
    background-color: #CFE3E5;
}
.b-diasoft-info .diasoft-info__block-big {
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
    line-height: 1.1;
    color: #383838;
    font-family: 'Graphik Semibold';
    min-height: 83px;
}
.b-diasoft-info .diasoft-info__block-big-mini {
    font-size: 34px;
    display: inline;
}
.b-diasoft-info .diasoft-info__block p {
    margin: auto 0 0 0;
}
.b-diasoft-info .diasoft-info__block--wide {
    width: calc(50% - 30px);
    padding: 22px 22px 12px;
}
.b-diasoft-info .diasoft-info__block--wide .diasoft-info__block-big {
    margin-bottom: 0;
}
.b-diasoft-info .diasoft-info__inner--last .diasoft-info__block {
    padding: 22px 15px 22px 22px;
}
.b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big {
    font-size: 34px;
}
.b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big-mini {
    display: inline;
    font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-diasoft-info {
        margin-bottom: 50px;
        padding: 0;
    }
    .b-diasoft-info .diasoft-info__inner {
        column-gap: 40px;
    }
    .b-diasoft-info .diasoft-info__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .b-diasoft-info .diasoft-info__title {
        margin-bottom: 40px;
    }
    .b-diasoft-info .diasoft-info__block {
        width: calc((100% - 80px) / 3);
        font-size: 16px;
        padding: 15px
    }
    .b-diasoft-info .diasoft-info__inner--last .diasoft-info__block {
        padding: 15px;
    }
    .b-diasoft-info .diasoft-info__block--wide {
        width: calc((50% - 20px));
    }
    .b-diasoft-info .diasoft-info__block-big {
        font-size: 30px;
    }
    .b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big {
        font-size: 23px;
        min-height: auto;
    }
    .b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big-mini {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    .b-diasoft-info {
        margin-bottom: 40px;
        padding: 0;
    }
    .b-diasoft-info .diasoft-info__info {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .b-diasoft-info .diasoft-info__inner {
        gap: 30px;
        flex-wrap: wrap;
    }
    .b-diasoft-info .diasoft-info__block {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }
    .b-diasoft-info .diasoft-info__block-big {
        font-size: 30px;
        min-height: auto;
        margin-bottom: 8px;
    }
    .b-diasoft-info .diasoft-info__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .b-diasoft-info .diasoft-info__title {
        margin-bottom: 30px;
    }
    .b-diasoft-info .diasoft-info__block--wide .diasoft-info__block-big {
        margin-bottom: 8px;
    }
    .b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big {
        font-size: 28px;
    }
    .b-diasoft-info .diasoft-info__inner--last .diasoft-info__block-big-mini {
        font-size: 26px;
    }
}

/* ------------------ */
.b-padding-20 {
    padding: 0 20px;
}
.b-padding-30 {
    padding: 0 30px;
}
.b-padding-40 {
    padding: 0 40px;
}
.b-padding-50 {
    padding: 0 50px;
}
@media (max-width: 1239px) {
    .b-padding-20,
    .b-padding-30,
    .b-padding-40,
    .b-padding-50 {
        padding: 0;
    }
}
/* ------------------ */
.b-shareholders {
    padding: 0 40px;
    margin-bottom: 95px;
}
.b-shareholders .b-title-h2 {
    margin: 0 0 50px;
}
.b-shareholders .shareholders__item {
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    overflow: hidden;
}
.b-shareholders .shareholders__item:not(:last-child) {
    margin-bottom: 12px;
}
.b-shareholders .shareholders__left {
    width: 144px;
    height: 144px;
    background: linear-gradient(135deg, #65519E 0%, #97256B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-shareholders .shareholders__number {
    font-size: 56px;
    color: #fff;
    font-family: 'Graphik Semibold';
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 95px;
    height: 95px;
    box-sizing: border-box;
}
.b-shareholders .shareholders__right {
    width: calc(100% - 144px);
    padding: 20px 20px 20px 30px;
    font-size: 18px;
    color: #383838;
}
.b-shareholders .shareholders__right-bold {
    font-family: 'Graphik Semibold';
    display: inline;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-shareholders {
        padding: 0;
        margin-bottom: 50px;
    }
    .b-shareholders .shareholders__item {
        align-items: initial;
    }
    .b-shareholders .shareholders__left {
        padding: 20px;
        height: auto;
    }
    .b-shareholders .shareholders__right {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .b-shareholders {
        padding: 0;
        margin-bottom: 40px;
    }
    .b-shareholders .shareholders__item {
        flex-wrap: wrap;
    }
    .b-shareholders .shareholders__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .b-shareholders .shareholders__left {
        width: 100%;
        height: 100px;
    }
    .b-shareholders .shareholders__number {
        height: 80px;
        width: 80px;
        font-size: 48px;
    }
    .b-shareholders .shareholders__right {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    .b-shareholders .shareholders__right br {
        display: none;
    }
}

.b-submit-app {
    padding: 0 40px;
    margin-bottom: 75px;
}
.b-submit-app ul {
    padding-inline-start: 28px !important;
}
.b-submit-app ul li {
    font-size: 18px;
    color: #383838;
}
.b-submit-app ul li:not(:last-child) {
    margin-bottom: 20px;
}
.b-submit-app ul li .submit-app__bold {
    font-family: 'Graphik Semibold';
    display: inline;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-submit-app {
        padding: 0;
        margin-bottom: 50px;
    }
    .b-submit-app ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .b-submit-app {
        padding: 0;
        margin-bottom: 40px;
    }
    .b-submit-app ul li {
        font-size: 16px;
    }
    .b-submit-app ul {
        padding-inline-start: 20px !important;
    }
}
/* -------------------- */
.b-docs-list {
	margin-bottom: 30px;
}
.b-docs-list .docs-list__title {
	margin-bottom: 60px;
	font-family: 'Graphik Semibold';
	font-size: 20px;
	color: #B20035;
	text-transform: uppercase;
}
.b-docs-list .docs-list__inner {
	display: flex;
	flex-direction: column;
}
.b-docs-list .docs-list__item {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-bottom: 40px;
}
.b-docs-list .docs-list__item:last-child {
	margin-bottom: 0;
}
.b-docs-list .docs-list__item:hover .docs-list__item-title path {
	fill: #B20035;
}
.b-docs-list .docs-list__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	font-size: 18px;
}
.b-docs-list .docs-list__item-title svg {
    display: block;
    margin: 0 40px 0 10px;
    flex-shrink: 0;
}
.b-docs-list .docs-list__item-icon {
	margin-right: 30px;
	flex-shrink: 0;
}
.b-docs-list .docs-list__item-icon svg {
	display: block;
}
.b-docs-list .docs-list__item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}
.b-docs-list-link {
	margin-top: auto;
}
a.b-docs-list-link {
    display: flex;
    align-items: center;
    color: #383838;
	font-size: 18px;
}
a.b-docs-list-link svg {
	margin-left: 5px;
}
.b-docs-list--wide {
	padding: 0 40px;
	margin-bottom: 65px;
}
.b-docs-list--wide .docs-list__item {
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 40px 15px 20px;
}
.b-docs-list--wide .docs-list__item-icon {
	width: 29px;
	height: 32px;
	margin-right: 13px;
}
.b-docs-list--wide .docs-list__item-icon svg {
	width: 100%;
	height: 100%;
}
.b-docs-list--wide .docs-list__item-title {
	color: #383838;
}
.b-docs-list--wide .docs-list__item-title svg {
	margin: 0 0 0 10px;
}
.b-docs-list--analytics {
    margin-top: 50px;
}
.b-docs-list--analytics .docs-list__item-icon {
    width: 29px;
    margin-right: 13px;
}
.b-docs-list--analytics .docs-list__item-icon svg {
    width: 100%;
    height: auto;
}
.b-docs-list--analytics .docs-list__item {
    padding: 16px 0 16px 20px !important;
    border-radius: 8px;
    margin-bottom: 12px !important;
}
.b-docs-list--analytics .docs-list__item-title {
    width: calc(100% - 42px);
}
.b-docs-list--analytics .docs-list__wrapper:not(:last-child) {
    margin-bottom: 28px;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-docs-list--analytics {
        margin-top: 35px;
    }
    .b-docs-list--analytics .docs-list__item {
        background-color: #ffffff !important;
    }
    .b-docs-list--analytics .docs-list__item-icon {
        width: 29px;
        margin-right: 13px !important;
    }
    .b-docs-list--analytics .docs-list__item-icon svg {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .b-docs-list--analytics {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .b-docs-list--analytics .docs-list__item {
        background-color: #ffffff !important;
        padding: 15px 0 15px 15px;
    }
    .b-docs-list--analytics .docs-list__item-icon {
        width: 20px;
        margin-right: 10px !important;
    }
    .b-docs-list--analytics .docs-list__item-icon svg {
        width: 100% !important;
        height: auto !important;
    }
    .b-docs-list--analytics .docs-list__item-title {
        font-size: 12px;
        width: calc(100% - 30px);
    }
    .b-docs-list--analytics .docs-list__wrapper:not(:last-child) {
        margin-bottom: 20px;
    }
    .b-docs-list--analytics .docs-list__item-title svg {
        margin: 0 10px !important;
        width: 20px;
        height: 20px;
    }
}
/* ------ */
.b-castom-docs {

}
.b-castom-docs .docs-list__inner {
    margin: 0 auto;
    max-width: 510px;
    border-radius: 5px;
	overflow: hidden;
}
.b-castom-docs--full  .docs-list__inner {
	max-width: 100%;
}
.b-castom-docs .docs-list__item {
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px 0 30px 30px;
    border-radius: 8px;
}

@media (max-width: 1239px) {
	.b-docs-list--wide {
		padding: 0;
		margin-bottom: 40px;
	}
	.b-docs-list--wide .docs-list__item-icon svg {
		width: 100% !important;
		height: 100% !important;
	}
    .b-docs-filter-list {
        max-width: 260px;
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
	.b-docs-list .docs-list__title {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.b-docs-list .docs-list__item-icon {
		margin-right: 25px;
	}
    .b-docs-list .docs-list__item-icon svg {
		width: 38px;
		height: auto;
	}
	.b-docs-list .docs-list__item-title svg {
		margin: 0 20px 0 10px;
	}
	.b-docs-list .docs-list__item-title {
		font-size: 14px;
	}
	a.b-docs-list-link {
		font-size: 14px;
	}
	.b-castom-docs .docs-list__item {
		padding: 0;
		background: transparent;
	}
    .b-docs-mobile--white .docs-list__item {
        padding: 20px 10px 25px 25px;
        background: #fff;
    }
	.b-docs-list--wide .docs-list__item-icon {
		margin-right: 10px;
	}
	.b-docs-list--wide .docs-list__item {
		padding: 15px;
	}
	.b-docs-list--wide .docs-list__item-title {
		font-size: 12px;
	}
	.b-docs-list--wide .docs-list__item-title svg {
		margin: 0 0 0 10px;
	}
}
/* -------------------- */
.b-docs-filter-list {
    max-width: 260px;
    padding: 0 40px;
    margin-bottom: 30px;
}
.b-docs-filter-list label {
    display: inline-block;
    font-size: 16px;
    color: #6C6A69;
    margin-bottom: 10px;
}
@media (max-width: 1239px) {
    .b-docs-filter-list {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .b-docs-filter-list {
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}
/* -------------------- */
.b-broadcast {
    margin-bottom: 60px;
}
.b-broadcast .broadcast__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.b-broadcast .broadcast__item {
    box-sizing: border-box;
    position: relative;
    width: calc(100%/2 - 10px);
}
.b-broadcast .broadcast__img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.b-broadcast .broadcast__img::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56%;
}
.b-broadcast .broadcast__img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 15%;
    height: 200px;
    background: url(../diasoft_2019/images/yt-btn.svg) no-repeat 50% 50%;
    opacity: .6;
    pointer-events: none;
}
.b-broadcast .broadcast__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-broadcast .broadcast__item-title {
    font-size: 18px;
    color: #383838;
}
.b-broadcast a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .b-broadcast {
        margin-bottom: 30px;
    }
    .b-broadcast .broadcast__inner {
        gap: 30px;
    }
    .b-broadcast .broadcast__item {
        width: 100%;
    }
    .b-broadcast .broadcast__img {
        margin-bottom: 20px;
    }
    .b-broadcast .broadcast__item-title {
        font-size: 14px;
    }
}
/* ------------------- */
.b-materials {
    /* margin: 0 -20px 30px; */
    padding: 0 60px;
}
.b-materials > *:last-child {
    margin-bottom: 0 !important;
}
.b-materials * {
    font-size: 18px;
}
.b-materials sup {
    color: #383838;
    font-size: 0.55em;
    font-weight: 400;
}
.b-materials .materials__content {
    display: none;
    padding: 0 20px;
    margin-bottom: 0;
    /* transition: margin .3s; */
}
.b-title-h2--materials-active + .materials__content {
    margin-bottom: 30px;
}
.b-materials .materials__content p {
    padding: 0 0 20px;
    margin: 0;
}
.b-materials .materials__content ul,
.b-materials .materials__content ol {
    margin: 0;
    padding: 18px 0 18px 20px;
}
.b-materials .b-title-h2 {
    cursor: pointer;
    padding: 0 20px;
    background: url('/local/templates/diasoft_2019/images/arr-off.png') no-repeat;
    background-position: top 5px left 0;
}
.b-materials .b-title-h2--materials-active {
    background: url('/local/templates/diasoft_2019/images/arr-on.png') no-repeat;
    background-position: top 9px left 0;
}
.content-inner .b-materials,
.content-inner .b-docs-filter-list {
    padding: 0;
}
@media (max-width: 1239px) {
    .b-materials {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .b-materials {
        margin-bottom: 30px;
    }
    .b-materials * {
        font-size: 16px;
    }
}
/* -------------------- */
.b-bold-text {
    font-family: 'Graphik Semibold';
    text-transform: uppercase;
}
/* -------------------- */
* .b-normal-text {
    font-size: 16px;
}
@media (max-width: 768px) {
    * .b-normal-text {
        font-size: 14px;
    }
}
/* -------------------- */
a.b-giga-link {
    position: relative;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.3;
}
a.b-giga-link::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/local/templates/diasoft_2019/images/link_icon.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-bottom: -6px;
}
@media (max-width: 768px) {
    a.b-giga-link {
        font-size: 20px;
    }
    a.b-giga-link::after {
        width: 20px;
        height: 26px;
    }
}
/* -------------------- */
.b-structure-po .structure-po__inner {
    display: flex;
    justify-content: space-between;
}
.b-structure-po .structure-po__item {
    width: 50%;
}
.b-structure-po .structure-po__chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.b-structure-po .structure-po__chart-num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.b-structure-po .structure-po__chart-elem {
    position: absolute;
    font-size: 20px;
    color: #1A1919;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(50%, -50%);
}
.b-structure-po .structure-po__chart-elem:nth-child(1) {
    right: -5%;
    top: 5%;
}
.b-structure-po .structure-po__chart-elem:nth-child(2) {
    right: -10%;
    bottom: 15%;
}
.b-structure-po .structure-po__chart-elem:nth-child(3) {
    right: 9%;
    bottom: -14%;
}
.b-structure-po .structure-po__chart-elem:nth-child(4) {
    right: 33%;
    bottom: -21%;
}
.b-structure-po .structure-po__chart-elem:nth-child(5) {
    right: 116%;
    top: 50%;
}
.b-structure-po .structure-po__chart-elem:nth-child(6) {
    right: 50%;
    top: 46%;
}
.b-structure-po .structure-po__chart-elem:nth-child(6) span:first-child {
    font-size: 75px;
    color: #574591;
    line-height: 1;
}
.b-structure-po .structure-po__chart-elem:nth-child(6) span:last-child {
    line-height: 1;
}
.b-structure-po .chart {
    display: block;
    min-width: 200px;
    border-radius: 50%;
}
.b-structure-po .unit {
    fill: none;
    stroke-width: 10;
}
.b-structure-po .unit:nth-child(1) {
    stroke: #B49DFC;
    stroke-dasharray: 24 100;
    stroke-dashoffset: 47;
}
.b-structure-po .unit:nth-child(2) {
    stroke: #FF85A9;
    stroke-dasharray: 13 100;
    stroke-dashoffset: 0;
}
.b-structure-po .unit:nth-child(3) {
    stroke: #5270FD;
    stroke-dasharray: 5 100;
    stroke-dashoffset: -13;
}
.b-structure-po .unit:nth-child(4) {
    stroke: #76E2D1;
    stroke-dasharray: 5 100;
    stroke-dashoffset: -18;
}
.b-structure-po .unit:nth-child(5) {
    stroke: #574591;
    stroke-dasharray: 54 100;
    stroke-dashoffset: -23;
}
.b-structure-po .structure-po__elem {
    position: relative;
    padding-left: 45px;
    min-height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
}
.b-structure-po .structure-po__elem::before {
    content: '–';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}
.b-structure-po .structure-po__elem::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
}
.b-structure-po .structure-po__elem:nth-child(1):after {
    background-color: #B49DFC;
}
.b-structure-po .structure-po__elem:nth-child(2):after {
    background-color: #FF85A9;
}
.b-structure-po .structure-po__elem:nth-child(3):after {
    background-color: #5270FD;
}
.b-structure-po .structure-po__elem:nth-child(4):after {
    background-color: #76E2D1;
}
.b-structure-po .structure-po__elem:nth-child(5):after {
    background-color: #574591;
}
@media (max-width: 990px) {
    .b-structure-po .structure-po__inner {
        flex-direction: column;
        gap: 50px;
    }
    .b-structure-po .structure-po__item {
        width: 100%;
    }
}
/* -------------------- */
.b-structure-po-stat .structure-po-stat__inner {
    display: flex;
    justify-content: space-between;
}
.b-structure-po-stat .structure-po-stat__item {
    width: 50%;
}
.b-structure-po-stat .structure-po-stat__chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.b-structure-po-stat .structure-po-stat__chart-num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.b-structure-po-stat .structure-po-stat__chart-elem {
    position: absolute;
    font-size: 20px;
    color: #1A1919;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(50%, -50%);
}
.b-structure-po-stat .structure-po-stat__chart-elem:nth-child(1) {
    left: -1%;
    top: -9%;
}
.b-structure-po-stat .structure-po-stat__chart-elem:nth-child(2) {
    right: -27%;
    bottom: 39%;
}
.b-structure-po-stat .chart {
    display: block;
    min-width: 200px;
    border-radius: 50%;
    transform: rotate(-89deg);
}
.b-structure-po-stat .unit {
    fill: none;
    stroke-width: 10;
}
.b-structure-po-stat .unit:nth-child(1) {
    stroke: #574591;
    stroke-dasharray: 91 100;
    stroke-dashoffset: 0;
}
.b-structure-po-stat .unit:nth-child(2) {
    stroke: #B49DFC;
    stroke-dasharray: 12 100;
    stroke-dashoffset: -91;
}
.b-structure-po-stat .structure-po-stat__list {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 83%;
}
.b-structure-po-stat .structure-po-stat__elem {
    position: relative;
    padding-left: 45px;
    min-height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
}
.b-structure-po-stat .structure-po-stat__elem::before {
    content: '–';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}
.b-structure-po-stat .structure-po-stat__elem::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
}
.b-structure-po-stat .structure-po-stat__elem:nth-child(1):after {
    background-color: #574591;
}
.b-structure-po-stat .structure-po-stat__elem:nth-child(2):after {
    background-color: #B49DFC;
}
@media (max-width: 990px) {
    .b-structure-po-stat .structure-po-stat__inner {
        flex-direction: column;
        gap: 50px;
    }
    .b-structure-po-stat .structure-po-stat__item {
        width: 100%;
    }
    .b-structure-po-stat .structure-po-stat__item:first-child {
        width: 100%;
        scale: 0.8;
    }
}
/* -------------------- */
/* -------------------- */
.b-growth .growth__title {
    margin-bottom: 100px;
    font-size: 18px;
    color: #574591;
}
.b-growth .growth__inner {
    position: relative;
    display: flex;
    gap: 5%;
    padding: 0 5%;
}
.b-growth .growth__inner::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: 215px;
    background: rgb(101,81,158);
    background: linear-gradient(90deg, rgba(101,81,158,1) 0%, rgba(151,37,107,1) 100%);
}
.b-growth .growth__item {
    width: calc(100%/3 - 3%);
}
.b-growth .growth__head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    height: 215px;
}
.growth__one,
.growth__two {
    position: relative;
    width: 34%;
    height: 100%;
    font-size: 16px;
}
.growth__one {
    background-color: #B20035;
    color: #B20035;
}
.growth__two {
    background: rgb(101,81,158);
    background: linear-gradient(298deg, rgba(101,81,158,0.8323704481792717) 0%, rgba(151,37,107,1) 100%);
    color: #574591;
}

.b-growth .growth__footer {
    padding-top: 45px;
    font-size: 16px;
    color: #383838;
}
.b-growth .growth__two-footer,
.b-growth .growth__one-footer {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.b-growth .growth__one-head,
.b-growth .growth__two-head {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 22px;
}
.b-growth .growth__one-head span,
.b-growth .growth__two-head span {
    font-size: 15px;
}
@media (max-width: 1050px) {
    .b-growth .growth__title {
        margin-bottom: 30px;
    }
    .b-growth .growth__inner {
        flex-direction: column;
        padding: 0;
    }
    .b-growth .growth__inner::after {
        display: none;
    }
    .b-growth .growth__item {
        width: 100%;
    }
    .b-growth .growth__head {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .b-growth .growth__one,
    .b-growth .growth__two {
        height: 15px;
        margin: 44px 0 30px;
    }
    .b-growth .growth__one-head,
    .b-growth .growth__two-head {
        left: auto;
        right: 0;
        transform: none;
    }
    .b-growth .growth__footer {
        position: relative;
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .b-growth .growth__footer::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        left: 0;
        top: auto;
        bottom: 0;
        background: rgb(101,81,158);
        background: linear-gradient(90deg, rgba(101,81,158,1) 0%, rgba(151,37,107,1) 100%);
    }
}
@media (max-width: 767px) {
    .b-growth .growth__one-head, .b-growth .growth__two-head {
        left: 50%;
        right: 0;
        transform: none;
    }
}
/* -------------------- */
.b-growth-num {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.b-growth-num .growth-num__item {
    box-sizing: border-box;
    width: calc(100%/3 - 40px);
    padding: 3px;
    background: linear-gradient(90deg, rgba(101,81,158,1) 0%, rgba(151,37,107,1) 100%);
    overflow: hidden;
    border-radius: 5px;
}
.b-growth-num .growth-num__item-inner {
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
    padding: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items:center;
    text-align: center;
}
.b-growth-num .growth-num__item-num {
    color: #B20035;
    font-size: 44px;
    display: flex;
    flex-direction: column;
}
.b-growth-num .growth-num__item-num span {
    font-size: 16px;
}
.b-growth-num .growth-num__item-text {
    margin-top: auto;
    font-size: 16px;
}
@media (max-width: 1145px) {
    .b-growth-num .growth-num__item-num {
        font-size: 30px;
    }
    .b-growth-num .growth-num__item-text {
        margin-top: auto;
        font-size: 14px;
    }
}
@media (max-width: 1050px) {
    .b-growth-num {
        gap: 20px;
    }
    .b-growth-num .growth-num__item {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .b-growth-num .growth-num__item-inner {
        padding: 20px;
    }
    .b-growth-num .growth-num__item-num {
        font-size: 25px;
    }
}
/* -------------------- */
.b-analytics {
    padding: 25px 40px 0;
}
.b-analytics .analytics__text {
    font-size: 16px;
}
.b-analytics .analytics__text,
.b-analytics .b-title-h1,
.b-analytics .b-title-mini {
    padding: 0 10px;
}

@media (max-width: 1239px) {
   .b-analytics {
        padding: 0;
   }
   .b-analytics .analytics__text,
    .b-analytics .b-title-h1,
    .b-analytics .b-title-mini {
        padding: 0;
    }
}
/* -------------------- */
.b-note-solo {
    padding-bottom: 30px;
}
.b-note-solo .note-solo__item {
    font-size: 14px;
    padding-bottom: 10px;
}
.b-note-solo .note-solo__item:last-child {
    padding-bottom: 0;
}
.b-note-solo .note-solo__item::before {
    content: '*';
    display: inline-block;
}
/* -------------------- */
.b-castom-table {
    margin-bottom: 60px;
}
.b-castom-table thead {
    height: 90px;
    background: linear-gradient(170deg, rgba(101,81,158,1) 0%, rgba(151,37,107,1)100%);
}
.b-castom-table th {
    color: #fff;
}
.b-castom-table thead tr:first-child th {
    border-right: 2px solid #D8D8D8;
    padding: 10px;
}
.b-castom-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.b-castom-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
    border: none;
}
.b-castom-table thead tr:last-child th:last-child {
    border-right: 2px solid #D8D8D8;
}
.b-castom-table thead tr:last-child th {
    width: 13%;
}
.b-castom-table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.b-castom-table tbody tr:nth-child(even) {
    background-color: #EBEBEB;
}
.b-castom-table tbody td {
    width: calc(100% / 7);
    text-align: center;
    padding: 11px 14px 9px 14px;
    border-right: 2px solid #D8D8D8;
    font-size: 12px;
}
.b-castom-table tbody td:last-child {
    border: none;
}
.b-castom-table--border-last-two tbody td:nth-child(n+6) {
    border-bottom: 2px solid #D8D8D8;
}
.b-castom-table--border-last-two tbody tr:nth-last-child(-n + 2) td:nth-child(n+6) {
    border-bottom: none !important;
}
/* -------------------- */
.b-table-blocks {
    display: none;
    margin-bottom: 30px;
}
.b-table-blocks .table-blocks__container{
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 60px 30px 15px;
}
.b-table-blocks .table-blocks__container:not(:last-child) {
    margin-bottom: 15px;
}
.b-table-blocks .table-blocks__container-top {
    margin-bottom: 15px;
}
.b-table-blocks .table-blocks__container-title {
    font-size: 10px;
    color: #65519E;
    margin-bottom: 10px;
}
.b-table-blocks .table-blocks__container-text {
    font-size: 12px;
    color: #383838;
    margin-bottom: 15px;
}
.b-table-blocks .table-blocks__container-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media (max-width: 850px) {
    .b-castom-table {
        display: none;
    }
    .b-table-blocks {
        display: block;
    }
 }
/* -------------------- */
.b-frame-tools {
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 32px auto;
    max-width: 1300px;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.b-frame-tools iframe {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
/* -------------------- */
.b-analytics ul.b-link-btn {
    padding-left: 0;
}
.b-link-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.b-link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 180px; */
    padding: 5px 14px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Graphik Regular';
    color: #383838;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 5px;
    transition: color .2s, background-color .2s;
}
.b-link-btn a:hover {
    background-color: #8177A0;
    color: #ffffff;
}
/* -------------------- */
.b-scroll-top {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 8%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.2s ease-in-out;
    transition-property: background-color, color, opacity, visibility, transform;
    cursor: pointer;
    opacity: 0.5;
  }
  .b-scroll-top.scroll-top--on {
    visibility: visible;
    transform: none;
    opacity: 1;
  }
/* -------------------- */
.b-product .product__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    color: #B20035;
}
.b-product .product__description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    color: #353535;
}
.b-product .product__iframe {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.b-product .product__iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}
.b-product .product__iframe::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 155%;
    pointer-events: none;
}
.b-product .product__btn {
    display: inline-block;
    margin-bottom: 50px;
}
.b-product .product__btn-download {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-left: 60px;
    color: #574591;
}
.b-product .product__btn-download span {
    font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-product .product__description {
        font-size: 16px;
    }
    .b-product .product__btn {
        margin-bottom: 50px;
    }
    .b-product .product__btn-download span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .b-product .product__description {
        font-size: 14px;
        line-height: 17px;
    }
    .b-product .product__iframe {
        /* height: 519px; */
        margin-bottom: 30px;
    }
    .b-product .product__btn {
        margin-bottom: 15px;
    }
    .b-product .product__btn-download {
        margin-left: 0;
        gap: 20px;
    }
    .b-product .product__btn-download img:first-child {
        width: 40px;
    }
    .b-product .product__btn-download span {
        font-size: 14px;
    }
}
/* -------------------- */
.g-products-style br {
    display: none;
}
.g-products-style form br {
    display: block;
}
.g-products-style form .form__privacy a {
    color: #828282;
    text-decoration: underline;
}
.g-products-style .section-first {
    margin-bottom: 85px;
}

.g-products-style .main-content {
    background: #E0E0E1;
}
.g-products-style .d-md-none {
    padding: 5px 20px;
}
.g-products-style .breadcrumb-navigation {
    padding-bottom: 45px;
}

@media (min-width: 768px) and (max-width: 1239px) {
}
@media (max-width: 767px) {
    .g-products-style .section-first {
        margin-bottom: 15px;
    }
    .g-products-style .breadcrumb-navigation {
        padding-bottom: 35px;
    }
}
/* -------------------- */
.cc-window {
    border: 1px solid #e0e0e0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Graphik Regular', sans-serif !important;
}
.cc-window.cc-floating {
    max-width: 464px !important;
}
.cc-window.cc-right {
    right: 390px;
}
.cc-window.cc-floating.cc-theme-classic {
    padding: 21px 20px 24px 21px;
    display: flex;
    gap: 20px;
    font-size: 12px;
    flex-direction: row;
    align-items: center;
}
.cc-window.cc-floating.cc-theme-classic .cc-btn {
    padding: 8px 17px;
    background: linear-gradient(270deg, #96226C 0%, #5B57A1 100%);
    min-width: 53px;
    transition: all .3s ease-in-out;
    font-weight: 400;
}
.cc-window.cc-floating.cc-theme-classic .cc-btn:hover {
    text-decoration: none;
    opacity: .8;
}
.cc-window.cc-floating.cc-theme-classic .cc-message {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .cc-window.cc-right {
       left: 50%;
       transform: translateX(-50%);
       right: auto;
    }
}

@media (max-width: 767px) {
    .cc-window.cc-right {
        right: 10px;
        left: auto;
        transform: none;
    }
}