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: space-between;
}

.header-main-menu ul.list li {
    white-space: nowrap;
    padding: 0 20px 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: 4px solid white;
}

.header-main-menu {
    right: -20px;
    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;
}

.slider_main:before {
    content: '';
    background-image: url("/images/background/left.png");
    position: absolute;
    left: -330px;
    width: 330px;
    height: 300px;
}

.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;
    }
    .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 {
    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;
}

.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;
    height: 69px;
}

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

.after_footer .social div {
    display: inline-block;
    float: right;
}

.after_footer .facebook:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(/bitrix/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(/bitrix/templates/diasoft_2019/images/YouTube.svg);
    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(/bitrix/templates/diasoft_2019/images/Telegram.svg);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 4px 0px; */
}

.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: 16px;
    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: 16px;
    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;
    }
    .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: 30px;
    }
    .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 {
        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;
    }
    .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: 60px;
        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) {
    .slider_main:before {
        left: -280px;
        width: 280px;
        background-position: right;
        background-size: contain;
    }
    .slider_main:after {
        right: -280px;
        width: 280px;
        background-position: left;
        background-size: contain;
    }
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
    .slider_main:before {
        left: 0;
        width: 0;
    }
    .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: #fff;
    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;
    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 div {
    width: 100%;
    color: #828282;
}

.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;
}