:root {
    --color-text: #212529;
    --color-bg: #fff;
    --color-border: #eeeeee;
    --color-highlight: #a50034;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/lg/fonts/roboto/Roboto-Regular.woff');
    src: url('/local/templates/lg/fonts/roboto/Roboto-Regular.eot') format('embedded-opentype'),
    url('/local/templates/lg/fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('/local/templates/lg/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/lg/fonts/roboto/Roboto-Light.woff');
    src: url('/local/templates/lg/fonts/roboto/Roboto-Light.eot') format('embedded-opentype'),
    url('/local/templates/lg/fonts/roboto/Roboto-Light.woff') format('woff'),
    url('/local/templates/lg/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/lg/fonts/roboto/Roboto-Medium.woff');
    src: url('/local/templates/lg/fonts/roboto/Roboto-Medium.eot') format('embedded-opentype'),
    url('/local/templates/lg/fonts/roboto/Roboto-Medium.woff') format('woff'),
    url('/local/templates/lg/fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/lg/fonts/roboto/Roboto-Bold.woff');
    src: url('/local/templates/lg/fonts/roboto/Roboto-Bold.eot') format('embedded-opentype'),
    url('/local/templates/lg/fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('/local/templates/lg/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: lg-icon;
    src:url(/local/templates/lg/fonts/lg-icon.eot);
    src:url(/local/templates/lg/fonts/lg-icon.eot?#iefix) format("embedded-opentype"),url(/local/templates/lg/fonts/lg-icon.woff) format("woff"),url(/local/templates/lg/fonts/lg-icon.ttf) format("truetype"),url(/local/templates/lg/fonts/lg-icon.svg#lg-icon) format("svg");
    font-weight:400;
    font-style:normal
}
html, body{
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: var(--color-bg);
    margin: 0 auto;
    font-size: 17px;
    color: var(--color-text);
    line-height: 24px;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    min-width: 720px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

form {
    padding: 0;
    margin: 0;
}
a:focus,
input:focus,
textarea:focus,
label:focus,
button:focus {
    outline: none;
}
a {
    color: #A50034;
    text-decoration: none;
}

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

img {
    border: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}
.grid__line {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    zoom: 1;
}
.grid__line:after {
    content: ' ';
    display: table;
    clear: both;
}
.grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    float: left;
    margin: 0 10px 10px 0;
}
.grid__cell:first-child {
    margin-left: -20px;
}
.grid__cell:last-child {
    margin-right: 0;
}
.grid_two .grid__line {
    padding-left: 10px;
}
.grid_two .grid__cell {
    width: 50%;
}
.grid_two .grid__cell:first-child {
    margin-left: -10px;
}
.grid_four .grid__line {
    padding-left: 15px;
}
.grid_four .grid__cell {
    width: 25%;
    margin-right: 5px;
}
.grid_five .grid__line {
    padding-left: 40px;
}
.grid_five .grid__cell {
    width: 20%;
}
.grid_five .grid__cell:first-child {
    margin-left: -40px;
}
.grid__line {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 76px;
    zoom: 1;
}
.grid__line:after {
    content: ' ';
    display: table;
    clear: both;
}
.grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    float: left;
    margin: 0 38px 45px 0;
}
.grid__cell:first-child {
    margin-left: -76px;
}
.grid__cell:last-child {
    margin-right: 0;
}
.grid_two .grid__line {
    padding-left: 10px;
}
.grid_two .grid__cell {
    width: 50%;
}
.grid_two .grid__cell:first-child {
    margin-left: -10px;
}
.grid_four .grid__line {
    padding-left: 15px;
}
.grid_four .grid__cell {
    width: 25%;
    margin-right: 5px;
}
.grid_five .grid__line {
    padding-left: 40px;
}
.grid_five .grid__cell {
    width: 20%;
}
.grid_five .grid__cell:first-child {
    margin-left: -40px;
}
.system {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #a50034;
    border-radius: 20px;
    background: #a50034;
}
.system:hover .system__inner {
    display: block;
}
.system h3 {
    margin-bottom: 0;
    font-size: 12px;
}
.system__cell {
    display: table-cell;
    width: 100px;
    padding-right: 10px;
}
.system__inner {
    display: none;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: -2px;
    background: #fff;
    bottom: -2px;
    border: 1px solid #a50034;
    border-radius: 0 0 10px 0;
    list-style: none;
    padding: 20px;
}
.system__inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.system__inner li {
    margin-bottom: 10px;
}
.system__inner li a {
    color: #a50034;
    font-size: 19px;
    line-height: 24px;
    text-decoration: none;
}
.system__inner li a:hover {
    color: #000;
}
.hidden {
    display: none;
}
.accordeon__container,
.downloads-expander__container {
    height: 0;
    overflow: hidden;
}
.accordeon__container_opened,
.downloads-expander__container_opened {
    height: 100%;
}
.breadcrumbs {
    white-space: nowrap;
}
.breadcrumbs__item {
    /*color: #fff;*/
    font-size: 14px;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    line-height: 14px;
}
.breadcrumbs__item:after {
    position: absolute;
    right: -12px;
    top: 0;
    content: '>';
}
.breadcrumbs__item:last-child {
    margin-right: 0;
}
.breadcrumbs__item:last-child:after {
    display: none;
}
a.breadcrumbs__item:hover {
    text-decoration: underline;
}
.icon-search span{
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0;
}
.dropdown {
    background: #fff;
    padding: 45px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.dropdown .wrap {
    position: relative;
}
.dropdown__inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.dropdown__item {
    display: table-cell;
    color: #333;
    padding: 0 15px;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.dropdown__item:hover {
    color: #a50034;
}
.dropdown__img {
    display: inline-block;
    vertical-align: middle;
}
.dropdown__title {
    padding-top: 30px;
    display: inline-block;
    font-size: 20px;
}
.slider {
    overflow: hidden;
    height: 510px;
    background: url('/local/templates/lg/images/loading.gif') no-repeat 50% 50%;
    position: relative;
    z-index: 1;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.slider_inner {
    height: 510px;
}
.slider_inner .slider__ads,
.slider_inner .slider__item {
    height: 510px;
}
.slider__list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider__item {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.slider__item .wrap {
    height: 510px;
    position: relative;
}
.slider__ads {
    position: absolute;
    top: 0;
    height: 510px;
    width: 640px;
    right: 0;
    text-align: right;
}

.slider__ads-inner {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.slider__title {
    font-size: 40px;
    line-height: 1.15;
    color: #fff;
    padding: 0 70px 50px;
    margin-bottom: 0.5em;
}
.slider__text{
    font-size: 25px;
    line-height: 1.2;
}
.slider__button {
    border-radius: 5px;
    background-color: #a50034;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.slider .bx-prev,
.slider .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    text-indent: -9999px;
    width: 21px;
    height: 37px;
    text-decoration: none;
    pointer-events: auto;
    margin-top: -22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
}
.locked.slider .bx-prev,
.locked.slider .bx-next {
    pointer-events: none;
}
.slider .bx-prev {
    left: 10px;
    position: absolute;
}
.slider .bx-next {
    right: 10px;
    position: absolute;
}
.slider__pager {
    position: absolute;
    bottom: 21px;
    pointer-events: auto;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locked .slider__pager {
    pointer-events: none;
}
.slider__pager-item {
    display: inline-block;
    margin: 0 5px;
    height: 12px;
    width: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: -9999px;
}
.slider__pager-item.active {
    background: #a50034;
}
.slider__start {
    display: inline-block;
    vertical-align: top;
    padding-left: 4px;
}
.slider__start-button {
    width: 15px;
    height: 18px;
    display: block;
    position: relative;
    cursor: pointer;
}
.slider__start-button:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #cacaca;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.slider__start-button:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    content: '';
    position: absolute;
    left: 1px;
    top: 2px;
}
.slider__start-stop {
    display: none;
    width: 15px;
    cursor: pointer;
    height: 18px;
    position: relative;
}
.slider__start-stop:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.slider__start-stop:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #a50034;
    content: '';
    position: absolute;
    left: 1px;
    top: 2px;
}
.button {
    background: #a50034;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.button:hover {
    opacity: .75;
}
button.button {
    border: 0;
    cursor: pointer;
}
.button_invert {
    background: #fff;
    color: #a50034;
    border: 1px solid #a50034;
}
.button_invert:hover {
    background: #a50034;
    color: #fff;
    opacity: 1;
}
.pi_col_6 {
    width: 50%;
    max-width: 50%;
}
.news__inner {
    display: table;
    width: 100%;
    vertical-align: top;
    padding: 60px 14px 0 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news__right {
    display: table-cell;
    width: 355px;
    height: 100%;
    vertical-align: middle;
    background: #e9ecf0;
}
.news__left {
    padding-top: 27px;
    vertical-align: top;
    padding-right: 100px;
    display: table-cell;
}
.news__item {
    padding-bottom: 22px;
}
.news__header {
    font-size: 30px;
    padding-bottom: 22px;
}
.news__date {
    font-size: 14px;
    padding-bottom: 21px;
}
.news__title {
    font-size: 32px;
    line-height: 36px;
}
.news__intro {
    padding-top: 69px;
}
.news__items {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}
.news__paginate {
    padding-top: 70px;
}
.news__cell {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 35px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 64px;
    padding-top: 35px;
    padding-left: 30px;
}
.news__cell:first-child,
.news__cell:nth-child(2) {
    border-top: 0;
}
.news__cell:nth-child(2n+2) {
    border-left: 1px solid #e5e5e5;
}
.news__heading {
    font-size: 24px;
    line-height: 28px;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.news__heading:hover {
    color: #a50034;
}
.news__time {
    font-size: 14px;
    padding: 10px 0;
}
.news__text {
    font-size: 18px;
}
.news__content {
    max-width: 720px;
    padding-top: 60px;
    margin: 0 auto;
}
.news__content a {
    color: #a50034;
    text-decoration: underline;
}
.news__content a:hover {
    text-decoration: none;
}
.news__content a.button {
    color: #fff;
    text-decoration: none;
}
.news__content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
    font-size: 18px;
}
.news__content img {
    width: 100%;
}
.news__content blockquote {
    font-size: 20px;
    font-style: italic;
    padding: 0;
    margin: 0;
    font-weight: 600;
    padding-bottom: 60px;
}
.news__back {
    text-align: right;
    padding-top: 40px;
}
.seminar {
    width: 100%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}
.seminar__inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.seminar__title {
    display: inline-block;
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 20px;
}
.seminar__text {
    display: inline-block;
    padding-bottom: 43px;
}
.box {
    position: relative;
}
.box_width1 {
    width: 230px;
}
.box_width2 {
    width: 468px;
}
.box_height1 {
    height: 230px;
}
.box_height2 {
    height: 468px;
}
.box_lt {
    left: 0;
    top: 0;
}
.box_rt {
    right: 0;
    top: 0;
}
.box_lb {
    left: 0;
    bottom: 0;
}
.box_rb {
    right: 0;
    bottom: 0;
}
.pagemenu__container {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: table;
    width: 100%;
    max-width:1600px;
    height: 50px;
    background: #a5a5a5;
    table-layout: fixed;
}
.pagemenu__item {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    position: relative;
}
.pagemenu__item:after {
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 20px;
    background: #7f7f7f;
    content: '';
}
.pagemenu__item.pagemenu__item_active:before {
    content: "";
    position: absolute;
    left: 50%;
    border: 11px solid transparent;
    border-top: 9px solid #666;
    bottom: -19px;
    margin-left: -15px;
    z-index: 1;
    display: block;
    background: none;
    top: auto;
}
.pagemenu__item:hover,
.pagemenu__item_active_ {
    background: #666;
}
.pagemenu__item:hover:after,
.pagemenu__item_active_:after {
    background: #666;
}
.pagemenu__item:hover + a:after,
.pagemenu__item_active_ + a:after {
    display: none;
}
.pagemenu__item_active_:before {
    display: block;
}
.pagemenu__item:first-child:after {
    display: none;
}
.search-page__inner {
    padding: 10px 0 0;
}
.search-page__item {
    box-sizing: border-box;
    padding: 25px 10px 10px;
    border-bottom: 1px solid #eee;
}
.search-page__header {
    font-size: 22px;
    line-height: 28px;
    color: #a50034;
}
.search-page__text {
    font-size: 15px;
    padding: 14px 0 0;
    line-height: 22px;
    margin: 0 0 20px;
}
.search-page__readmore {
    font-size: 14px;
    color: #a50034;
}
.search-form {
    margin: 50px 0 30px;
    background: #e9ecf0;
    padding: 30px;
}
.page {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 600px;
    margin-bottom: 34px;
}
.page__pagemenu {
    padding: 0 6px;
    zoom: 1;
}
.page__pagemenu:after {
    content: ' ';
    display: table;
    clear: both;
}
.page__content {
    padding: 49px 6px 0;
    min-height: 400px;
    zoom: 1;
}
.page__content.wrap {
    padding: 0px;
    box-sizing: border-box;
}
.page__content.gradient-fix {
    padding-top: 100px;
}
.page__content:after {
    content: ' ';
    display: table;
    clear: both;
}
.page__content_cabinet {
    padding-top: 0;
}
.page__left {
    float: left;
    width: 355px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e9ecf0;
}

.news-page .page__left{
    background:none;
}
.page__right {
    margin-left: 417px;
    min-height: 640px;
}
.object-page .page__right {
    margin: 0;
}
.page__catalog {
    padding: 40px 0;
}
.page__catalog_mobile {
    display: none;
}
.page__item {
    padding-top: 16px;
}
.page__downloads {
    padding-top: 60px;
}
.page__faq {
    padding: 25px 0;
}
.leftsearch {
    position: relative;
}
.leftsearch__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 30px 0 10px;
    font-weight: 600;
}
.leftsearch__input:-moz-placeholder {
    color: #333;
}
.leftsearch__input::-webkit-input-placeholder {
    color: #333;
}
.leftsearch__button {
    height: 38px;
    border: 0;
    width: 30px;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.leftsearch__button:before {
    background-image: url('/local/templates/lg/images/svg/sprite.svg');
    background-repeat: no-repeat;
    background-position: -1px -163px;
    width: 19px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    left: 3px;
    right: auto;
    top: 8px;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.leftsearch__button:hover {
    opacity: .5;
}

.leftmenu_page .leftmenu__item a:after {
    position: relative;
    content: '>';
    padding-left: 7px;
    font-weight: bold;
    font-size: 20px;
}
.leftmenu_page .leftmenu__container {
    padding-top: 0;
}
.leftmenu__title {
    font-size: 32px;
    line-height: 32px;
}
.leftmenu__search {
    padding-top: 15px;
}
.leftmenu__container {
    padding:0;
    margin:0;
    list-style: none;
}
.leftmenu__button {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.leftmenu__button:before {
    background-image: url('/local/templates/lg/images/sprite.png');
    background-position: 0 -16px;
    width: 11px;
    height: 7px;
    position: absolute;
    content: '';
    display: block;
    left: 8px;
    right: auto;
    top: 5px;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.leftmenu__button:hover {
    opacity: .5;
}
.leftmenu__inner {
    max-height: 0px;
    overflow: hidden;
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    -webkit-transition: max-height 0.3s ease-out 0.1s;
    -o-transition: max-height 0.3s ease-out 0.1s;
    transition: max-height 0.3s ease-out 0.1s;
    -webkit-backface-visibility: hidden;
}
.leftmenu__inner li {
    padding-bottom: 7px;
    line-height: 16px;
}
.leftmenu__inner li:first-child {
    margin-top: 13px;
}
.leftmenu__inner li.active a {
    color: #a50034;
}
.leftmenu__inner li a {
    font-size: 16px;
    color: #818181;
    line-height: 16px;
}
.leftmenu__inner li a:hover,
.leftmenu__inner li a.active {
    color: #a50034;
}
.leftmenu__item {
    padding-bottom: 16px;
}
.leftmenu__item.active > a {
    color: #a50034;
}
.leftmenu__item > a {
    color: #333;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    max-width: 270px;
}
.leftmenu__item > a:hover {
    color: #a50034;
}
.leftmenu__item_opened .leftmenu__button:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.leftmenu__item_opened .leftmenu__inner {
    max-height: 1000px;
}
.mergedTables {
    display: table;
    width: 100%;
}
.mergedTables__item {
    vertical-align: top;
    display: table-cell;
}
.mergedTables__item table {
    width: 100%;
}
.catalog .mergedTables__item table {
    table-layout: auto;
}
.catalog__container {
    background: url('/local/templates/lg/images/loading.gif') no-repeat 50% 150px;
    min-height: 500px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.catalog__description {
    background: #fff;
}
.catalog__item {
    display: table;
    table-layout: fixed;
    width: 100%;
    /* height: 245px;*/
    height:auto;
    vertical-align: middle;
    text-align: center;
}
.catalog__item-img {
    display: block;
    height: 220px;
    margin:0 auto;
}
.catalog__item-img img {
    display: inline-block;
    height: auto;
    width: auto;
    -o-object-fit: contain;
    max-width: 100%;
    max-height:100%;
    vertical-align: middle;
}
.catalog__item-inner {
    display: block;
    vertical-align: middle;
    height: inherit;
    width: 100%;
}
.catalog__item-title {
    color: #333;
    font-size: 20px;
}
.catalog__content-tables {
    width: 100%;
    overflow: hidden;
}
.maxMinW {
    max-width: 50%;
}
.catalog__slider {
    position: relative;
    zoom: 1;
    padding-bottom: 61px;
}
.catalog__slider:after {
    content: ' ';
    display: table;
    clear: both;
}
.catalog__slider .slider {
    height: 400px;
    overflow: visible;
}
.catalog__slider .slider__container {
    height: 400px;
    overflow: hidden;
}
.catalog__slider .slider__item {
    background: #fff;
    height: 400px;
}
.catalog__slider .slider .bx-controls {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.catalog__slider .slider .bx-prev,
.catalog__slider .slider .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 43px;
    text-decoration: none;
    pointer-events: auto;
    margin-top: -22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
}
.locked.catalog__slider .slider .bx-prev,
.locked.catalog__slider .slider .bx-next {
    pointer-events: none;
}
.catalog__slider .slider .bx-prev {
    left: 0;
    position: absolute;
}
.catalog__slider .slider .bx-next {
    right: 0;
    position: absolute;
}
.catalog__slider .slider__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
.catalog__slider .slider__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.catalog__slider .slider__pager {
    position: static;
    padding-top: 15px;
}
.catalog__tabs {
    padding-top: 40px;
}
.catalog__tabs-header {
    overflow: hidden;
}
.catalog__tabs-button {
    float: left;
    color: #fff;
    background: #a5a5a5;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-right: 3px;
    width: 190px;
    position: relative;
}
.catalog__tabs-button:last-child {
    margin-right: 0;
}
.catalog__tabs-button:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8.5px 0 8.5px;
    border-color: #666 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -6px;
    display: none;
}
.catalog__tabs-button:hover {
    background: #666;
}
.catalog__tabs-item {
    padding-top: 78px;
    clear:both;
}
.catalog__tabs-item img {
    width: 100%;
    height: auto;
}
.catalog__tabs-content {
    zoom: 1;
}
.catalog__tabs-content:after {
    content: ' ';
    display: table;
    clear: both;
}
.catalog__head {
    position: relative;
}
.catalog__head .title {
    padding: 0;
}
.catalog__arrow {
    position: absolute;
    color: #a5a5a5;
    font-size: 18px;
    line-height: 18px;
    width: 330px;
}
.catalog__arrow_prev {
    left: 0;
}
.catalog__arrow_next {
    right: 0;
}
.catalog__arrow:hover {
    color: #333;
}
.catalog__minitable {
    padding-top: 60px;
    position: relative;
}
.catalog__minitable p {
    position: absolute;
    top: 0;
}
.catalog__minitable p:nth-child(2) {
    top: 25px;
}
.catalog__mobile {
    display: none;
    padding-top: 70px;
}
.catalog__mobile .accordeon__container {
    padding: 0 10px;
}
.catalog__mobile .accordeon__container_opened {
    padding-top: 60px;
}
.catalog__mobile .accordeon__link {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    color: #fff;
    text-indent: 30px;
    background: #a5a5a5;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.catalog__mobile .accordeon__link:before {
    position: absolute;
    right: 48px;
    top: 0;
    content: '+';
    font-weight: bold;
    font-size: 60px;
    line-height: 76px;
}
.catalog__mobile .accordeon__link_active:before {
    right: 52px;
    font-size: 70px;
    content: '-';
}
.catalog__mobile .accordeon__link:hover {
    background: #333;
}
.downloads__tabs-header {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.downloads__tabs-button {
    background-color: transparent;
    box-sizing: border-box;
    display: table-cell;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
    padding: 0 10px;
    border: none;
    border-right: 1px solid #e5e5e5;
}
.downloads__tabs-button:last-child {
    border-right: 0;
}
.downloads__tabs-button:hover {
    color: #a50034;
}
.downloads__tabs-content {
    padding-top: 70px;
}
.downloads__table {
    padding-bottom: 40px;
}
.downloads__table table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 0;
}
.downloads__table table thead td {
    color: #979797;
    font-size: 16px;
    line-height: 18px;
}
.downloads__table table td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 22px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    border-right: 0;
}
.downloads__table table td:first-child {
    width: 130px;
}
.downloads__table table td:nth-child(2) {
    width: 200px;
}
.downloads__table table td:last-child {
    border-right: 0;
}
.downloads__table table td a:hover {
    color: #a50034;
}
.downloads__table img {
    max-width: 100%;
}
.downloads__table-img {
    text-align: center;
    padding: 90px 0;
}
.downloads__table-img span {
    display: block;
    padding-top: 50px;
    font-size: 41px;
    line-height: 44px;
}
.downloads__link {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.downloads__link:before {
    background-image: url('/local/templates/lg/images/svg/sprite.svg');
    background-repeat: no-repeat;
    background-position: -169px -101px;
    width: 22px;
    height: 22px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.downloads__link:hover {
    opacity: .5;
}
.downloads__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 60px;
}
.downloads__section {
    padding-bottom: 35px;
}
.downloads__items {
    font-size: 0;
}
.downloads__item {
    display: inline-block;
    width: 33.333%;
    margin: 0 0 40px 0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}
.downloads__catalog {
    width: 80px;
    height: 112px;
    float: left;
    overflow: hidden;
    background: #000;
}
.downloads__catalog img {
    width: 100%;
    display: block;
}
.downloads__info {
    margin-left: 87px;
    line-height: 18px;
}
.downloads__info span {
    display: block;
}
.downloads__button {
    margin-top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    padding-left: 24px;
    color: #a50034;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.downloads__button:before {
    background-image: url('/local/templates/lg/images/svg/sprite.svg');
    background-repeat: no-repeat;
    background-position: -169px -101px;
    width: 22px;
    height: 22px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.downloads__button:hover {
    opacity: .5;
}
.downloads-expander__link {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: #c8c8c8;
    font-size: 32px;
    text-indent: 111px;
    cursor: pointer;
    position: relative;
}
.downloads-expander__link span {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 40px;
    top: 18px;
    font-size: 32px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    text-align: center;
}
.downloads-expander__link span:before {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -14px;
    content: '';
}
.downloads-expander__link span:after {
    position: absolute;
    height: 28px;
    width: 4px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -2px;
    content: '';
}
.downloads-expander__link:hover {
    background: #333;
}
.downloads-expander__link_active span:after {
    display: none;
}
.downloads__accordeon {
    margin-bottom: 5px;
}
.tabs__item {
    display: none;
}
.tabs__item_active {
    display: block;
}
.tabs .catalog__tabs-button.tabs__button_active {
    background: #666;
}
.tabs .catalog__tabs-button.tabs__button_active:before {
    display: block;
}
.downloads__tabs-button.tabs__button_active {
    color: #a50034;
}
.content h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    padding: 0 0 19px;
    margin: 0;
}
.content p {
    font-size: 18px;
    padding: 0;
    line-height: 22px;
    margin: 0 0 20px;
}
.mobile__nav-gam {
    display: none;
    width: 45px;
    height: 31px;
    background: #d6d6d6;
    position: absolute;
    right: 40px;
    top: 42px;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobile__nav-gam:before {
    background: #333;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
}
.mobile__nav-gam:after {
    background: #333;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 6px;
    content: '';
}
.mobile__nav-gam:hover {
    opacity: .5;
}


.mobile__nav-mc {
    position: absolute;
    left: auto;
    right: 35px;
    color: white;
}

.mobmenu__button {
    display: block;
    width: 45px;
    height: 31px;
    position: absolute;
    right: 40px;
    top: 42px;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobmenu__button:before {
    background: #333;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
}
.mobmenu__button:after {
    background: #333;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 6px;
    content: '';
}
.mobmenu__button:hover {
    opacity: .5;
}
.mobmenu__container {
    position: fixed;
    right: -100%;
    top: 0;
}
.mobmenu__inner {
    background: #f2f3f3;
    margin-left: 15%;
    height: 100%;
}
.mobmenu__arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.mobmenu__arrow:before {
    background-image: url('/local/templates/lg/images/svg/sprite.svg');
    background-repeat: no-repeat;
    background-position: -190px -125px;
    width: 14px;
    height: 19px;
    position: absolute;
    content: '';
    display: block;
    left: auto;
    right: 20px;
    top: 15px;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.mobmenu__plus {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobmenu__plus:before {
    width: 1px;
    height: 18px;
    background: #333;
    content: '';
    position: absolute;
    right: 27px;
    top: 13px;
}
.mobmenu__plus:after {
    width: 18px;
    height: 1px;
    background: #333;
    content: '';
    position: absolute;
    right: 19px;
    top: 21px;
}
.mobpagemenu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    max-height: 80px;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: max-height 0.1s linear 0s;
    -o-transition: max-height 0.1s linear 0s;
    transition: max-height 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobpagemenu_opened {
    max-height: 2000px !important;
    background: #f2f2f2;
}
.mobpagemenu__container {
    padding: 80px 0 0;
}
.mobpagemenu__container>li{
    list-style:none;
    position:relative;
}
.mobpagemenu__toggler{
    color: #747474 !important;
    font-weight:bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align:center;
}

.mobpagemenu__container--submenu{
    padding:0
}
.mobpagemenu__item {
    display: block;
    font-size: 38px;
    line-height: 90px;

    padding: 0 30px;
    font-size: 18px !important;
}
.mobpagemenu, .mobpagemenu__item span{
    color: #747474 !important;
}
.mobpagemenu__item:hover{
    background:#747474;
}
.mobpagemenu__item:hover, .mobpagemenu__item:hover span {
    color: #fff !important;
}
span.mobpagemenu__item:hover {
    color: #fff;
}
.mobpagemenu__button {
    right: 30px;
    top: 18px;
    display: block;
    width: 155px;
    height: 52px;
    border-radius: 5px;
    background: #a50034;
    color: #fff;
    font-size: 37px;
    line-height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.mobpagemenu__button:before {
    background-image: url('/local/templates/lg/images/sprite.png');
    background-position: 0 0;
    width: 24px;
    height: 14px;
    position: absolute;
    content: '';
    display: block;
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.mobpagemenu__button:hover {
    opacity: .5;
}
.links__items {
    text-align: center;
    width: 100%;
    font-size: 0;
}
.links__item {
    display: inline-block;
    margin: 0 20px;
}
.links__item:hover img {
    opacity: .75;
}
.links__logo {
    display: table;
    width: 100%;
    height: 75px;
}
.links__img {
    display: table-cell;
    height: 75px;
    width: 100%;
    vertical-align: middle;
}
.about__person {
    padding-top: 45px;
    text-align: center;
}
.about__photo {
    display: inline-block;
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 200px;
}
.about__photo img {
    display: block;
    margin-left: -20px;
    height: 100%;
    border-radius: 200px;
}
.about__photo_president img {
    height: 190px;
    margin-left: -50px;
    margin-top: -10px;
}
.about__name {
    padding-top: 25px;
    font-size: 22px;
    line-height: 28px;
}
.about__name span {
    display: block;
    font-size: 32px;
    line-height: 32px;
}
.about__text {
    padding-bottom: 20px;
    padding-top: 45px;
}
.about__text img {
    max-width: 100%;
    display: inline-block;
}
.about__text blockquote {
    font-style: italic;
}
.about table {
    width: 100%;
    border-collapse: collapse;
}
.about table th {
    text-align: left;
    color: #979797;
    font-size: 20px;
    font-weight: 100;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}
.about table td {
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    font-size: 18px;
}
.about table td:first-child {
    width: 30%;
    font-size: 20px;
}
.about table td a {
    color: #a50034;
}
.about table td a:hover {
    color: #333;
}
.objects__menu {
    display: table;
    width: 100%;
    margin-top: 60px;
    table-layout: fixed;
}
.objects__link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
    padding: 0 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.objects__link:last-child {
    border-right: 0;
}
.objects__link:hover,
.objects__link_active {
    color: #a50034;
}
.objects__paginate {
    padding: 20px 0;
}
.objects__paginate .paginate {
    margin: 40px 0;
}
.objects__item {
    padding-bottom: 75px;

}
.objects__slider {
    padding-bottom: 20px;

}
.objects__slider .slider .bx-controls {
    left: auto;
    margin-left: 0;
}
.objects__info {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}
.objects__info b {
    color: #979797;
}
.paginate {
    text-align: center;
    font-size: 0;
}
.paginate__item {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 600;
}
.paginate__item:hover,
.paginate__item_active {
    color: #a50034;
}
.paginate__item:first-child,
.paginate__item:last-child {
    font-size: 22px;
}
.innermenu {
    display: table;
    width: 100%;
    margin-top: 30px;
    table-layout: fixed;
}
.innermenu__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
.innermenu__item:last-child {
    border-right: 0;
}
.innermenu__item:hover,
.innermenu__item_active_ {
    color: #a50034;
}
.faq__item {
    padding-top: 30px;
}
.faq__title {
    font-size: 30px;
    line-height: 34px;
}
.faq__text {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
}
.faq__label {
    padding-bottom: 15px;
}
.contacts_wide {
    padding-top: 30px;
    padding-left: 150px;
}
.contacts_wide .contacts__person {
    float: left;
    width: 45%;
    margin-bottom: 20px;
}
.contacts_wide .contacts__person:nth-child(2n+1) {
    margin-right: 10%;
}
.contacts p {
    font-size: 18px;
}
.contacts__items {
    font-size: 18px;
}
.contacts__items span {
    color: #979797;
}
.contacts__persons {
    padding:0;
}
.contacts__person {
    padding-bottom: 45px;
}
.contacts__photo {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.contacts__photo img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.contacts__info {
    font-size: 16px;
    line-height: 20px;
}
.contacts__info span {
    color: #979797;
}
.contacts__name {
    font-size: 22px;
    padding-bottom: 5px;
}
.contacts__inner {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contacts__left {
    float: left;
    width: 50%;
}
.contacts__right {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 50%;
}
.contacts__title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
}
.contacts__title_sm {
    padding-bottom: 0;
}
.contacts__map {
    padding-top: 20px;
    padding-bottom: 40px;
}
.fullimage {
    display: block;
    width: 100%;
}
.academy__container {
    background: url('/local/templates/lg/images/loading.gif') no-repeat 50% 150px;
    min-height: 300px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.academy__text {
    padding-top: 40px;
}
.academy__slider {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.academy__slider .slider .bx-controls {
    z-index: 2;
    margin: 0;
    width: auto;
    position: static;
}
.academy__slider .slider .bx-prev {
    position: absolute;
    left: 0;
}
.academy__persons,
.academy__subjects {
    padding-top: 40px;
}
.academy__subjects-items {
    padding-top: 40px;
    min-height: 300px;
    background: #fff;
}
.academy__subjects-list {
    display: inline-block;
    max-width: 400px;
}
.academy__subjects-list .select {
    min-width: 380px;
    display: block;
}
.academy__container-in {
    min-height: 300px;
    background: #fff;
}
.academy__subject-title {
    color: #a50034;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}
.academy__subject-button {
    text-align: right;
    padding-top: 45px;
    padding-bottom: 30px;
}

.academy__sections {
    max-width: 350px;
    margin: 0 auto;
}
.academy__calendar {
    padding-top: 50px;
}
.academy__label {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px;
    vertical-align: top;
}
.calendar__top {
    text-align: right;
}
.calendar__selector {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.calendar__label {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px;
    vertical-align: top;
}
.calendar__select {
    display: inline-block;
    vertical-align: top;
}
.calendar__selector {
    margin-right: 18px;
}
.calendar__container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.calendar__table {
    width: 100%;
    min-width: 992px;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
.calendar__table th {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    font-weight: 100;
}
.calendar__table td {
    border: 1px solid #e5e5e5;
    position: relative;
    height: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 35px;
}
.calendar__date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 20px;
    z-index: 2;
    padding: 0 10px 10px 10px;
    background: #fff;
}
td.calendar__event {
    border: 2px solid #a50034;
}
.calendar__desc {
    font-size: 13px;
    line-height: 13px;
    font-weight: 100;
    color: #333;
    padding: 6px 10px 0;
    background: #fff;
}
.calendar__desc a {
    color: #a50034;
    text-decoration: underline;
}
.calendar__desc a:hover {
    text-decoration: none;
}
.calendar__mobiletitle {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
    display: none;
}
.select {
    position: relative;
    min-width: 133px;
    display: inline-block;
}
.select__head {
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 26px 0 9px;
    background: #f4f4f4;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select__head:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #888888 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 11px;
    top: 11px;
}
.select__list {
    background: #f4f4f4;
    border: 1px solid #aaaaaa;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 5px 9px;
    left: 0;
    right: 0;
    top: 85px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 100%;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    max-height: 150px;
    overflow-y: auto;
}
.select__list:focus {
    outline: none;
}
.select__list_opened {
    opacity: 1;
    visibility: visible;
    top: 26px;
}
.select__item {
    display: block;
    cursor: pointer;
    font-size: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 19px;
    padding: 4px 0;
}
.select__item_selected,
.select__item_selected:hover {
    cursor: default;
    pointer-events: none;
}
.select__item:hover,
.select__item_selected {
    color: #a50034;
}
.select__value {
    display: none;
}
.select_disabled {
    pointer-events: none;
    cursor: default;
}
.mobileleft {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    background: #777;
    color: #fff;
    height: 90px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: none;
    -webkit-transition: max-height 0.3s linear 0s;
    -o-transition: max-height 0.3s linear 0s;
    transition: max-height 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobileleft_opened {
    height: auto;
    position: absolute;
}
.mobileleft_opened .mobileleft__button:after {
    display: none;
}
.mobileleft__current {
    font-size: 38px;
    line-height: 90px;
}
.mobileleft__button {
    position: absolute;
    display: block;
    right: 48px;
    top: 34px;
    width: 22px;
    cursor: pointer;
    height: 22px;
}
.mobileleft__button:before {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobileleft__button:after {
    position: absolute;
    height: 100%;
    left: 10px;
    top: 0;
    width: 3px;
    background: #fff;
    content: '';
    -webkit-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobileleft__button:hover:before,
.mobileleft__button:hover:after {
    background: #a50034;
}
.mobileleft__container {
    padding: 30px 0 0;
    margin: 0;
    list-style: none;
}
.mobileleft__item {
    padding-bottom: 60px;
}
.mobileleft__item a {
    color: #fff;
    font-size: 37px;
    line-height: 37px;
    padding-right: 30px;
    display: inline-block;
    position: relative;
}
.mobileleft__item a:after {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    content: '>';
}
.mobileleft__item a:hover {
    color: #a50034;
}
.fullimg {
    display: block;
    max-width: 100%;
}
.cabinetleft {
    width: 100%;
    background: #333;
    color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px;
}
.cabinetleft__title {
    font-size: 18px;
    font-weight: 100;
}
.cabinetleft__name {
    padding-top: 10px;
    font-weight: 100;
    font-size: 32px;
    line-height: 34px;
}
.cabinetleft__logout {
    position: absolute;
    right: 30px;
    top: 28px;
    color: #fff;
    line-height: 14px;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #aaa;
}
.cabinetleft__logout:hover {
    border-bottom: 0;
}
.cabinet__toschedule {
    padding-top: 30px;
}
.cabinet__toschedule span {
    display: block;
    padding-bottom: 20px;
}
.cabinet__toschedule .button {
    width: 160px;
}
.cabinet__table {
    padding-top: 30px;
    padding-bottom: 50px;
}
.cabinet__table table {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.cabinet__table table td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 16px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}
.cabinet__table table td:last-child {
    padding-left: 50px;
}
.cabinet__table table td:last-child a {
    display: inline-block;
    text-decoration: underline;
}
.cabinet__table table td a:hover {
    text-decoration: none;
}
.cabinet__table table tr:first-child td {
    color: #979797;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.cabinet__left {
    float: left;
    width: 50%;
}
.cabinet__right {
    float: right;
    width: 50%;
}
.cabinet__field {
    padding-bottom: 15px;
}
.cabinet__field_name {
    padding-top: 25px;
}
.cabinet__form {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}
.cabinet__form .checkbox {
    padding-top: 10px;
}
.cabinet__subscribe {
    background: #e9ecf0;
    padding: 30px 25px;
    margin-top: 40px;
}
.cabinet__button {
    padding-top: 40px;
}
.cabinet__button .button {
    width: 260px;
}
.cabinet__fields {
    width: 100%;
    overflow: hidden;
}
.checkbox__input {
    display: none;
}
.checkbox__input:checked + label:after {
    display: block;
}
.checkbox__label {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.checkbox__label:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    background: #f4f4f4;
    content: '';
}
.checkbox__label:after {
    background-image: url('/local/templates/lg/images/sprite.png');
    background-position: -13px -16px;
    width: 7px;
    height: 7px;
    position: absolute;
    content: '';
    display: block;
    left: 2px;
    right: auto;
    top: 4px;
    bottom: auto;
    z-index: 1;
    margin-top: 0;
    margin-left: 0;
}
.checkbox__label:after {
    display: none;
}
.checkbox a {
    color: #a50034;
    white-space: nowrap;
}
.checkbox a:hover {
    color: #333;
}
.forms {
    position: relative;
}
.forms:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5) url('/local/templates/lg/images/loading.gif') no-repeat 50% 50%;
    content: '';
    display: block;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.forms_waiting:after {
    opacity: 1;
    pointer-events: auto;
}
.forms__success {
    padding: 20px 0;
    font-size: 26px;
    color: #a50034;
}
.forms__input {
    width: 100%;
    height: 36px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #333;
    padding: 3px 8px;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
}
textarea.forms__input {
    height: auto;
    resize: none;
}
.forms__input:focus {
    border-color: #000;
}
.forms__label {
    font-size: 16px;
}
.forms__label span {
    color: var(--color-highlight);
}
.forms__field_error .forms__error {
    display: inline-block;
}
.forms__field_error .forms__input {
    border-color: #a50034;
}
.forms__field_error .checkbox__label {
    color: #a50034;
}
.forms__field_error .checkbox__label:before {
    background: #d80044;
    border-color: #d80044;
}
.forms__error {
    display: none;
    color: #a50034;
}
.forms__buttons {
    padding-top: 30px;
}
.forms__buttons .button {
    width: 100%;
}
.forms__buttons_two {
    width: 100%;
    overflow: hidden;
}
.forms__buttons_two .button {
    width: 120px;
}
.forms__buttons_two .button:first-child {
    float: left;
}
.forms__buttons_two .button:last-child {
    float: right;
}

.login__forgot {
    text-align: right;
}
.login__forgot > a {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    border-bottom: 1px solid #333;
}
.login__forgot > a:hover {
    border-color: #fff;
}
.registration__text {
    padding-bottom: 20px;
    font-size: 16px;
}
.registration__text a {
    color: #a50034;
    text-decoration: underline;
}
.registration__text a:hover {
    text-decoration: none;
}
.registration__steps {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}
.registration__step {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    margin: 0 5px;
    background: #fff;
}
.registration__step_active {
    background: #a50034;
    border-color: #a50034;
}

.success {
    padding: 50px 0 0;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.success__button {
    padding-top: 60px;
}
.success__button .button {
    width: 100%;
}
.modal {
    width: 460px;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 3px;
    background: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal_lg {
    width: 560px;
}
.modal--zoom{
    width:90vw;
    height:90vh;
    padding:0;
}
.modal_lg .modal__title {
    line-height: 27px;
    padding-top: 17px;
}
.modal_lg .forms__buttons_two .button {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
}
.modal__title {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    margin: -10px 0 0;
    font-weight: normal;
    text-align: left;
}
.modal__title--small {
    font-size: 22px;
    line-height: normal;
}
.modal__form {
    padding-top: 10px;
}
.modal__field {
    padding-bottom: 10px;
}
.modal__field .checkbox {
    padding-top: 10px;
}
.modal__close {
    padding-top: 30px;
}
.modal__close .button {
    width: 100%;
}
.confidencial {
    font-size: 16px;
}
.confidencial h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.popup {
    position: relative;
    z-index: 3;
}
.popup:after {
    right: 20px;
    top: 20px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
}
.popup_loading:after {
    width: 50px;
    height: 50px;
}
.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(197, 199, 202, 0.8);
    display: none;
    will-change: auto;
    content: '';
}
.popup__over {
    position: absolute;
    top: 5%;
    left: 50%;
    padding-bottom: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup__body {
    top: -800px;
    position: relative;
    left: -50%;
}
.popup__body_animate {
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.popup__body_animated {
    top: 0;
}
.popup__space,
.popup__next,
.popup__alert {
    overflow-y: scroll;
    direction: ltr;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    display: none;
}
.popup__over {
    position: absolute;
    top: 5%;
    left: 50%;
    padding-bottom: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup__close {
    cursor: pointer;
    z-index: 101;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 21px;
    height: 21px;
    top: 16px;
    right: 16px;
    opacity: .5;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.popup__close:before {
    background-image: url('/local/templates/lg/images/svg/sprite.svg');
    background-repeat: no-repeat;
    background-position: -169px -75px;
    width: 24px;
    height: 24px;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    z-index: 1;
    margin-top: -12px;
    margin-left: -12px;
}
.popup__close:hover {
    opacity: 1;
}
.popup__content {
    position: relative;
    z-index: 1;
}
.body-hidden {
    overflow: hidden;
    width: 100%;
}
.scroller {
    height: 280px;
    width: 100%;
    padding-right: 20px;
    position: relative;
}
.scroller .jspContainer {
    width: 100% !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.scroller .jspPane {
    position: absolute;
    width: 100% !important;
}
.scroller .jspHorizontalBar {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #252525;
}
.scroller .jspVerticalBar {
    position: absolute;
    width: 4px;
    right: 0;
    height: 100%;
    background: #ebebeb;
}
.scroller .jspCap {
    display: none;
}
.scroller .jspTrack {
    position: relative;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.scroller .jspDrag {
    background: #a7a7a7;
    position: relative;
    top: 0;
    height: 50%;
    border-radius: 5px;
    cursor: pointer;
}
.scroller-in {
    height: 280px;
    overflow-y: auto;
    outline: none;
    width: 100%;
    padding-right: 20px;
}

font.tablebodytext {
    display: none;
}
#bx_incl_area_2 {
    display: inline-block;
}
/*NEW STYLES*/
body{
    min-width: 300px;
    overflow-x: hidden;
}
.wrap{
    width: auto;
    max-width: 1600px;
    padding:0 40px;
    margin: 0 auto;
    clear: both;
}
.catalog__tabs-button{
    width: 24%;
    margin-right: 1%;
}
.downloads__table table td:nth-child(2){
    width: auto;
}
.TableWidth {
    width: 65%;
}
.news-main__date{
    font-size: 18px!important;
}
.news-main__name{
    font-size: 23px!important;
}
.news-main__intro{
    font-size: 22px!important;
}
.news-main__read{
    font-size: 20px!important;
}

@media screen and (max-width: 1000px) {
    .calendar__container {
        overflow-x: scroll;
    }
    .calendar__top {
        text-align: center;
    }
}
@media screen and (max-width: 570px) {
    .cabinet__table {
        overflow-x: scroll;
    }
    .cabinet__table table {
        min-width: 550px;
    }
    .modal.modal_lg {
        width: 100% !important;
        max-width: 550px;
    }
    .modal_lg .modal__title {
        font-size: 28px;
    }
    .forms__buttons_two .button {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 440px) {
    .registration {
        max-width: 400px;
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .modal {
        max-width: 460px;
        width: 80vw;
    }
    .modal__field .button {
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1124px) {
    .wrap {
        min-width: 720px;
        width: 100%;
        padding: 0;
    }
    .page__content.gradient-fix {
        padding-top: 0;
    }
    .button {
        height: 68px;
        font-size: 25px;
        line-height: 68px;
    }
    .news__left {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    .news__header {
        font-size: 53px;
        line-height: 55px;
    }
    .news__date {
        font-size: 25px;
    }
    .news__title {
        font-size: 57px;
        line-height: 63px;
    }
    .news__intro {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 50px;
    }
    .news__right {
        display: table;
        width: 100%;
    }
    .news__right .seminar {
        display: table;
        min-height: 630px;
        width: 100%;
    }
    .news__right .seminar__inner {
        vertical-align: middle;
        display: table-cell;
        width: 100%;
    }
    .news__right .seminar__inner .button {
        height: 78px;
        line-height: 78px;
        font-size: 36px;
        padding: 0 40px;
    }
    .news__right .seminar__title {
        font-size: 58px;
        line-height: 60px;
    }
    .news__right .seminar__text {
        font-size: 34px;
        line-height: 38px;
    }
    .news__cell {
        width: 100%;
    }
    .news__cell:nth-child(2n+2) {
        border-left: 0;
    }
    .leftmenu {
        display: none;
    }
    .object-page .leftmenu {
        display: block;
    }
    .page {
        padding-top: 0;
    }
    .page__left {
        width: 100%;
        float: none;
        display:none;
    }
    .object-page .page__left {
        display:flex;
    }
    .page__right {
        margin-left: 0;
        padding: 50px 40px;
        overflow-x: hidden;
    }
    .page__item .slider__item:before,
    .page__item .slider__item:after {
        display: none;
    }
    .page__catalog.page__catalog_mobile {
        display: none !important;
    }
    .page__pagemenu {
        padding: 0;
    }
    .page__content {
        padding: 2px 0 0;
    }
    .catalog__item-img {
        height: auto;
        text-align: center;
    }
    .catalog__item-inner {
        display: inline-block;
    }
    .catalog__minitable table thead td {
        font-size: 26px;
        line-height: 26px;
        padding-top: 15px;
    }
    .catalog__minitable table td {
        font-size: 26px;
        line-height: 26px;
    }
    .catalog__tabs {
        display: none;
    }
    .catalog__mobile {
        display: block;
    }
    .pagemenu {
        display: none;
    }
    .mobpagemenu,
    .mobileleft {
        display: block;
    }
    .mobile__nav-gam,
    .mobile__nav-mc {
        display: block;
    }
    .calendar__selector .select__head {
        line-height: 44px;
        font-size: 20px;
    }
    .calendar__selector .select__item {
        font-size: 22px;
    }
    .calendar__selector .select__head:before {
        top: 15px;
    }
    .calendar__selector .calendar__label {
        font-size: 22px;
        margin-top: 7px;
    }
    .calendar__mobiletitle {
        display: block;
        margin-bottom: 40px;
    }
    .academy__label {
        display: none;
    }
    .academy__subjects-list {
        display: block;
    }
    .academy__subjects-list .select {
        display: block;
        width: 100%;
        min-width: 100%;
    }
    .academy__subject p {
        font-size: 32px;
        line-height: 36px;
    }
    .academy__subject-button {
        text-align: center;
    }
    .academy table td {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
    }
    .academy table tr:first-child td,
    .academy table tr:last-child td {
        font-size: 28px;
    }
    .select__head {
        line-height: 55px;
        font-size: 20px;
    }
    .select__head:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 6px 0 6px;
        border-color: #888888 transparent transparent transparent;
        content: '';
        position: absolute;
        right: 21px;
        top: 21px;
    }
    .select__list {
        top: 50px;
        z-index: 77;
    }
    .select__item {
        padding-bottom: 20px;
        font-size: 20px;
    }
    .innermenu__item {
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 440px) {
    .innermenu__item {
        font-size: 22px;
    }
    .calendar__top {
        text-align: right;
    }
}
@media screen and (max-width: 1124px){
    .catalog__mobile{
        display: none;
    }
    .downloads__tabs-button {
        height: 30px;
        line-height: 30px;
        background: #eee;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        margin-bottom: 1px;
        width: 100%;
    }
    .catalog__tabs-item{
        padding-top: 40px;
    }
    .downloads__tabs-button:hover{
        color: #fff;
        background: grey;
    }
    .downloads__tabs-header{
        display: block;
    }
    .catalog__tabs-item img{
        margin: 0 auto;
        display: block;
    }
    .catalog__tabs-button{
        height: 70px;
        line-height: 70px;
        font-size: 22px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .catalog__tabs{
        display: block;
    }
    .catalog__tabs-button:before {
        border-color: #eee transparent transparent transparent;
        right: 30px;
        bottom: 0;
        top: 0;
        left: inherit;
        margin: auto;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .catalog__tabs-button{
        width: 100%;
        margin: 0;
    }
    .wrap {
        min-width: 300px;
        width: 100%;
        padding: 0px;
    }
    .accordeon__container img{
        width: 100%;
        height: auto;
    }
    .catalog__content-tables{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page__catalog.page__catalog_mobile .catalog{
        text-align: center;
    }
    .catalog__minitable table td{
        font-size: 14px;
    }
    .page__catalog.page__catalog_mobile .catalog .catalog__item{
        padding-bottom: 50px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 10px;
    }
    .page__catalog.page__catalog_mobile .catalog .catalog__item:last-child{
        margin-right: 0;
    }
    .catalog__minitable table thead td{
        line-height: 20px;
    }
    .catalog__minitable table td{
        line-height: 20px;
        padding: 5px;
        height: auto;
    }
    .page__right{
        padding: 20px 10px;
    }
    .catalog__item-inner{
        height: 200px;
        text-align: center;
        font-size: 0;
    }
    .catalog__item-inner:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
}
@media (max-width: 750px){
    .page__catalog.page__catalog_mobile .catalog{
        display: block;
    }
    .catalog__minitable table td{
        font-size: 13px;
    }
    .catalog__minitable table thead td{
        font-size: 15px;
        font-weight: bold;
    }
    .catalog__minitable{
        padding-top: 0;
    }
    .catalog__item{
        padding-bottom: 50px;
    }
    .downloads__table table td{
        padding: 5px;
        font-size: 13px;
    }
    .catalogs-technical-page .downloads__table table td{
        padding: 10px 5px;
    }
}
@media (max-width: 700px){
    .catalog__mobile .accordeon__link, .downloads-expander__link{
        font-size: 20px;
    }
    .catalog__mobile .accordeon__link_active:before, .catalog__mobile .accordeon__link:before{
        font-size: 50px;
    }
    .downloads-expander__link span{
        width: 30px;
        height: 30px;
        top: 25px;
    }
    .downloads-expander__link span:before{
        width: 18px;
        height: 4px;
        margin: -2px 0 0 -9px;
    }
    .downloads-expander__link span:after{
        height: 18px;
        width: 4px;
        margin: -9px 0 0 -2px;
    }
    .catalog__mobile .accordeon__container{
        padding-left: 0;
        padding-right: 0;
    }
    .downloads__table-img span{
        font-size: 22px;
    }
    .downloads__table img{
        width: 200px;
    }
    .downloads__table table td:first-child{
        width: auto;
        padding: 5px;
    }
    .downloads__table table td:nth-child(2){
        width: auto;
    }
    .downloads__table table td{
        padding: 0;
    }
    .catalogs-technical-page .downloads__table table td,
    .catalogs-technical-page .downloads__table table td:first-child{
        padding: 10px 5px;
    }
    .maxMinW700 {
        width: 700px !important;
    }
}
@media (max-width: 600px){
    #scrollTop div,
    .downloads__table table{
        width: 600px;
    }
    .catalogs-technical-page .downloads__table table{
        width:100%;
    }
    #scrollTop div {height:1px;}
    #scrollTop,
    .downloads__table{
        overflow-x: auto;
    }
    #scrollTop::-webkit-scrollbar-track,
    .downloads__table::-webkit-scrollbar-track{
        border-radius:6px;
        border: 2px solid white;
        background-color: #ccc;
    }
    #scrollTop::-webkit-scrollbar,
    .downloads__table::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    #scrollTop::-webkit-scrollbar:horizontal,
    .downloads__table::-webkit-scrollbar:horizontal {
        height: 13px;
    }
    #scrollTop::-webkit-scrollbar-thumb,
    .downloads__table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }
}
@media (max-width: 400px){
    .catalog__minitable table{
        max-width: 120px;
    }
}
@media(max-width: 750px){
    .news-main__date{
        font-size: 20pt!important;
    }
    .news-main__name{
        font-size: 25pt!important;
        display: block;
        line-height: 30px;
    }
    .news-main__intro{
        font-size: 24pt!important;
        display: block;
        line-height: 28px;
    }
    .news-main__read{
        font-size: 22pt!important;
    }
}
@media (max-width: 1100px){
    .catalog__item-img{
        padding-left:20px;
        padding-right:20px;
    }
}
@media (max-width: 680px) {
    .catalog__arrow {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 550px){
    .button {
        height: 55px;
        font-size: 22px;
        line-height: 55px;
    }
    .catalog__item-img{
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
@media  (max-width: 992px) {
    .page__content .page__left .leftmenu {
        display: block;
    }

    .page__pagemenu .pagemenu {
        display: block;
    }
    .content .contacts_wide {
        padding-top: 45px;
        padding-left: 45px;
    }
}
@media screen and (max-width: 1100px) {
    #first-table {
        width: 30%;
    }
    .catalog__minitable table thead td {
        font-size: 14px;
    }
    .catalog__minitable table td {
        padding: 7px;
    }
    .catalog table th {
        height: 47px;
    }
    table.second-table th,
    table.blokTwo-table th,
    table.table-th57,
    table.table-th57 th,
    table.th43 th,
    table.marginTop th,
    table.split-table th,
    table#first-table th,
    table.first-table th,
    table.firstBlok-table th {
        height: 43px;
    }
}
@media screen and (max-width: 992px) {
    .catalog__content-tables table:last-child {
        max-width: 100%;
    }
    table.td107 {
        min-width: 500px;
    }
    .disBlok {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .page__content .page__left .leftmenu {
        display: block;
    }

    .page__pagemenu .pagemenu {
        display: block;
    }

    .content .contacts_wide {
        padding-top: 30px;
        padding-left: 30px;
    }
    .catalog__item-img{
        padding-left:10px;
        padding-right:10px;
    }

}
@media screen and (max-width: 768px) {
    .catalog__content-tables table:last-child {
        max-width: 100px;
    }
    .mobileMarginTop {
        margin-top: 60px;
    }
    table.blok-table {
        min-width: 50%;
    }
}
@media screen and (max-width: 680px) {
    .links {
        height: 70px;
    }
    a.catalog__arrow.catalog__arrow_next.arrow-adaptiv {
        top: 50px;
    }
}
@media screen and (max-width: 580px) {
    table.first-table.first-tableW {
        margin-left: 70px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .page__catalog .catalog table,
    .page__catalog .catalog table#first-table{
        min-width: 300px !important;
    }
    .page__catalog .catalog table#first-table {
        margin-left: 290px;
    }
}
@media screen and (max-width: 450px) {
    .mobileMarginTop {
        margin-top: 120px;
    }
    .catalog__minitable p:nth-child(2) {
        top: 50px;
    }
    table.firstBlok-table,
    table.blokTwo-table,
    table.table-th57,
    table.th43,
    table.split-table,
    table.table-th57.padding12,
    table.marginTop {
        margin-left: 100px;
    }
}
@media screen and (max-width: 380px) {
    table.first-table.first-tableW,
    table.firstBlok-table,
    table.blokTwo-table,
    table.table-th57,
    table.th43,
    table.split-table,
    table.table-th57.padding12,
    table.marginTop {
        margin-left: 305px;
    }


}
#first-table {
    margin-left: 60%;
}
.first-tableW {
    width: 50%;
    min-width: 300px;
    display: table;
}
.mergedTables__item {
    vertical-align: top;
    display: block;
    width: 50%;
    float: left;
}
#first-table {
    margin-left: 0;
}
table.table-th57 th {
    height: 57px;
}
.page__catalog_mobile .catalog {
    overflow-x: scroll;
}
.page__catalog_mobile .catalog .wrap-table {
    min-width: 540px;
}
.noWidthM td br, table td br {
    display: none;
}
table td.brBlock br {
    display: block;
}
.catalog table th.th83 {
    height: 85px;
}
.hidden-table {
    display: none;
}
a.catalog__arrow.one-arrow {
    width: 100%;
    text-align: center;
}
.minW200 {
    min-width: 200px;
}
.minW300 {
    min-width: 300px;
}
.db {
    display: block;
}
.lastTable {
    width: 48%;
}
.links {
    position: relative;
    height: 30px;
    margin: 30px 0;
}
.catalog__content-tables table:first-child {
    display: block;
}
.bx-grid-head td:nth-child(3), .bx-even td:nth-child(3), .bx-odd td:nth-child(3), #altasibSupportBar-info tr:nth-child(7){
    display: none;
}
.bx-even td:nth-child(4) span, .bx-odd td:nth-child(4) span{
    display: none!important;
}
.bx-sorted a {
    color: black!important;
}

/* basic */
.topBanner {
    width: 100vW;
    max-width: 1600px;
    height: 15vW;
    display: flex;
    align-items: center;
    position: relative;
    margin:0 auto;
}
.topBannerBg {
    width: 100vW;
    height: 15vW;
    max-width: 1600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent no-repeat top center;
    background-size: cover;
    margin:0 auto;
}
.topBanner.topCat {
    margin-bottom: 40px;
}
.topBanner .title {
    padding: 0 40px;
    color: inherit;
    font-size: 3vW;
    line-height: 1;
    border: none;
}
.topBanner .title span {
    display: block;
    font-size: 0.8em;
}
.title {
    color: #333;
    margin: 0;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
    text-align: left;
    border-bottom: 1px solid #bbb;
    padding-bottom: 16px;
}
.catalogs-technical-page .title {
    text-align: left;
    padding: 30px 0 40px 0;
    max-width: 1600px;
    margin: 0 40px;
}
.object-page .title {
    padding: 0 0 40px 0;
}
.support-page .title,
.academy-page .title {
    padding:40px;
    border:none;
}
.support-page .menu_page_top .title {
    max-width:1600px;
    margin:0 auto;
    box-sizing:border-box;
}
.support-page h2.title {
    padding:0;
}
.video .title {
    padding:40px 0;
    margin:0 40px;
}
.parnters__top .title {
    color: #FFF;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}
.about__text h2.title {
    margin-top: 50px;
    text-align: left;
}
.academy-page h2.title {
    padding:20px 0;
    font-size:40px;
    border-bottom:1px solid #bbb;
}
.academy-page h2.foto {
    border:none;
    text-align:center;
}
.support-page .page__content {
    padding:0;
}
.support-page .page__content.wrap,
.page.academy-page .page__content {
    padding:0 40px;
    box-sizing:border-box;
}

.support-page .page__fullwidth  {
    border-top:1px solid #bbb;
}
.page.academy-page .video .page__fullwidth {
    border-top:none;
}
.support-page .contacts__persons {
    padding-top:40px;
}
@media screen and (min-width: 1680px) {
    .catalogs-technical-page .title {
        margin: 0px auto;
        width: 100%;
    }
    .page--catalog .page__content--category.full_Width .title ,
    .topBanner .title {
        font-size:48px;
    }
}
@media screen and (max-width: 1124px) {
    .support-page .title,
    .academy-page .title {
        padding:40px 15px;
    }
    .catalogs-technical-page .title {
        padding: 0;
        border-bottom: none;
        word-wrap: break-word;
        margin: 0;
    }
}
@media screen and (max-width: 1100px) {
    .catalogs-technical-page .title {
        padding-left: 0;
    }
    .support-page .page__content.wrap,
    .catalogs-technical-page .page__content.wrap {
        padding: 0 15px;
    }
    .catalogs-technical-page .page__right {
        padding:0 15px;
    }
    .page--catalog .page__content--category.full_Width .title {
        padding: 40px 15px;
    }
    .page--catalog .page__content--category.full_Width .topBanner .title {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media  (max-width: 992px) {
    .title {
        font-size: 30px;
        line-height: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 800px) {
    .title {
        font-size: 28px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .support-page .title {
        padding: 0;
    }
    .object-page .title {
        padding: 0;
        border: none;
    }
    .topBanner {
        height: auto;
        display: block;
        width: calc(100% - 150px);
    }
    .support-page .topBanner {
        display:none;
    }
    .topBanner.topCat {
        margin: 0;
        width: 100%;
        padding: 20px 0;
    }
    .topBannerBg {
        display: none;
    }
    .page--catalog .page__content--category.full_Width .title {
        font-size: 28px;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        margin: 0;
        width: auto;
        max-width: calc(100% - 150px);
        text-align: left;
        align-self: center;
    }
    .page--catalog .page__content--category.full_Width .topBanner .title {
        color: #333;
        max-width: 100%;
        padding: 0 10px 0 0;
    }
}
@media (max-width: 450px) {
    .title {font-size:22px;}
}

/*styles.add*/
.slider__title{
    padding-left: 50px;
    padding-right: 50px;
}
.slider__item_987 .slider__title{
    color: #000;
}
.slider__ads_LEFT{
    right: auto;
    left: 20px;
}
.catalog__content table td,
.catalog table thead td{
    color: #333;
}
.catalog table th {
    background: #eee;
    font-weight: normal;
    padding: 10px 0;
    border-left: 1px solid #e5e5e5;
}
.catalog table th:first-child {
    border-width: 0;
}
.catalog table td.table_left {
    text-align: left;
}
.breadcrumbs__item {
    -webkit-font-smoothing: subpixel-antialiased;
}
a.breadcrumbs__item {
    text-decoration: underline;
}
.content__text a {
    color: #a50034;
    text-decoration: underline;
}
.content__text a:hover {
    text-decoration: none;
}
.news__items {
    padding: 30px 35px 0;
    border-bottom: 1px solid #ebebeb;
    width: auto;
}
.news__paginate:empty {
    display: none;
}
.news__cell {
    float: none;
    border: 0;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
    overflow: hidden;
    width: auto;
}
.news__cell:nth-child(2n+2),
.news__cell:first-child {
    border: 0;
    border-top: 1px solid #ebebeb;
}
.news__info {
    margin-left: 350px;
}
.news__cover {
    float: left;
    width: 318px;
    text-decoration: none;
    margin-top: 5px;
}
.news__heading {
    font-size: 19px;
    line-height: 22px;
    display: inline-block;
    margin-top: 12px;
}
.news__heading:hover {
    color: #a50034;
}
.news__cover img {
    display: block;
}
.news__text {
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 18px;
}
.news__text p {
    margin: 0;
}
.news__read {
    padding-top: 12px;
}
.news__read a {
    text-decoration: underline;
    color: #a50034;
    font-size: 16px;
}
.news__read a:hover {
    text-decoration: none;
}
.content p.news__read {
    font-size: 16px;
}
.news__time {
    padding: 0;
}
.news__content img {
    width: auto;
    max-width: 100%;
}
.catalog__tabs-item img {
    width: auto;
    max-width: 100%;
}
.page__fullwidth_news {
    position: relative;
    max-width:1600px;
    margin:0 auto;
}
.page__fullwidth_news .content {
    padding: 50px 0;
    margin: 0 33px;
    background: #fff;
}
.academy .page__fullwidth_news:after{
    background:none;
    position:static;
}
.academy .page__fullwidth_news .content{
    margin:0;
    padding:0;
    top:0;
}
.academy .page__fullwidth_news .content .title-wrap{
    display:none;
}
.page__fullwidth_news h1 {
    color: #a50034;
    font-size: 34px;
}
.page__fullwidth_news h1.title_news-one {
    font-size: 38px;
    text-align: left;
    color: black;
    line-height: 1;
}
.page__fullwidth_news .news-one {
    padding-left: 105px;
    padding-right: 105px;
    padding-top: 74px;
    text-align: justify;
}
.news-one__preview {
    padding: 30px 0 0;
    margin: 30px 0 0;
    font-size: 19px;
    line-height: 22px;
    border-top: 1px solid #ebebeb;
}
.news-one__preview p {
    margin: 0;
    padding: 0;
}
.news-one__content p {
    margin: 0;
    padding: 23px 0 0;
}
.news-one__content img {
    max-width: 100%;
    height: auto;
}
.content b {
    font-weight: normal;
}
.news__intro {
    padding-top: 0;
}
.news-main {
    padding: 80px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}
.news-main__header {
    color: #a50034;
    text-align: center;
    font-size: 34px;
}
.news-main__wrap {
    padding: 60px 0 0;
    position: relative;
    width: calc(100% - 100px);
    margin: 0 50px;
}
.news-main__list {
    padding: 0;
    list-style: none;
}
.news-main__item {
    margin: 0 10px!important;
    padding: 0;
}
.news-main__date {
    font-size: 14px;
    color: #000000;
}
.news-main__name {
    color: #000;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    margin-top: 14px;
}
.news-main__name:hover {
    color: #a50034;
}
.news-main__intro {
    color: #474747;
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 9px;
}
.news-main__intro p {
    margin: 0;
    padding: 0;
}
.news-main__read {
    font-size: 16px;
    color: #a50034;
    text-decoration: underline;
}
.news-main__read:hover {
    text-decoration: none;
}
.news-main .bx-pager {
    text-align: center;
    padding-top: 20px;
}
.news-main .bx-pager-item {
    display: inline-block;
    text-indent: -9999px;
    margin: 0 3px;
}
.news-main .bx-pager-link {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #b1b1b1;
    text-decoration: none;
}
.news-main .bx-pager-link.active {
    border-color: #a50034;
    background: #a50034;
}
.news-main .bx-prev,
.news-main .bx-next {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 21px;
    height: 35px;
    margin-top: -18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAjCAYAAAB7NEEmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjVJREFUeNqs1k1oE0EUB/BstTYpYTc5qA20UZCANBs9SATRQA9Ki94UmsQiPXiVXBQ8eeyxiOCtBsGD4EcsBuzBGGgPxYAXCYixESuEmrrQNg2oBELG/4S3Mg1Js7vjwmOY2dnf7gyzb0ZhjLlkr6qxE0bhQXwKHPH/GXD9h6u+uxtDcY2D7Qb+pTKRy69ENU2rv3j1mv34uX2jPXJJMAKwNh1Pso3NrRbQFOKEY7C0tn4yrEcMApvAbpr3nILHAVYJbACMi/edgKMAKwT+Bnils49dcATgVwLrACe69bMD+gGWCNwCeLZXX6ugBrBIYBVgZL/+VkAvwA+TU5c5+B1gqN8z/cAhgKsI9vnLtxLAoJWR9QPzBH4EeNTq/O+p4MGDZglsicD3qPvtrBIR9FA5EE9czxCYR91rdy2b4CDiEIFPCcyi7nbyx3HwAELnAMA0gW/4i5zmBY66EcMvF7O3FEVhlMIMRMAxKszp8P0HDwuqqrG375Y5vMynQwolWLt9525RVVUTziAUKZTgw4nkTFmAF+zCXRuBjAGuCPCcNEpwCLAhwClplODTgGscxjL7t7FJoQSfA/xrPKyb8EVplOBL5y/EGgTzTS4qjVLWuqpHTjUJbuyXV+3uUbOAWwTXeqVDJ7tpCjAj2OiWFp3u+/cEuGymTSmU4HkBLvDUKY3yXxfwo2DwmAnneALi7VIHNI7gkPZM8/lY+vGTHdTHpU995n6GL36O8oz08DunQqz/FWAA+FLSnTFcpjQAAAAASUVORK5CYII=') no-repeat;
}
.news-main .bx-prev {
    left: -40px;
}
.news-main .bx-next {
    right: -40px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-main__item:focus{
    outline: none;
}
.news-main__list .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 35px;
}
.news-main__list .slick-arrow:hover{
    cursor: pointer;
}
.news-main__list .news__slider-nextArrow{
    transform: rotate(180deg);
    right: -40px;
}
.news-main__list .news__slider-prevArrow{
    left: -40px;
}
.news-main__list .slick-arrow img{
    max-width: 100%;
}
.news-main__list .slick-dots{
    list-style-type: none;
    text-align: center;
}
.news-main__list .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.news-main__list .slick-dots li.slick-active button{
    border-color: #a50034;
    background: #a50034;
}
.news-main__list .slick-dots button{
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #b1b1b1;
    text-decoration: none;
}
@media screen and (max-width: 1100px){
    .news-main__wrap {
        width: auto!important;
    }
    .slider__ads-inner{
        display: block!important;
        padding-top: 50px;
    }
    .slider__title{
        padding-bottom: 10px;
    }
}
.slider_video-wrap{
    padding: 60px 0 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.slider_video{
    width: calc(100% - 100px);
    margin: 0 50px;
}

.slider_video .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 35px;
}
.slider_video .slick-arrow:hover{
    cursor: pointer;
}
.video__slider-nextArrow{
    right: -40px;
    transform: rotate(180deg);
}
.video__slider-prevArrow{
    left: -40px;
}
td.hidden-td, th.hidden-th {
    display: none;
}
@media screen and (max-width: 768px) {
    td.hidden-td, th.hidden-th {
        display: table-row;
    }
}
/*styles.add.mobile*/
.mobile__nav {
    width: 100%;
    min-height: 260px;
    position: absolute;
    top: 60px;
    right: -200%;
    bottom: 0;
    z-index: 0;
    list-style: none;
    background: #a50034;
    padding-left: 0;
    text-align: left;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}
.mobile__nav.active {
    right: 0;
}
.mobile__nav .nav-item {
    border-top: 1px solid #fff;
}
.mobile__nav .nav-item a {
    display: block;
    font-size: 26px;
    color: white;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px 40px 20px 20px;
    font-weight: bold;
}
.mobile__nav .nav-item a:hover{
    background: #333;
}
@media screen and (max-width: 1100px) {
    .page__fullwidth_news{
        padding-left: 0;
        padding-right: 0;
    }

    .page__fullwidth_news h1{
        font-size: 56px;
    }
    .news__cover{
        float: none;
        width: 100%;
        display: block;
    }
    .news__cover img{
        width: 100%;
    }
    .news__info{
        margin-left: 0;
    }
    .page__fullwidth_news h1.title_news-one{
        padding-left: 0;
        padding-right: 0;
    }
    .news-main__wrap{
        width: 600px;
    }
    .news-main__item{
        margin: 0;
        width: 600px;
    }
    .mobile__nav-gam {
        top: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .grid__line {
        padding: 0;
    }
    .grid__cell:first-child {
        margin: 0 auto 48px;
    }
    .grid__cell {
        width: 50%;
        padding: 0 8px;
    }
    .grid__cell .catalog__item {
        padding-bottom: 0;
    }
    .page__catalog.page__catalog_mobile .catalog .catalog__item {
        width: 48%;
        float: left;
        margin: 0 auto 48px;
        padding: 0 !important;
    }
    .grid__line .grid__cell {
        width: 32%;
    }
    .catalog__grid .grid__cell {
        margin: 0 auto 48px;
    }
    .page__catalog.page__catalog_mobile .catalog .catalog__item {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .page__left {
        display: none;
    }
    .object-page .page__left {
        display: block;
    }
    .page__pagemenu .pagemenu {
        display: none;
    }
    .page, .page__right, .page__content {
        min-height: 0;
    }
    .page__catalog_mobile {
        padding: 0;
    }
    .contacts__person .contacts__photo {
        left: 50%;
    }
    .catalog__content-tables table:first-child {
        margin-left: 0 !important;
    }
    .catalog__content-tables table:last-child {
        max-width: 25% !important;

    }
}
@media screen and (max-width: 768px){
    .downloads__item {
        width: 50%;
    }
    .contacts_wide .contacts__person:nth-child(2n+1) {
        margin-right: 0;
    }
    .contacts_wide .contacts__person {
        width: 100%;
        text-align: center;
    }
    .contacts.contacts_wide .contacts__persons {
        margin-left: -45px;
    }
    .catalog__content div table:first-child {
        max-width: 100%;
    }
    .slider_main.main-mob-slider .slider__item {
        background-position: center -300px;
    }
}
@media screen and (max-width: 700px) {
    .mobile__nav-gam {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    .mobpagemenu__item, .mobpagemenu__button {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .mobpagemenu__item {
        line-height: 120%;
        margin:0;
        padding:14px 30px;
        border-bottom:1px solid #fff;
    }
    .mobpagemenu__container--submenu .mobpagemenu__item {
        padding-left:67px;
    }
    .mobpagemenu__button {
        top: 13px;
        height: 45px;
        line-height: 45px;
        width: 135px;
        right: 10px;
    }
    .mobpagemenu__button::before {
        top: 17px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    .grid__line .grid__cell {
        width: 50%;
    }

}
@media screen and (max-width: 600px) {
    .page__catalog .catalog {
        overflow-x: scroll;
    }
    .catalog__tabs-item .catalog__content {
        overflow-x: scroll;
    }
}
@media screen and (max-width: 580px){
    .catalog table thead td {
        font-size: 15px;
    }
    .downloads__item {
        width: 50%;
    }
    .downloads__tabs-content .downloads__item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .mobpagemenu__item, .mobpagemenu__button {
        font-size: 19px;
    }
    .mobpagemenu__button {
        width: 115px;
    }
    .grid__cell {
        width: 100%;
    }
    .grid__line .grid__cell {
        width: 100%;
    }
    .catalog__content {
        overflow-x: scroll;
    }
    .catalog__content .catalog__content-tables.mergedTables {
        width: 500px;
    }
    .news-main__name {
        font-size: 18pt!important;
    }
    .news-main__intro {
        font-size: 14pt!important;
    }
}
@media screen and (max-width: 360px) {
    .mobile__nav-gam {
        right: 10px;
    }
}

#bx_incl_area_4 {
    min-height: 0 !important;
}
/*new_styles*/

/*contacts*/
.contacts-page {
    padding-top: 0;
}
.page__contacts {
    padding-top: 40px;
}
.contacts-page .wrap {
    padding: 0;
    max-width: 100%;
}
.contacts-page a.mobpagemenu__button {
    color: #fff;
}
.contacts-page a.item_Top_Menu_Pages {
    color: #fff;
}
.contacts-page .page__pagemenu {
    margin: auto;
    padding: 0;
    max-width:1600px;
}
.contacts-page .pagemenu__container {
    height: 58px;
}
.contacts-page .pagemenu__item {
    position: relative;
}
.contacts-page .pagemenu__item:hover {
    background: #999;
}

.contacts-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.contacts-page .pagemenu__item:not(.pagemenu__item_active):before {
    content: "";
    border: none;
    margin: 0;
    bottom: auto;
    position: absolute;
    top: 50%;
    left: -0.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: #666;
    display: block;
}
.contacts-page .pagemenu__item:not(.pagemenu__item_active):first-child:before {
    display: none;
}
.contacts-page .pagemenu__item.pagemenu__item_active + .contacts-page .pagemenu__item:not(.pagemenu__item_active):before {
    display: none;
}
.contacts-page .pagemenu__item span {
    color: #FFF;
    font-size: 22px;
}
.contacts-page .page__pagemenu .top_sub_menu_cont {
    padding: 40px 0 0 40px;
}
.contacts-page .page__content {
    padding: 0 40px 0 40px;
    display: flex;
    max-width: 1680px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contacts-page .page__content img {
    max-width: 100%;
    height: auto;
}
.contacts-page .content	{
    flex: 1 1 auto;
}
.contacts-page .title {
    text-align: left;
    line-height: 1;
    padding: 30px 0 40px 0;
    max-width: 1600px;
    margin: 0 40px;
    border-bottom: 1px solid #bbb;
}

.contacts-page h2.title {
    padding: 20px 0 0 0;
    margin: 0;
    border:none;
}
ul.contacts {
    margin:0;
    padding:0 0 20px 0;
}
ul.contacts li {
    margin:0;
    padding:5px 0;
    list-style:none;
}
.contacts-page .about__text {
    padding-top: 0;
}
.contacts-page .contacts-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.contacts-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.contacts-page .contacts-page__list {
    padding-left: 0;
}
.contacts-page .contacts-page__list li {
    list-style-type: none;
}
.contacts-page .contacts-page__list li:before {
    content: "— ";
}
.contacts-page .contacts__content ul {
    padding-left: 0;
}
.contacts-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.contacts-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contacts-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
}
.contacts__person:nth-child(odd).contacts__info {
    padding-right: 20px;
}
.contacts-page .contacts__name {
    font-size: 30px;
}
.contacts-page.contacts-page--laundry .page__right{
    max-width:640px;;
    padding-left:0;
    margin:0 auto;
}
.contacts__persons {
    display: flex;
    flex-wrap: wrap;
}
.contacts__person {
    flex:1 1 50%;
    width: 50%;
    box-sizing: border-box;
}

.contacts__photo {
    float: none;
}

.commercial {
    padding: 40px;
}
.pageWrap {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
}
.logoImg {
    display: flex;
    height: 55px;
    align-items: flex-end;
    width: 100%;
}
.logoImg img {
    max-width: 100%;
    max-height: 100%;
}
.commercial .cover {
    width: auto;
    max-width: 33%;
    min-width: 250px;
    padding: 0 30px;
    box-sizing: border-box;
}
.commercial .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.commercial ul {
    padding: 0;
    margin:0 0 20px 0;
}
.commercial ul li {
    list-style: none;
    font-size: 16px;
    line-height: normal;
    padding: 2px 0;
}
.commercial ul li.companyName {
    padding: 10px 0 5px 0;
    line-height: normal;
}
.contacts-page .commercial a.button {
    color: #fff;
    width: 200px;
    font-size: 18px;
    line-height: normal;
    padding: 6px 0;
    height: auto;
    border-radius: 5px;
    align-items: flex-end;
    margin: auto 0 60px 0;
}
@media screen and (min-width: 1680px) {
    .contacts-page .title {
        margin: 0 auto;
        width:100%;
    }
}
@media screen and (max-width: 1124px) {
    .contacts-page .title {
        padding: 0;
        border-bottom: none;
        word-wrap: break-word;
        margin:0;
    }
    .page__contacts {
        padding-top:0;
    }
    .contacts-page .mobpagemenu {
        display: block;
    }
    .pageMenuTop.contactsPage {
        display: none;
    }
    .contacts-page:not(.about) .Top_Menu_Pages {
        display: none;
    }
    .contacts-page .page__content {
        padding: 0 15px;
    }
    .contacts-page .page__pagemenu .top_sub_menu_cont {
        padding: 20px 15px 0 15px;
    }
    .contacts-page h2.title {
        padding: 20px 0 0 0;
        border-bottom: none;
    }
    .contacts p {
        font-size: 18px;
    }
    .contacts-page .page__content {
        flex-direction:column;
    }
    .contacts-page .leftmenu {
        display:block;
        padding:0;
    }
    .contacts-page .leftmenu__item,
    .contacts-page .leftmenu__container {
        margin:0;
        padding:0;
    }
    .pageContacts .leftmenu__container {
        width:100%;
    }
    .pageContacts .leftmenu__item {
        display:flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin:2px 0;
        background:#eee;
    }
    .pageContacts ul:not(.leftmenu__inner) .leftmenu__item a {
        line-height: 1;
    }
    .pageContacts ul.leftmenu__inner {
        width:auto;
    }
    .pageContacts .leftmenu__item a {
        max-width:unset;
        flex: 1;
        font-size:16px;
        padding-top:2px;
    }
    .pageContacts .leftItems {
        width:100%;
        line-height:1;
        padding:10px 15px;
        display:flex;
        flex-wrap:nowrap;
        justify-content:space-between;
        -webkit-justify-content:space-between;
    }
    .pageContacts .leftmenu__button {
        margin:0;
        width:auto;
        height:auto;
        font-size:20px;
    }
    .pageContacts .leftmenu__inner li:first-child {
        margin:0;
    }
    .contacts-page .leftmenu__button:before {
        background:none;
        content:'+';
        position:static;
        width:auto;
        height:auto
    }
    .contacts-page .leftmenu__item_opened .leftmenu__button:before {
        -webkit-transform:unset;
        transform:unset;
        content:'-';
    }
}
@media screen and (max-width: 800px) {
    .contacts-page h2.title {
        font-size: 28px;
    }
    .about .Top_Menu_Pages {
        display: none;
    }
    .contacts__person {
        flex:1 1 100%;
        width: 100%;
    }
    .contacts__photo{
        margin: 0 auto;
    }
    .contacts__person div {
        text-align: center;
    }

    .contacts__person:nth-child(odd).contacts__info {
        padding-right:0;
    }
}
.contacts-page.about .page__fullwidth {
    width: 100%;
}
.contacts-page.about .content {
    padding-top: 20px;
}
.about_condition {
    max-width: 700px;
    margin: 0 auto;
}
.about_history img {
    display: block;
    margin: 0 auto;
}

/*catalog*/
.page--catalog .page__content--category.full_Width {
    padding:0;
}
.full_Width .page__catalog {
    padding-top:0;
    margin-top:0;
}
.page--catalog .page__content--category .title {
    font-size: 42px;
    line-height: normal;
    text-align: left;
    margin-bottom: 18px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 16px;
    box-sizing: content-box;
}

.page--catalog .page__content--category.full_Width .content__container {
    max-width: 100%;
}
.page--catalog .page__content--category.full_Width .title {
    margin: 0 auto;
    font-size: 3vW;
    padding: 40px;
    line-height: 1;
    max-width: 1600px;
    width: 100%;
    border: none;
    text-align: left;
    word-wrap: break-word;
    box-sizing:border-box;
}

.page--catalog .page__content--category.full_Width .title.topCat {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
}

.page__content--category.full_Width .page__content {
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.page__content--category.full_Width .page__content__wrapper {
    flex-direction: column;
    padding: 0;
    max-width:1680px;
    margin:0 auto;
}

.full_Width .pageMenuTop {
    padding-bottom: 40px;
}

.catalog_Top_Menu_Pages {
    display: flex;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.catalog_Top_Menu_Pages:after {
    content: ' ';
    display: table;
    clear: both;
}
.item_Catalog_Top_Menu_Pages {
    line-height: 1;
    min-height: 58px;
    width: 100%;
    background: #A5A5A5;
    color: #FFF;
    padding: 5px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex: 1 1 auto;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.item_Catalog_Top_Menu_Pages:hover {
    background: #999;
}
.item_Catalog_Top_Menu_Pages.active {
    background: #666;
    cursor: default;
}
/*not(.active)*/
.item_Catalog_Top_Menu_Pages:not(:first-child):not(.active):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #666;
}
.item_Catalog_Top_Menu_Pages.active + .item_Catalog_Top_Menu_Pages:before {
    display: none;
}
.item_Catalog_Top_Menu_Pages.active:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 11px solid transparent;
    border-top: 15px solid #666;
    bottom: -26px;
    margin-left: -15px;
    z-index: 1;
}
.row__section_ac {
    display: flex;
    margin: 0;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.row__section_ac .section_item {
    box-sizing: border-box;
    width: 25%;
    display: inline-block;
    max-width: 25%;
    padding:0 10px 20px 10px;
    position: relative;
    vertical-align: top;
}
.row__section_ac .section_item_content {
    position: relative;
    background: linear-gradient(143.87deg, #FFFFFF 20.44%, #FDFDFD 89.5%), #FFFFFF;
    border: 1px solid transparent;
    min-height: 25vW;
    padding: 25px 10px 5px 10px;
}

.row__section_ac .section_item__image {
    text-align: center;
    height: 20vW;
}

.row__section_ac .section_item__image img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
}

.row__section_ac .section_item__title {
    margin: 10px auto;
    font-size: 2vW;
    word-wrap: break-word;
    width: 100%;
    line-height:1;
    text-align: center;
}

.row__section_ac .section_item_link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #D8D8D8;
}
.row__section_ac .section_item_link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.row__section_ac .section_item_link:hover {
    animation: section_item_border 0.5s ease forwards;
}

.row__section_ac .section_item_link:hover::before {
    animation: shine 1s ease 0.1s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes section_item_border {
    0% {
        border: 1px solid #D8D8D8;
    }
    100% {
        border: 1px solid #000;
    }
}
.catalogsDownload {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items: flex-start;
}
.catalogsDesc {
    margin: 0 auto;
    padding: 0 40px 20px 40px;
    max-width: 1600px;
}
.Software {
    padding-top:40px;
}
.catalogsDownload .itemsCover {
    flex-basis:25%;
    width:25%;
    min-width:300px;
    padding:0 0 40px 0;
}
.catalogsDownload .items {
    padding:20px;
    height: 30vW;
    min-height: 385px;
    max-height: 485px;
}
.catalogsDownload.Software .items {
    height: 21vW;
    min-height: 260px;
    max-height: 335px;
}
.catalogsDownload .items a, .catalogsDownload .itemDowload {
    background-color: transparent;
    border: none;
    display:block;
    position: relative;
    height:100%;
}
.catalogsDownload .items a:hover, .catalogsDownload .itemDowload:hover .items {
    background: url("/img/arrDownload.svg") no-repeat center rgba(0,0,0,0.5);
}
.catalogsDownload .items img {
    display:block;
    position:relative;
    z-index:-1;
    max-width:100%;
    max-height:100%;
    width:100%;
    height:auto;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.3);
}
.catalogsDownload .items .catProp{
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    color:#fff;
    font-size: 16px;
}
.catalogsDownload .itemsCover span {
    display:block;
    padding:0 20px;
    text-align:center;
}
.catalogsDownload .itemsCover span a, .itemTitle {
    color:#333;
    padding:0;
}
.catalogsDownload .itemsCover span a:hover {
    color:#A50034;
}
@media screen and (max-width: 1100px) {
    .page__content--category.full_Width .page__content__wrapper {
        padding: 0;
    }
    .page__content--category.full_Width .page__content {
        padding: 0 15px;
    }
    .description-webdev .wrap {
        padding:0 15px;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 1250px) {
    .row__section_ac .section_item__title {
        font-size: 25px;
    }
}
@media screen and (max-width: 1023px) {
    .row__section_ac .section_item__title {
        font-size: 20px;
    }
    .row__section_ac .section_item__image {
        opacity: 0;
        height: 20vW;
        margin: 0 auto;
    }
}
@media (max-width: 800px) {
    .row__section_ac .section_item__title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom:0;
    }
    .row__section_ac .section_item {
        width: 45%;
        max-width: 47.6%;

    }
    .row__section_ac .section_item__image {
        width: 100%;
        height: 40vW;
    }

    .page--catalog .page__content--category.full_Width .title.topCat {
        padding-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .page--catalog .menu_page_top {
        position: static;
        flex-direction: row;
        justify-content: space-between;
        padding: 40px 0;
        align-items: center;
    }
    .full_Width .menu_page_top {
        padding: 20px 15px;
    }

    .page--catalog #show_category {
        display: block;
    }
    .full_Width .pageMenuTop {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
        padding: 40px 0;
    }
    .full_Width .pageMenuTop.lg {display:none;}
    .catalog_Top_Menu_Pages {
        display: none;
    }
    .page--catalog .page__content--category.full_Width .title.topCat {
        padding-bottom:0;
    }

    .full_Width #show_category {
        padding: 5px 20px;
    }
    .row__section_ac {
        display:flex;
        margin:0;
    }
}

@media screen and (max-width:630px) {
    .itemsCover {
        padding-bottom:20px;
    }
}
@media screen and (max-width: 500px) {
    .row__section_ac .section_item {
        width: 100%;
        max-width: 100%;
        padding: 0 5px 20px 5px;
        height: auto !important;
    }
    .row__section_ac {
        margin: 0;
    }
    .row__section_ac .section_item__image {
        height: 60vw;
    }
}
@media screen and (max-width: 600px) {
    .full_Width .page__catalog .catalog {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 450px) {
    .page--catalog .page__content--category.full_Width .title {
        font-size: 22px;
    }
}

/*news*/
.news-page {
    padding-top: 0;
    color: #333;
}
.news-page .news__cell {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 33.33%;
    border-top: none;
    padding: 0 20px;
    position:relative;
}
.video-page .news__cell{
    min-height: 300px;
}
.video-page--2cols .news__cell {
    float: left;
    width: 50%;
    border-top: none;
    padding: 0 20px;
    min-height: 350px;
    position:relative;
}
.video-page--2cols .news__cell > div:first-child {
    width: 100%;
}
.video-page--2cols .news__cell .youtube {
    width: 100%;
}
.video-page--2cols .page__fullwidth_news:after{
    display:none;
}
.news-page .news__info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 0;
    margin-bottom: 2em;
}

.news-page .page__fullwidth_news:after {
    background: none;
}
.news-page .content {
    top: 0;
    padding-top: 0;
    margin: 0 auto;
    max-width:1600px;
}
.news-page .title-wrap {
    padding: 0 40px 20px 40px;
}
.news-page .title-wrap .title {
    font-size: 50px;
    color: #333;
    padding: 40px 0;
}
.news-page .title-wrap .title-description {
    display: none;
}
.news-page .title-wrap .title-content {
    font-size: 20px;
}
.news-page .news__cell_inner:hover {
    border-color: #B4B3B0;
}
.news-page .news__cell_inner {
    border: 1px solid #ebebeb;
    background: linear-gradient(to top,#f8f8fa,#fff);
    margin-bottom: 40px;
}
.news-page .news__cover {
    float: none;
    margin-top: 0;
}
.news-page .news__cover img {
    width: 100%;
}
.news-page .news__info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-page .news__info{
    padding: 0 0 10px;
    margin:0 !important;
}
.news-page .news__time {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.news-page .news__heading {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #333;
    text-decoration: none;
}
.video-page .news__heading{
    font-size: 21px;
    margin-top: 0.75em;
}
.news-page .news__text {
    flex-grow: 1;
    font-size: 15px;
    line-height: normal;
    padding-top: 0;
}
.news-page .news__read a {
    background: #a50034;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
}
.news-page .news__content-out {
    height: 228px;
    margin-bottom: 25px;
    overflow: hidden;
}
.news-page .news__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    padding-top: 80px;
}
.news-page .news-divider {
    width: calc(100% - 40px);
    margin:  40px auto 20px;
    height: 2px;
    background: #bbbbbb;

}
.news-page .news__paginate {
    text-align: right;
    padding-top: 0;
}
@media(max-width:992px) {
    .news-page .page__fullwidth {
        padding-top: 0;
    }
    .news-page .news__cell {
        width: 50%;
    }
}
@media(max-width:767px) {
    .news-page .news__cell {
        width: 100%;
    }
    .news-page .title-wrap {
        text-align: left;
        background: none;
        color: #333;
        padding: 0 20px;
    }
    .news-page .title-wrap .title {
        color: #333;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        text-align: left;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .news-page .title-wrap .title-description {
        border-bottom: 1px solid #bbb;
        padding-bottom: 40px;
        display: none;
    }
    .news-page .news__items {
        padding-top: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .news-page .title-wrap {
        padding: 0 15px 20px 15px;
    }
}

/*industry*/
.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}
.industry-wrap {
    max-width: 1600px;
    margin: auto;

}
.nav--mini .catalog__tabs-button {
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

}
.industry-top-section {
    background: linear-gradient(#e3e4e6 0,#fff 200px);
    padding: 23px 46px 30px 46px;
}
.industry-top-section:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.industry-top-section__content {
    float: left;
    width: 80%;
}
.industry-top-section__title {
    font-size: 23px;
    text-align: left;
    margin: 0 0 10px;
}
.industry-top-section__description {
    color: #2d2d2d;
    opacity: 0.78;
    font-size: 18px;
    margin-top: 18px;
    margin-right: 10px;
}
.industry-top-section__contact {
    float: left;
    width: 20%;
}
.industry-top-section__contact .call-button {
    background: #a50034;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px 10px 15px;
    font-size: 18px !important;
    border-radius: 5px;
    margin-right: 22px;
}
.industry-top-section__contact .call-button:hover {
    text-decoration: none;
}
.industry-top-section__contact .share-button {
    color: #2D2D2D;
    font-size: 14px;
    padding-left: 22px;
    border-left: 1px solid #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    opacity: 0.78;
}
.industry-tabs-section {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.industry-tabs-section__item {
    width: 100%;
    background: #A5A5A5;
    color: #FFF;
    padding: 5px;
    position: relative;
    cursor: pointer;
    height: 50px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.industry-tabs-section__item:hover {
    background: #999;
}
.industry-tabs-section__item.active {
    background: #666;
    cursor: default;
}
.industry-tabs-section__item.active:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 11px solid transparent;
    border-top: 15px solid #666;
    bottom: -26px;
    margin-left: -15px;
    z-index: 1;
}
.industry-tabs-section__item:not(.active):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: #666;
}
.industry-tabs-section__item:not(.active):first-child:before {
    display: none;
}
.industry-tabs-section__item.active + .industry-tabs-section__item:not(.active):before {
    display: none;
}
.industry-tabs-content-section__banner {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.industry-tabs-content-section__banner:last-child {
    margin-bottom: 0;
}
.industry-tabs-content-section__banner img {
    max-width: 100%;
}
.industry-tabs-content-section__banner_content {
    position: absolute;
    top: 7%;
    left: 3%;
    width: 33%;
    min-width: 660px;
}
.industry-tabs-content-section__banner_title {
    color: #FFF;
    font-size: 55px;
    margin-bottom: 24px;
    line-height: 1;
}
.industry-tabs-content-section__banner_text {
    font-size: 30px;
    color: #FFF;
    line-height: normal;
}
.industry-tabs-content-section__banner_note {
    position: absolute;
    left: 3.1%;
    bottom: 6.5%;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
}
.industry-tabs-content-section__banner_note .note-icon {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.industry-tabs-content-section__slider {
    margin: 42px auto 0;
    padding-bottom: 60px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.industry-tabs-content-section__slider__item {
    width: 30%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.industry-tabs-content-section__slider__item:hover {
    opacity: 0.8;
}
.industry-tabs-content-section__slider__item_title {
    /*text-transform: uppercase;*/
    color: #232323;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    height: 2.4em;
}
.industry-tabs-content-section__slider__item_text {
    color: #232323;
    font-size: 20px;
    font-weight: 300;
    text-align: center;

}
.industry-tabs-content-section__slider__item_image img {
    margin: auto;
    max-width: 100%;
    height: auto;
}
.industry-tabs-content-section__slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
}
.industry-tabs-content-section__slider .news__slider-prevArrow {
    left: -20px;
}
.industry-tabs-content-section__slider .news__slider-nextArrow {
    transform: rotate(180deg);
    right: -20px;
}

.industry-tabs-content-section__item__title {
    text-align: center;
    margin-bottom: 1em;
    font-size: 55px;
    margin-top: 1em;
}
.industry-marker {
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    background: #A50034;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.industry-marker:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #FFF;
    width: 20px;
    height: 2px;
    z-index: -1;
}
.industry-marker:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #FFF;
    width: 2px;
    height: 20px;
}
.industry-marker-wrap {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.industry-marker-wrap:hover {
    z-index: 1;
    background: none;
}
.industry-marker-wrap:hover .industry-marker:before,
.industry-marker-wrap:hover .industry-marker:after,
.industry-marker-wrap:hover .industry-marker {
    background: none;
}
.industry-marker__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.5);
    /*display: none;*/
    visibility: hidden;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    width: 185px;
    height: 185px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.industry-marker__text {
    position: absolute;
    width: 246px;
    background: #EEEEEE;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 23px 27px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.industry-marker-wrap:hover .industry-marker__text {
    display: block;
    visibility: visible;
    opacity: 1;
}
.industry-marker-wrap:hover .industry-marker__content {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.industry-marker-right .industry-marker__text {
    right: -400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.industry-marker-right .industry-marker__text:after {
    content: "";
    position: absolute;
    left:-25px;
    border: 11px solid transparent;
    border-right: 15px solid #eeeeee;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.industry-marker-left .industry-marker__text {
    left: -400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.industry-marker-left .industry-marker__text:after {
    content: "";
    position: absolute;
    right:-25px;
    border: 11px solid transparent;
    border-left: 15px solid #EEEEEE;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.industry-marker-right.industry-marker-top .industry-marker__text:after {
    border-right-color: #EEEEEE;
}
.industry-marker-left.industry-marker-top .industry-marker__text:after {
    border-left-color: #EEEEEE;
}
.industry-marker__text_title {
    font-size: 28px;
}
.industry-marker__text_divider {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #2d2d2d;
}
.industry-marker__text_description {
    font-size: 18px;
    font-weight: 300;
    color: #363636;
    line-height: 1;
}
.industry-marker__text_description p {
    margin-top: 1em;
}
@media(max-width:1400px) {
    .industry-tabs-content-section__banner_title {
        font-size: 46px;
    }
    .industry-tabs-content-section__banner_text {
        font-size: 24px;
    }
    .industry-tabs-content-section__banner_content {
        min-width: 500px;
    }
    .industry-marker-wrap {
        width: 60px;
        height: 60px;
    }
    .industry-marker {
        width: 30px;
        height: 30px;
    }
    .industry-marker:after {
        width: 15px;
    }
    .industry-marker:before {
        height: 15px;
    }
    .industry-marker__content {
        width: 150px;
        height: 150px;
    }
    .industry-marker__text_title {
        font-size: 22px;
    }
    .industry-marker__text_divider {
        padding-top: 10px;
        margin-top: 10px;
    }
    .industry-marker__text_description {
        font-size: 14px;
    }
    .industry-marker__text {
        width: 200px;
        padding: 10px 13px;
    }
    .industry-marker-right .industry-marker__text {
        right: -310px;
    }
    .industry-marker-left .industry-marker__text {
        left: -310px;
    }
    .industry-marker__text_description p {
        margin-bottom: 8px;
    }
}
@media(max-width:1100px) {
    .industry-tabs-content-section__banner_title {
        font-size: 32px;
    }
    .industry-tabs-content-section__banner_text {
        font-size: 20px;
    }
    .industry-tabs-content-section__banner_content {
        min-width: 350px;
    }
    .industry-marker-wrap {
        width: 50px;
        height: 50px;
    }
    .industry-marker {
        width: 25px;
        height: 25px;
    }
    .industry-marker:after {
        width: 10px;
    }
    .industry-marker:before {
        height: 10px;
    }
    .industry-marker__content {
        width: 100px;
        height: 100px;
    }
    .industry-marker__text_title {
        font-size: 20px;
    }
    .industry-marker__text_description {
        font-size: 14px;
    }
    .industry-marker__text {
        width: 170px;
        padding: 10px 13px;
    }
    .industry-marker-right .industry-marker__text {
        right: -255px;
    }
    .industry-marker-left .industry-marker__text {
        left: -255px;
    }
    .industry-marker__text_description p {
        margin-bottom: 8px;
    }
    .industry-tabs-content-section__slider__item_title {
        font-size: 15px;
    }
    .industry-tabs-content-section__slider__item_text {
        font-size: 16px;
        line-height: 1;
    }
    .nav--webdev .catalog__tabs-button {
        font-size: 18px;
        display: flex;
        padding: 0;
        -webkit-align-items: center;
        align-items: center;

    }
}
@media(max-width:767px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .industry-tabs-content-section__banner_main-title {
        text-align: center;
        color: #FFF;
        position: absolute;
        width: 100%;
        top: 4.5%;
        font-size: 50px;
        line-height: 1;
    }
    .industry-tabs-section {
        display: none;
    }
    .industry-tabs-content-section__item__title {
        font-size: 35px;
        line-height: 1.2;
    }
    .industry-tabs-content-section__item .slick-dots {
        text-align: center;
        padding: 40px 0;
    }
    .industry-tabs-content-section__item .slick-dots li {
        display: inline-block;
        margin: 0 8px;
    }
    .industry-tabs-content-section__item .slick-dots li button {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #747474;
        width: 25px;
        height: 25px;
        background: #FFF;
        cursor: pointer;
        font-size: 0;
    }
    .industry-tabs-content-section__item .slick-dots li:hover button {
        border-color: #A30736;
        background: #A30736;
    }
    .industry-tabs-content-section__item .slick-dots li.slick-active button {
        border-color: #A30736;
        background: #A30736;
        cursor: default;
    }
    .industry-tabs-content-section__slider {
        padding-bottom: 70px;
    }
    .industry-tabs-content-section__slider__item_title {
        font-size: 16px;
    }
    .industry-tabs-content-section__banner_title {
        font-size: 6vw;
    }
    .industry-tabs-content-section__banner {
        margin-bottom: 10px;
    }
    .industry-tabs-content-section__banner:last-child {
        margin-bottom: 0;
    }
    .industry-tabs-content-section__banner_text {
        color: #2d2d2d;
        font-size: 30px;
    }
    .industry-tabs-content-section__banner_content {
        width: 90%;
        min-width: auto;
        margin: auto;
    }
    .industry-tabs-content-section__banner_note,
    .industry-top-section,
    .industry-marker-wrap {
        display: none;
    }
    .industry-mobile-tab {
        width: 100%;
        background: #666;
        text-align: center;
        font-size: 40px;
        padding: 20px 0;
        color: #FFF;
    }
}
@media(max-width:480px) {
    .industry-tabs-content-section__item .slick-dots li button {
        width: 20px;
        height: 20px;
    }
    .industry-tabs-content-section__item .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }
    .industry-tabs-content-section__item .slick-dots {
        padding: 20px 0;
    }
    .industry-tabs-content-section__banner_main-title {
        font-size: 32px;
    }
    .industry-tabs-content-section__banner_text {
        font-size: 18px;
    }
    .industry-tabs-content-section__slider {
        padding-bottom: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .industry-mobile-tab {
        font-size: 24px;
        padding: 10px 0;
    }
    .industry-tabs-content-section__slider__item {
        width: 48%;
    }
}

/*academy*/
.academy-page {
    padding-top: 0;
    min-width:250px;
}
#academyTraining {
    max-width: 1600px;
    margin:0 auto;
    padding:0 40px;
}
.academy-page .wrap {
    clear: none;
    padding:0;
}
.page.academy-page .topBanner {
    margin-bottom:0;
}
.page.academy-page .topBanner .title {
    font-size: 3vW;
}
.page.academy-page .topBanner .title,
.page.academy-page .topBanner .title span {
    color:#000;
}
.page.academy-page .topBannerBg	{
    opacity:0.5;
}
.subNav {
    padding:0 40px;
    text-align:center;
}
.video .subNav {text-align:left;max-width:1600px;}

.page.academy-page .news__items {
    padding-top:40px;
}
.academy-page p {
    padding:20px 0 0 0;
    margin:0;
    font-size:19px;
}
.academy-page .map__section p {
    padding:0;
}
.academyAbout .contacts__person {
    padding:40px 0 0 0;
    width:100%;
    display:flex;
    flex: 1;
}
.academyAbout .contacts__person:nth-child(odd) {
    padding-right:0;
}
.academyAbout .contacts__person .contacts__photo {
    width:30%;
    border-radius:0;
    height: auto;
}
.academyAbout .contacts__person .contacts__photo img {
    border-radius:0;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%
}
.academyAbout .contacts__info {
    width:70%;
    padding-left: 40px;
    box-sizing:border-box;
}
.academyAbout .contacts__info ul {
    list-style: none;
}
.academyAbout .contacts__info ul {
    margin:0;
    padding:0;
    line-height:22px;
}
.page.academy-page .page__fullwidth.page__fullwidth_video {
    padding: 0;
    max-width:1600px;
    margin:0 auto;
}
.academy-page .page__fullwidth_video .news__cell {
    padding:0;
}
.academy-page .page__fullwidth_video .news__cell:nth-child(odd) {
    padding-right: 10px;
}
.academy-page .page__fullwidth_video .news__cell:nth-child(even) {
    padding-left: 10px;
}
.page.academy-page .page__fullwidth_video .wrap {
    padding: 0;
}
.academy-page .button {
    color: #FFF;
    border: 1px solid #A50034;
    height: auto;
    font-size: 18px;
    line-height: normal;
    padding: 10px 15px;
}
.academy-page  .button_invert {
    color: #A50034;
}
.academy-page  .button_invert:hover {
    color: #FFF;
}
.event-container .forms__buttons_two {
    width: 320px;
}
.event-container .loading-text {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    width: 80%;
    margin: auto;
}
.event-container .forms {
    padding-right: 20px;
    height: 100%;
}
.event-container form {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.event-container .forms__buttons_two .button {
    padding: 0 40px;
}
.academy-page .page__pagemenu {
    margin: auto;
    padding: 0;
    font-size: 18px;
    height: auto;
}
.academy__sections  {
    max-width: 100%;
    display: inline-flex;
}
.academy .innermenu {
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 0.15em;
    border: 1px solid #979797;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.academy .innermenu__item {
    font-size: 1em;
    padding: 0.5em 0.8em;
    border: none;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.academy .innermenu__item:hover {
    color: #A50034;
    text-decoration: none;
}
.academy .innermenu__item.innermenu__item_active {
    background: #A50034;
    color: #FFF;
}
.academy__subject-table {
    margin-top: 20px;
}
.academy__subject-table table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: middle;
    border-collapse: collapse;
}
.academy__subject-table table tr:first-child td,
.academy__subject-table table tr:last-child td {
    color: #000;
    font-size: 16px;
    line-height: 16px;
}
.academy__subject-table table td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 13px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    font-weight: 500;
}
.academy-page .contacts__section__wrap .duties__coll {
    width:100%;
    padding:0;
}
.academy__subject-table table td a:hover {
    color: #a50034;
}
.tableTotal {
    display:flex;
}
.tableTotal span {
    margin-right:auto;
}
.calendar__date {
    position: static;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    flex-direction: row;
    height:  2.5em;
    width:  2.5em;
    margin: auto;
    padding: 0;
}
.calendar__date div {
    flex: 1 1 auto;
    text-align: center;
}
.has_event.calendar__date {
    -webkit-border-radius: 2.5em;
    border-radius: 2.5em;
    border: 1px solid #A50034;
    color: #A50034;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.calendar__table td i {
    flex: 1 1 auto;
}
td.active  .has_event.calendar__date {
    background: #A50034;
    color: #fff;
}
div.active .has_event.calendar__date {
    background: #A50034;
    color: #fff;
}
.first_day .has_event.calendar__date {
    border-radius: 2.5em 0 0 2.5em;
    border-right: none;
}
.first_day.active i:nth-child(3) {
    background: #A50034;
}
.first_day div.active i:nth-child(3) {
    background: #A50034;
}
.first_day i:nth-child(3) {
    border-top:1px solid #A50034;
    border-bottom:1px solid #A50034;
}
.day .has_event.calendar__date {
    border-radius: 0;
    border-right: none;
    border-left: none;
}
.day div.active i {
    background: #A50034;
}
.day.active .has_event.calendar__date {
    border-radius: 0;
}
.day i {
    border-top:1px solid #A50034;
    border-bottom:1px solid #A50034;
}
.day.active i {
    background: #A50034;
}
.last_day .has_event.calendar__date {
    border-radius: 0 2.5em 2.5em 0;
    border-left: none;
}
.last_day.active i:nth-child(1) {
    background: #A50034;
}
.last_day div.active i:nth-child(1) {
    background: #A50034;
}

.last_day i:nth-child(1) {
    border-top:1px solid #A50034;
    border-bottom:1px solid #A50034;
}
.calendar__date.has_event:hover,
.calendar__date.has_event.active {
    text-decoration: none;
    color: #FFF;
    background: #A50034;
}
.event-container {
    display: flex;
    flex-direction: column;
}
.event-container .forms {
    display: flex;
    flex-direction: column;
}
.registration_block {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.event-container .registration__text {
    max-height: 160px;
    overflow-y: auto;
    color: #333;
}
.event-container .registration__text::-webkit-scrollbar {
    width: 13px;
    border-radius: 10px;
    border: 1px solid #979797;
}
.event-container .registration__text::-webkit-scrollbar-thumb {
    background: #979797;
    border-radius: 10px;
}
.event-container .registration__text::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    width: 11px;
    padding: 2px;
    border-radius: 10px;
}
.event-container .modal {
    max-height: none;
    overflow-y: visible;
}
.event-container #show_full_text_course,
.event-container #hidde_full_text_course {
    font-weight: 600;
}
.event-container #show_full_text_course,
.event-container #hidde_full_text_course {
    text-decoration: none;
}

.event-container #show_full_text_course:hover,
.event-container #hidde_full_text_course:hover {
    text-decoration: underline;
}
#show_full_text_course {
    display: none;
}
.event-container #show_full_text_course.action {
    display: inline-block;
}
#hidde_full_text_course {
    display: block;
    padding-top: 20px;
}
.event-container #full_text {
    display: none;
}
.event-container #full_text.action {
    display: block;
}
.event-container .forms__buttons_two {
    flex: 1 1 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}
.event-container .modal__untitle {
    display: none;
}
#untitle_events {
    display: none;
    justify-content: center;
    padding: 50px;
    border-top: 1px solid #FAFAFA;
    border-bottom: 1px solid #dadada;


}
#untitle_events a {
    padding-top: 3px;
    width: 14px;
    height: 30px;
    flex: 0 1 auto;
}
#untitle_events div {
    font-size: 32px;
    line-height: 30px;
    color: #333;
    flex: 1 1 auto;
    text-align: center;
    padding: 0 10px;
}
.modal.modal_lg {
    padding-top: 11px;
    padding-bottom: 11px;
    width: auto;
}
.calendar-event-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.event-container span.button {
    display: none;
}
.event-container {
    position: sticky;
    width: 60%;
    max-height: none;
    overflow: hidden;
    padding: 0px;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.event-container .modal {
    background: none;
    flex: 1 1 auto;
}
.event-title {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
}
.calendar__container {
    width: 40%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-left: none;
    clear:both;
}
.calendar__table_block {
    padding: 50px;
}
.calendar__table {
    width: 100%;
    min-width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.calendar__table td {
    border: none;
    padding: 0;
    height: auto;
}
.calendar__table td.event div {
    display: flex;
    padding: 2px 0;
}
.calendar__table td[colspan] .calendar__date {
    -webkit-border-radius: 2.5em;
    border-radius: 2.5em;
    border: 1px solid #A50034;
    color: #A50034;
    width: 70%;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.date-title {
    color: #A50034;
    font-size: 32px;
    line-height: 30px;
    flex: 1 1 auto;
    text-align: center;
}
.academy .slider .bx-prev,
.academy .slider .bx-next {
    width: 40px;
    height: 35px;
    background: url('/local/templates/lg/images/pointer-sprite.png') no-repeat;
}
.academy .slider .bx-prev,
.academy .slider .bx-prev:hover {
    background-position: -80px -11px;
}
.academy .slider .bx-next,
.academy .slider .bx-next:hover {
    background-position: 0 -70px
}
.date-title-wrap  a {
    padding-top: 3px;
    width: 14px;
    height: 30px;
    flex: 0 1 auto;
}
.date-title-wrap {
    text-transform: capitalize;
    margin: 0px;
    padding: 50px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: center;
    border-bottom: 1px solid #dadada;
}
.academy__sections {
    margin: 0;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}
.calendar__table th {
    font-weight: normal;
}
.academy-page .pagemenu__container {
    height: 58px;
}
.academy-page .pagemenu__item {
    position: relative;
}
.academy-page .pagemenu__item:hover {
    background: #999;
}
.academy-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.academy-page .pagemenu__item span {
    color: #FFF;
}
.academy-page .page__left {
    background: none;
    margin-top: -16px;
}
.academy-page .leftmenu {
    padding-top: 0;
}
.academy-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.academy-page .leftmenu__title {
    font-size: 30px;
    /*color: #333;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    line-height: 1;
    height: 60px;
}
.academy-page .leftmenu__item {
    border-bottom: 1px solid #bbb;
    padding: 30px 0;
}
.academy-page .leftmenu__item > a,
.academy-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}
.academy-page .catalog__slider .slider {
    width: 50vW;
    height:auto;
    max-width:800px;
    margin:0 auto;
}
.academy-page .bx-viewport {
    max-height:33.375vW;
    height:33.375vW;
}
.academy-page .catalog__slider .slider__cell {
    display:block;
    background-repeat:no-repeat;
    background-position:top center;
    background-size: contain;
}
.academy-page .catalog__slider .bx-wrapper {
    position:relative;
}
.academy-page .catalog__slider .slider .bx-controls {
    width:100%;
}
.academy-page .academy-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.academy-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.academy-page .academy-page__list {
    padding-left: 0;
}
.academy-page .academy-page__list li {
    list-style-type: none;
}
.academy-page .academy-page__list li:before {
    content: "— ";
}
.academy-page .contacts__content ul {
    padding-left: 0;
}
.academy-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.academy-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.academy-page .contacts__info {
    font-size: 19px;
    line-height: 1.63;
}
.academy-page .contacts__name {
    font-size: 30px;
    line-height: 0.8;
    margin-bottom: 10px;
}
.academy-page .contacts__person a {
    color: #A50034;
}
.academy-page .catalog__slider {
    margin:0;
}
.academy-page .innermenu__item:hover,
.academy-page .innermenu__item_active {
    color: #a50034;
}
.academy-page .academy__subjects-items,
.academy-page .academy__container-in,
.academy-page .academy__container {
    background: none;
}
.academy-page .calendar__date {
    background: none;
}
.academy-page .catalog__slider .slider__item {
    background: none;
}
.academy-page .academy__text {
    max-width:1600px;
    margin-bottom: 50px;
    padding:0 40px;
    box-sizing:border-box;
}
.academy-page .mobpagemenu {
    margin-bottom: 0px;
}
.academy-page .mobpagemenu__container * {
    color: #FFF;
}
.academy-page .mobpagemenu__button {
    color: #FFF;
}
.academy-page .mobpagemenu__container .mobpagemenu__item:hover span,
.academy-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.academy-page .catalog__slider {
    padding-bottom: 0;
}
.academy-page .contacts__inner,
.academy-page .page__contacts {
    padding-top: 0;
}
.academy-page .contacts__items ul {
    margin: 10px 0 0 ;
}
.academy-page .contacts__persons {
    padding-top: 45px;
}
.parnters__top {
    color: #FFF;
    background: url('/local/templates/lg/images/partners/header-bg.jpg') no-repeat center center/cover;
    text-align: center;
    padding: 65px 40px;
}
.parnters__top .subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
}
.academy-page .subNav {border-top:1px solid #bbb;margin:0 40px;padding-bottom:40px;max-width: 1600px;}
@media(min-width: 1600px) {
    .page.academy-page .topBanner .title {
        font-size:50px;
    }
    .academy-page h1.title {
        width:1600px;
        padding:40px;
        margin:0 auto;
        box-sizing: border-box;
    }
    .academy-page .subNav {margin:0 auto;box-sizing: border-box;}
    .page.academy-page .page__content,
    .academy-page .academy__text {
        padding:0;
        width:1600px;
        margin:0 auto;
    }
    .academy-page .wrap {
        max-width:100%;
    }
    .academy-page .bx-viewport {
        height:534px;
        max-height:534px;
    }
    .video .subNav {margin:0 auto;}
}
@media(max-width: 1124px) {
    .subNav {
        padding:0 15px;
    }
    #academyTraining,
    .page.academy-page .page__content,
    .academy-page .academy__text	{
        padding:0 15px;
    }
    .support-page .pagemenu,
    .academy-page .pagemenu {
        display:block;
    }
}
@media(max-width: 1100px) {
    .button.forms__button {
        font-size: 20px;
        height: 43px;
        line-height: 43px;
    }
    .calendar__date {
        height: 1.8em;
        width: 1.8em;
    }
    .video h1.title {
        padding:20px 0;
        margin:0 15px;
    }
    .page.academy-page .video .news__items {
        padding-top:20px;
    }
}
@media(max-width: 950px) {
    .calendar__container, .event-container {
        width: 100%;
    }
    .calendar__table_block {
        padding: 30px 0px;
    }
    .registration_block {
        display: flex;
        flex-direction: column-reverse;
    }
    .calendar-event-wrap {
        flex-direction: column-reverse;
    }
    .calendar__table {
        width: 100%;
        margin: 0px;
    }
    .event-container .registration__text {
        margin-top: 10px;
    }
    .event-container form {
        padding-bottom: 20px;
    }
    .academy-page .catalog__slider .slider {
        width:70vW;
        height:auto;
    }
    .academy-page .bx-viewport {
        height:46.725vW;
        max-height:46.725vW;
    }
}
@media(max-width: 800px) {
    .event-container .loading-text {
        height: auto;
    }
    .calendar-event-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .calendar__container,
    .event-container {
        width: 100%;
    }
    .calendar__container {
        border-left: 1px solid #dadada;
    }
    .forms__buttons .button {
        font-size: 18px;
        height: 2em;
        line-height: 2em;
    }
    .event-title {
        font-size: 24px;
    }
    .date-title {
        font-size: 24px;
    }
    #untitle_events div {
        font-size: 24px;
    }
    .academy-page .contacts__info {
        padding:0 0 20px 0;
        width:100%;
    }
    .academy-page .contacts__person div {
        text-align:left;
    }
    .academy-page .contacts__name {
        margin:0;
        padding:20px 0 10px 0;
    }
    .academy-page .contacts__section__wrap .contacts__person {
        width:100%;
        padding:0;
    }
    .academy-page .contacts__section__wrap .contacts__persons {
        padding-left:0;
        padding-right:0;
    }
    .academy-page .contacts__person {
        padding:0;
        flex-direction:column;
    }
    .academy-page .contacts__person .contacts__photo {
        width:100%;
        border:none;
        border-radius:0;
        height:auto;
        justify-content:center;
    }
    .academy-page .contacts__person .contacts__photo img {
        border-radius:0;
        margin:0 auto;
        max-width:none;
        max-height:none;
        width:100%;
        height:auto;
    }
    .academy-page .contacts__section__wrap .map__section {
        padding-top:20px;
    }
    .academy-page .contacts__title {
        padding-bottom:20px;
    }
    .support-page .pagemenu,
    .academy-page .pagemenu {
        display:none;
    }
    .academy-page .topBanner {
        display:none;
    }
    .academy-page h1.title {
        font-size: 28px;
        flex-shrink: 1;
        box-sizing: border-box;
        padding:0;
        margin:0;
        width: auto;
        min-width:0;
        word-wrap: break-word;
        margin-right:auto;
    }
    .video h1.title {
        padding:20px 0;
        margin:0 15px;
    }
    .academy-page .menu_page_top {
        padding: 20px 15px;
    }
    .academy-page .menu_page_top.not_scroll {
        padding:20px 15px;
    }
    .academy-page .contmenu__item a {
        color: #000;
    }
    .academy-page .wrap {
        min-width: 250px;
    }
    .academy__subject-title {
        font-size: 22px;
        word-wrap: break-word
    }
    .academy__subject-table table td {
        padding:10px;
    }
    .academy__subject-table table td:last-child {
        padding-left: 10px;
    }
    .academy-page .content .contacts_wide {
        padding-top:20px;
    }
    .academy-page .contacts__section__wrap .duties {
        padding-bottom:20px;
    }
    .academy-page .contacts__section__wrap .duties__coll__title {
        font-size:26px;
        line-height: 1;
        margin-bottom:0;
    }
    .academy-page .contacts__section__wrap .duties__coll ul {
        margin:20px 0;
        padding:0;
    }
    .academy-page .contacts__section__wrap .duties__coll ul li {
        margin-bottom:5px;
    }
}
@media screen and (max-width: 767px) {
    .academy-page .page__fullwidth_video .news__cell:nth-child(odd),
    .academy-page .page__fullwidth_video .news__cell:nth-child(even) {
        padding:0;
    }
    .academy-page .catalog__slider .slider {
        width: 90vW;
        height:auto;
    }
    .academy-page .bx-viewport {
        height:60.075vW;
        max-height:60.075vW;
    }
}
@media screen and (max-width: 570px) {
    .forms__buttons_two .button {
        width: auto !important;
    }
}
@media(max-width: 480px) {
    .academy-page .slider__pager-item {
        margin: 0 5px 0 0;
    }
    .calendar__table td {
        height: 2em;
    }
    .calendar__table td[colspan] .calendar__date {
        width: 95%;
    }
    .event-container .forms__buttons_two {
        width: 280px;
    }
    .date-title-wrap {
        padding: 30px 20px;
    }
    .calendar__date {
        font-size: 18px;
    }
    .event-container .modal {
        padding: 30px 10px;
    }
    .event-container .forms {
        padding-right: 0;
    }
    #untitle_events {
        padding: 30px 20px;
    }
}
@media(max-width: 350px) {
    .calendar__date {
        font-size: 16px;
    }
}
@media(max-width: 300px) {
    .calendar__date {
        font-size: 14px;
    }

}

/*support*/
.support-page {
    padding-top: 0;
}
.support-page .contacts__section__wrap  a,
.support-page .page__faq a,
.support-page .page__right a{
    text-decoration: underline;
}
.support-page .page__pagemenu {
    margin: auto;
    padding: 0;
}
.support-page .pagemenu__container {
    height: 58px;
}
.support-page .pagemenu__item {
    position: relative;
}
.support-page .pagemenu__item:hover {
    background: #999;
}
.support-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.support-page .pagemenu__item span {
    color: #FFF;
}
.support-page .page__left {
    background: none;
    margin-top: -16px;
}
.support-page .leftmenu {
    padding-top: 0;
}
.support-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.support-page .leftmenu__title {
    font-size: 30px;
    padding-bottom: 27px;
    margin-top: 21px;
    line-height: 1;
    height: auto;

}
.support-page .leftmenu__item {
    border-bottom: 1px solid #bbb;
    padding: 30px 0;
}
.support-page .leftmenu__item > a,
.support-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}

.support-page .support-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.support-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.support-page .support-page__list {
    padding-left: 0;
}
.support-page .support-page__list li {
    list-style-type: none;
}
.support-page .support-page__list li:before {
    content: "— ";
}
.support-page .contacts__content ul {
    padding-left: 0;
}
.support-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.support-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.support-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
}
.support-page .contacts__name {
    font-size: 30px;
}
.support-page .catalog__slider {
    margin-top: 40px;
}
.support-page .innermenu__item:hover,
.support-page .innermenu__item_active {
    color: #a50034;
}
.support-page .academy__subjects-items,
.support-page .academy__container-in {
    background: none;
}
.support-page .button {
    color: #FFF;
}
.support-page .calendar__date {
    background: none;
}
.support-page .catalog__slider .slider__item {
    background: none;
}
.support-page .downloads__table table {
    border-right: none;
}
.support-page .mobpagemenu {
    margin-bottom: 0;
}
.support-page .mobpagemenu__container * {
    color: #FFF;
}
.support-page .mobpagemenu__button {
    color: #FFF;
}
.support-page .mobpagemenu__container .mobpagemenu__item:hover span,
.support-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.top_sub_menu_cont {
    padding: 60px 0;
}
.support-page .cont_service {
    display: flex;
}
.support-page .cont_service .city {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #979797;
    padding: 50px 50px 0px 50px;
    overflow-y: hidden;
    width: 30%;
    min-width: 300px;
    min-height: 230px;
    height: 230px;
}
.support-page .cont_service .city.noaction #service_centr_city {
    visibility: hidden;
}
.support-page .cont_service .city a {
    padding-bottom: 20px;
    color: #999;
    font-size: 32px;
}
.support-page .cont_service .city a.active {
    color: #A50034;
}
.support-page .cont_service .city a:hover {
    text-decoration: none;
}
.support-page .cont_service .city div {
    max-height: 80%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    overflow-y: auto;
    padding-right: 10px;

}
.support-page .cont_service .city div::-webkit-scrollbar {
    width: 13px;
    border-radius: 10px;
    border: 1px solid #979797;
}
.support-page .cont_service .city div::-webkit-scrollbar-thumb {
    background: #979797;
    border-radius: 10px;
}
.support-page .cont_service .city div::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    width: 11px;
    padding: 2px;
    border-radius: 10px;
}
.support-page .adress_centers {
    flex: 1 1 auto;
    background: #FAFAFA;
    align-items: center;
    width: 70%;
    min-height: 230px;
}
.support-page .adress_centers .city_title {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 50px;
}
.support-page .adress_centers .city_title h2 {
    font-size: 48px;
    margin: 0;
    padding: 40px 0;
}
.support-page .adress_centers .center_list {
    padding: 40px 50px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.support-page .adress_centers .center_list li {
    padding: 0 0 20px;
    list-style: none;
    word-wrap: break-word;
}
.support-page .adress_centers .center_list li:last-child {
    padding: 0;
}
.support-page .center_list .center_name {
    font-size: 32px;
}
/* Page Technical Support */
.support-page .slider {
    height: auto;
    background: none;
}
.support-page .slider__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 50px;
}
.support-page .slider__item {
    min-width: 250px;
    height: auto;
    display: flex;
    justify-content: center;
    background: none;
}
.support-page .adress_centers .center_list ul {
    width: 100%;
    height: auto;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}
.support-page .slider__item_cont {
    max-width: 300px;
    margin:0 auto;
}
#show_city_services {
    display: none;
}
.slider .bx-prev.disabled, .slider .bx-next.disabled {
    display: none;
}
.support-page .adress_centers .center_list ul:nth-child(even) {
    padding-right: 5px;
}
.support-page .adress_centers .center_list ul:nth-child(odd) {
    padding-left: 5px;
}
.ya_maps {
    width: 100%;
    padding: 40px 0px;
}
/*Balon Map*/
.bal_map .slider__item {
    height: auto;
}
.bal_map .center_name {
    color: #A50034;
}
@media(max-width: 1300px) {
    .support-page .cont_service .city a {
        font-size: 28px;
    }
    .support-page .cont_service .city {
        padding: 50px 20px 0px 20px;
    }
}
@media(min-width: 800px) {
    .support-page .adress_centers .city_title:after {
        content: "";
        display: block;
        border-bottom: 1px solid #979797;
    }
}
@media(max-width: 800px) {
    .city {
        display: none;
    }
    .support-page .adress_centers .city_title {
        padding: 0;
        margin: 0 15px;
    }
    #show_city_services {
        align-self: center;
        font-size: 24px;
        color: #A50034;
        background: transparent;
        border: 1px solid #A50034;
        padding: 10px 40px;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        display: block;
    }
    .city_title {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        border-bottom: 1px solid #979797;
    }
    .support-page .contmenu_carusel {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        visibility: hidden;
        padding: 64px 0;
        box-sizing: content-box;
    }
    .support-page .cont_menu_carusel {
        overflow: hidden;
        cursor: grab;
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        margin: 0;
        background: #EEEEEF;
        width: calc(100vw - (100vw - 100%));
        -webkit-overflow-scrolling: touch;
    }
    .support-page  .cont_menu_carusel div {
        visibility: hidden;
    }
    .support-page .cont_menu_carusel.active {
        visibility: visible;
    }
    .support-page .cont_menu_carusel.active div {
        visibility: visible;
    }
    .active .Items_Border {
        visibility: visible;
    }
}
@media(max-width: 700px) {
    .support-page .adress_centers .city_title h2 {
        font-size: 35px;
    }
    .support-page .adress_centers .center_list ul:nth-child(even) {
        padding: 0;
    }
    .support-page .adress_centers .center_list ul:nth-child(odd) {
        padding: 0;
    }
}
@media(max-width: 480px) {
    .support-page .slider__pager-item {
        margin: 0 5px 0 0;
    }
    .top_sub_menu_cont {
        padding: 20px 0;
    }
    .support-page .slider .bx-prev {
        width: 10px;
    }
    .support-page .slider .bx-next {
        width: 10px;
        background-position: -60px -10px;
    }
    .support-page .slider .bx-next:hover {
        background-position: -60px -10px;
    }
    .support-page .support-page .slider__item {
        padding: 0 10px;
    }
    .support-page .adress_centers .center_list {
        padding: 20px 15px;
    }
    .support-page .adress_centers .center_list div {
        padding-bottom: 10px;
    }
    #show_city_services {
        padding: 10px 20px;
    }
}
@media(max-width: 350px) {
    .support-page .adress_centers .city_title h2 {
        font-size: 30px;
    }
}

/*catalogs-technical*/
.catalogs-technical-page {
    padding-top: 0;
}
.catalogs-technical-page h2 {padding-left:40px;font-size:35px;margin-bottom:0;font-weight:400;}
.catalogs-technical-page .page__pagemenu {
    margin: auto;
    padding: 0;
}
.catalogs-technical-page .pagemenu__container {
    height: 58px;
}
.downloads__tabs .indent {padding-top:40px;text-align: center;}
.catalogs-technical-page .pagemenu__item {
    position: relative;
}
.catalogs-technical-page .pagemenu__item:hover {
    background: #999;
}

.catalogs-technical-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}

.catalogs-technical-page .pagemenu__item span {
    color: #FFF;
    font-size: 19px;
}
.catalogs-technical-page .page__left {
    background: none;
    margin-top: -31px;
}
.catalogs-technical-page .leftmenu {
    padding-top: 0;
}

.catalogs-technical-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.catalogs-technical-page .leftmenu__title {
    font-size: 30px;
    padding-bottom: 27px;
    margin-top: 36px;
    line-height: 1;
    height: auto;
}
.catalogs-technical-page .leftmenu__item {
    border-bottom: 1px solid #bbb;
    padding:41px 0;
}
.catalogs-technical-page .leftmenu__item > a,
.catalogs-technical-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.catalogs-technical-page .subNav {
    padding:20px 40px 20px 40px;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}
.catalogs-technical-page .catalogs-technical-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.catalogs-technical-page .page__content.wrap {
    padding: 0 40px;
}
.catalogs-technical-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.catalogs-technical-page .catalogs-technical-page__list {
    padding-left: 0;
}
.catalogs-technical-page .catalogs-technical-page__list li {
    list-style-type: none;
}
.catalogs-technical-page .catalogs-technical-page__list li:before {
    content: "— ";
}
.catalogs-technical-page .contacts__content ul {
    padding-left: 0;
}
.catalogs-technical-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.catalogs-technical-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.catalogs-technical-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
    /*color: #333;*/
}
.catalogs-technical-page .contacts__name {
    font-size: 30px;
}
.catalogs-technical-page .catalog__slider {
    margin-top: 40px;
}
.catalogs-technical-page .innermenu__item:hover,
.catalogs-technical-page .innermenu__item_active {
    color: #a50034;
}
.catalogs-technical-page .academy__subjects-items,
.catalogs-technical-page .academy__container-in {
    background: none;
}
.catalogs-technical-page .button {
    color: #FFF;
}
.catalogs-technical-page .calendar__date {
    background: none;
}
.catalogs-technical-page .catalog__slider .slider__item {
    background: none;
}
.catalogs-technical-page .downloads__table table {
    border-right: none;
}
.catalogs-technical-page .mobpagemenu {
    margin-bottom: 50px;
}
.catalogs-technical-page .mobpagemenu__container * {
    color: #FFF;
}
.catalogs-technical-page .mobpagemenu__button {
    color: #FFF;
}
.catalogs-technical-page .mobpagemenu__container .mobpagemenu__item:hover span,
.catalogs-technical-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.catalogs-technical-page .search-box {
    width:300px;
    padding:20px 0 30px 0;
}
.catalogs-technical-page .downloads__tabs-content {
    padding:0;
}
.catalogs-technical-page .downloads__tabs-header {
    table-layout: unset;
}
.downloads__tabs-header.catalogs {
    padding:20px 0;
}
.catalogs-technical-page .downloads__table table td:first-child {
    width: unset;
}
.catalogs-technical-page .catalog__item-btn {
    margin-top:20px;
    width:auto;
    padding:2px 20px;
}
.downloads__table table td a.catalog__item-btn:hover {
    color:#fff;
    text-decoration:none;
}
.catalogs-technical-page .downloads__table img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1124px) {
    .catalogs-technical-page .page__right {
        padding: 20px 40px;
    }
    .downloads__tabs-header.catalogs {
        display:block;
    }
    .catalogs-technical-page h2 {
        text-align:center;
        margin:0;
    }
}
@media (max-width: 750px){
    .catalogs-technical-page .catalog__item-btn {
        margin-top:10px;
        padding:0 15px;
    }
}
.catalogs-technical-page .downloads__table img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 700px) {
    .catalogs-technical-page .downloads__table img {
        width: unset;
    }
    .catalogs-technical-page .search-box {
        width:100%;
        padding:0 0 20px 0;
    }
}
@media(max-width: 450px) {
    .catalogs-technical-page .slider__pager-item {
        margin: 0 5px 0 0;
    }
}
@media (min-width: 1125px) {
    .catalogs-technical-page .downloads__tabs-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .catalogs-technical-page .downloads__tabs-header .downloads__tabs-button {
        flex-grow: 1;
    }
}

/*objects*/
.object-page {
    padding: 0 ;
}
.object-page .wrap {
    box-sizing: border-box;
    max-width: 1600px;
    padding: 40px 40px 0 40px;
}
.object-page .page__pagemenu {
    margin: auto;
    padding: 0;
}
.object-page .leftmenu__container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.object-page .leftmenu__container li {
    padding-right: 30px;
}
.object-page .leftmenu_page .leftmenu__item a:after {
    display: none;
}
.object-page .leftmenu_page__title {
    font-size: 30px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 47px;
    padding-top: 20px;
    display: none;
}
.leftmenu_page__title__num-big {
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
}
.leftmenu_page__title__num-small {
    font-size: 24px;
    color: #979797;
    display: inline-block;
    vertical-align: top;
    line-height: 0.7;
}
.object-page .pagemenu__container {
    height: 58px;
}
.object-page .pagemenu__item {
    position: relative;
}
.object-page .pagemenu__item:hover {
    background: #999;
}
.object-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.object-page .pagemenu__item span {
    color: #FFF;
    font-size: 22px;
}
.object-page .pageMenuTop {
    background: none;
    float: none;
    width: 100%;
}
.object-page .leftmenu {
    padding: 40px 0 20px;
}
.object-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.object-page .leftmenu__title {
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 16px;
    border-bottom: 1px solid #bbb;
    line-height: 1;
    height: 60px;
}
.object-page .content {
    margin: 0px auto;
    max-width: 1600px;
}
.object-page .leftmenu__item {

}
.object-page .leftmenu__item > a,
.object-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}
.object-page .object-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.object-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.object-page .object-page__list {
    padding-left: 0;
}
.object-page .object-page__list li {
    list-style-type: none;
}
.object-page .object-page__list li:before {
    content: "— ";
}
.object-page .contacts__content ul {
    padding-left: 0;
}
.object-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.object-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.object-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
}
.object-page .contacts__name {
    font-size: 30px;
}
.object-page .catalog__slider {
    margin-top: 40px;
}
.object-page .innermenu__item:hover,
.object-page .innermenu__item_active {
    color: #a50034;
}
.object-page .academy__subjects-items,
.object-page .academy__container-in {
    background: none;
}
.object-page .button {
    color: #FFF;
}
.object-page .calendar__date {
    background: none;
}

.object-page .downloads__table table {
    border-right: none;
}
.object-page .mobpagemenu {
    margin-bottom: 50px;
}
.object-page .mobpagemenu__container * {
    color: #FFF;
}
.object-page .mobpagemenu__button {
    color: #FFF;
}
.object-page .mobpagemenu__container .mobpagemenu__item:hover span,
.object-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.object-page .leftmenu__item.active a{
    color: #A50034;
}
/* Page Menu Mobile */
.object-page .contmenuobj__container {
    margin: 0;
    border:1px solid red;
    width: 50px;
}
.object-page .objects__item {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.object-page .objects__info {
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 50px;
    width: 60%;
}
.object-page .objects__info:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.object-page .object__info__title {
    font-size: 35px;
    line-height: 1.2;
    color: #333;
}
.object-page .object__info__title .addr {
    color: #BFBFBF;
}
.object-page .object__info__desc,
.object-page .object__info__solution {
    float: left;
    width: 50%;
}
.object-page .object__info__solution__title,
.object-page .object__info__desc__title {
    color: #BFBFBF;
    font-size: 35px;
    padding: 20px 0;
}
.object-page .object__info__desc__text {
    font-size: 18px;
    width: 90%;
}
.object-page .object__info__desc__text p {
    margin-bottom: 15px;
}
.object-page .object__info__desc__text p:last-child {
    margin-bottom: 0;
}
.object-page .object__info__solution__total {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.object-page .object__info__solution__total:last-child {
    border-bottom: 1px solid #eaeaea;
}
.object-page .object__info__solution__total__text {
    font-size: 18px;
    margin-bottom: 10px;
}
.object-page .object__info__solution__total__val {
    font-size: 40px;
}
.object-page .object__info__solution__list {
    padding-left: 0;
}
.object-page .object__info__solution__list>li {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    font-size: 18px;
    list-style-type: none;
    position: relative;
}
.object-page .object__info__solution__list>li:last-child {
    border-bottom: 1px solid #eaeaea;
}
.object-page .object__info__solution__list>li a {
    color: #A50034;
    display: inline;
    border-bottom: 1px solid #A50034;
    line-height: 1;
    vertical-align: middle;
    position: relative;
}
.object-page .popup__button {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    position: relative;
    cursor: pointer;
    height: 0.7em;
    top: -5px;
}
.object-page .slider {
    height: 300px;
}
.object-page .objects__slider {
    padding-bottom: 10px;
    width: 40%;
    box-sizing: border-box;
    vertical-align: top;
}
.object-page .slider__pager {
    position: static;
    padding-top: 10px;
}
.object-page .slider .bx-prev,
.object-page .slider .bx-next {
    background: url('/local/templates/lg/images/pointer-sprite.png');
}
.object-page .slider .bx-prev, .object-page .slider .bx-prev:hover {
    background-position: -88px -10px;
}
.object-page .slider .bx-next, .object-page .slider .bx-next:hover {
    background-position: -10px -68px;
}
.object-page .watch-all {
    border-bottom: 1px solid #A50034;
    line-height: 1;
    color: #A50034;
    font-size: 18px;
    display: inline-block;
}
.object-page .link__popup {
    position: absolute;
    top: 30px;
    left: -90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 25px;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
    max-width: 480px;
    z-index: -1;
    opacity: 0;
}
.object-page .link__popup:before {
    content: "▲";
    color: #FFF;
    text-shadow: 0 -5px 5px #ccc;
    font-size: 32px;
    top: -18px;
    position: absolute;
    left: 70%;
    -webkit-transform: scaleX(1.5) translateX(-50%);
    -moz-transform: scaleX(1.5) translateX(-50%);
    -ms-transform: scaleX(1.5) translateX(-50%);
    -o-transform: scaleX(1.5) translateX(-50%);
    transform: scaleX(1.5) translateX(-50%);
}
.object-page .object__info__solution__list > li .popup__button:hover .link__popup{
    z-index: 50;
    opacity: 1;
}
.object-page .link__popup__left,
.object-page .link__popup__right {
    float: left;
    width: 50%;
}
.object-page .link__popup__list {
    padding-left: 0;
}
.object-page .link__popup__list li{
    list-style-type: none;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}
.object-page .link__popup__list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 7px;
}
.object-page .slider__item {
    height: auto;
}
.object-page .link__popup__slider .slick-dots {
    padding-left: 0;
    text-align: center;
}
.object-page .link__popup__slider .slick-dots li {
    border: none;
    display: inline-block;
    padding: 0;
}
.object-page .link__popup__slider .slick-dots li button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    font-size: 0;
    border: 1px solid #333;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
}
.object-page .link__popup__slide img {
    margin: auto;
}
.object-page .link__popup__slide {
    text-align: center;
}
.object-page .link__popup__slider .slick-dots li button:hover {
    cursor: pointer;
}
.object-page .link__popup__slider .slick-dots li button:hover,
.object-page .link__popup__slider .slick-dots li.slick-active button {
    background: #A50034;
    border-color: #A50034;
}
.object-page .link__popup__more {
    margin-left: 10px;
    margin-top: 20px;
}
.object-page .page__right {
    overflow: visible;
}
.object-page .link__popup__title {
    font-size: 30px;
    margin-bottom: 15px;

}
.object-page .objects__paginate{
    margin-bottom: -80px;
}
@media screen and (min-width: 1600px) {
    .object-page .wrap {
        padding: 40px 0 0 0;
    }
}
@media(max-width: 1400px) {
    .object-page .link__popup {
        left: -200px;
    }
    .object-page .link__popup:before {
        left: 91%;
    }
}
@media(max-width: 1100px) {
    .object-page .objects__info {
        width: 100%;
        padding: 0;
    }
    .object-page .objects__slider {
        width: 100%;
    }
    .object-page .wrap {
        padding: 40px 12px 0 12px;
    }
}
@media ( max-width: 800px ) {
    .object-page .wrap {
        padding: 0 15px;
    }
    .object-page .page__right {
        border-top: 1px solid #bbb;
        padding-top: 20px;
    }
    .object-page .pageMenuTop {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
    }
    .object-page .pageMenuTop .leftmenu_page {
        display: none;
    }
    .object-page .object__info__solution__list {
        margin-top: 0;
    }
    .object-page .objects__item {
        padding-bottom: 40px;
        display: flex;
        flex-direction: row;
    }
    .object-page .object__info__title,
    .object-page .object__info__solution__title,
    .object-page .object__info__desc__title,
    .object-page .object__info__solution__total__val {
        font-size: 25px;
    }
    .object-page .object__info__solution__title,
    .object-page .object__info__desc__title {
        padding-top: 20px;
    }
    .object-page .popup__button {
        display: none;
    }
    .object-page .object__info__desc, .object-page .object__info__solution {
        float: none;
        width: 100%;
    }
}
@media(max-width: 480px) {
    .object-page .slider__pager-item {
        margin: 0 5px 0 0;
    }
}

/*partners*/
.partners-page * {
    color: #333;
}
.partners-page .partners__row.no-padding-top{
    padding-top: 0;
}
.partners-page .page__pagemenu {
    margin: auto;
    padding: 0;
}
.partners-page .pagemenu__container {
    height: 58px;
}
.partners-page .pagemenu__item {
    position: relative;
}
.partners-page .pagemenu__item:hover {
    background: #999;
}
.partners-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.partners-page .pagemenu__item span {
    color: #FFF;
    font-size: 19px;
}
.partners-page .title {
    font-size: 50px;
    line-height: 1;
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #bbb;
}
.partners-page .page__left {
    background: none;
    margin-top: -16px;
}
.partners-page .leftmenu {
    padding-top: 0;
}
.partners-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.partners-page .leftmenu__title {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    line-height: 1;
    height: 60px;
}
.partners-page .leftmenu__item {
    border-bottom: 1px solid #bbb;
    padding: 22px 0;
}
.password__row {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.partners-page .partners__col label.password__label {
    width: auto;
    margin-top: 0;
}
.partners-page .password__row a {
    text-decoration: underline;
}
.partners-page .leftmenu__item > a,
.partners-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}
.partners-page .bx-viewport {
    max-height: 400px;
}
.partners-page .catalog__slider .slider__cell {
    display: block;
}
.partners-page .partners-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.partners-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.partners-page .partners-page__list {
    padding-left: 0;
}
.partners-page .partners-page__list li {
    list-style-type: none;
}
.partners-page .partners-page__list li:before {
    content: "— ";
}
.partners-page .contacts__content ul {
    padding-left: 0;
}
.partners-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.partners-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.partners-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
    /*color: #333;*/
}
.partners-page .contacts__name {
    font-size: 30px;
    line-height: 0.8;
    margin-bottom: 10px;
}
.partners-page .contacts__person a {
    color: #A50034;
}
.partners-page .catalog__slider {
    margin-top: 40px;
}
.partners-page .innermenu__item:hover,
.partners-page .innermenu__item_active {
    color: #a50034;
}
.partners-page .academy__subjects-items,
.partners-page .academy__container-in,
.partners-page .academy__container {
    background: none;
}
.partners-page .button {
    color: #FFF;
}
.partners-page .calendar__date {
    background: none;
}

.partners-page .catalog__slider .slider__item {
    background: none;
}
.partners-page .academy__text {
    margin-bottom: 50px;
}
.partners-page .mobpagemenu {
    margin-bottom: 50px;
}
.partners-page .mobpagemenu__container * {
    color: #FFF;
}
.partners-page .mobpagemenu__button {
    color: #FFF;
}
.partners-page .mobpagemenu__container .mobpagemenu__item:hover span,
.partners-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.partners-page .catalog__slider {
    padding-bottom: 0;
}
.partners-page .contacts__inner,
.partners-page .page__contacts {
    padding-top: 0;
}
.partners-page .contacts__items ul {
    margin: 10px 0 0 ;
}
.partners-page .contacts__persons {
    padding-top: 45px;
}
.partners-page .partners__row {
    display: flex;
    border-bottom: 1px solid #bbb;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners-page .partners__row:last-child {
    border-bottom: none;
}
.partners-page .partners__col__wrap {
    width: 50%;
}
.partners-page .partners__col__wrap__big {
    width: 100%;
}
.partners-page .partners__col {
    padding: 0 37px 0 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.partners-page .partners__info__bottom{
    margin-top:1em;
}
.partners__col__text__title {
    font-size: 40px;
    color: #BFBFBF;
    margin-bottom: 40px;
}
.partners__col__text ul {
    padding-left: 30px;
}
.partners__col__text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
}
.partners__col__text ul li:before {
    content: "•";
    position: absolute;
    left: 0;
}
.partners-page .partners__col__materials {
    padding-top: 45px;
    padding-bottom: 40px;
}
.partners-page .i_gree {
    padding: 0 37px 0 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partners-page .i_gree .button{
    display: block;
    margin: 0 auto;
}
.partners-page .partners__col label {
    display: block;
    width: 100%;
}
.partners-page .partners__input__text__title {
    padding-right: 5px;
    line-height: 1;
}
.partners-page .partners__input__text {
    font-size: 30px;
    margin-bottom: 20px;
    display: flex;
}
.partners-page .checkbox__title {
    margin-bottom: 30px;
}
.partners-page .partners__col select,
.partners-page .partners__col input {
    width: 100%;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    font-size: 16px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    line-height: 1.6;
}
.partners-page .partners__col select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKFJREFUeNpiNDY2zmVgYJA9c+ZMGQMOYGJi0gmknjIBCVUgLgUKVOBQCBIHGaQKUpwPxEuBuA0okY6mMA0kDpXPY/z//z9IkA3IWQPEXkAcBnTSOqBYIJC9Goi3AXEIUOwXWDHUFC4gtQuITYG4CYjrgPgMELsCFX4DqYErhmrgB1JHgVgbiK8CsTVQ4UeYPBOyG6ESIUB8DGr1R2R5gAADAHm9N7Yj2xZUAAAAAElFTkSuQmCC) no-repeat right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.partners-page .partners__col input[type=checkbox]{
    width:auto;
    height:auto;
}

.partners-page .partners__col select::-ms-expand {
    display: none;
}
.partners-page .checkbox_label {
    margin-top: 15px;
    display: block;
}
.partners-page .checkbox_label input[type="checkbox"] {
    display: none;
}
.partners-page .check_view {
    margin-right: 11px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.partners-page .checkbox_label input:checked ~ .check_view {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAG1JREFUKFNjYCAXrFy5UnT58uVTsOpftGgRN1Dy0rJly45iVQCUmA9U8B+IL4IVrFq1ig0oWAOk5YC0K0gSSB9cvHgxH1gBUKAPqmMGkD4DlDwFsgbFeKBgLhD/ASp4DcSyWO0GSmQCFUUiSwIApuZDEQMXwF4AAAAASUVORK5CYII=)no-repeat center center;
}
.partners-page a {
    color: #A50034;
}
.partners__text {
    font-size: 16px;
    color: #BBB;
    margin-top: 40px;
}
.partners-page .partners__input__text_error {
    display: none;
    font-size: 16px;
}
.partners-page .partners__input__text_notice {
    font-size: 16px;
    display: inline-block;
    color: #666;
}
.partners-page .partners__col.error  select,
.partners-page .partners__col.error input {
    border-color: #A50034;
}
.select_material__title {
    font-size: 30px;
    margin-bottom: 15px;
}
.partners-page .partners__col .material_type {
    display: inline-block;
    max-width: 330px;
}
.partners-page .partners__col.error .partners__input__text_error {
    display: inline-block;
    color: #A50034;
}
.materials__table__wrap {
    border-top: 1px solid #bbb;
    padding-bottom: 50px;
}
.partners-page .materials__table__head {
    background: #f5f5f7;
    font-size: 40px;
    padding: 15px 37px;
}
.partners-page .materials__table__body {
    overflow: auto;
}
.partners-page .materials__table__body table {
    text-align: left;
    width: 100%;
    min-width: 400px;
}
.partners-page .materials__table__body th,
.partners-page .materials__table__body td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 40px 30px 40px 0;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1;
}
.partners-page .materials__table__body th {
    padding-top: 30px;
    padding-bottom: 30px;
}
.partners-page .partners_submit {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(50% - 5px);
}
.partners-page .partners__buttons__block .partners_submit {
    margin-right: 10px;
}
.partners-page .partners__buttons__block .partners_submit:last-child {
    margin-right: 0;
}
.partners-page .partners_submit.button_invert {
    color: #A50034;
}
.partners-page .partners_submit.button_invert:hover {
    color: #fff;
}
.partners-page .partners__buttons__block {
    display: flex;
}
.partners-page .parnters__top {
    color: #FFF;
    background: url('/local/templates/lg/images/partners/header-bg.jpg') no-repeat center center/cover;
    text-align: center;
    padding: 65px 40px;
}
.partners-page .parnters__top .title {
    color: #FFF;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}
.partners-page .parnters__top .subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
}
.partners-page .cabinetleft {
    background: none;
    padding-bottom: 0;
    padding-top: 12px;
}
.partners-page .cabinetleft__wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #bbb;
}
.partners-page .cabinetleft__picture {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.cabinetleft__info {
    padding-left: 20px;
}
.partners-page .cabinetleft__name {
    padding-top: 0;
    font-size: 24px;
    color: #A50034;
    text-decoration: none;
    border-bottom: 1px solid #A50034;
    display: block;
    line-height: 1;
}
.partners-page .logout__button {
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 15px;
    height: auto;
    line-height: 1;
}
.partners-page .leftmenu_page .leftmenu__item a:after {
    display: none;
}
.partners-page .leftmenu__item > a:hover,
.partners-page .leftmenu__item.active > a {
    color: #A50034;
}
@media(max-width: 1100px) {
    .partners-page .cabinetleft {
        padding-top: 25px;
    }
}
@media(max-width: 992px) {
    .partners-page .parnters__top .title {
        font-size: 36px;
    }
    .partners-page .materials__table__head,
    .partners-page .title,
    .partners__col__text__title {
        font-size: 30px;
    }
}
@media(max-width: 767px) {
    .partners-page .materials__table__head,
    .partners-page .title,
    .partners-page .parnters__top .title {
        font-size: 30px;
    }
    .partners__col__text__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .select_material__title {
        font-size: 24px;
    }
    .partners-page .partners__row {
        padding-top: 10px;
    }
    .partners-page .partners__col__wrap {
        width: 100%;
    }
    .partners-page .partners__input__text {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .partners-page .partners__col {
        margin-bottom: 20px;
    }
    .partners-page .partners__buttons__block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .partners-page .partners__buttons__block .partners_submit {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mob-first {
        -webkit-order: -1;
        -ms-order: -1;
        order: -1;
    }
    .partners-page .i_gree{
        padding:0 ;
    }
    .partners-page .partners__col{
        padding:0 20px;
    }
}

/*registration*/
.registration-page {
    padding-top: 0;
    background: linear-gradient(#e3e4e6 0,#fff 200px);
}
.registration-page * {
    color: #333;
}
.registration-page .page__pagemenu {
    margin: auto;
    padding: 0;
}
.registration-page .pagemenu__container {
    height: 58px;
}
.registration-page .pagemenu__item {
    position: relative;
}
.registration-page .pagemenu__item:hover {
    background: #999;
}
.registration-page .pagemenu__item.pagemenu__item_active {
    background: #666;
    cursor: default;
}
.registration-page .pagemenu__item span {
    color: #FFF;
    font-size: 19px;
}
.registration-page .title {
    box-sizing: border-box;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    padding: 20px 30px 40px;
    border-bottom: 1px solid #bbb;
}
.registration-page .page__left {
    background: none;
    margin-top: -16px;
}
.registration-page .leftmenu {
    padding-top: 0;
}
.registration-page .leftmenu__button:before {
    background-image: url('/local/templates/lg/images/contacts/down_arrow.png');
    background-position: 0;
}
.registration-page .leftmenu__title {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    line-height: 1;
    height: 60px;
}
.registration-page .leftmenu__item {
    border-bottom: 1px solid #bbb;
    padding: 30px 0;
}
.registration-page .leftmenu__item > a,
.registration-page .leftmenu__item.active > a {
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.leftmenu__inner li a {
    font-size: 16px;
    line-height: 2;
}
.registration-page .bx-viewport {
    max-height: 400px;
}
.registration-page .catalog__slider .slider__cell {
    display: block;
}
.registration-page .registration-page__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.registration-page .contacts-divider {
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
    margin-top: 40px;
}
.registration-page .registration-page__list {
    padding-left: 0;
}
.registration-page .registration-page__list li {
    list-style-type: none;
}
.registration-page .registration-page__list li:before {
    content: "— ";
}
.registration-page .contacts__content ul {
    padding-left: 0;
}
.registration-page .contacts__content li {
    font-size: 18px;
    color: #333;
    line-height: 1.89;
    list-style-type: none;
}
.registration-page .contacts__content li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.registration-page .contacts__info {
    font-size: 16px;
    line-height: 1.63;
}
.registration-page .contacts__name {
    font-size: 30px;
    line-height: 0.8;
    margin-bottom: 10px;
}
.registration-page .contacts__person a {
    color: #A50034;
}
.registration-page .catalog__slider {
    margin-top: 40px;
}
.registration-page .innermenu__item:hover,
.registration-page .innermenu__item_active {
    color: #a50034;
}
.registration-page .academy__subjects-items,
.registration-page .academy__container-in,
.registration-page .academy__container {
    background: none;
}
.registration-page .button {
    color: #FFF;
}
.registration-page .calendar__date {
    background: none;
}
.registration-page .catalog__slider .slider__item {
    background: none;
}
.registration-page .academy__text {
    margin-bottom: 50px;
}
.registration-page .mobpagemenu {
    margin-bottom: 50px;
}
.registration-page .mobpagemenu__container * {
    color: #FFF;
}
.registration-page .mobpagemenu__button {
    color: #FFF;
}
.registration-page .mobpagemenu__container .mobpagemenu__item:hover span,
.registration-page .mobpagemenu__container .mobpagemenu__item:hover {
    color: #a50034;
}
.registration-page .catalog__slider {
    padding-bottom: 0;
}
.registration-page .contacts__inner,
.registration-page .page__contacts {
    padding-top: 0;
}
.registration-page .contacts__items ul {
    margin: 10px 0 0 ;
}
.registration-page .contacts__persons {
    padding-top: 45px;
}
.registration-page .registration__row {
    display: flex;
    border-bottom: 1px solid #bbb;
    padding-top: 30px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.registration-page .registration__row:last-child {
    border-bottom: none;
}
.registration-page .registration__col__wrap {
    width: 50%;
}
.registration-page .registration__col {
    padding: 0 37px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.registration-page .i_gree {
    padding: 0 37px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.registration-page .registration__col label {
    display: block;
    width: 100%;
}
.registration-page .registration__input__text {
    font-size: 25px;
    margin-bottom: 15px;
}
.registration-page .checkbox__title {
    margin-bottom: 30px;
}
.registration-page .registration__col select,
.registration-page .registration__col input:not([type=checkbox]) {
    width: 100%;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    font-size: 16px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.registration-page .registration__col select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKFJREFUeNpiNDY2zmVgYJA9c+ZMGQMOYGJi0gmknjIBCVUgLgUKVOBQCBIHGaQKUpwPxEuBuA0okY6mMA0kDpXPY/z//z9IkA3IWQPEXkAcBnTSOqBYIJC9Goi3AXEIUOwXWDHUFC4gtQuITYG4CYjrgPgMELsCFX4DqYErhmrgB1JHgVgbiK8CsTVQ4UeYPBOyG6ESIUB8DGr1R2R5gAADAHm9N7Yj2xZUAAAAAElFTkSuQmCC) no-repeat right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.registration-page .registration__col select::-ms-expand {
    display: none;
}
.registration-page .checkbox_label {
    margin-top: 15px;
    display: block;
    position: relative;
}
.registration-page .checkbox_label input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.registration-page .check_view {
    margin-right: 11px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.registration-page .checkbox_label input:checked ~ .check_view {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAG1JREFUKFNjYCAXrFy5UnT58uVTsOpftGgRN1Dy0rJly45iVQCUmA9U8B+IL4IVrFq1ig0oWAOk5YC0K0gSSB9cvHgxH1gBUKAPqmMGkD4DlDwFsgbFeKBgLhD/ASp4DcSyWO0GSmQCFUUiSwIApuZDEQMXwF4AAAAASUVORK5CYII=)no-repeat center center;
}
.registration-page a {
    color: #A50034;
}
.registration__text {
    font-size: 16px;
    color: #BBB;
    margin-top: 40px;
}
.registration-page .registration__input__text_error {
    display: none;
    font-size: 16px;
}
.registration-page .registration__input__text_notice {
    font-size: 16px;
    display: inline-block;
    color: #666;
}
.registration-page .registration__col.error  select,
.registration-page .registration__col.error input {
    border-color: #A50034;
}
.registration-page .registration__col.error .registration__input__text_error {
    display: inline-block;
    color: #A50034;
}
.registration-page .registration_submit {
    display: block;
    max-width: 260px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
@media(max-width: 767px) {
    .registration-page .title {
        font-size: 30px;
    }
    .registration-page .bx-viewport {
        max-height: calc(50vw + 80px);
    }
    .registration-page .registration__col__wrap {
        width: 100%;
    }
    .registration-page .registration__input__text {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .registration-page .registration__col {
        margin-bottom: 20px;
    }
}
@media(max-width: 480px) {
    .registration-page .slider__pager-item {
        margin: 0 5px 0 0;
    }
}

/*utilities*/
@media (max-width: 600px) {
    .hidden-xs{
        display:none !important;
    }
}
@media (min-width: 601px) {
    .hidden-md{
        display:none !important;
    }
}
@media screen and (max-width:1023px){
    .alt-text {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        display: none !important;
    }
    .hide{display:none !important;}
}

/*modals*/
.c-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
    display:none;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}
.c-modal-wrapper_active {
    display: flex;
}
.c-modal {
    width: 500px;
    max-height: 86%;
    height: auto;
    background-color: white;
    margin: 7% 0;
    overflow: visible;
    display: none;
    position: relative;
}
.c-modal_active {
    display: block;
}
.c-modal__close {
    background-image: url('/local/templates/lg/images/icon-modal-close.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 44px;
    height: 44px;
    right: -44px;
    top: -44px;
}
.c-modal__y-video {
    width: 80%;
    background: none;
}
.c-modal__y-video iframe {
    width: 100%;
}
@media (max-width: 1000px) {
    .c-modal__close {
        top: 0;
        right: 0;
    }
}

/*menuCaruselBottom*/
.cont_menu_carusel {
    display: none;
}
.downloads__table.dragscroll {cursor:move;}
.cont_menu_carusel.set_option {
    position: fixed;
    display: block;
    width: 400px;
    right: -600px;
}
.cont_menu_carusel:before{
    content:"";
    display:block;
    height: 64px;
    width: 100%;
    position:fixed;
    background-image:linear-gradient(to top, rgba(255, 255, 255, 0), #fff 100%);
}
.cont_menu_carusel:after{
    content:"";
    display:block;
    height:64px;
    width: 100%;
    position:fixed;
    bottom:0px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}
#show_category {
    display: none;
}
#menuBotMobile,
#contSelMobile {
    display:none;
}
#menuBotMobile {
    opacity:0;
}
.cont_menu_carusel:before{
    content:"";
    display:block;
    height: 64px;
    width: 100%;
    position:fixed;
    background-image:linear-gradient(to top, rgba(255, 255, 255, 0), #fff 100%);
}
.cont_menu_carusel:after{
    content:"";
    display:block;
    height:64px;
    width: 100%;
    position:fixed;
    bottom:0;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}
.contmenu__item {
    border: none;
    text-align: center;
}
.contmenu__item a {
    white-space: nowrap;
    text-align: center;
    font-size: 5.4vW;
    line-height: normal;
    display: inline-block;
    color: #000;
    padding: 5px 0px;
}
.contmenu__item.active a,  .contmenu__item a.active{
    color: #A50034;
}
.contmenu__item a:hover {
    text-decoration: none;
}
.cont_menu_carusel .Items_Border span {
    display: block;
    height: 100%;
    border: 1px solid #bbbbbb;
    background: #fcfcfc;
    border-radius: 6px;
}
.cont_menu_carusel .Items_Border {
    padding:0 5px;
    z-index: -1;
    box-sizing: border-box;
    border: none;
    background: transparent;
    width: calc(100vw - (100vw - 100%));
}
.Items_Border {
    position: fixed;
    visibility: hidden;
}
.menu_page_top.not_scroll {
    padding: 0 12px;
}
/* Mobile select style */
#menuBotMobile {
    color: #A50034;
    display: none;
    background: transparent;
    width: 128px;
    border: 1px solid #A50034;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 22px;
    outline: none;
    -ms-appearance: none;
    appearance: none!important;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
#menuBotMobile option {
    color: #000;
    padding: 0;
}
#menuBotMobile option.active {
    color: #A50034;
}
@media screen and (max-width: 1124px) {
    .contacts-page .pageMenuTop {
        position: relative;
    }
    .contacts-page	.contmenu_carusel {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        visibility: hidden;
        padding: 64px 0px;
        box-sizing: content-box;
    }
    .contacts-page .cont_menu_carusel {
        overflow: hidden;
        cursor: grab;
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        margin: 0px;
        background: #EEEEEF;
        width: calc(100vw - (100vw - 100%));
        -webkit-overflow-scrolling: touch;

    }
    .contacts-page .cont_menu_carusel div {
        visibility: hidden;
    }
    .contacts-page .cont_menu_carusel.active {
        visibility: visible;
    }
    .contacts-page .cont_menu_carusel.active div {
        visibility: visible;
    }
    .contacts-page .active .Items_Border {
        visibility: visible;
    }
    .contacts-page #show_category {
        align-self: center;
        color: #A50034;
        background: transparent;
        border: 1px solid #A50034;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        z-index: 99;
        display: block;
        font-size: 22px;
        padding: 5px 20px;
    }
    #contSelMobile {
        font-size: 28px;
        color: #A50034;
        background: transparent;
        padding: 3px 15px;
    }
    .contacts-page:not(.about) #contSelMobile{
        position:absolute;
        right:0;
        display: block;
        border: 1px solid #A50034;
        border-radius: 8px;
    }
    .contacts-page #menuBotMobile {
        display: block;
    }
}
@media screen and (max-width: 1100px) {
    .contacts-page .menu_page_top {
        padding:20px 15px 0 15px;
    }
}
@media (max-width:992px) {
    #contSelMobile {
        font-size:22px;
    }
    .contacts-page #menuBotMobile,
    .catalogs-technical-page #menuBotMobile {
        width:80px;
    }
}
@media(max-width:800px) {
    .page--catalog #contSelMobile,
    .catalogs-technical-page #contSelMobile,
    .about #contSelMobile,
    .academy-page #contSelMobile,
    .object-page #contSelMobile {
        position:absolute;
        right:0;
        display: block;
        background: transparent;
        border: 1px solid #A50034;
        border-radius: 8px;
    }
    #menuBotMobile {
        display: block;
    }
    .pageMenuTop {
        position: relative;
    }
    .contmenu_carusel {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        visibility: hidden;
        padding: 64px 0;
        box-sizing: content-box;
    }
    .cont_menu_carusel {
        overflow: hidden;
        cursor: grab;
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        margin: 0;
        background: #EEEEEF;
        width: calc(100vw - (100vw - 100%));
        -webkit-overflow-scrolling: touch;
    }
    .cont_menu_carusel div {
        visibility: hidden;
    }
    .cont_menu_carusel.active {
        visibility: visible;
    }
    .cont_menu_carusel.active div {
        visibility: visible;
    }
    .active .Items_Border {
        visibility: visible;
    }
    #show_category {
        align-self: center;
        color: #A50034;
        background: transparent;
        border: 1px solid #A50034;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        z-index: 99;
        display: block;
        font-size: 22px;
        padding: 5px 20px;
    }
    /* Общий стиль для моб. меню. После переделки меню на всех страницах - перенести в секцию где больше всего элементов -
        поскольку меню показывается при разных разрешениях (1124 и 800 px) */
    #contSelMobile {
        position:absolute;
        right:0;
        display: block;
        border: 1px solid #A50034;
        border-radius: 8px;
    }
    #menuBotMobile {
        display: block;
    }
    .page--catalog #contSelMobile {
        padding:5px 10px;
        font-size:20px;
    }
    .page--catalog .menuCont {
        width:100px;
        height:38px;
    }
}
@media (max-width:450px) {
    #contSelMobile {
        font-size:18px;
    }
    .object-page  #menuBotMobile {
        width: 102px;
    }
}
@media(max-width:350px) {
    #show_category {
        font-size: 20px;
    }
    #menuBotMobile {
        width: 70px;
        font-size: 20px;
    }
}

/*topMenu*/
.Top_Menu_Pages {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.Top_Menu_Pages:after {
    content: ' ';
    display: table;
    clear: both;
}
.pageMenuTop.lg {
    max-width: 1600px;
    margin:0 auto;
}
.item_Top_Menu_Pages {
    font-size:16px;
    line-height: 24px;
    min-height: 58px;
    width: 100%;
    background: #A5A5A5;
    color: #FFF;
    text-align: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex: 1 1 auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.item_Top_Menu_Pages:hover {
    background: #999;
}
.item_Top_Menu_Pages.active {
    background: #666;
    cursor: default;
}
.item_Top_Menu_Pages:not(:first-child):not(.active):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #666;
}
.item_Top_Menu_Pages.active + .item_Top_Menu_Pages:before {
    display: none;
}
.item_Top_Menu_Pages.active:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 11px solid transparent;
    border-top: 15px solid #666;
    bottom: -26px;
    margin-left: -15px;
    z-index: 1;
}
.page__pagemenu .top_sub_menu_cont {
    padding: 40px;
}
.menuCont {
    margin-bottom:23px;
    padding:0 40px;
    overflow: hidden;
    position:relative;
    box-sizing:border-box;
}
.navCont {
    border-bottom:1px solid #E4E4E4;
    padding:0 33px 20px 33px;
}
.menu_page_top .menuCat.hidden {
    visibility:hidden;
}
.object-page .menu_page_top {
    display:flex;
    flex-direction:column-reverse;
}
.full_Width .pageMenuTop.menuCat {
    max-width:1600px;
    scrollbar-width: none;
    scrollbar-height: none;
    -ms-overflow-style: none;
    margin:0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}
.full_Width .pageMenuTop.menuCat::-webkit-scrollbar {
    width:0;
    height:0;
}
.menuCat .catalog_Top_Menu_Pages {
    width:3000px;
    margin:0 auto;
    -webkit-align-items:stretch;
    align-items:stretch;
    justify-content:flex-start;
}
.menuCat .catalog_Top_Menu_Pages .menuItem {
    max-width: 250px;
    padding:0 20px 15px;
    font-size: 16px;
    line-height:17px;
    text-align:center;
    border-bottom:3px solid transparent;
    margin:0 10px;
    align-items: center;
    justify-content: center;
    box-sizing:border-box;
}
.addPadd {
    display:flex;
}
.menuCat .catalog_Top_Menu_Pages .menuItem div {
    max-width: 200px;
    width:auto;
    display:inline-block;
    padding:0 10px;
}
.menuCat .catalog_Top_Menu_Pages .menuItem.active,
.menuCat .catalog_Top_Menu_Pages .menuItem:hover {
    border-bottom:3px solid #A50034;
}
.menuCat .catalog_Top_Menu_Pages ul {
    margin: 0 auto;
    position: relative;
    display: flex;
}
.menuCat .catalog_Top_Menu_Pages li {
    max-width: 220px;
    vertical-align:middle;
    display: inline-block;
}
.menuCat .item_Catalog_Top_Menu_Pages {
    width: auto;
    min-height: auto;
    margin:0;
    padding:0;
    background: none;
    color: #6B6B6B;
    font-size: 16px;
    line-height:16px;
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}
.menuCat .loading .item_Catalog_Top_Menu_Pages {
    white-space: normal;
}
/* Page Sub Menu with red background */
.top_sub_menu_cont_nav {
    display: inline-flex;
    border: 1px solid #979797;
    border-radius: 100vmax;
    padding: 2px;
    width: fit-content;
}
.catalogs-technical-page .top_sub_msenu_cont_nav,
.page.academy-page .top_sub_menu_cont_nav {margin-top:20px;}
.page.academy-page .video .top_sub_menu_cont_nav {margin-top:40px;}
.top_sub_menu_cont_nav a {
    display: block;
    padding: 16px 19px;
    font-size: 18px;
    color:#333;
}
.catalogs-technical-page .top_sub_menu_cont_nav a,
.page.academy-page .top_sub_menu_cont_nav a {
    float:left;
    padding:8px 14px;
}
.page.academy-page .video .top_sub_menu_cont_nav a {
    padding:8px 65px;
}
.top_sub_menu_cont_nav a br {
    display: none;
}
.top_sub_menu_cont_nav a.active {
    color: #fff;
    border-radius: 100vmax;
    background: #A50034;
}
.top_sub_menu_cont_nav a.active span {
    color: #fff;
}
.top_sub_menu_cont_nav a:hover {
    text-decoration: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menuCat .item_Catalog_Top_Menu_Pages {
        font-size:15px;
    }
}
.menuCat .item_Catalog_Top_Menu_Pages br {
    height:0;
    width:0;
}
.menuCat .item_Catalog_Top_Menu_Pages:before,
.menuCat .item_Catalog_Top_Menu_Pages.active:after{
    display: none;
}
.menuCat .catalog_Top_Menu_Pages a.active,
.menuCat .catalog_Top_Menu_Pages a:hover {
    color: #000;
}
/* Slider for menu */
.menuCat {
    position:relative;
    height:auto;
    background:none;
}
.menuNav {
    position: absolute;
    top:0;
    left:0;
    height:auto;
    z-index:-1;
    border:1px solid green;
    width:100vW;
}
.prev,
.next {
    display:block;
    width:13px;
    height:22px;
    position:absolute;
    top:0;
    background: url('/local/templates/lg/images/pointer-sprite.png');
}
.hidden {
    display:none;
}
.prev {
    left:40px;
    background-position: -88px -18px;
}
.next {
    background-position: -17px -77px;
    right:40px;
}
@media screen and (min-width: 1600px) {
    .manuCont {
        margin:0 auto 23px auto;
    }
}
@media screen and (max-width: 1124px) {
    .catalogs-technical-page .prev,
    .catalogs-technical-page .next {
        display:none;
    }
    .pageMenuTop {padding:0}
    .contacts-page:not(.about) .pageMenuTop:not(.lg) {
        display: flex;
        flex-basis: 90px;
        flex-shrink: 0;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
    }
    .contacts-page:not(.about) .pageMenuTop.lg {
        display:none;
    }
    .contacts-page .menu_page_top,
    .catalogs-technical-page .menu_page_top {
        display:flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow:row nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction:row;
        position: static;
        max-width:100%;
        justify-content: space-between;
        padding:20px 15px;
        align-items: center;
        overflow:hidden;
    }
    .contacts-page .menu_page_top option {
        min-width:0;
        width: 20px;
    }
    .contacts-page .menu_page_top.not_scroll {
        position: fixed;
        box-sizing: border-box;
        width: calc(100vw - (100vw - 100%));
        z-index: 25;
        padding: 0 12px;
        top: 0;
        left: 0;
        float: left;
        background: linear-gradient(#e3e4e6 0,#fff 200px);
    }
}
@media screen and (max-width: 1000px) {
    .catalogs-technical-page .top_sub_menu_cont_nav a,
    .page.academy-page .top_sub_menu_cont_nav a {
        font-size: 1.9vW;
    }
}
@media screen and (max-width: 1100px) {
    .contacts-page .menu_page_top {
        padding:20px 15px;
    }
    .menuCat {
        padding:0 15px;
    }
    .menuCont {
        padding:0 15px;
    }
    .next {
        right:15px
    }
    .prev {
        left:15px;
    }
    .page.academy-page .video .top_sub_menu_cont_nav {margin-top:20px;}
}
@media screen and (max-width: 800px) {
    .prev,
    .next {
        display:none;
    }
    .catalog_Top_Menu_Pages.menuCat {
        border-bottom:none;
        margin:0;
        padding:0;
    }
    .menuCont {
        padding:0;
        margin:0;
        height:100%;
    }
    .full_Width .pageMenuTop.menuCat {
        height:100%;
    }
    .navCont {
        padding:0;
        border-bottom:0;
        height:100%;
    }
    .pageMenuTop {
        display: flex;
        flex-basis: 90px;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
        min-height:36px;
    }
    .about .pageMenuTop,
    .catalogs-technical-page .pageMenuTop {
        display: flex;
        flex-basis: 90px;
        flex-shrink: 0;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
    }
    .catalogs-technical-page .pageMenuTop.lg {display:none;}
    .menu_page_top {
        display:flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow:row nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction:row;
        position: static;
        max-width:100%;
        justify-content: space-between;
        padding: 40px 0px;
        align-items: center;
        overflow:hidden;
    }
    .object-page .menu_page_top {
        padding:20px 0;
        flex-direction: row-reverse;
    }
    .menu_page_top option {
        min-width:0;
        width: 20px;
    }
    .catalogs-technical-page .menu_page_top.not_scroll,
    .menu_page_top.not_scroll {
        position: fixed;
        box-sizing: border-box;
        width: calc(100vw - (100vw - 100%));
        z-index: 25;
        padding: 0px 12px;
        top: 0;
        left: 0;
        float: left;
        background: linear-gradient(#e3e4e6 0,#fff 200px);
    }
    .object-page .menu_page_top.not_scroll {
        padding: 40px 12px;
    }
    .object-page .pageMenuTop {
        display: flex;
        flex-basis: 128px;
        flex-shrink: 0;
        align-items: center;
        box-sizing: border-box;
        text-align: right;
        border: none;
        width: auto;
        position: relative;
    }
    .catalogs-technical-page .catalog_Top_Menu_Pages.menuCat {
        border-bottom:none;
        margin:0;
        padding:0;
    }
    .catalogs-technical-page .menuCont {
        padding:0;
        margin:0;
    }
    .about .title {
        font-size: 28px;
        box-sizing: border-box;
        padding: 0px 10px 0px 0px;
        margin: 0px;
        width: auto;
        max-width: calc(100% - 110px);
        text-align: left;
        align-self: center;
        border-bottom: none;
    }
    .about .page__fullwidth {
        border-top: 1px solid #bbb;
    }
    .support-page .menu_page_top,
    .about .menu_page_top {
        padding: 25px 15px;
    }
    .page__pagemenu .top_sub_menu_cont {
        padding: 20px 15px;
    }
    .top_sub_menu_cont_nav  {
        width: 100%;
    }
    .catalogs-technical-page .top_sub_menu_cont_nav,
    .page.academy-page .top_sub_menu_cont_nav {
        border: none;
        flex-direction: column;
    }
    .top_sub_menu_cont_nav a {
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .page.academy-page .video .top_sub_menu_cont_nav a,
    .catalogs-technical-page .top_sub_menu_cont_nav a,
    .page.academy-page .top_sub_menu_cont_nav a {
        width: 100%;
        border-radius: 100vmax;
        border: 1px solid #979797;
        padding: 2px;
        margin-bottom: 5px;
    }
    .catalogs-technical-page .top_sub_menu_cont_nav a.active,
    .page.academy-page .top_sub_menu_cont_nav a.active {
        background:#A50034;
    }
    .catalogs-technical-page .top_sub_menu_cont_nav a span,
    .page.academy-page .top_sub_menu_cont_nav a span {
        display: block;
        padding: 8px 5px;
        font-size: 16px;
    }
    .catalogs-technical-page .top_sub_menu_cont_nav a.active,
    .page.academy-page .top_sub_menu_cont_nav a.active {
        background:none;
    }
    .catalogs-technical-page .top_sub_menu_cont_nav a.active span,
    .page.academy-page .top_sub_menu_cont_nav a.active span {
        border-radius: 2em;
        background:#A50034;
    }
    .catalog_Top_Menu_Pages.init {
        position:absolute;
        top:-1000px;
        display:flex;
    }
}
@media screen and (max-width: 700px) {
    .top_sub_menu_cont_nav a br {
        display: block;
    }
    .top_sub_menu_cont_nav a {
        font-size: 20px;
    }
    .top_sub_menu_cont_nav  {
        border-radius: 4em;

    }
}
@media screen and (max-width: 480px) {
    .top_sub_menu_cont_nav {
        border: none;
        flex-direction: column;
    }
    .top_sub_menu_cont_nav a {
        width: 100%;
        border-radius: 2em;
        border: 1px solid #979797;
        font-size: 16px;
    }
    .top_sub_menu_cont_nav a {
        margin-bottom: 5px;
    }
    .top_sub_menu_cont_nav a br {
        display: none;
    }
    .top_sub_menu_cont_nav a {
        padding: 2px;
    }
    .top_sub_menu_cont_nav a span {
        display: block;
        padding: 8px 5px;
    }
    .top_sub_menu_cont_nav a.active {
        background: #fff;
    }
    .top_sub_menu_cont_nav a.active span {
        border-radius: 2em;
        background: #A50034;
    }
}
@media screen and (max-width: 450px) {
    .contacts-page .pageMenuTop,
    .catalogs-technical-page .pageMenuTop {
        flex-basis: 80px;
        min-height:31px;
    }
    .menu_page_top.about .title {
        font-size: 22px;
    }
}

/*new main*/
.icon {
    font-family: 'lg-icon';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-accepted:before{content:"\f102"}
.icon-accessories:before{content:"\f103"}
.icon-arrow-btn-ar:before{content:"\f104"}
.icon-arrow-btn:before{content:"\f105"}
.icon-arrow-left-ar:before{content:"\f106"}
.icon-arrow-left:before{content:"\f107"}
.icon-arrow-link-ar:before{content:"\f108"}
.icon-arrow-link:before{content:"\f109"}
.icon-arrow-next-ar:before{content:"\f10a"}
.icon-arrow-next-bold-ar:before{content:"\f10b"}
.icon-arrow-next-bold:before{content:"\f10c"}
.icon-arrow-next-semibold-ar:before{content:"\f10d"}
.icon-arrow-next-semibold:before{content:"\f10e"}
.icon-arrow-next:before,.slick-next:before{content:"\f10f"}
.icon-arrow-open:before{content:"\f110"}
.icon-arrow-prev-ar:before{content:"\f111"}
.icon-arrow-prev-bold-ar:before{content:"\f112"}
.icon-arrow-prev-bold:before{content:"\f113"}
.icon-arrow-prev-semibold-ar:before{content:"\f114"}
.icon-arrow-prev-semibold:before{content:"\f115"}
.icon-arrow-prev:before,.slick-prev:before{content:"\f116"}
.icon-arrow-right-ar:before{content:"\f117"}
.icon-arrow-right:before{content:"\f118"}
.icon-arrow-sort:before{content:"\f119"}
.icon-arrow-top-btn:before{content:"\f11a"}
.icon-arrow-top-close-btn:before{content:"\f11b"}
.icon-arrow-top-open-btn:before{content:"\f11c"}
.icon-arrow:before{content:"\f11d"}
.icon-award:before{content:"\f11e"}
.icon-bottom-freezer:before{content:"\f11f"}
.icon-btn-print:before{content:"\f120"}
.icon-bullet-plus:before{content:"\f121"}
.icon-calendar:before{content:"\f122"}
.icon-call:before{content:"\f123"}
.icon-ceiling-cassette:before{content:"\f124"}
.icon-ceiling-concealed-duct:before{content:"\f125"}
.icon-ceiling-suspended:before{content:"\f126"}
.icon-chat:before{content:"\f127"}
.icon-check-circle:before{content:"\f128"}
.icon-check:before{content:"\f129"}
.icon-checkmark:before{content:"\f12a"}
.icon-circle-accepted:before{content:"\f12b"}
.icon-circle-alert:before{content:"\f12c"}
.icon-circle-ask-the-community:before{content:"\f12d"}
.icon-circle-blank:before{content:"\f12e"}
.icon-circle-call:before{content:"\f12f"}
.icon-circle-car:before{content:"\f130"}
.icon-circle-chat-email:before{content:"\f131"}
.icon-circle-email:before{content:"\f132"}
.icon-circle-find-center:before{content:"\f133"}
.icon-circle-game:before{content:"\f134"}
.icon-circle-how-to-tips:before{content:"\f135"}
.icon-circle-location:before{content:"\f136"}
.icon-circle-mail:before{content:"\f137"}
.icon-circle-manuals:before{content:"\f138"}
.icon-circle-minus:before{content:"\f139"}
.icon-circle-parts-acc:before{content:"\f13a"}
.icon-circle-parts-accessories:before{content:"\f13b"}
.icon-circle-pen:before{content:"\f13c"}
.icon-circle-phone:before{content:"\f13d"}
.icon-circle-plus:before{content:"\f13e"}
.icon-circle-previous-ar:before{content:"\f13f"}
.icon-circle-previous:before{content:"\f140"}
.icon-circle-question:before{content:"\f141"}
.icon-circle-repair:before{content:"\f142"}
.icon-circle-skype:before{content:"\f143"}
.icon-circle-software:before{content:"\f144"}
.icon-circle-stroke:before{content:"\f145"}
.icon-circle-survay:before{content:"\f146"}
.icon-circle-telephone:before{content:"\f147"}
.icon-circle-two-bg:before{content:"\f148"}
.icon-circle-two:before{content:"\f149"}
.icon-circle-user:before{content:"\f14a"}
.icon-circle-warranty:before{content:"\f14b"}
.icon-circle:before,.module .icon-video-play:after,.module .icon-video-play:before,.module .icon-video-stop:before,.scrollbar-outer>.scroll-element.scroll-y .scroll-bar:before{content:"\f14c"}
.icon-clock:before{content:"\f14d"}
.icon-close:before{content:"\f14e"}
.icon-compass:before{content:"\f14f"}
.icon-cursor:before{content:"\f150"}
.icon-d-install:before{content:"\f151"}
.icon-d-sale:before{content:"\f152"}
.icon-d-service:before{content:"\f153"}
.icon-dealer-address:before{content:"\f154"}
.icon-dealer-email:before{content:"\f155"}
.icon-dealer-phone:before{content:"\f156"}
.icon-download:before{content:"\f157"}
.icon-email-header:before{content:"\f158"}
.icon-email-only:before{content:"\f159"}
.icon-email:before{content:"\f15a"}
.icon-error:before{content:"\f15b"}
.icon-expert-review:before{content:"\f15c"}
.icon-facebook-top-layer:before,.icon-facebook:after{content:"\f15d"}
.icon-features:before{content:"\f15e"}
.icon-file-download:before{content:"\f15f"}
.icon-floor-standing:before{content:"\f160"}
.icon-french-door-01:before{content:"\f161"}
.icon-french-door-02:before{content:"\f162"}
.icon-french-door:before{content:"\f163"}
.icon-front-loader:before{content:"\f164"}
.icon-gallery:before{content:"\f165"}
.icon-global_country:before{content:"\f166"}
.icon-gnb-left-ar:before{content:"\f167"}
.icon-gnb-left:before{content:"\f168"}
.icon-gnb-minus:before{content:"\f169"}
.icon-gnb-plus:before{content:"\f16a"}
.icon-gnb-right-ar:before{content:"\f16b"}
.icon-gnb-right:before{content:"\f16c"}
.icon-google-plus-top-layer:before,.icon-google-plus:after{content:"\f16d"}
.icon-hamburger:before{content:"\f16e"}
.icon-hospitals:before{content:"\f16f"}
.icon-hotels:before{content:"\f170"}
.icon-icon-3D:before{content:"\f171"}
.icon-img_french_door_01:before{content:"\f172"}
.icon-img_french_door_02:before{content:"\f173"}
.icon-img_range_double:before{content:"\f174"}
.icon-img_range_electric:before{content:"\f175"}
.icon-img_range_gas:before{content:"\f176"}
.icon-img_range_single:before{content:"\f177"}
.icon-img_washing-machine_cold:before{content:"\f178"}
.icon-img_washing-machine_smart:before{content:"\f179"}
.icon-img_washing-machine_steam:before{content:"\f17a"}
.icon-img_washing-machine_turbo:before{content:"\f17b"}
.icon-img_washing-machine_wave:before{content:"\f17c"}
.icon-information:before{content:"\f17d"}
.icon-instagram-top-layer:before{content:"\f17e"}
.icon-lg-picks:before{content:"\f17f"}
.icon-lgblog-top-layer:before{content:"\f180"}
.icon-light-check:before{content:"\f181"}
.icon-light-x:before{content:"\f182"}
.icon-login-header:before{content:"\f183"}
.icon-login-mobile:before{content:"\f184"}
.icon-mail:before{content:"\f185"}
.icon-map-desktop-close-ar:before{content:"\f186"}
.icon-map-desktop-close:before{content:"\f187"}
.icon-map-desktop-open-ar:before{content:"\f188"}
.icon-map-desktop-open:before{content:"\f189"}
.icon-map-marker:before{content:"\f18a"}
.icon-map-mobile-close:before{content:"\f18b"}
.icon-map-mobile-open:before{content:"\f18c"}
.icon-map-resize:before{content:"\f18d"}
.icon-map:before{content:"\f18e"}
.icon-menu-minus:before{content:"\f18f"}
.icon-menu-plus:before{content:"\f190"}
.icon-mobile-repair:before{content:"\f191"}
.icon-monitor:before{content:"\f192"}
.icon-movie-play:before{content:"\f193"}
.icon-new-window-2:before{content:"\f194"}
.icon-new-window:before{content:"\f195"}
.icon-no-data:before{content:"\f196"}
.icon-offices:before{content:"\f197"}
.icon-on-site-service:before{content:"\f198"}
.icon-pagenav-down-light:before{content:"\f199"}
.icon-pagenav-down:before{content:"\f19a"}
.icon-pagenav-up-light:before{content:"\f19b"}
.icon-pagenav-up:before{content:"\f19c"}
.icon-pc-check:before{content:"\f19d"}
.icon-pen-circle:before{content:"\f19e"}
.icon-people:before{content:"\f19f"}
.icon-pinterest-on-white:after,.icon-pinterest-top-layer:before,.icon-pinterest:after{content:"\f1a0"}
.icon-point:before{content:"\f1a1"}
.icon-price-refine-rupee:before{content:"\f1a2"}
.icon-price-refine:before{content:"\f1a3"}
.icon-progress:before{content:"\f1a4"}
.icon-promotion-header:before{content:"\f1a5"}
.icon-quick-menu-off:before{content:"\f1a6"}
.icon-quick-menu-on:before{content:"\f1a7"}
.icon-range-double:before{content:"\f1a8"}
.icon-range-electric:before{content:"\f1a9"}
.icon-range-gas:before{content:"\f1aa"}
.icon-range-single:before{content:"\f1ab"}
.icon-refresh:before{content:"\f1ac"}
.icon-regist-header:before{content:"\f1ad"}
.icon-repair:before{content:"\f1ae"}
.icon-residences:before{content:"\f1af"}
.icon-restaurants:before{content:"\f1b0"}
.icon-retail-locator:before{content:"\f1b1"}
.icon-reviews:before{content:"\f1b2"}
.icon-pinterest-on-white:before,.icon-rounded-square-border:before{content:"\f1b3"}
.icon-facebook:before,.icon-google-plus:before,.icon-pinterest:before,.icon-rounded-square:before,.icon-twitter:before,.icon-youtube:before{content:"\f1b4"}
.icon-search-ar:before{content:"\f1b5"}
.icon-search-select:before{content:"\f1b6"}
.icon-search:before{content:"\f1b7"}
.icon-service-center:before{content:"\f1b8"}
.icon-share-phone:before{content:"\f1b9"}
.icon-share:before{content:"\f1ba"}
.icon-ship-in-service:before{content:"\f1bb"}
.icon-shopping-cart-header:before{content:"\f1bc"}
.icon-shopping-cart-mobile:before{content:"\f1bd"}
.icon-shopping-cart:before{content:"\f1be"}
.icon-shops:before{content:"\f1bf"}
.icon-side-by-side:before{content:"\f1c0"}
.icon-size-refine:before{content:"\f1c1"}
.icon-slick:before{content:"\f1c2"}
.icon-social:before{content:"\f1c3"}
.icon-speaker:before{content:"\f1c4"}
.icon-specs:before{content:"\f1c5"}
.icon-square-360:before{content:"\f1c6"}
.icon-square-search:before{content:"\f1c7"}
.icon-star:before{content:"\f1c8"}
.icon-stars:before{content:"\f1c9"}
.icon-suggest-faq:before{content:"\f1ca"}
.icon-suggest-howto:before{content:"\f1cb"}
.icon-suggest-video:before{content:"\f1cc"}
.icon-support-mobile:before{content:"\f1cd"}
.icon-support:before{content:"\f1ce"}
.icon-tab-minus:before{content:"\f1cf"}
.icon-tab-plus:before{content:"\f1d0"}
.icon-telephone:before{content:"\f1d1"}
.icon-top-freezer:before{content:"\f1d2"}
.icon-top-loader:before{content:"\f1d3"}
.icon-triangle-ar:before{content:"\f1d4"}
.icon-triangle-down-2:before{content:"\f1d5"}
.chosen-select+.chosen-container .chosen-single>div b:before,.icon-triangle-down:before{content:"\f1d6"}
.icon-triangle-reverse-ar:before{content:"\f1d7"}
.icon-triangle-reverse:before{content:"\f1d8"}
.chosen-select+.chosen-container.chosen-with-drop .chosen-single>div b:before,.cta-dropdown.active .cta-active-btn .icon:before,.icon-triangle-up:before{content:"\f1d9"}
.icon-triangle:before{content:"\f1da"}
.icon-twitter-top-layer:before,.icon-twitter:after{content:"\f1db"}
.icon-video-close:before{content:"\f1dc"}
.icon-video-play-top-layer:before{content:"\f1dd"}
.icon-video-play:before,.module .icon-video-play:after{content:"\f1de"}
.icon-video-stop-top-layer:before,.module .icon-video-stop:after{content:"\f1df"}
.icon-video-stop:before{content:"\f1e0"}
.icon-video-tag:before{content:"\f1e1"}
.icon-washers:before{content:"\f1e2"}
.icon-washing-machine-cold:before{content:"\f1e3"}
.icon-washing-machine-smart:before{content:"\f1e4"}
.icon-washing-machine-steam:before{content:"\f1e5"}
.icon-washing-machine-turbo:before{content:"\f1e6"}
.icon-washing-machine-wave:before{content:"\f1e7"}
.icon-wtb-compass:before{content:"\f1e8"}
.icon-wtb-phone:before{content:"\f1e9"}
.icon-wtb-phone2:before{content:"\f1ea"}
.icon-x-circle:before{content:"\f1eb"}
.icon-youtube-top-layer:before,.icon-youtube:after{content:"\f1ec"}[data-icon]:after,[data-icon]:before{content:attr(data-icon)}
.icon-arrow-link:before{vertical-align:middle;line-height:initial;margin-left:4px}
.module .icon-video-play:after,.module .icon-video-play:before{color:#fff;font-size:1.4rem}
.module .icon-video-play:after{color:#a50034;font-size:1.6rem}
.module .icon-video-stop:before{color:#fff;font-size:1.4rem;margin-right:-1.5rem}
.module .icon-video-stop:after{color:#a50034;font-size:1.6rem}
.icon-google-plus:after{color:#cd3e28;font-size:1.6rem}
.icon-youtube:after{color:#e42e28;font-size:1.6rem}
.icon-pinterest:after{color:#c3202a;font-size:1.6rem}
.icon-facebook:after{color:#365897;font-size:1.6rem}
.icon-facebook:before,.icon-google-plus:before,.icon-pinterest:before,.icon-twitter:before,.icon-youtube:before{color:#fff;font-size:1.5rem;margin-right:-1.55rem}
.icon-pinterest-on-white:after{color:#c3202a;font-size:1.6rem}
.icon-pinterest-on-white:before{color:#999;font-size:1.6rem;margin-right:-1.6rem}
.icon-twitter:after{color:#14a8da;font-size:1.6rem;right:0}
.icon-zoom:after { content: "\f1f1"; }
.errortext-form {
    color: #F00;
    font-size: 0.7em;
    line-height: 1.2em;
    min-height: 1.2em;
    margin-top: 0.5em;
}
.popup {
    z-index: 11;
}
input.error {
    border-color: #F00;
}
.slider_video {
    width: 100%;
    margin: 0;
    height: 100%;
}
.slider_video__wrapper {
    height: 100%;
}
.slider_video-wrap {
    padding: 0;
    width: 100%;
    max-width: none;
    height: 100%;
}
.slider_video .slick-arrow {
    display: none !important;
}
.slider_video .slick-dots {
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.slider_video .slick-list {
    height: 100%;
}
.slider_video .slick-track {
    height: 100%;
}
.slider_video .youtube {
    padding: 0;
    height: 100%;
}
.youtube img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.youtube__preview{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.slider_video .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.slider_video .slick-dots li button {
    display: inline-block;
    margin: 0 5px;
    height: 18px;
    width: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-indent: -9999px;
    border: 1px solid #747474;
}
.slider_video .slick-dots li.slick-active button {
    border: none;
    background: #a50034;
}
.areas {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}
.areas__items {
    margin: 8px -4px 0;
    font-size: 0;
}
.areas__item {
    height: 400px;
    overflow: hidden;
    color: white;
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: none;
    margin: 0 0 8px;
    padding: 0 4px;
}
.areas__item--middle {
    width: 42.75%;
}
.areas__item--big {
    width: 57.25%;
}
.areas__item--third {
    width: 66.67%;
}
.areas__item:before {
    content: '';
    float: left;
    padding-top: 100%;
    display: none;
}
.areas__item--square{
    height:auto;
    padding:0;
}
.areas__item--square:after{
    content: '';
    padding-bottom: 94%;
    display: block;
}
.areas__item--square .areas__link__container{
    position:absolute;
    left:4px;
    right:4px;
    top:0;
    bottom:0;
}
.areas__link{
    display: block;
    height: 100%;
    position: relative;
}
.areas__link:hover .areas__caption{
    text-decoration: underline;
    color: #CCC;
}
.areas__cover{
    position:absolute;
    background-size: cover;
    background-position: center;
    top:0;
    left: 0;
    bottom:0;
    right:0;
}
.areas__caption {
    position: absolute;
    background: rgba(51,51,51,.7);
    color: white;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    min-height: 30px;
    padding: 7px 4.4%;
    font-size: 26px;
    line-height: 1.38em;
}
.areas__items--bigheaders .areas__caption{
    top: 0;
    background: none;
    font-size: 48px;
    line-height: 0.9375;
    padding: 44px 20px;
    letter-spacing: 0.01em;
}
@media (max-width: 1200px) and (min-width: 551px){
    .areas__items--bigheaders .areas__caption{
        font-size:3.5vw;
        padding: 3.6vw 2vw;
    }
}
.areas__items--bigheaders a:hover  .areas__caption{
    text-decoration: none;
    background: rgba(51,51,51,.7);
}
@media (max-width: 550px){
    .areas__item--square{
        padding-top:0;
    }
    .areas__item--square:after{
        display:none;
    }
    .areas__items--bigheaders .areas__caption{
        font-size:10vw;
    }
}
.leftmenu__button {
    float: right;
    margin-top: 10px;
}
.pagemenu__item:after {
    display: none;
}
.page--catalog, .page.page--catalog {
    margin-bottom:0;
    padding-top: 0;
}
.page--catalog .wrap{
    margin-left:auto;
    margin-right:auto;
}
.page--catalog>.wrap{
    max-width:none;
    width:100%;
    margin:0;
    padding:0 !important;
}
.page--catalog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 216px;
    z-index: -1;
}
.page--catalog .page__content {
    margin:0;
    padding:0;
}
.page--catalog .page__left {
    flex: 0.4;
}
.page--catalog .page__right  {
    flex: 1;
}
.page--catalog .page__left + .page__right {
    margin-left: 50px;
}
.breadcrumbs [itemprop="itemListElement"]:last-child .breadcrumbs__item:after {
    display: none;
}
.btn--contact {
    display: inline-block;
    border-radius: 6px;
    background-color: #a50034;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: width .2s ease-in;
    border: none;
    font-size:14px;
    padding:5px 11px 6px;
}
.aaaa{
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    background-color: rgb(165, 0, 52);
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: width .2s ease-in;
    border: none;
    font-size: 23px;
    padding: 7px 15px 8px 15px;
}
.btn--contact:focus {
    border: none;
}
.btn--contact:hover, .btn--contact:focus {
    background-color: #d91445;
}
.content__container {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}
.page--catalog .page__content--category {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px 12px 0px 12px;
    position: relative;
}
.page--catalog .page__content--category:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 216px;
    z-index: -1;
}
.page__content__wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.page--catalog .page__content--category .page__left {
    margin: 0;
    flex: none;
    vertical-align: top;
    width: 300px;
    padding-top: 1px;
    background: transparent;
}
.page--catalog .page__content--category .page__right {
    margin: 0 !important;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 70px;
    width:100%;
}
.category-info {
    font-size: 18px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
}
.category-info.cat_top_full_desc {
    max-height: none;
}
#category_info_more {display: none;}

.catalog__seodescription img,
.category-info img{
    max-width:100%;
    height:auto;
}
.page__catalog {
    margin-top: 17px;
    padding-top: 28px;
    padding-bottom: 50px;
}
.catalog__item-btn__wrapper {
    margin-top: 13px;
    vertical-align: top;
    width: 100%;
}
.catalog__item-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 6px 0;
    line-height: normal;
}
.catalog__item-description {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 13px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1em;
    color:#333;
    height: 120px;
    overflow:hidden;
    list-style:none;
}
.catalog__item-description li{
    position: relative;
    padding: 0 0 2px 10px;
}
.catalog__item-description li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #333;
}
.catalog__item-sizes{
    font-size: 0.9rem;
    display:block;
    text-align:center;
    list-style: none;
    padding: 0;
    margin: 1em 0 0 0;
}
.catalog__item-sizes li{
    display:inline-block;
}
.catalog__item-sizes li a{
    display:inline-block;
    border:1px solid transparent;
    border-radius:3px;
    padding:0 3px;
}
.catalog__item-sizes li a:hover,
.catalog__item-sizes li a.active{
    border-color: #a50034;
}
.catalog__item-sizes li:before{
    content:'';
    display:inline-block;
    width:1px;
    height:0.6rem;
    background:black;
    margin:0 4px;

}
.catalog__item-sizes li:first-child:before{
    display:none;
}
.page__content--category .catalog__item-title {
    font-size: 16px;
    line-height: 1em;
    text-align:center;
    display: block;
}
.page__content--category .grid__cell {
    padding: 0 2%;
}
.catalog {
    font-size: 0;
}
.grid {
    vertical-align: top;
}
.grid_flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.grid__cell {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
}
.grid_flex-center .grid__cell {
    width: 33%;
}
.grid_four .grid__cell {
    margin: 0;
    height: 570px;
}
.grid__cell:first-child {
    margin-left: 0;
}
.grid__line {
    padding-left: 0;
}
@media(max-width: 800px) {
    .grid_flex-center .grid__cell{
        width: 50%;
    }
}
@media(max-width: 550px) {
    .grid_flex-center .grid__cell{
        width: 100%;
    }
    .page__content--category .catalog__item-title {
        margin: 0.6em 0;
    }
}
.leftmenu--new {
    padding: 0;
}
.leftmenu--new .leftmenu__container {
    padding: 0;
}
.leftmenu--new .leftmenu__inner {
    max-height: none;
    padding: 14px 0 0 17px;
}
.leftmenu--new .leftmenu__inner li {
    margin-bottom: 14px;
    padding-bottom: 0;
}
.leftmenu--new .leftmenu__inner li:last-child {
    margin-bottom: 0;
}
.leftmenu--new .leftmenu__inner li:first-child {
    margin-top: 0;
}
.leftmenu--new .leftmenu__inner li a {
    font-size: 17px;
    line-height: normal;
}
.leftmenu--new .leftmenu__title {
    font-size: 30px;
    line-height: normal;
    padding-bottom: 20px;
    margin-top: 10px;
}
.leftmenu--new .leftmenu__item {
    padding-top: 26px;
    border-top: 1px solid #bbbbbb;
    padding-bottom: 26px;
}
.leftmenu--new .leftmenu__item > a {
    font-size: 19px;
    line-height: 28px;
}
.leftmenu--new .leftmenu__button {
    display: none;
}
.news-main {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}
.news-main__wrap {
    padding: 0;
    width: auto;
    margin: 0 -4px;
}
.news-main__list {
    margin: 0;
}
.news-main__list .slick-dots {
    padding: 0;
    display: none !important;
}
.news-main__list .slick-arrow {
    z-index: 1;
}
.news-main__list .news__slider-nextArrow {
    right: 20px;
}
.news-main__list .news__slider-prevArrow {
    left: 20px;
}
.news-main__slider {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
    box-sizing: border-box;
}
.news-main__slider__wrapper {
    height: 400px;
    overflow: hidden;
}
.news-main__date {
    position: absolute;
    top: 33px;
    letter-spacing: 1px;
}
.news-main__video {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 4px;
}
.news-main__wrap {
    display: flex;
    align-items: stretch;
}
.news-main__item {
    margin: 0 !important;
}
.news-main__item__table {
    display: table;
    width: 100%;
    height: 400px;
}
.news-main__item__table__wrapper {
    padding: 0;
}
.news-main__item__table__img__wrapper {
    display: table-cell;
    vertical-align: top;
    width: 44%;
    position: relative;
}
.news-main__item__table__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.news-main__name {
    margin-top: 0;
    font-size: 27px!important;
    line-height: 28px;
    max-height: 110px;
    overflow: hidden;
    vertical-align: top;
}
.news-main__intro {
    font-size: 22px!important;
    line-height: 20px;
    padding: 0;
    margin-top: 23px;
    margin-bottom: 23px;
    max-height: 100px;
    overflow: hidden;
}
.slider_video-wrap .slick-slide {
    margin: 0;
}
.news-main__item__table__description {
    display: table-cell;
    padding: 60px 35px 32px 35px;
    vertical-align: bottom;
    position: relative;
    background-image: linear-gradient(#fff,#d4d4d4);
    background-size: 100% 100%;
    border: 1px solid #d4d4d4;
}
.news-main__item__tag {
    position: absolute;
    top: 33px;
    right: 34px;
    font-size: 18px;
    text-transform: uppercase;
    color: #a50034;
}
.news-main__read {
    background: #a50034;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px 10px 15px;
    font-size: 18px !important;
    border-radius: 5px;
    text-decoration: none;
}
.news-main__item__img {
    display: block;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.news-main--altlook .news-main__slider{
    width:100%;
}
.news-main--altlook .news-main__item__table__img__wrapper{
    display:none;
}
.news-main--altlook .news-main__item__table__description{
    border:none;
    display:block;
    background:none;

    padding: 3.4vw 4.4vw;
}
.news-main--altlook .news-main__item__tag,
.news-main--altlook .news-main__intro,
.news-main--altlook .news-main__read{
    display: none;
}
.news-main--altlook .news-main__slider__wrapper,
.news-main--altlook .news-main__item__table{
    height:260px;
}
.news-main--altlook .news-main__date{
    color:#a50034;
    position: static;
    font-size: 14.5px !important;
    margin-top: -0.3em;
}
.news-main--altlook .news-main__name{
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.2;
    max-height: none;
}
@media(max-width: 800px){
    .news-main--altlook .news-main__name{
        font-size: 20px!important;
        margin-top:0;
    }
    .news-main--altlook .news-main__slider__wrapper,
    .news-main--altlook .news-main__item__table{
        height:130px;
    }
    .news-main__list .slick-arrow{
        height:17px;
        width:11px;
    }
    .news-main__list .news__slider-prevArrow {
        left: 7px;
    }
    .news-main__list .news__slider-nextArrow{
        right: 7px;
    }
}
.mainpage__contacts{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.mainpage__contacts__container{
    clear:both;
}
.mainpage__contacts a {
    padding: 44px 53px;
    margin:0 40px;
    display: inline-block;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
}
.mainpage__contacts a .icon{
    font-size: 30px;
    color: #8F8F8F;
    display: block;
    border: 3px solid #8F8F8F;
    border-radius: 100px;
    width:57px;
    height:57px;
    line-height: 57px;
    text-align:center;
    margin: 0 auto 14px;
}
@media screen and (max-width: 550px){
    .mainpage__contacts a{
        padding:30px 0;
        margin:0 10px;
    }
}
.searchbar a:hover i.icon {
    color: #a60933;
}
.title-spec {
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height:36px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: -70px;
}
.tools_wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -120px;
    z-index: 10;
}
/*Add for page product*/
.bxslider {
    transform: scale(0);
}
.tools {
    padding: 0;
    list-style: none;
    margin: 3px 0 3px 0;
    font-size: 18px;
    letter-spacing: 3.6px;
    font-weight: 400;
    text-transform: uppercase;
}
.tools .icon {
    font-size: 21px;
    color: #a50034;
    margin-right: 9px;
}
.slider_product {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.catalog__slider .slider__container {
    height: 100%;
}
.catalog__slider .slider {
    height: auto;
    background-color: transparent;
    background-image: url('/local/templates/lg/images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.catalog__slider .slider.noaction {
    visibility: hidden;
}
.catalog__slider .slider__item {
    background-color: transparent;
    height: 620px;
}
.art-yar .slider {
    height: 300px;

}
.art-yar .slider__item {
    height: auto;
}
.catalog__slider .height-img {
    max-width: 100%;
    max-height: 100%;
}
.catalog__container {
    background: none;
}
.webdev-description {
    max-width: 1600px;
    margin: 0 auto;
}
.webdev-description__title {
    font-size: 44px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}
.webdev-description__list {
    padding: 0 0 20px 0;
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid #bbb;
}
.webdev-description__list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 14px;
    margin-right: 13px;
    padding-bottom: 2px;
    font-size: 24px;
}
.webdev-description__list li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 19px;
}
.webdev-description__list li:last-child {
    padding-right: 0;
}
.webdev-description__list li:last-child:after {
    display: none;
}
.webdev-description__contact {
    padding-top: 30px;
    padding-bottom: 30px;
}
.fixed-description {
    display: none;
}
.fixed-description .wrap {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}
.fixed-description--active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 9px;
    z-index: 2;
    background: white;
    animation-name: settingAffix;
    animation-duration: .3s;
    animation-fill-mode: both;
}
.fixed-description__title, .sibling__link {
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(51,51,51);
    font-weight: 400;
    line-height: 34px;
    margin-top: 3px;
    text-align:center;
    text-transform: uppercase;
}
.fixed-description__title{
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}
.fixed-description__contact {
    text-align:center;
}
.sibling__link{
    position:absolute;
    top:0;
    margin-top:0;
    padding-left: inherit;
    padding-right: inherit;
}
.sibling__link--prev{
    text-align:left;
    left:0;
}
.sibling__link--next{
    text-align:right;
    right:0;
}
@keyframes settingAffix {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
}
.navbar--fixed {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.fixed-description__container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}
.nav--webdev {
    display: flex;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 0 -2.5px;
}
.nav--webdev li {
    float: left;
    box-sizing: border-box;
    padding: 0 2.5px;
    /*width: 25%;*/
    width: 33.3%;
    position: relative;
    flex: 1;
}
.nav--webdev li:before {
    content: '';
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}
.nav--webdev li.active a {
    background: #666;
}
.nav--webdev .catalog__tabs-button {
    display: table;
    width: 100%;
    height: 130px;
}
.nav--webdev .catalog__tabs-button:hover {
    background: #999999;
}
.nav--webdev .catalog__tabs-button__cell {
    display: table-cell;
    vertical-align: middle;
}
.nav--webdev .catalog__tabs-button__text {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: normal;
}
.nav--webdev .catalog__tabs-button__icon {
    display: inline-block;
    font-size: 0;
    line-height: normal;
}
.nav--webdev .catalog__tabs-button__icon .icon {
    font-size: 30px;
}
.nav--mini  {
    margin: 0;
}
.nav--mini li {
    padding: 0;
    position: relative;
}
.nav--mini li:after {
    content: "\f1d6";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    color: #666;
    bottom: -22px;
    font-size: 22px;
    font-family: 'lg-icon';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
}
.nav--mini li.active:after {
    opacity: 1;
}
.nav--mini li:first-of-type:before {
    display: none;
}
.nav--mini .catalog__tabs-button {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: normal;
    overflow: hidden;
    padding: 15px 0px;
    box-sizing: border-box;
    position:static;
}
.nav--mini .catalog__tabs-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    z-index: 1000000;
    right: -1px;
    height: 18px;
    background: #666;
    width: 1px;
    border: 0;
}
.nav--mini li.active .catalog__tabs-button:after {
    display:none;
}
.nav--mini .catalog__tabs-button__cell {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.nav--mini .catalog__tabs-button__icon {
    display: none;
}
.promo-item {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-image: linear-gradient(#fff,#f6f7f9);
    background-size: 100% 120px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.promo-item:before, .promo-item:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    display: none;
}
.promo-item:before {
    top: 0;
}
.promo-item:after {
    bottom: 0;
    background-image: linear-gradient(#fff 0%,#f6f7f9);
}
.promo-item__block {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.promo-item__description {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding-right: 10px;

}
.promo-item__description__text, .promo-item__description__text>p {
    font-size: 29px;
    line-height: 1.33em;
    color: rgb(51,51,51);
    margin: 0 0 0.44em;
    padding: 0.44em 0 0;
}
.promo-item__description__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.promo-item__description__cell {
    display: table-cell;
    vertical-align: middle;
}
.promo-item__description__disclaimer{
    font-size: 0.8em;
    text-align:left;
}
.promo-item__title {
    font-size: 55px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0.36em;
    color: rgb(51,51,51);
}
.promo-item__img__wrapper {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.promo-item__img {
    width:90% !important;
    mix-blend-mode: multiply;
}
.catalog__item-img img {
    mix-blend-mode: multiply;
}

a.breadcrumbs__item {
    text-decoration: none;
}
.breadcrumbs__item {
    -webkit-font-smoothing: antialiased;
}
a.breadcrumbs__item:hover {
    text-decoration: underline;
    color: #CCC;
}
.promo-item--left .promo-item__block {
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}
.promo-item--left .promo-item__img__wrapper {
    text-align: left;
}
.promo-item--left .promo-item__description {
    padding-right: 10px;
}

.downloads__tabs-header {
    padding: 0;
    list-style: none;
    margin: 0;
}
.downloads__tabs-header li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.downloads__tabs-header li .downloads__tabs-button {
    padding-left: 0;
}
.promo-doc__block {
    margin-bottom:44px;
}
.promo-doc__main {
    font-size: 44px;
    line-height: normal;
    padding: 0 0 35px;
}
.downloads__tabs-content {
    padding-top: 70px;
}
.promo-doc__title__wrapper {
    padding: 0.25em 0.5em;
    font-size: 40px;
    background: #f5f5f7;
    border-top: 1px solid #bbb;
    line-height: 1.25em;
}
.promo-doc__promo {
    padding: 30px 0 0;
    box-sizing: border-box;
}
.promo-doc__promo p {
    font-size: 20px;
    font-weight: 400;
}
.promo-doc__file {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: normal;
}
.promo-doc__file__doc {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: 19px;
}
.promo-doc__file__name {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    border-bottom: 2px solid #333;
}
.promo-doc__file__download {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
    color: #9f9f9f;
}
.downloads__table--webdev {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
}
.downloads__table--webdev table {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    color: rgb(51,51,51);
}
.downloads__table--webdev table td {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: normal;
}
.downloads__table--webdev table thead td {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.catalog__seodescription{
    margin-top:1em;
    color: #999;
    font-size: 18px;
    line-height: 1.44em;
}
.grid__line--1 {
    text-align: center;
}
.grid__line--1 .grid__cell {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.product-zoom {
    color: #6b6b6b;
}
.accordeon-toggle--active:before {
    opacity: 0;
}
.accordeon-toggle--active + .nav-sub-list {
    display: block;
    height: 100%;
}
.hide {
    display: none;
}
.academy-page .cabinet__padding {
    padding-top: 49px;
}
.academy-page  .cabinet__no-margin {
    margin-top: 0;
}
.academy-page .specifications .hr{
    display:block;
    content:'';
    padding: 0;
    padding-bottom: 34px;
    margin-bottom: 44px;
    border-bottom: 1px solid #e6e6e6;
}
.academy-page .cabinetleft__logout {
    position: static;
}
.page__content_cabinet {
    padding-top: 49px;
}
.partners__row .title {
    font-size: 40px;
    line-height: 1;
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #bbb;
}
.partners__row {
    display: flex;
    border-bottom: 1px solid #bbb;
    padding-top: 55px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners__row.no-padding-top{
    padding-top: 0;
}
.partners__row:last-child {
    border-bottom: none;
}
.partners__col__wrap {
    width: 50%;
}
.partners__col__wrap__big {
    width: 100%;
}
.partners__col {
    padding: 0 37px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cabinetleft.cabinetleft_new {
    background: none;
    padding-bottom: 0;
    padding-top: 12px;
}
.partners-page .cabinetleft_new .cabinetleft__name {
    padding-top: 0;
    font-size: 24px;
    color: #A50034;
    text-decoration: none;
    border-bottom: 1px solid #A50034;
    display: block;
    line-height: 1;
}
.partners-page .cabinetleft_new .logout__button {
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 15px;
    height: auto;
    line-height: 1;
}
.leftmenu__new.leftmenu_page .leftmenu__item a:after {
    display: none;
}
.leftmenu__new .leftmenu__item > a:hover,
.leftmenu__new .leftmenu__item.active > a {
    color: #A50034;
}
.page__left.cabinet__no-margin {
    background: none;
}
.cabinetleft_new .cabinetleft__wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #bbb;
    width: 100%;
}
.cabinetleft_new .cabinetleft__picture {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.cabinetleft__info {
    padding-left: 20px;
}

.cabinetleft_new .cabinetleft__name {
    padding-top: 0;
    font-size: 24px;
    color: #A50034;
    text-decoration: none;
    border-bottom: 1px solid #A50034;
    display: block;
    line-height: 1;
}
.cabinetleft_new .logout__button {
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 15px;
    height: auto;
    line-height: 1;
}
.leftmenu__new.leftmenu_page .leftmenu__item a:after {
    display: none;
}
.leftmenu__new .leftmenu__item > a:hover,
.leftmenu__new .leftmenu__item.active > a {
    color: #A50034;
}
.leftmenu__new {
    padding-top: 0;
}

.leftmenu__new.cabinet__leftmenu .leftmenu__item {
    border: none;
    padding: 0 0 16px;
}
.leftmenu__new .leftmenu__item.active > a,
.leftmenu__new .leftmenu__item > a:hover {
    color: #a50034;
}
.leftmenu__new.cabinet__leftmenu .leftmenu__item {
    padding: 22px 0;
    border-bottom: 1px solid #bbb;

}
.page__content_cabinet .cabinet__title {
    font-size: 30px;
    margin-top: 40px;
}
.page__content_cabinet .cabinetleft.cabinetleft_new {
    margin-top: -16px;
}

.page__content_cabinet .cabinetleft {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.partners__input__text {
    font-size: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.partners__input__text .forms__error {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
.parnters__top .title {
    font-size: 50px;
}
.checkbox_label input[type="checkbox"] {
    display: none;
}
.check_view {
    margin-right: 11px;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.checkbox_label input:checked ~ .check_view {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAG1JREFUKFNjYCAXrFy5UnT58uVTsOpftGgRN1Dy0rJly45iVQCUmA9U8B+IL4IVrFq1ig0oWAOk5YC0K0gSSB9cvHgxH1gBUKAPqmMGkD4DlDwFsgbFeKBgLhD/ASp4DcSyWO0GSmQCFUUiSwIApuZDEQMXwF4AAAAASUVORK5CYII=)no-repeat center center;
}
.partners__col select,
.partners__col input {
    width: 100%;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    font-size: 16px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 33px;
    line-height: 33px;
}
.partners__col select::-ms-expand {
    display: none;
}
.partners__col select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKFJREFUeNpiNDY2zmVgYJA9c+ZMGQMOYGJi0gmknjIBCVUgLgUKVOBQCBIHGaQKUpwPxEuBuA0okY6mMA0kDpXPY/z//z9IkA3IWQPEXkAcBnTSOqBYIJC9Goi3AXEIUOwXWDHUFC4gtQuITYG4CYjrgPgMELsCFX4DqYErhmrgB1JHgVgbiK8CsTVQ4UeYPBOyG6ESIUB8DGr1R2R5gAADAHm9N7Yj2xZUAAAAAElFTkSuQmCC) no-repeat right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.cabinet__toschedule .button {
    width: auto;
}
.materials__table__wrap {
    border-top: 1px solid #bbb;
    padding-bottom: 50px;
}
.materials__table__wrap.no-padding-bottom {
    padding-bottom: 0;
}
.materials__table__wrap.no-border {
    border: none;
}
.materials__table__head {
    background: #f5f5f7;
    font-size: 40px;
    padding: 15px 37px;
}
.materials__table__body {
    overflow: auto;
}
.materials__table__body table {
    text-align: left;
    width: 100%;
    min-width: 500px;
}
.materials__table__body th,
.materials__table__body td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 40px 30px 40px 0;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
}
.materials__table__body th {
    padding-top: 30px;
    padding-bottom: 30px;
}
.forms__label ~ .forms__error {
    font-size: 16px;
}
@media(max-width: 1100px) {
    .cabinetleft.cabinetleft_new {
        padding-top: 25px;
    }
}
@media(max-width: 992px) {
    .parnters__top .title {
        font-size: 36px;
    }
    .materials__table__head,
    .partners__col__wrap .title,
    .partners__col__text__title {
        font-size: 30px;
    }
}
@media(max-width: 767px) {
    .materials__table__head,
    .partners__col__wrap .title,
    .parnters__top .title {
        font-size: 30px;
    }
    .partners__col__text__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .select_material__title {
        font-size: 24px;
    }
    .partners__row {
        padding-top: 10px;
    }
    .partners__col__wrap {
        width: 100%;
    }
    .partners__input__text {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .partners__col {
        margin-bottom: 20px;
    }
    .partners__buttons__block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .partners__buttons__block .partners_submit {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mob-first {
        -webkit-order: -1;
        -ms-order: -1;
        order: -1;
    }
    .promo-item__wrapper .wrap {
        overflow-x: scroll;
    }
}
.catalog .catalog__content .specifications .hr:last-child{
    border:0;
    margin-bottom:0;
    padding-bottom:54px;
}
.catalog .catalog__content .specifications table,
.promo-table {
    display: table;
    vertical-align: top;
    width: 100%;
    font-size: 24px;
    line-height: normal;
    border:0 !important;
    border-collapse: collapse;
    word-break: break-word;
}
.promo-table__wrapper {
    padding-bottom: 34px;
    margin-bottom: 44px;
    border-bottom: 1px solid #e6e6e6;
}
.promo-table__row {
    display: table;
    width: 100%;
}
.promo-table__wrapper:last-child {
    margin-bottom: 0;
}
.catalog .catalog__content .specifications table tr td,
.promo-table__cell {
    display: table-cell;
    border: 0;
}
.catalog .catalog__content .specifications table caption,
.promo-table__caption,
.specifications__sectionheader {
    font-size: 40px;
    text-align: left;
    padding-bottom: 19px;
    font-weight: 400;
}
.specifications__sectionheader{
    font-size:52px;
    font-weight:100;
    line-height:1;
}
.hr+.specifications__sectionheader,
table+.specifications__sectionheader{
    margin-top:70px;
}
.specifications {
    padding: 0 15px;
}
.catalog .catalog__content .specifications table tr td:first-child,
.promo-table__title {
    width: 30%;
    padding: 5px 1% 15px 0;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
}
.catalog .catalog__content .specifications table tr td:last-child,
.promo-table__text {
    width: auto;
    text-align: left;
    vertical-align: middle;
}
.specifications table td {
    vertical-align: middle;
    text-align: left;
}
.specifications table td p {
    font-size: 24px !important;
    line-height: normal;
    border-collapse: collapse;
    word-break: break-word;
}
.info-webdev{
    padding: 0 12px 54px 12px;
}
.slider_main.main-mob-slider {
    display: none;
}
.catalog__tabs-item {
    padding-top: 50px;
    overflow:hidden;
}
.catalog__downloads {
    display: block;
    box-sizing: border-box;
    padding-bottom:50px;
}
.catalog__tabs-item__header {
    display: none;
    text-decoration: none;
    padding: 11px 20px 9px 56px;
    background: #a5a5a5;
    border: none;
    font-size: 16px;
    color: white;
    position: relative;
    width: 100%;
    text-align: left;
}
.catalog__tabs-item__header .icon {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #fff;
    margin-right: 11px;
    font-size: 24px;
}
.catalog .wrap-table table{
    font-size:1rem;
}
.catalog .wrap-table table td{
    padding:0.5em;
}
.catalog .wrap-table table img{
    max-width:300px;
}
.slider__pager {
    bottom: 32px;
}
.slider__start-button:before {
    content: '';
    position: absolute;
    border-color: transparent transparent transparent #747474;
}
.slider .bx-prev, .slider .bx-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 38px;
    opacity: 0.38;
}
.slider .bx-prev:hover, .slider .bx-next:hover {
    opacity: 0.7;
}
.slider .bx-prev {
    background-image: url('/local/templates/lg/images/arrow-light-prev.svg');
}
.slider .bx-next {
    background-image: url('/local/templates/lg/images/arrow-light-next.svg');
}
.slider__ads {
    height: 100%;
    display: table;
}
.slider__ads_LEFT, .slider__ads--left {
    text-align: left;
    display: table;
    height: 100%;
    left: 90px;
    right:auto;
}
.slider__ads--right{
    right:90px;
    text-align:right;
}
.slider__ads--center, .slider__ads--top, .slider__ads--bottom{
    left: 50%;
    text-align: center;
    margin-left: -320px;
}

.slider__ads--top .slider__ads-inner__content{
    vertical-align:top;
    padding-top:60px;
}

.slider__ads--bottom .slider__ads-inner__content{
    vertical-align:bottom;
    padding-bottom:80px;
}
.tabs__item--webdev {
    display: block;
}

.downloads__table table td br {
    display: block;
}
.description-webdev table{
    width:100%;
    max-width:940px;
}

/* bootstrap */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.contacts__section__wrap .contacts__persons {
    padding-left: 40px;
    padding-right: 40px;
}
.contacts__section__wrap .contacts__section {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #bbb;
}
.contacts__section__wrap .duties {
    padding-bottom: 40px;

}
.contacts__section__wrap .contacts__persons:after,
.contacts__section__wrap .duties:after {
    content: "";
    display: block;
    clear: both;
}
.contacts__section__wrap .duties__coll {
    width: calc(50% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    float: left;
}
.contacts__section__wrap .duties__coll__title {
    font-size: 30px;
    color: #BFBFBF;
    line-height: 1;
    margin-bottom: 30px;
}
.contacts__section__wrap .duties__coll ul {
    font-size: 19px;
    padding-left: 40px;
    list-style-type: none;
}
.contacts__section__wrap .duties__coll ul li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 15px;
}
.contacts__section__wrap .duties__coll ul li:before {
    content: "•";
    position: absolute;
    left: 0;
}
.contacts__section__wrap .contacts__person {
    float: left;
    width: 50%;
}
.contacts__section__wrap .contacts__info a {
    color: #A50034;
}
.contacts__section__wrap  .contacts__photo img {
    max-width: 275px;
    max-height: 275px;
    margin: auto;
}
.contacts__section__wrap  .map__section {
    padding-top: 40px;
    border-top: 1px solid #bbb;
}
.contacts__section__wrap .contacts__photo {
    border: 1px solid #bbb;
    margin-bottom: 10px;
}
.clearfix {
    clear: both;
}
.popup:after {
    top: 0;
}
.support-page .page__content.no-padding {
    padding-top: 1px;
}
.catalogs-technical-page .page__downloads,
.support-page .page__downloads {
    padding-top: 0;
}
.support-page .downloads__tabs-content {
    padding-top: 30px;
}
.support-page .faq__title,
.support-page .faq__label {
    font-weight: bold;
}
.support-page .faq__item {
    border-bottom: 1px solid #bbb;
    padding-bottom: 40px;
}
.support-page .faq__item:last-child  {
    border-bottom: none;
    padding-bottom: 0;
}
.leftsearch__button,
.leftsearch__input {
    border: 1px solid #bbb;
}
.leftsearch__button {
    border-left: none;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media(max-width: 1620px){
    .grid_four .grid__cell {
        width: 33.333%;
    }
}
@media (max-width: 1439px) {

    .catalog .catalog__content .specifications table caption, .promo-table__caption {
        font-size: 31px;
        line-height: 41px;
    }
    .catalog .catalog__content .specifications table, .promo-table {
        font-size: 19px;
        line-height: 1em;
    }
}
@media (min-width: 1300px) {
    .page__content--category .catalog__item-title {padding-top:15px;}
}
@media (max-width: 1300px) {
    .catalog__item-sizes {margin-bottom:1em;}
}

@media (max-width:1260px){
    .page--catalog .wrap{
        padding:0 30px;
        width:auto !important;
    }

}
@media (max-width: 1200px) {
    .page__content__wrapper {
        padding: 0;
    }
}
@media (max-width: 1124px) {
    .downloads__tabs-header {
        display: table;
    }
    .downloads__tabs-header .downloads__tabs-button.active,
    .tabs .downloads__tabs-button.tabs__button_active{
        color: #fff;
        background: grey;
    }
}
@media (max-width: 1100px) {
    .nav--webdev .catalog__tabs-button {
        line-height: normal;
    }
    .nav--mini .catalog__tabs-button {
        padding: 7px 0;
    }
    .areas__caption {
        font-size: 20px;
    }
    .webdev-description__title {
        font-size: 28px;
    }
    .webdev-description__list li {
        font-size: 20px;
    }
    .webdev-description__contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .promo-doc__main {
        font-size: 36px;
    }
    .description-webdev {
        width: 100%;
        display: block;
    }
    .catalog__item-description {
        min-height: 75px;
    }
    .promo-item--left .promo-item__block {
        display: inline-block;
        vertical-align: top;
    }
    .promo-item__block {
        display: inline-block;
        padding: 0;
        float: left;
        width: 100%;
    }
    .promo-item__description {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
        padding-bottom: 30px;
        text-align: center;
    }
    .promo-item__img__wrapper {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        width: 100%;
        height: 300px;
        text-align: center;
    }
    .promo-item__img {
        height: 100% !important;
        width: auto !important;
        float: none;
    }
    .promo-item--left .promo-item__description {
        text-align: center;
        padding-left: 0;
    }
    .promo-item--left .promo-item__img {
        float: none;
    }
    .promo-item__title {
        font-size: 42px;
    }
    .promo-item__description__text, .promo-item__description__text p {
        font-size: 18px;
    }
    .page--catalog .page__left {
        display: none;
    }
    .page--catalog .page__left + .page__right {
        margin-left: 0;
    }
    .page--catalog .page__right {
        padding-left: 0;
        padding-right: 0;
    }

    .page__content__wrapper {
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }
    .page__content--category .page__left {
        display: none !important;
    }
    .page--catalog .page__content--category .page__right {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .page--catalog .page__content--category {
        padding-top: 30px;
    }
    .page--catalog .page__content--category .title {
        padding-bottom: 30px;
    }
    .page__content--category {
        padding-top: 30px;
    }
    .catalog__content-tables.description-webdev {
        max-width: 100% !important;
    }
    .description-webdev h4 {
        width: 30%;
        font-weight: 600;
    }
    .description-webdev ul {
        width: 70%;
    }
    .news-main__wrap {
        display: block;
    }
    .news-main__slider {
        width: 100%;
        margin-bottom: 8px;
    }
    .news-main__video {
        width: 100%;
    }
    .slider_video .youtube {
        padding-top: 56.25%;
        height: auto;
    }
    .promo-table__title {
        width: 50%;
    }
    .promo-table__text {
        width: 50%;
        text-align: right;
        padding-right: 0;
    }
    .promo-item__description__text, .promo-item__description__text p {
        font-size: 25px;
    }
}
@media(min-width: 1025px){
    .catalog__tabs-item__content {
        display: block;
    }
}
@media(max-width: 1024px) {
    .catalog .catalog__content .specifications table caption, .promo-table__caption {
        font-size: 23px;
        line-height: 33px;
    }
    .catalog .catalog__content .specifications table, .promo-table {
        font-size: 14px;
        line-height: 1em;
        margin: 0;
    }
    .catalog .catalog__content .specifications table tr{
        border-top: 1px solid #e6e6e6;
    }
    .catalog .catalog__content .specifications table tr td{
        padding-top:12px;
        padding-bottom:12px;
    }
    .catalog .catalog__content .specifications .hr{
        padding-bottom:0;
    }
    .catalog .catalog__content .specifications table tr td:last-child{
        text-align:right;
    }
    .catalog .catalog__content .specifications table tr td:first-child, .promo-table__title {
        width: 30%;
    }
    .promo-item:first-child {
        padding-top: 0;
    }
    .catalog__tabs-item {
        padding-top: 0;
        padding-bottom: 2px;
    }
    .catalog__tabs-item:last-child {
        padding-bottom: 0;
    }
    .catalog__tabs-item__header {
        display: block;
    }
    .catalog__tabs-item__header .icon-tab-minus{
        display: inline-block;
    }
    .catalog__tabs-item__header.collapsed .icon-tab-minus{
        display: none;
    }
    .catalog__tabs-item__header .icon-tab-plus{
        display: none;
    }
    .catalog__tabs-item__header.collapsed .icon-tab-plus{
        display: inline-block;
    }
    .catalog__description {
        padding-bottom: 40px;
    }
    .catalog__tabs-item__content {
        padding-top: 20px;
    }
}
@media(max-width: 768px) {
    .contacts__section__wrap .duties__coll,
    .contacts__section__wrap .contacts__person {
        float: none;
        width: calc(100% - 80px);
        margin: auto;
    }
}
@media (max-width: 700px) {
    .page--catalog .wrap{
        padding:0 15px;
        width:auto !important;
    }
    .grid_four .grid__cell {
        width: 50%;
    }
    .nav--webdev li {
        width: 50%;
        margin-bottom: 10px;
    }
    .nav--webdev .catalog__tabs-button__icon {
        display: none;
    }
    .nav--webdev .catalog__tabs-button {
        height: 60px;
    }
    .catalog__tabs-button__icon {
        display: none;
    }
    .promo-item__title {
        font-size: 35px;
    }
    .promo-doc__title__wrapper{
        font-size:30px;
    }
    .downloads__table--webdev table td{
        font-size:14px!important;
    }
    .navbar--fixed {
        margin-bottom: -10px;
    }
    .promo-item__img__wrapper {
        height: auto;
    }
    .catalog__tabs-item img {
        width: 100% !important;
        height: auto;
    }
    .fixed-description {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25)
    }
    .nav--mini {
        display: none;
    }
}
@media (max-width: 600px) {
    .areas__items {
        margin-left: 0;
        margin-right: 0;
    }
    .promo-table__row {
        display: inline-block;
        vertical-align: top;
    }
    .promo-table__cell {
        display: inline-block;
        vertical-align: top;
    }
    .promo-table__text {
        width: 100%;
        text-align: left;
    }
    .promo-table__title {
        width: 100%;
        padding-bottom: 5px;
    }
    .description-webdev h4 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .description-webdev ul {
        width: 100%;
    }
    .description-webdev ul li {
        margin-bottom: 10px;
    }
}
@media(max-width: 550px){
    .main-mob-slider {
        display: block !important;
    }
    .areas {
        padding: 0;
    }
    .areas__caption {
        font-size: 20px;
        line-height: normal;
    }
    .areas__item {
        width: 100%;
        position: relative;
        padding-top: 100%;
    }
    .areas__item--middle {
        width: 100%;
    }
    .areas__item--big {
        width: 100%;
    }
    .areas__item--third {
        width: 100%;
    }
    .areas__link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .news-main {
        margin-top: 15px;
        padding: 0;
    }
    .news-main__slider__wrapper {
        height: auto;
    }
    .news-main__slider {
        padding: 0;
        margin-bottom: 0;
    }
    .news-main__wrap {
        margin: 0;
    }
    .news-main__item__table {
        display: inline-block;
        vertical-align: top;
        height: auto;
    }
    .news-main__item__table__img__wrapper {
        padding-top: 100%;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .news-main__item__table__description {
        display: inline-block;
        vertical-align: top;
        padding: 18px 39px 65px 39px;
        background: transparent;
    }
    .news-main__date {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        font-size: 10px !important;
        letter-spacing: normal;
        line-height: normal;
    }
    .news-main__item__tag {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        display: none;
    }
    .news-main__item__description {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        text-align: center;
    }
    .news-main__name {
        font-size: 24px!important;
        line-height: 24px;
        max-height: none;
        text-align: left;
    }
    .news-main__intro {
        font-size: 15px!important;
        line-height: 19px;
        margin-top: 20px;
        margin-bottom: 26px;
        max-height: none;
        text-align: left;
    }
    .news-main__slider__wrapper {
        background-image: linear-gradient(#fff,#d4d4d4);
        background-size: 100% 100%;
    }
    .news-main--altlook .news-main__slider__wrapper, .news-main--altlook .news-main__item__table{
        background: none;
    }
    .news-main__list .slick-dots button {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: white;
    }
    .slider_video .slick-dots {
        bottom: 5px;
        padding: 0;
        box-sizing: border-box;
    }
    .slider_video .slick-dots li button {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: white;
        padding: 0;
    }
    .news-main__read {
        padding: 9px 30px 10px 30px;
        font-size: 25px !important;
    }
    .news-main__video {
        padding: 0;
    }
    .youtube .play-button {
        width: 55px;
        height: 55px;
    }
    .youtube .play-button:before {
        border-width: 15px 0 15px 15px;
    }
    .grid__cell {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .grid__cell:last-child {
        margin-bottom: 0;
    }
    .catalog__item-inner {
        height: auto;
    }
    .grid{
        margin-left:0;
        margin-right:0;
    }
    .grid_four .grid__cell {
        width: 100%;
        padding-bottom:25px;
        height:auto;
    }
    .catalog__item-description {
        text-align: left;
    }
}

.move-top {
    position: relative;
    z-index: 10;
}
.move-top.hidden {
    display: none;
}
.move-top>a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: center;
    vertical-align: middle;
    line-height: 57px;
    font-size: 18px;
    cursor: pointer!important;
}
.move-top>a>i.icon {
    color: #000;
    position: relative
}
.move-top>a:before {
    display: block;
    content: '';
    background: #e9ebf0;
    border: 1px solid #505358;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(Opacity=50);
    opacity: .5
}
.news-page .page__fullwidth_video .news__cell {
    min-height: auto;
    float: none;
}
.news-page .page__fullwidth_video .news__items {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    z-index: 1;
    opacity: 0.8;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    box-shadow: none;
    background-color: #A50034;
    background-image: url('/local/templates/lg/images/icon-video-play.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.youtube:hover .play-button{
    opacity:1;
    box-shadow: 0 0 30px rgba(237, 70, 48,0.6);
}
.youtube img, .youtube .play-button {
    cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
    position: absolute;
}
.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.modal--zoom img {
    cursor: url('/local/templates/lg/images/zoomin_cursor.png'),move !important;
}
.modal--zoom img.zoom-out {
    cursor: url('/local/templates/lg/images/zoomout_cursor.png'),move !important;
}
@media (max-width: 1124px) {
    .breadcrumbs__item {
        color:#fff;
    }
}
@media (max-width: 1100px) {
    .breadcrumbs__item {
        color: #333;
    }
    .breadcrumbs {
        white-space: normal;
    }
}
.table_wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.support .support__title{
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
}
.support .support__text{
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
}
.support .support__download_link{
    padding-top: 15px;
    display: block;
    font-weight: bold;
}
.support .support_email{
    text-decoration: none;
    color: #0e87df;
}
.support .support_email:hover{
    text-decoration: underline;
}

/*новый хэдер*/
.header {
    position: relative;
    overflow:initial;
    z-index: auto;
    max-width:1600px;
    margin: 0 auto;
}
.header.visible {
    overflow: visible;
}
.header__breadcrumbs {
    margin-right: 405px;
    padding-top: 5px;
    overflow: hidden;
}
.header__button > a:hover .icon {
    color: #a60933;
}
.mobile__nav .nav-item {
    display: block;
}
.mobile-nav-section .nav-sub-list .nav-section-link {
    padding-left: 40px;
}
.mobmenu__inner{
    height: auto;
    margin-left: 0;
}
.mobmenu{
    bottom: inherit;
}
.mobmenu__arrow:before{
    background-size: cover;
    background-image: url('/local/templates/lg/images/svg/right-arrow.svg');
    background-position: 0 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: 17px;
}
.mobmenu .nav-section-link:hover:before{
    background-image: url('/local/templates/lg/images/svg/right-arrow-hover.svg');
}
.header__breadcrumbs {
    margin-right: 162px;
    padding: 5px 0;
    overflow: hidden;
}
.header__button i.icon{
    color:#D6D6D6;
    font-size: 22px;
}
.header__button i.icon-login-header{
    font-size:26px;
}
@media screen and (max-width: 1200px) {
    .header__slogan {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    .header__button > a {
        padding: 10px 0 5px;
    }
}
@media (max-width: 1124px) {
    .is-mobile .search-box .search-box-heading .primary-nav-search-close,.is-mobile .search-box .search-box-heading button .icon span,.is-mobile .search-box .search-box-heading label {
        display: none
    }
    .header__breadcrumbs {
        position:absolute;
        top:0;
        left:40px;
    }
    .header__button{
        margin:0;
    }
    .header__button>a{
        display:inline-block;
        padding:17px 8px 13px 8px
    }
    .header__hamburger>a{
        padding-right:15px;
    }
    .header__hamburger{
        display: inline-block;
    }
}
@media (max-width: 1100px) {
    .header__breadcrumbs {
        display: block;
        margin: auto;
        position: static;
        width: calc(100% - 30px);
    }
    .mobpagemenu__container span {
        display: inline-block;
    }
}


.b2b-b2c-choice {
    display: none;
}
.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
}
.header__top-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__search {
    background-image: url('/local/templates/lg/images/search.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 28px;
    height: 28px;
}
.hamburger {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 20px;
    height: 20px;
    padding: 2px;
}
.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--color-text);
}
.hamburger span:nth-child(2) {
    width: 60%;
}
.header__logo {
    display: block;
    height: 22px;
    text-align: left;
}
.header__logo img {
    height: 100%;
    width: auto;
}
.userbar__button {
    display: block;
    height: 26px;
    width: 26px;
}
.userbar__button img {
    height: 100%;
    width: 100%;
}
.header__top-button {
    margin-left: 10px;
}
.mobmenu {
    background-color: var(--color-bg);
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 770;
    -webkit-transition: right 0.2s linear 0s;
    -o-transition: right 0.2s linear 0s;
    transition: right 0.2s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobmenu_opened {
    right: 0;
    min-width: 320px;
    -webkit-transition: right 0.2s linear 0s;
    -o-transition: right 0.2s linear 0s;
    transition: right 0.2s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobmenu.active .psearch-nav {
    display: block;
}
.ie9 .mobmenu.avtive {
    min-width: 320px!important;
}
.mobmenu .mobile-flyout-body-wrapper {
    height: 100%;
    max-height: 1500px;
}
.mobmenu .mobile-flyout-body-wrapper > * {
    -webkit-transform: translateZ(0);
}
.mobmenu .nav-sub-list {
    font-size: 17px;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    overflow: hidden;
}
.mobmenu .nav-sub-list.active li a.active .icon-gnb-plus,
.mobmenu .nav-sub-list.active li > .nav-sub-list-item.active .icon-gnb-plus {
    display: none;
}
.mobmenu .nav-sub-list.active li {
    list-style: none;
    text-align: left;
}
.mobmenu .nav-sub-list.active li > .nav-sub-list-item.active {
    padding-left: 2rem!important;
}
.mobmenu .nav-sub-list.active li a {
    padding-left: 3rem!important;
    text-decoration: none;
    color: #333;
}
.mobmenu .nav-sub-list.active > li > ul {
    padding-left: 0;
}
.mobmenu .nav-sub-list .nav-accordion-item {
    padding-left: 35px;
    border-top: none;
}
.mobmenu .nav-section-link, .mobile-nav-section > .nav-sub-list-item  {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px 40px 20px 20px;
    font-size: 17px;
    font-weight: bold;
    color: var(--color-text);
    text-decoration: none;
}
.mobmenu .nav-section-link,
.mobile-nav-section > .nav-sub-list-item,
.mobmenu .nav-sub-list > li a {
    text-decoration: none;
    position: relative;
    display: block;
    color: var(--color-text);
    text-align: left;
}
.mobmenu .nav-section-link,
.mobile-nav-section > .nav-sub-list-item {
    padding: 8px 40px 8px 20px;
}
.mobmenu .nav-sub-list > li a {
    padding: 5px 40px 5px 20px;
}
.mobmenu .nav-section-link i,
.mobmenu .nav-sub-list-item i,
.mobmenu .nav-sub-list > li a i {
    float: right;
    color: #333;
    font-size: 12px;
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 16px;
}
.mobmenu .nav-section-link i.icon-gnb-left,
.mobmenu .nav-sub-list-item i.icon-gnb-left,
.mobmenu .nav-sub-list > li a i.icon-gnb-left {
    display: none;
}
.mobmenu .nav-section-link i.icon-gnb-right,
.mobmenu .nav-sub-list-item i.icon-gnb-right,
.mobmenu .nav-sub-list > li a i.icon-gnb-right {
    display: inline-block;
}
.mobmenu .nav-section-link .icon-gnb-left,
.mobmenu .nav-sub-list-item .icon-gnb-left,
.mobmenu .nav-sub-list > li a .icon-gnb-left {
    display: none;
    float: left;
}
.mobmenu .nav-section-link.active,
.mobmenu .nav-sub-list-item.active,
.mobmenu .nav-sub-list > li a.active {
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #787878;
    pointer-events: none;
    color: #fff;
}
.mobmenu .mobile-nav-section:first-child .nav-section-link,
.mobmenu .mobile-nav-section:nth-child(2) .nav-section-link {
    border-top: none;
}
.mobmenu .mobile-nav-section:last-child .nav-section-link {
    border-bottom: 2px solid #fff;
}
.mobmenu .main-menu-link .icon-gnb-left {
    display: inline;
    float: left;
    margin-right: 12px;
}
.mobmenu .nav-sub-accordion-ul {
    -webkit-transition-property: max-height, opacity;
    -o-transition-property: max-height, opacity;
    transition-property: max-height, opacity;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    padding-left: 1rem!important;
    max-height: 0;
    pointer-events: none;
}
.mobmenu .nav-sub-accordion-ul.active {
    -webkit-transition-property: max-height, opacity;
    -o-transition-property: max-height, opacity;
    transition-property: max-height, opacity;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    padding-left: 1rem!important;
    max-height: 750px;
    opacity: 1;
    pointer-events: auto;
}
.mobmenu .nav-sub-accordion-ul .nav-accordion-item {
    padding-left: 2rem!important;
}
.mobmenu .icon-menu-minus:before {
    vertical-align: -8px;
}
.mobmenu .mobile-login-form {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.mobmenu .mobile-login-form .form-wrap {
    position: relative;
}
.mobmenu .mobile-login-form a {
    color: #333;
}
.mobmenu .mobile-login-form p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
}
.mobmenu .mobile-login-form .my-info .table-box {
    display: table;
    table-layout: fixed;
    height: 100%;
    max-width: 70%;
}
.mobmenu .mobile-login-form .my-info .table-box > div {
    display: table-cell;
    vertical-align: top;
}
.mobmenu .mobile-login-form .my-info i {
    font-size: 160%;
    margin-right: 10px;
}
.mobmenu .mobile-login-form .my-info .welcome {
    padding: 0;
}
.mobmenu .mobile-login-form .sign-out {
    position: absolute;
    right: 0;
    top: 5px;
    background: #d2d2d2;
    color: #333;
    padding: 5px 10px 8px;
    font-size: 15px;
}
.menuclose {
    background-image: url('/local/templates/lg/images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: transparent;
    border: none;
    flex-shrink: 0;
    display: none;
    width: 30px;
    height: 30px;
}
.menuclose.active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s linear 0s;
    -o-transition: opacity 0.8s linear 0s;
    transition: opacity 0.8s linear 0s;
    -webkit-backface-visibility: hidden;
}
.mobmenu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.mobmenu__search {
    padding-left: 10px;
    flex-grow: 1;
    max-width: 430px;
}
.header__menu {
    display: none;
}
.topsearch {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.topsearch__input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid var(--color-border);
    line-height: normal;
    width: calc(100% - 52px);
}
.topsearch__input:-moz-placeholder,
.topsearch__input::-webkit-input-placeholder{
    color: #333;
}
.topsearch__button {
    background-color: transparent;
    background-image: url('/local/templates/lg/images/search.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    width: 52px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
}
.topsearch__button:hover {
    opacity: .5;
}
@media (min-width: 768px) {
    .header {
        box-sizing: border-box;
        padding: 0 30px;
        position: relative;
    }
    .header__top {
        padding: 0;
        position: relative;
        display: grid;
        grid-template-columns: 170px calc(100% - 200px);
        grid-template-areas: "logo menu-top"
        "logo menu-bottom";
        align-items: center;
    }
    .header__left {
        grid-area: logo;
    }
    .header__logo {
        height: auto;
    }
    .header__logo img {
        width: 100%;
        height: auto;
    }
    .header__right {
        grid-area: menu-bottom;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .b2b-b2c-choice {
        border-bottom: 1px solid var(--color-border);
        display: block;
        grid-area: menu-top;
        line-height: normal;
        padding: 11px 0;
    }
    .b2b-b2c-choice__list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        margin: 0 0 10px;
        list-style: none;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .b2b-b2c-choice__list li {
        margin-right: 20px;
    }
    .b2b-b2c-choice__list a {
        color: var(--color-text);
        opacity: 0.5;
    }
    .b2b-b2c-choice__list a.active {
        opacity: 1;
    }
    .header__submenu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .submenu__container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
        font-size: 0;
    }
    .submenu__item {
        margin-left: 8px;
        font-size: 15px;
        font-weight: bold;
    }
    .submenu__item a {
        padding: 4px 20px;
        border-radius: 100vmax;
        border: 1px solid var(--color-highlight);
    }
    .submenu__item a.i-button {
        background-color: var(--color-highlight);
        color: white;
        white-space: nowrap;
    }
    .hamburger {
        display: none;
    }
    .header__top-button {
        margin-left: 20px;
    }
    .header__menu {
        display: block;
    }
    .menu__container {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .menu {
        display: inline-block;
        width: 100%;
    }
    .menu__item {
        margin-right: 10px;
    }
    .menu__item > a {
        color: var(--color-text);
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.14;
        padding: 19px 0 18px;
        position: relative;
        text-transform: uppercase;
    }
    .menu__item > a::before {
        background-color: var(--color-highlight);
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        transform: scaleY(0);
        transition-duration: 0.2s;
        width: 100%;
        z-index: 101;
    }
    .menu__item > a:hover {
        color: var(--color-highlight);
    }
    .menu__item > a:hover::before {
        transform: scaleY(1);
    }
    .menu__item:hover .menu__dropdown {
        display: block;
    }
    .menu__dropdown {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-box-shadow: 0 15px 20px -10px #696969;
        box-shadow: 0 15px 20px -10px #696969;
        top: 65px;
        width: 100%;
        left: 0;
        height: auto;
        z-index: 9;
        -webkit-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        transition: opacity 0.2s linear 0s;
        -webkit-backface-visibility: hidden;
    }
    .menu__dropdown_opened {
        opacity: 1;
        visibility: visible;
    }
    .menu__close {
        right: 0;
        top: -20px;
        display: block;
        width: 22px;
        height: 22px;
        cursor: pointer;
        -webkit-transition: opacity 0.1s linear 0s;
        -o-transition: opacity 0.1s linear 0s;
        transition: opacity 0.1s linear 0s;
        -webkit-backface-visibility: hidden;
        position: absolute;
    }
    .menu__close:hover {
        opacity: .5;
    }
    .menu__close:before {
        background-image: url('/local/templates/lg/images/svg/sprite.svg');
        background-repeat: no-repeat;
        background-position: -169px -75px;
        width: 24px;
        height: 24px;
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        z-index: 1;
        margin-top: 0;
        margin-left: 0;
    }
    .menu__inner__container {
        background-color: var(--color-bg);
        left: 50%;
        position: absolute;
        top: calc(100% - 1px);
        transform: translateX(-50%);
        visibility: hidden;
        width: 100vw;
        z-index: 100;
    }
    .menu__item:hover .menu__inner__container {
        visibility: visible;
    }
    .menu__item:focus-within .menu__inner__container {
        visibility: visible;
    }
    .userbar__button {
        height: 23px;
        width: 23px;
    }
    .menu__inner__wrap{
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        margin:0 auto;
        padding: 45px 15px 15px;
        text-align: left;
    }
    .menu__inner{
        list-style: none;
        margin:0;
        padding:0;
    }
    .menu__inner__item>a{
        font-size:16px;
        color:#777;
        font-weight:400;
        vertical-align: top;
    }
    .menu__inner__item--parent>a,
    .menu__inner__header{
        font-size: 21px;
        color: var(--color-text);
    }
    .menu__inner__header{
        font-size:23px;
    }
    .menu__inner__item--parent>a:after,
    .menu__inner__header:after {
        content: '>';
        padding-left: 7px;
    }
    .menu__inner__item a:hover{
        color: #a50034;
    }
    .menu__inner .menu__inner{
        padding-left: 20px;
    }
    .menu__inner__item--parent {
        margin-bottom: 10px;
    }
    .menu__inner__item--parent:last-child {
        margin-bottom: 0;
    }
    .menu__inner--second {
        margin-top: 10px;
    }
    .menu__inner__wrap>.menu__inner{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        -webkit-column-rule-style: solid;
        -moz-column-rule-style: solid;
        column-rule-style: solid;
        -webkit-column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        column-rule-width: 1px;
        -webkit-column-rule-color: #b9b9bc;
        -moz-column-rule-color: #b9b9bc;
        column-rule-color: #b9b9bc;
    }
    .menu__inner__wrap>.menu__inner--onecol{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .menu__inner__wrap>.menu__inner>.menu__inner__item{
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    }
}
@media (min-width: 956px) {
    .b2b-b2c-choice {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .b2b-b2c-choice__list {
        margin-bottom: 0;
    }
    .menu__item {
        margin-right: 50px;
    }
}
@media (min-width: 1000px) {
    .header__top {
        grid-template-columns: 170px calc(100% - 230px);
    }
    .b2b-b2c-choice__list li {
        margin-right: 24px;
    }
}
.container {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
.h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin: 10px 0 20px;
    text-align: center;
    color: #000;
}
@media (min-width: 768px) {
    .h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (min-width: 1000px) {
    .h1 {
        font-size: 44px;
    }
}
.main-proj {
    padding: 20px 0;
}
.main-proj__text {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}
.main-proj__gradient {
    background-image: linear-gradient(to bottom, #fff, #f3f3f3 52%, #fff);
    padding-bottom: 30px;
    position: relative;
}
.main-proj__carousel {
    margin-top: 20px;
}
.main-proj__carousel .slick-track {
    display: flex;
    align-items: stretch;
}
.main-proj__link {
    background-color: var(--color-bg);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.main-proj__img {
    aspect-ratio: 1.3;
    display: block;
    flex-shrink: 0;
    width: 100%;
}
.main-proj__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.main-proj__item.slick-slide {
    height: auto;
    margin: 0 15px;
}
.main-proj__caption {
    display: block;
    flex-grow: 1;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
}
.main-proj__caption svg {
    stroke: currentColor;
    width: 12px;
    height: 12px;
    stroke-width: 1.5;
    margin-left: 4px;
}
.nowrap {
    white-space: nowrap;
}
.main-proj__btn {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 38px;
    width: 21px;
}
.main-proj__btn svg {
    fill: #5B5B5B;
    height: 38px;
    width: 21px;
}
.main-proj__btn--prev {
    left: 5px;
}
.main-proj__btn--prev svg {
    transform: scale(-1, 1);
}
.main-proj__btn--next {
    right: 5px;
}
.main-proj__carousel-wrap {
    position: relative;
}
@media (min-width: 425px) {
    .main-proj__carousel {
        display: flex;
    }
    .main-proj__carousel .slick-slider {
        display: block;
    }
}
@media (min-width: 1000px) {
    .main-proj {
        padding: 65px 0 0;
    }
    .main-proj__text {
        margin: 20px 0 40px;
    }
    .main-proj__carousel {
        margin-top: 59px;
    }
    .main-proj__caption {
        font-size: 18px;
        padding: 34px 36px;
    }
    .main-proj__btn--prev {
        left: 15px;
    }
    .main-proj__btn--next {
        right: 15px;
    }
    .main-proj__gradient {
        padding-bottom: 55px;
    }
}
@media (min-width: 1600px) {
    .main-proj__btn--prev {
        left: 30px;
    }
    .main-proj__btn--next {
        right: 30px;
    }
}

.slider_main .slider__title,
.slider_main .slider__text,
.slider_main .slider__button_container {
    padding: 0 35px;
}
.slider_main .slider__button_container{
    margin: 20px 0;
}
.slider_main {
    max-width: 1600px;
    margin: -38px auto 0;
    height: auto;
}
.slider_main .slider__item {
    height: auto;
}
.slider_main .bx-prev {
    left: 46px;
}
.slider_main .bx-next {
    right: 46px;
}
.slider_main--full {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.slider_main--full .slider__item__img {
    width: 100%;
    vertical-align: top;
}
.slider_main--full .slider__item {
    height: auto;
}
.slider_main--full .slider__container {
    height: 100%;
}
.slider_main--full .slider__ads {
    display: inline-block;
    vertical-align: top;
}
.slider_main--full .slider__ads-inner {
    display: table;
}
.slider_main--full .slider__ads-inner__content {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 1124px) {
    .slider_main {
        height: 788px;
    }
    .slider_main .slider__container {
        height: 788px;
    }
    .slider_main .slider__item {
        height: 788px;
        background-size: auto 80%;
        background-position: left bottom;
    }
    .slider_main .slider__item:before,
    .slider_main .slider__item:after {
        z-index: 9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
    }
    .slider_main .slider__ads {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 0;
        z-index: 10;
    }
    .slider_main .slider__ads-inner {
        display: block;
    }
    .slider_main .slider__title {
        font-size: 35px;
    }
    .slider_main .slider__text {
        font-size: 20px;
    }
    .slider_main .slider .bx-controls {
        position: absolute;
        height: 0;
        margin: 0;
        width: 100%;
        left: 0;
        top: 50%;
    }
    .slider_main .slider .bx-prev {
        left: 15px;
        top: 0;
        margin: 0;
        z-index: 11;
        position: absolute;
    }
    .slider_main .slider .bx-next {
        right: 15px;
        top: 0;
        margin: 0;
        z-index: 11;
        position: absolute;
    }
}
@media (max-width: 1100px) {
    .slider_main .slider__title, .slider_main .slider__text{
        color: #fff;
    }
    .slider_main .slider__ads{
        padding: 0;
        height: 100%;
    }
    .slider__ads-inner{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-justify-content: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .slider_main .slider__item{
        background-size: auto 100%!important;
    }
    .slider_main .slider__item:first-child{
        background-position: right bottom;
    }
    .slider_main .slider__item:before, .slider_main .slider__item:after, .slider_main .slider__ads{
        background: rgba(0, 0, 0, .1)!important;
    }
    .slider_main, .slider_main .slider__item{
        height: auto!important;
    }
    .slider__ads_LEFT {
        left: 0;
    }
    .slider_main .slider__title, .slider_main .slider__text, .slider_main .slider__button_container {
        padding: 0 60px;
    }
    .slider_main .bx-prev {
        left: 10px;
    }
    .slider_main .bx-next {
        right: 10px;
    }
    .slider__ads-inner {
        display: table-cell !important;
        padding: 0;
    }
    .slider__ads--top .slider__ads-inner__content{
        padding-top:0;
    }
    .slider_main--full .slider__ads {
        width: 100%;
        left: auto;
        right: 0;
    }
    .slider_main--full .slider__ads-inner {
        display: table !important;
    }
}
@media(max-width: 680px){
    .slider_main .slider__text {
        display: none;
    }
    .slider_main .slider__ads-inner__content{
        text-align:center;
    }
}
@media (max-width: 550px) {
    .slider_main--full .slider__ads-inner__content{
        padding-top: 5vw;
    }
    .slider_main .slider__title{
        font-size: 30px;
        padding: 0 10px;
    }
    .slider_main .slider__text {
        font-size: 22px;
    }
    .slider__ads{
        left: 0!important;
    }
    .slider_main .slider__pager{
        display:none;
    }
    .slider__item .wrap {
        height: 380px;
    }
    .slider_main .slider__ads {
        height: 100%;
    }
    .slider__ads-inner {
        vertical-align: middle;
        padding: 21px 0;
    }
    .slider_main .slider__title, .slider__text {
        font-size: 25px;
        line-height: 25px;
    }
    .slider__button {
        letter-spacing: 1px;
        line-height: normal;
    }
}
@media (max-width: 450px){
    .slider_main .slider__item:first-child{
        background-position: -580px bottom;
    }
    .slider_main .slider__text {
        margin-top: 15px;
    }
}
.not-list {
    list-style: none;
    padding: 0;
}
.main-btn {
    background-color: var(--color-highlight);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto;
    padding: 13px 20px;
    text-transform: uppercase;
    width: fit-content;
}
.main-about {
    padding: 20px 0 30px;
    text-align: center;
}
.line-top {
    position: relative;
}
.line-top .container::before {
    background-image: linear-gradient(to right, transparent, #bfbfc1, transparent);
    border-radius: 50%;
    content: '';
    height: 2px;
    left: 50%;
    max-width: 1600px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 60px);
}
.main-about__text {
    color: #333;
    font-size: 16px;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .main-about {
        padding: 50px 0;
    }
    .main-about__text {
        margin: 25px auto 38px;
        max-width: 700px;
    }
}
@media (min-width: 1000px) {
    .main-about {
        padding: 70px 0 100px;
    }
    .main-about.line-top {
        padding: 60px 0 90px;
    }
}
.footer {
    background-color: #f8f8f8;
    color: #333;
    padding: 30px 0 0;
}
.footer__link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
.footer__sub {
    margin: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 0.2s;
}
.footer__sub .footer__link {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #333;
}
.footer__contact a {
    color: inherit;
}
.footer__copyright {
    font-size: 16px;
    padding: 20px 0;
    background-color: #333;
}
.footer__copyright-links a {
    display: block;
    color: #fff;
}
.footer__copyright-text {
    color: #b2b2b2;
}
.footer__contact {
    font-size: 16px;
    margin: 0 0 10px;
}
.footer__store {
    font-size: 14px;
    padding: 20px 0;
}
.footer__copyright-links {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer__copyright-text {
    font-size: 14px;
    margin: 0;
}
.footer__sub > li > .footer__link {
    text-transform: uppercase;
}
.footer__col > .footer__link {
    margin: 10px 0 0;
}
.footer__col > a.footer__link {
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    padding-bottom: 10px;
    position: relative;
}
.footer__col > a.footer__link::after {
    background-image: url("/local/templates/lg/images/accordion-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    transition-duration: 0.2s;
    width: 20px;
    height: 20px;
}
.footer__col > a.footer__link--opened::after {
    transform: rotate(0);
}
@media (min-width: 768px) {
    .footer {
        padding-top: 56px;
    }
    .footer__columns {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 32px;
    }
    .footer__columns:last-child {
        padding-bottom: 45px;
    }
    .footer__columns--center {
        align-items: center;
    }
    .footer__sub {
        height: auto;
    }
    .footer__sub-small {
        margin-bottom: 25px;
    }
    .footer__link {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer__col > .footer__link {
        margin: 0 0 20px;
    }
    .footer__sub > li > .footer__link {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .footer__sub-small .footer__link {
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer__col > a.footer__link {
        border: none;
        padding: 0;
    }
    .footer__col > a.footer__link::after {
        display: none;
    }
    .footer__store {
        padding: 0;
    }
    .footer__copyright-links {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 14px;
    }
    .footer__copyright {
        padding: 28px 0;
    }
    .footer__copyright-links a {
        margin-right: 17px;
    }
}
.objects__slider .slider__pager-item, .catalog__slider .slider__pager-item {
    border: 1px solid #747474;
    flex-shrink: 0;
}
.main-nav {
    display: none;
}
@media (min-width: 768px) {
    .main-nav {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .main-nav__item {
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
        color: #060606;
        flex: 1 1 0;
        font-weight: bold;
        font-size: 15px;
        padding: 27px 10px;
        text-align: center;
    }
    .main-nav__item--active {
        border-color: var(--color-highlight);
        border-width: 3px;
    }
}
.main-video {
    aspect-ratio: 16/9;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
}
.main-video iframe, .main-video video {
    aspect-ratio: 16/9;
    width: 100%;
}
.main-video__start {
    background-image: url("/local/templates/lg/icons/play.svg");
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    border: 1px solid #fff;
    bottom: 23px;
    cursor: pointer;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    z-index: 100;
}
.main-video__start--pause {
    background-image: url("/local/templates/lg/icons/pause.svg");
}
.grecaptcha-badge {
    opacity: 0;
    z-index: -1;
}

.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cookie-container {
    width: 100%;
    /*max-width: 1000px;*/
    background: white;
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.cookie-content {
    display: flex;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.cookie-text {
    color: #444;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 140%;
    width: 83%;
    padding-right: 30px;
}

.cookie-text a {
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.cookie-btn {
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 130px;
}

.btn-reject {
    background-color: var(--color-highlight);
    color: white;
    border: 1px solid #ddd;
    text-transform: uppercase;
}

.btn-reject:hover {
    opacity: 0.8;
}

.btn-accept {
    background-color: var(--color-highlight);
    color: white;
    text-transform: uppercase;
    margin-top: 0;
}

.btn-accept:hover {
    opacity: 0.8;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .cookie-content {
        padding: 25px;
        flex-direction: column;
    }

    .cookie-buttons {
        width: 100%;
        align-items: center;
    }

    .cookie-btn {
        flex: 1;
        padding: 12px 20px;
    }

    .cookie-text {
        width: 100%
    }
}

@media (max-width: 480px) {
    .cookie-buttons {
        flex-direction: column;
        align-items: center;
    }
    .cookie-text {
        width: 100%
    }
}
