

/* Start:/local/templates/b2b/css/base.css?171895572115720*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  transition: all 0.3s;
}
button {
  overflow: visible;
  border:none;
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
a,
input,
button{
  transition: all 0.4s;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/***
 *COLUMNS*
 ***/

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row--box{
  row-gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.d-flex,
.box_text.d-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
[class^="col-"]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 20px;
    position: relative;
    min-height: 1px;
}
@media screen and (max-width: 1440px){
  .row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .row > *{
    padding-left: 12px;
    padding-right: 12px;
  }
  .box{
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px){
  .md-hide{
    display: none!important
  }
  .row{
    margin-left: -8px;
    margin-right: -8px;
  }
  .row > *{
    padding-left: 8px;
    padding-right: 8px;
  }
  .box{
    margin-bottom: 16px;
  }
}
.gap-24{
  gap: 24px;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.jc-center{
  justify-content: center;
}
.jc-space{
  justify-content: space-between;
}
.jc-right{
  justify-content: flex-end;
}
.align-center{
  align-items: center;
}
.align-center img{
  vertical-align: middle;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: all 0.4s;
}
.pl-0{
  padding-left: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1366px) {
 .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  } 
}
@media (min-width: 1920px) {
 .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  } 
}
/*
*
* Animations for the wow-effect ^_^
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes scaleInY {
  0% {
    top: 0;
    bottom: 100%;
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    top: 100%;
    bottom: auto;
    transform: scale3d(1, 0, 1);
  }
}

@keyframes scaleFadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.scaleFadeIn {
  display: flex;
  overflow: hidden;
  animation-name: scaleFadeIn;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scaleFadeInWrap {
  display: flex;
  align-items: stretch;
}

.wow-outer {
  position: relative;
  overflow: hidden;
}
.wow-outer > span{
  display: block;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1001;
    text-align: center;
}
.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    width: 180px;
    height: 180px;
    display: block;
}
.uploadBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    width: 100%;
}
.input_text.uploadFile {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.textfield--file {
    margin-right: 100px;
    position: relative;
}
.file_input_text_div {
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px;
}
.file_input_text_div .btn{
    height: 42px;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

@keyframes scaleInVertical {
  0% {
    transform: scale3d(1, 0, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.scaleInVertical {
  animation-name: scaleInVertical;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeSlideInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.fadeSlideInDown {
  animation-name: fadeSlideInDown;
}

@keyframes fadeSlideInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.fadeSlideInUp {
  animation-name: fadeSlideInUp;
}

.wow {
  backface-visibility: hidden;
}

.h-100{
  height: 100%;
}
/* End */


/* Start:/local/templates/b2b/css/slick.css?17032472902684*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slider .slider-item{
    position: relative;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nav-btn.slick-disabled,
.slider-ratings .nav-btn.slick-disabled,
.nav-btn.slick-disabled:hover{
    opacity: 0.2;
    cursor: default;
}
.nav-btn.slick-disabled:hover .icon{
    fill: #000;
}
@media screen and (max-width: 768px){
  .news_slider .nav-btn{
    top: 114px;
  }
  .nav_top .nav-btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -5px;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 50%);
    box-shadow: 0 0 6px rgb(0 0 0 / 50%);
  }
  .nav_top .nav-btn .icon{
    height: 16px;
  }
  .nav_top{
    margin-left: -24px;
    margin-right: -24px;
  }
  .nav_top .nav{
    padding: 13px 42px;
  }
}
@media screen and (max-width: 479px){
    .news_slider .nav-btn{
        top: 78px;
    }
}
/* End */


/* Start:/local/templates/b2b/css/select2.css?171637501318789*/
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.select2-container .select2-selection {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  border: 1px solid #9aa0b1;
  padding: 24px;
  border-radius: 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
  min-height: 72px;
}
/*.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #9aa0b1;
  box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-size: 18px;
  border-radius: 0 0 12px 12px;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
  top:0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  font-size: 18px;
  line-height: 150%;
  line-height: normal;
  min-height: 77px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -19px;
  transition: all 0.3s;
}
.select2-container--default .select2-selection .select2-selection__arrow b {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff url(/local/templates/b2b/css/../img/icons/select-arrow.svg) center center/12px 7px no-repeat;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
/*.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 -4px 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search{
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 15px;
  margin-bottom: 4px;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #1A5697;
  padding: 2px 8px;
  border-radius: 8px;
  display: inline-block;
  max-width: 100%;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
  font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #DE3F3B;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #676767;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #9AA0B1;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #9AA0B1;
}

@media (max-width: 769px){
  .select2-container .select2-selection{
    padding: 20px 24px;
  }
  .select2-container--default .select2-selection--single{
    font-size: 15px;
    min-height: 62px;
  }
  .select2-dropdown{
    font-size: 15px;
  }
}
.select2-container--news-tags .select2-selection{
  border: 1px solid #1a5697;
  height: 58px;
  font-size: 15px;
  padding: 16px 24px;
  text-transform: uppercase;
  color: #1a5697;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.select2-container--news-tags.news-tags--selected .select2-selection{
  background: #1a5697;
  color: #fff;
}
.select2-container--news-tags .select2-selection__arrow{
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  background: #1a5697;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%231A5697' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  margin-top: -6px;
  transition: all 0.4s;
}
.select2-container--news-tags.news-tags--selected .select2-selection__arrow{
  background: #fff;
}
.select2-container--news-tags.select2-container--open .select2-selection__arrow{
  transform: rotate(180deg);
}
.select2-container--news-tags.select2-container--open .select2-dropdown--below{
  border-radius: 12px;
}
.select2-container--news-tags .select2-results__option[aria-disabled="true"],
.select2-container--news-tags .select2-results__option[aria-disabled="true"]:hover{
  color: #80889B;
  background: #fff;
}
.select2-container--news-tags .select2-results__options{
  padding: 12px 0;
}
.select2-container--news-tags .select2-results__option{
  padding: 6px 24px;
  color: #1a5697;
  transition: all 0.3s;
}
.select2-container--news-tags .select2-results__option[aria-selected="true"],
.select2-container--news-tags .select2-results__option:hover{
  color: #fff;
  background: #1a5697;
}
/* End */


/* Start:/local/templates/b2b/css/magnific-popup.css?17104987267331*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(128, 136, 155, 0.80);
  backdrop-filter: blur(8px);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -52px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* End */


/* Start:/local/templates/b2b/css/tooltipster.css?17037641568981*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 12px;
	background: #1A5697;
	color: #fff;
	width: 250px!important;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-size: 14px;
	line-height: 150%;
	padding: 8px 16px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* End */


/* Start:/local/templates/b2b/css/styles.css?173142099173637*/
/*Main styles*/
html{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #151515;
  font-weight: 500;
  background: #F5F6F9;
}
html, body{
  height: 100%;
}
body > .wrapper{
  max-width: 1920px;
  margin: 0 auto;
}
.cropped{
  overflow: hidden;
}
a{
  text-decoration: none;
  transition: all 0.3s;
  color: #1A5697;
  background: transparent;
}
h2{
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 700;
  margin: 0 0 5.33rem;
  color: #151515;
}
.heading--link{
  margin-bottom: 5.33rem;
}
h3{
  text-transform: uppercase;
  font-size: 30px;
}
h5{
  font-size: 18px;
}
ul.marked-list{
  list-style-type: none;
  padding: 0;
  margin: 1.66em 0;
}
ul.marked-list > li{
  position: relative;
  padding: 0 0 1.5rem 24px;
}
ul.marked-list > li:before{
  position: absolute;
  left: 2px;
  top: 6px;
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  border-radius: 5px;
  border: 3px solid #1A5697;
}
ul.marked-list:only-child,
ul.marked-list:last-child{
  margin: 0;
}
.dark-bg ul.marked-list > li:before{
  border-color: #fff;
}
div.mt-120{
  margin-top: 120px;
}
div.mb-120{
  margin-bottom: 120px;
}
div.mt-100{
  margin-top: 100px;
}
div.mt-80{
  margin-top: 80px;
}
div.mb-100{
  margin-bottom: 100px;
}
div.mb-80{
  margin-bottom: 80px;
}
div.mb-64{
  margin-bottom: 64px;
}
div.mb-32{
  margin-bottom: 32px;
}
div.mt-32{
  margin-top: 32px;
}
div.mt-64{
  margin-top: 64px;
}
div.mt-24{
  margin-top: 24px;
}
.pb-0{
  padding-bottom: 0!important;
}
.mt-0{
  margin-top: 0!important;
}
div.mt-190{
  margin-top: 190px;
}
div.mb-190{
  margin-bottom: 190px;
}
.mb-0{
  margin-bottom: 0!important;
}
.d-block{
  display: block;
}
.f-nowrap{
  flex-wrap: nowrap!important;
}
.pos-static{
  position: static;
}
.align-end{
  align-self: end;
}
.align-start{
  align-items: start;
  align-self: start;
}
.text-center img.d-block{
  margin-left: auto;
  margin-right: auto;
}
.text img{
  border-radius: 12px;
}
.content_container{
  overflow: hidden;
}
.header{
  padding-top: 48px;
  font-size: 14px;
  background: #fff;
}
.header__wrapper{
    row-gap: 24px;
}
.lang-btn{
  font-weight: bold;
  color: #151515;
}
.lang-btn span{
  display: inline-block;
  border-bottom: 2px solid #DE3F3B;
}
.lang-btn:hover span{
  border-bottom-color: transparent;
}
.lang-btn .icon{
  font-size: 6px;
  fill: currentColor;
  stroke: inherit;
  color: #151515;
}
.header .emblem{
  padding-right: 0;
  border-left: 1px solid #80889B;
}
.header_contacts{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 51px;
}
.header_contacts a{
  color: #80889B;
  font-weight: bold;
}
.header_contacts a:hover{
  color: #151515;
}
.header_contacts__mail{
  font-size: 12px;
}
.header_contacts .icon_wrapper{
  border: 1px solid #d9dbe1;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  font-size: 17px;
  color: #80889B;
  transition: all 0.3s;
}
.header_contacts a:hover .icon_wrapper{
  border: 1px solid #80889B;
  color: #151515;
}
.header_socials{
  font-size: 0;
  word-spacing: 16px;
  margin-left: auto;

}
.header_socials a{
  border: 1px solid #d9dbe1;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #80889B;
  font-size: 20px;
  word-spacing: normal;
  vertical-align: middle;
}
.header_socials a:hover{
  border: 1px solid #80889B;
  color: #151515;
}
.header_socials a .icon--rutube{
  font-size: 17px;
  margin-top: -2px;
}
.header_menu{
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: nowrap;
  flex: 1;
}
.header_menu__item{
  display: inline-flex;
  align-content: center;
  flex-grow: 1;
}
.header_submenu{
  display: none;
  position: absolute;
  left: 0;
/*  background: #E7EBF5;*/
  z-index: 10;
  width: 100%;
/*  margin-top: 3.44em;*/
  border-top: 1px solid #E7EBF5;
}
/*.header_submenu .content{
  margin: 0;
}*/
.header_submenu.active{
  display: block;
}
.header_submenu__left{
  height: 100%;
  background: #fff;
  position: relative;
}
.header_submenu__left:before{
  background: #fff;
  content: "";
  right: 0;
  width: 3000px;
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
  z-index: -1;
}
.header_submenu__left a{
  position: relative;
  white-space: normal;
}
/*.header_submenu__left a:before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  width: 3000px;
  background: #fff;
  min-height: 100%;
  z-index: -1;
  transition: all 0.3s;
}*/
/*.header_submenu__left a.active,
.header_submenu__left a:hover{
  background: #E7EBF5;
}
.header_submenu__left a:hover:before,
.header_submenu__left a.active:before{
  background: #E7EBF5;
}*/
.header_submenu__right{
  height: 100%;
  position: relative;
  background: #E7EBF5;
}
.header_submenu__right:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E7EBF5;
  width: 3000px;
  z-index: -1;
}
.header_submenu__list{
  display: none;
}
.header_submenu__list--mob{
  display: none;
}
/*.header_menu__item:not(.nosubmenu):hover{
  background: #E7EBF5;
  border-radius: 12px 12px 0 0;
}*/
.header_menu__item a,
.header_menu__item .as-link{
  position: relative;
}
.header_menu__item > a:after,
.header_menu__item--active > a:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  left:0;
  border-bottom: 2px solid #DE3F3B;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 99;
}
.header_menu__item > a:hover:after,
.header_menu__item--active > a:after{
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.header_submenu .header_submenu__left a{
  display: block;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #E7EBF5;
}
.header_menu__item a,
.header_menu__item .as-link{
  display: block;
  color: #151515;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0 44px;
}
.submenu .as-link,
.submenu a{
  padding-bottom: 20px;
}
.header_submenu__right a:hover{
  color: #1A5697;
}
.header_submenu__right a.active{
  opacity: 0.5;
}
.header_menu__item > a{
  border-radius: 12px 12px 0 0;
}
.header_menu__item .icon{
  color: #151515;
  font-size: 6px;
}
.header_menu__item a:hover .icon{
  color: #1A5697;
}
.header_menu__item .doc-list_item{
  margin-bottom: 0;
}
.header_menu__item .doc-list_item a{
  white-space: normal;
  font-weight: normal;
  text-transform: none;
}
.header_menu__item .doc-list_item .icon,
.header_menu__item .doc-list_item a:hover .icon{
  stroke: none;
}
.header > .content{
  position: relative;
}
.header .submenu_news__item{
  padding: 32px 0 0;
}
.submenu_news_title{
  display: block;
  text-transform: none;
  font-weight: normal;
  white-space: normal;
  font-size: 14px;
}
.submenu_news_date{
  display: block;
  text-transform: none;
  margin-bottom: 32px;
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
.submenu_news_img{
  display: block;
  height: 120px;
  overflow: hidden;
  margin-bottom: 32px;
}
.submenu_news_img img{
  max-width: 100%;
}
.search_wrapper{
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 64px;
  padding: 16px 0;
  background: #fff;
  transition: all 0.4s;
}
.search_wrapper .form-control{
  padding: 0.5rem 1.22rem;
}
.search_wrapper.active{
  width: 100%;
}
.search_close{
  position: absolute;
  right: 0;
  top: 18px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  cursor: pointer;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 50px;
  text-align: center;
  background: #DE3F3B;
  border: 1px solid #DE3F3B;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.8px;
  width: 172px;
  transition: all 0.3s;
}
.btn:disabled,
.btn.disabled,
.btn:disabled:hover,
.brn.disabled:hover{
  cursor: default;
  border-color: #9AA0B1;
  background: #9AA0B1;
  color: #fff;
}
.btn.btn--big{
  width: 410px;
  font-size: 20px;
  height: 88px;
  border-width: 2px;
  max-width: 100%;
}
.btn.btn--wide{
  width: 250px;
}
.btn.btn--center{
  margin-left: auto;
  margin-right: auto;
}
.btn.btn--fullwidth{
  width: 100%;
}
.btn.btn--header{
  border-radius: 8px;
}
.btn--primary{
  background: #1A5697;
  border-color: #1A5697;
  color: #fff;
}
.btn--secondary{
  background: none;
  border: 1px solid #1A5697;
  color: #1A5697;
}
.btn--secondary:hover{
  border-color: #DE3F3B;
  color: #DE3F3B;
}
.btn .icon{
  color: #fff;
  vertical-align: baseline;
  margin: 0 5px;
}
.btn.btn--login{
  width: 112px;
  height: 34px;
  color: #80889B;
  border-color: #9AA0B1;
  background: none;
}
.btn.btn--login:hover .icon,
.btn.btn--search:hover .icon{
  border-color: #151515;
  color: #151515;
}
.btn.btn--login .icon{
  font-size: 17px;
  color: #80889B;
  vertical-align: middle;
}
.btn.btn--search{
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #9AA0B1;
  background: none;
  color: #9AA0B1;
  border-radius: 59%;
}
@media screen and (min-width: 1200px){
  .header .btn.btn--search{
    margin-bottom: 25px;
  }
}
.btn.btn--search .icon{
  font-size: 16px;
  color: #9AA0B1;
  stroke-width: 3px;
  stroke: #9AA0B1;
}
.btn.btn--search:hover{
  border-color: #151515;
}
.btn.btn--search:hover .icon{
  color: #151515;
  stroke: #151515;;
}
.btn.btn--light{
  border-color: #9AA0B1;
  color: #151515;
  background: none;
}
.btn.btn--white{
  border-color: #fff;
  color: #fff;
  background: none;
}
.btn.box{
  width: 100%;
  border: none;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 80px;
  background: #DE3F3B;
}
a.btn.box:hover{
  background: #DE3F3B;
  color: #fff;
}
.btn em{
  display: inline-block;
  width: 40px;
  height: 16px;
  overflow: hidden;
  text-align: right;
  position: relative;
  transition: all 0.3s;
  margin-left: 12px;
}
.btn .icon{
  color: #fff;
}
.btn em .icon{
  width: 67px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.btn:hover .icon{
  color: #fff;
}
.btn:hover em{
  width: 67px;
}
.btn--wide em .icon{
  width: 40px;
}
.btn--wide:hover em{
  width: 50px;
}
.text-center .btn{
  margin-left: auto;
  margin-right: auto;
}
.gov_text{
  font-size: 10px;
  text-transform: uppercase;
}
.breadcrumbs{
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.breadcrumbs a{
  color: #151515;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
.breadcrumbs span{
  opacity: 0.5;
}
.breadcrumbs .icon{
  color: #151515;
  width: 6px;
  transform: rotate(-90deg);
}
.breadcrumbs_divider{
  width: 4px;
  height: 4px;
  background: #80889B;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.dark-bg{
  background: #80889B;
  color: #fff;
  position: relative;
  background-position: 50% 50%;
  padding: 2.13rem 0 3rem;
  background-size: cover;
  min-height: 450px;
}
.dark-bg .breadcrumbs_divider{
  background: #fff;
}
.dark-bg .breadcrumbs a{
  color: #fff;
}
.dark-bg .breadcrumbs .icon{
  color: #bfc3cd;
}
.dark-bg .breadcrumbs span {
  color: #fff;
  opacity: 0.6;
}
.dark-bg *{
  color: #fff;
  position: relative;
  z-index: 1;
}
.dark-bg h1{
  max-width: 710px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 44px;
  margin: 3.86rem 0 1.6rem;
}
.page-top img{
  margin-top: 3.86rem;
}
.content{
  max-width: 1760px;
  margin: 0 auto;
}
.box{
  border: 1px solid #9AA0B1;
  border-radius: 12px;
  transition: all 0.3s;
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 2.22rem;
}
.box.no-borders{
  border: none;
}
.box.no-borders .box_text{
  padding: 0;
}
a.box:hover{
  box-shadow: 0 0 40px 0 rgba(20, 26, 178, 0.1);
  border-color: transparent;
}
.box.box--act,
a.box{
  background: #fff;
  border: none;
}
a.box--act:hover:after,
a.box--act:hover:before,
.doc-list_item:hover:after,
.doc-list_item:hover:before{
 opacity: 1;
}
.box--act:before{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-right: 3px solid #DE3F3B;
  border-top: 3px solid #DE3F3B;
  right: 0;
  top: 0;
  border-radius: 0 11px 0 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
.box--act:after{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-left: 3px solid #DE3F3B;
  border-bottom: 3px solid #DE3F3B;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 11px;
  opacity: 0;
  transition: all 0.3s;
}

.box_title{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin: 1em 0;
  transition: all 0.3s;
  color: #151515;
}
.box_text .box_title:last-child{
  margin-bottom: 0;
}
.box_title:first-child{
  margin-top: 0;
}
a.box:hover .box_heading,
a.box:hover .box_title,
a.box:hover > svg{
  color: #DE3F3B;
}
.box_text{
  padding: 40px;
  display: block;
}
.box_text.d-flex .box_icon{
  margin-right: 2.66rem;
}
.box_text__inner{
  display: block;
  margin-top: 1.5em;
}
.box_text svg{
  fill: currentColor;
  color: #1A5697;
  stroke: inherit;
  transition: all 0.3s;
}
a.box:hover .box_text svg{
  color: #DE3F3B;
}
a.box:hover .box_text em svg{
  color: #fff;
}
.box_text p{
  font-size: 18px;
  color: #151515;
}
.box_descr{
  margin-top: 0.8rem;
  display: block;
  color: #151515;
}
.event_label{
  border-radius: 8px;
  height: 44px;
  border: 2px solid #1A5697;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  padding: 12px 20px;
  color: #1A5697;
}
.box_date + .event_label{
  margin-left: 12px;
}
.events_block .box_descr{
  font-style: italic;
}
.box_text p:last-child{
  margin-bottom: 0;
}
.box_text h3{
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 20px;
}
.box_text img + h3{
  margin-top: 2.66rem;
}
a.box:hover .box_icon{
  color: #1A5697;
}
.box_icon--reception-bell{
/*  stroke-width: 3px;*/
}
.box--pic .box_text,
.box--filled .box_text{
  font-size: 16px;
  color: #000;
  padding-top: 0;
}
.box--filled{
  max-height: 470px;
}
.box--filled .box_img{
  height: 100%;
  border-radius: 11px;
  margin: 0;
}
.box--filled .box_img img{
  height: 100%;
}
.box--filled .box_text-group{
  position: absolute;
  bottom: 0;
}
.person_block{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.person_block img{
  margin-right: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.person_name{
  text-transform: uppercase;
  font-weight: bold;
}
.news_top .box--filled .box_heading{
  max-height: 3.6em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_top .box--filled{
  min-height: 320px;
}
.box--filled .box_heading{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.box_heading{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  transition: all 0.3s;
}
.box_text .box_heading{
  margin-left: 0;
}
.box_heading.box_heading--simple{
  margin: 24px;
  font-size: 22px;
}
.slider .box{
  margin-bottom: 0;
}
.slider-news .slick-track{
  margin-left: 0;
}
.slider-news__item{
  margin-bottom: 2.22rem;
}
.gradient{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.box.box--filled:hover .box_heading{
  color: #fff;
}
.box.box--filled:hover:before,
.box.box--filled:hover:after{
  border-color: #fff;
}
.box_date{
  border-radius: 12px;
  padding: 12px 20px;
  color: #151515;
  background: #E7EBF1;
  display: inline-block;
  margin: 0 auto 1.6rem 24px;
  font-weight: 600;
  font-size: 13px;
}
.box_text > .box_date{
  margin-left: 0;
}
.slider-news .box_text{
  padding-left: 24px;
  padding-right: 24px;
}
.slider-news_item--compact .box_heading{
  font-size: 1rem;
}
.slider-news_item--compact .box--filled .box_img img{
  height: 340px;
}
.box_img{
  height: 312px;
  width: 100%;
  overflow: hidden;
  background: #ebebeb;
  margin-bottom: 26px;
  border-radius: 11px 11px 0 0;
  display: block;
  position: relative;
}
.box_img img{
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.action-logo{
  margin-right: 24px;
}
.action-logo img{
  max-height: 60px;
  max-height: 60px;
}
.num,
.numberslist_item__num{
  color: #DE3F3B;
  font-size: 68px;
  line-height: 1;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 1.6rem;
  background: linear-gradient(106deg, #FE4040 0%, #F88379 93.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 68px; 
}
.fact__count,
.numberslist_item__num .count,
.numberslist_item__num .count__units,
.numberslist_item__num .count__sign{
  color: #DE3F3B;
  transition: all 0.3s;
  display: inline-block;
  background: linear-gradient(106deg, #FE4040 0%, #F88379 93.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.numberslist_item__num.num-alt{
  color: #1A5697;
}
.numberslist_item__num.num-small{
    font-size: 40px;
}
.numberslist_item > span,
.numberslist_item__text{
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.numbers-row .numberslist_item__num{
  margin-bottom: 0;
}
.numbers-row_decor{
  border-top: 12px dotted #E7EBF1;
  flex-grow: 1;
}
[class^="col-"].num{
  padding-right: 0;
}
.stats_pic{
  position: absolute;
  bottom: 6px;
  left: 0;
  max-width: 200px;
}
.stats_pic1{
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 365px;
}
.with-pic{
  padding-left: 220px;
}
.block{
  padding: 40px;
  border-radius: 12px;
  position: relative;
}
.block_label{
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  position: absolute;
  right: 16px;
  top: -11px;
  line-height: 40px;
  height: 44px;
  padding: 0 20px;
  z-index: 3;
  font-style: italic;
  background: #1A5697;
}
.block_label.block_label--red{
  background: #DE3F3B;
  border-color: #DE3F3B;
  color: #fff;
}
.banner{
  background: #fff;
  transition: all 0.3s;
  border: none;
  display: block;
  border-radius: 12px;
}
.banner__label{
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  top: 13px;
  width: 133px;
  height: 110px;
  right: 0;
}
.banner__label-img{
  max-width: 64px;
  max-height: 64px;
  margin: 0;
  z-index: 0;
}
.banner__label:before{
  content: '';
  background: #fff;
  border-radius: 12px 0 0 12px;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  left: 0;
  transition: all .4s;
}
.banner__label:after{
  content: '';
  background: url(/local/templates/b2b/img/page-top__label.svg) no-repeat 100% 0 / contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[class^="col-"] > .banner{
  height: 100%;
}
a.banner:hover{
  box-shadow: 0 0 40px 0 rgba(20, 26, 178, 0.1);
  border-color: transparent;
}
.slider a.banner:hover{
  box-shadow: 0 0 20px 0 rgba(20, 26, 178, 0.1);
}
.banner.banner_customers{
  background: #E6EEFF;
  color: #1A5697;
  position: relative;
  height: 460px;
  padding: 40px;
  display: block;
}
.banner_customers__title{
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin: 0 0 1rem;
  font-weight: 700;
  display: block;
  line-height: 1.5;
}
.banner_customers__descr{
  display: block;
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  max-width: 300px;
}
.banner.banner--labs{
  /*background: url(/local/templates/b2b/img/banners/banner-labs.jpg) no-repeat 50% 50%;
  background-size: cover;*/
  background: #de3f3b;
}
.banner.banner--greens{
  background: url(/local/templates/b2b/img/banners/banner-greens.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.banner.banner--reo{
  background: url(/local/templates/b2b/img/banners/banner-reo.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.banner.banner--products{
  background: url(/local/templates/b2b/img/banners/products.png) no-repeat 100% 100% #0C359C;
  background-size: contain;
  text-shadow: 0 0 20px #0C359C;
}
.banner--products i{
  display: block;
  margin-top: 1rem;
}
.banner--products .btn--big{
  width: 220px;
}
.banner.banner--proq{
  background: url(/local/templates/b2b/img/banners/proq.svg) no-repeat 100% 50% #fff;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.banner.banner--proq img{
  margin-top: 1em;
}
.banner--about{
  background: url(/local/templates/b2b/img/cans.png) no-repeat 100% 50% #1A5697;
  padding: 62px 80px;
}
.banner--about .btn.btn--big{
  min-width: 300px;
}
.banner_text{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  display: block;
}
.banner_title{
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.22rem;
  display: block;
}
.text-white,
.text-white *{
  color: #fff;
}
.goods_counter{
  text-align: right;
  position: absolute;
  right: 40px;
  bottom: 128px;
  z-index: 3;
}
.goods_counter__number{
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  display: block;
  font-family: "Unbounded", sans-serif;
  margin: 1rem 0 0.4rem;
}
.goods_counter__strong{
  font-weight: 700;
  display: block;
}
.goods_preview{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: url(/local/templates/b2b/img/banners/banner_customers.png) no-repeat 0 100% #D7E5F9;
}
.goods_preview__decor{
  width: 330px;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/local/templates/b2b/css/../img/oval-blue.svg) no-repeat 0 0;
}
.goods_preview__decor--1{
  width: 229px;
  height: 281px;
  position: absolute;
  left: 0;
  bottom: 34px;
  background: url(/local/templates/b2b/css/../img/oval1.svg) no-repeat 0 0;
  z-index: 2;
}
.goods_preview__decor--2{
  width: 372px;
  height: 355px;
  position: absolute;
  left: 0;
  bottom: 34px;
  background: url(/local/templates/b2b/css/../img/oval2.svg) no-repeat 0 0;
  z-index: 2;
}
.banner.banner_customers .btn{
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  font-size: 13px;
  height: 50px;
  line-height: 48px;
}
.banner_customers .btn:hover{
  background: none;
  color: #1A5697;
}
.banner_customers .btn:hover .icon{
  color: #1A5697;  
}
.goods_preview--center{
  position: absolute;
  left: 4%;
  bottom: -14%;
  transform: rotate(45deg);
  width: 60%;
  height: auto;
}
.banner_lightblue{
  background: url(/local/templates/b2b/css/../img/banner_lightblue.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  border: 1px solid transparent;
}
.banner_lightblue:hover,
.banner_about:hover{
  border-color: #fff;
}
.banner_business{
  color: #fff;
  height: 460px;
  position: relative;
}
.banner.banner_business .btn{
  font-size: 13px;
  height: 50px;
  line-height: 48px;
}
.banner_business .btn:hover{
  border-color: #fff;
  background: none;
}
.banner_business__overlay{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/b2b/img/banners/blue-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 12px
}
.banner_business__figure{
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 1;
  max-width: 50%;
}
.banner_business__logo{
    justify-content: start;
    margin: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    top: 35px;
    width: 96px;
    height: 80px;
    right: 0;
    z-index: 1;
}
.banner_business__logo:before{
    content: '';
    background: #fff;
    border-radius: 12px 0 0 12px;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    left: 0;
    z-index: -2;
    transition: all .4s;
}
.banner_business__logo:after{
    content: '';
    background: url(/local/templates/b2b/img/page-top__label.svg) no-repeat 100% 0 / contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.banner_business__logo-img {
    max-width: 56px;
    margin-left: 16px;
}

@media (min-width: 769px){
  .banner_business__logo {
      width: 133px;
      height: 110px;
      top: 64px;
  }
  .banner_business__logo:before {
    top: 10px;
    bottom: 10px;
  }
  .banner_business__logo-img {
    max-width: 73px;
    margin-left: 22px;
  }
}
.banner_business .banner_title{
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 36px;
}
.banner_content{
  max-width: 480px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner_content p{
  font-size: 20px;
  font-weight: 500;
}
.banner_business .banner_text{
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-transform: none;
  margin-top: 1rem;
  line-height: 1.4;
}
.banner_pro{
  background: url(/local/templates/b2b/css/../img/oval.svg) no-repeat 90% 0 #fff;
  background-size: auto 100%;
  border: 1px solid #A1ADCA;
  font-size: 24px;
  color: #151515;
}
.img_wrapper{
  height: 385px;
  display: flex;
  align-items: center;
}
.heading--link{
  margin-bottom: 4.44rem;
}
.input_wrapper .btn{
  border-radius: 0 6px 6px 0;
}
.input_wrapper .btn .icon{
  font-size: 20px;
}
.input_wrapper .btn .icon.icon-search{
  width: 22px;
}
.link{
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  line-height: 1.5;
  border-bottom: 3px solid #1A5697;
}
.link .icon{
  font-size: 10px;
  fill: #1A5BFF;
  vertical-align: baseline;
}
.link--file{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
.link--default:hover,
.link--file:hover span{
  text-decoration: underline;
}
.link--file .icon{
  font-size: 32px;
  margin-right: 12px;
}
.table-basic{
  margin: 32px 0;
  width: 100%;
  max-width: 100%;
}
.table-basic thead{
  position: sticky;
}
.table-basic th{
  padding: 0.66em 1em;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  background: #e6ebf9;
  border-right: 2px solid #fff;
}
.table-basic td{
  padding: 0.66em 1em;
  background: #e6ebf9;
  border-right: 2px solid #fff;
}
.table-basic tr:nth-child(2n+1) td{
  background: #f1f5ff;
}
.table_mob_td{
  font-weight: bold;
}
.input_wrapper{
  position: relative;
}
.input_wrapper button{
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
}
.footer{
  padding: 64px 0;
  color: #626873;
  position: relative;
}
.footer a{
  color: #626873;
}
.footer a:hover{
  color: #151515;
}
.footer p{
  font-size: 13px;
  opacity: 0.6;
}
.footer_menu__head{
  font-weight: bold;
  text-transform: uppercase;
}
.footer_menu a{
  font-size: 13px;
  display: block;
  margin: 1.84em 0;
  line-height: 1;
}
.footer_menu a:hover{
  text-decoration: underline;
}
.footer_top{
  align-items: center;
}
.col-f-copy{
  flex-shrink: 1;
}
.col-f-copy a{
  color: #0C359C;
}
.nav-btn{
  position: absolute;
  top: -5.35rem;
  right: 16px;
  z-index: 1;
  cursor: pointer;
}
.nav-btn .icon{
  color: #9AA0B1;
  width: 120px;
  height: 20px;
}
.nav-btn:hover .icon{
  color: #1A5697;
}
.nav-btn.nav-btn--prev{
  right: 170px;
}
.nav-btn.nav-btn--prev .icon{
  width: 60px;
}
.pagenav{
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  margin: 0;
  padding: 0;
}
.slider-ratings .pagenav,
.slider-quotations .pagenav{
  top: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: -40px;
}
.box--flip .box_text,
.slider-ratings_item .box_text{
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 11px;
  padding: 0 23px;
  padding-bottom: 0;
  font-size: 13px;
}
.box--flip .box_heading,
.slider-ratings_item .box_heading{
  position: absolute;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  border-radius: 11px;
  display: inline-flex;
  justify-self: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.box--flip .box_heading span,
.slider-ratings_item .box_heading span{
  text-align: center;
  display: block;
  width: 100%;
}
.box--flip,
.slider-ratings_item .box{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  border: none;
}
.slick-slide a.box:hover{
  box-shadow: 0 0 20px 0 rgba(20, 26, 178, 0.1);
}
.box--flip .box_img,
.slider-ratings_item .box_img{
  margin-bottom: 0;
  border-radius: 11px;
  height: 302px;
}
.pagenav li{
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 4px;
}
.pagenav li button{
  width: 4px;
  height: 4px;
  border-radius: 4px;
  font-size: 0;
  color: transparent;
  background: none;
  display: block;
  background: #151515;
  padding: 0;
}
.pagenav li.slick-active button{
  background: none;
  width: 40px;
}
.slider-main .pagenav li button{
  background: #fff;
}
.slider{
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.slick-slide{
  padding: 20px;
}
.img--rounded{
  border-radius: 50%;
}
.experts-slider__item img{
  border-radius: 50%;
  width: 128px;
  height: 128px;
  margin-bottom: 1.66rem;
}
.site_user-info{
  margin-top: 2.6rem; 
}
.site_user-info a{
  width: auto;
}
.footer_site p{
  margin: 0.2rem 0;
  font-style: italic;
}
.footer_site > .row{
  align-items: center;
}
.footer_catalog{
  padding: 4.44rem 0 3.44rem;
  margin-top: 4.44rem;
  border-top: 1px solid #9AA0B1;
  border-bottom: 1px solid #9AA0B1;
}
.footer_socials__menu{
  margin-top: 12px;
  margin-bottom: 6px;
  max-width: 248px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_socials a {
    border: 1px solid #626873;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.footer_socials__menu .icon.icon--rutube{
  font-size: 22px;
  margin-top: -2px;
}
.footer_contacts a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0;
  white-space: nowrap;
}
.footer_contacts .icon_wrapper {
    border: 1px solid #626873;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    display: inline-block;
    font-size: 16px;
}
.menu_toggler {
    position: relative;
    cursor: pointer;
}
.menu_toggler .line {
    width: 38px;
    height: 4px;
    background-color: #DE3F3B;
    border-radius: 2px;
    display: block;
    margin: 8px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu_toggler:hover .line{
  background-color: #1A5697;
}
.menu_toggler.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}

.menu_toggler.is-active .line:nth-child(2) {
    opacity: 0
}

.menu_toggler.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg)
}
div.main-popup {
    max-width: 800px;
    width: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 120px;
    position: relative;
    border-radius: 12px;
}
div.main-popup .btn{
  width: 320px;
  height: 80px;
  margin-top: 2rem;
}
#login{
  max-width: 320px;
  margin: 0 auto;
}
.lost-password{
  font-size: 12px;
}
div.main-popup .navigation-tabs {
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    justify-content: center;
}
div.main-popup .navigation-tabs li{
    list-style-type: none;
    font-weight: 700;
    padding: 0 32px 10px;
    cursor: pointer;
}
.main-popup .navigation-tabs li.active{
    border-bottom: 2px solid #1A5697;
    padding-bottom: 8px;
}
.main-popup .navigation-tabs li.active a{
    color: #1A5697
}
.main-popup .navigation-tabs li a {
    color: #151515;
    text-transform: uppercase;
    font-size: 14px;
}
.main-popup .navigation-tabs li a:hover {
    color: #1A5697;
}
.main-popup .social {
    padding: 0;
    margin: 1em 0
}
.social-login {
  margin-top: 1em;
  text-align: center;
}
.social-login .icon{
  font-size: 20px;
  color: #1A5697;
  fill: #1A5697;
}
.social-login a{
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #1A5697;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-left: 16px;
}
.login-divider{
  position: relative;
  text-align: center;
  margin: 48px 0;
}
.login-divider span{
  position: relative;
  background: #fff;
  padding: 0 16px;
  z-index: 1;
}
.login-divider:before{
  content: "";
  position: absolute;
  border-top: 1px solid #9AA0B1;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  z-index: 0;
}
.form-group {
    margin-bottom: 1.5em;
    position: relative;
}
.form-group label {
    margin: 0 0 0 0.88rem;
    font-style: italic;
    color: #626873;
    padding: 0 4px;
    background: #fff;
    position: relative;
    bottom: -0.86rem;
}
.form-group label:not(.checkbox-line){
  display: inline-block;
}
.form-group label.popup_select{
    line-height: 150%;
    margin-bottom: 4px;
    display: block;
    bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 1.22rem;
    color: #151515;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #9AA0B1;
    -webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    border-radius: 12px;
    line-height: 2.22rem;
}
.form-control:focus,
.form-control:focus-visible{
    border: 1px solid #1A5697;
    outline: none;
}
textarea.form-control{
  height: 160px;
}
.main-popup .accordion-item:not(.active) {
    display: none
}
.icon.cursor{
  font-size: 40px;
  margin: 0 0 -32px -32px;
}
.main-popup .control.control--checkbox {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}
.control.control--radio .control__indicator{
    border-radius: 50%;
}
.control--checkbox {
    padding-left: 32px;
}
.control {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 1em;
    cursor: pointer;
    line-height: 1.3;
    width: auto !important;
    font-size: 16px;
    color: #000;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: 0 0;
    border: 1px solid #9AA0B1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.content_bg .control__indicator,
.content_bg .textinput{
    border: 1px solid #9AA0B1
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control--checkbox .control__indicator:after {
    left: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/b2b/css/../img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.control input:checked~.control__indicator:after {
    display: block;
}
.control.control--radio .control__indicator:after{
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}
.control.control--radio input:checked~.control__indicator:after{
    background: #81c1ff;
}
input[type=radio] {
    opacity: 0;
    position: absolute;
}
.fake-radio {
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 1px solid #151515;
    border-radius: 50%;
}
input[type=radio]:checked + .fake-radio{
  border-color: #000;
}
input[type=radio]:checked + .fake-radio:before{
  background: #000;
}
.fake-radio:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: 4px auto;
    border-radius: 50%;
}
.error_message{
  color: #DE3F3B;
}
.recaptcha + .error_message{
  margin-bottom: 1.66em;
}
#registerForm .btn{
  width: 200px;
}
.article_container{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.faq_item{
  border-top: 1px solid #9AA0B1;
}
.faq_item:last-child{
  border-bottom: 1px solid #9AA0B1;
}
.faq_heading{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.faq_name{
  padding: 2.13rem 0;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 700;
}
.faq_name:hover{
  color: #1A5697;
}
.faq_button:hover,
.faq_item.active .faq_button:hover{
  color: #DE3F3B;
  border-color: #DE3F3B;
}
.faq_button svg{
  fill: currentColor;
  stroke: inherit;
  font-size: 18px;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.faq_item.active svg{
  transform: none;
}
.faq_button:hover svg{
  color: #DE3F3B;
}
.faq_item.active .faq_button{
  color: #9AA0B1;
  border-color: #9AA0B1;
  transform: none;
}
.faq_button{
  cursor: pointer;
  font-size: 40px;
  height: 48px;
  width: 48px;
  line-height: 36px;
  color: #1A5697;
  border: 3px solid #1A5697;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  margin: 32px 40px 32px auto;
}
.faq_button span{
  display: block;
  height: 42px;
  width: 42px;
}
.faq_answer{
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.faq_item.active .faq_answer{
  height: auto;
  overflow: visible;
  padding: 16px 0;
}
.doc-list a,
.doc-list_item a{
  color: #151515;
}
.doc-list_item a span{
  overflow: hidden;
  display: block;
}
.doc-list_item{
  margin-bottom: 2.66rem;
  padding: 1.66rem;
  position: relative;
}
.doc-list_item--file:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.doc-list_item--file{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  line-height: 150%;
  font-size: 18px;
  text-transform: none;
}
.doc-list_item svg{
  margin-right: 1.66rem;
  float: left;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
}
.doc-list_item .icon{
  color: #1A5697;;
}
.doc-list_item--file:hover .icon{
  color: #DE3F3B;
}
.img-overlay{
  background: linear-gradient(to right, #151515, rgba(0,16,55,0.5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-info{
  background: rgba(26,86,151,0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}
.header-info .box_text{
  color: #fff;
}
.header-info .box_text svg{
  color: #fff;
}
.step_name{
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  line-height: 1;
  font-size: 28px;
  letter-spacing: 1px;
  color: #1A5697;
  font-weight: bold;
  margin: 0 0 1em 16px;
  width: 200px;
  padding: 0;
}
.slider-steps_count{
  color: #DE3F3B;
  font-size: 68px;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  background: linear-gradient(to bottom, #FE4040, #F88379);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  font-family: Unbounded;
}
.slider-steps_num{
  font-size: 24vw;
  color: #fff;
  text-align: right;
  font-family: Unbounded;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
}
.step_label{
  color:  #151515;
  text-align: center;
  font-family: Unbounded;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  width: 70px;
  min-width: 70px;
  border: 1px solid #151515;
  border-radius: 8px;
  padding: 10px 0;
  margin-right: 1.6rem;
}
.slider-steps_item > .row{
  height: 100%;
}
.slider-steps_item.box{
  border: none;
}
.step_descr p{
  margin: 2.6rem 0 0;
  display: flex;
  align-items: center;
}
.box_arrow{
  position: absolute;
  width: 42px;
  right: -37px;
  top: 50%;
  margin-top: -36px;
  color: #1A5697;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
}
.box--bordered-black{
  border: 1px solid #151515;
  border-radius: 12px;
  padding: 16px;
}
.back-to-top.visible {
    opacity: 0.7;
    visibility: visible;
    z-index: 100;
}
.back-to-top {
    background-color: #1A5697;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    text-align: center;
}
.back-to-top.visible:hover{
    opacity: 1;
}
.back-to-top span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
}
.back-to-top:before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 10px solid #1A5697;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
}
.fact{
    border: 1px solid #9AA0B1;
    border-radius: 12px;
    transition: all 0.3s;
    display: block;
    height: 100%;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.5;
    padding: 0 32px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
a.fact:hover {
    box-shadow: 0 0 40px 0 rgba(20, 26, 178, 0.1);
    border-color: transparent;
}
.fact__image{
    width: 40%;
    flex: 0 0 40%;
    margin: auto;
    overflow: hidden;
}
.fact__pic{
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.fact__info{
    width: 60%;
    flex: 0 0 60%;
    padding-top: 32px;
}
.fact__count{
    color: #FE404B;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 700;
    transition: all 0.3s;
    font-family: 'Unbounded', sans-serif;
}
.fact__count.fact__count--blue{
    color: #1A5697;
}
.fact__title{
    padding-bottom: 2.13rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.count__units{
  font-size: 2.4rem;
  margin: 0 1rem;
}
.count__units--stuck{
  margin-left: -0.25em;
}
.count.count--big{
  font-size: 112px;
}
.features_item{
  align-items: center;
  max-width: 710px;
}
.features_item__name{
  font-size: 2.4rem;
  line-height: 1;
  color: #1A5697;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Unbounded;
}
.features_item__text{
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin: 2.66rem 0;
}
.features_decor{
  flex-grow: 1;
  height: 1px;
  background: #1A5697;
  margin-right: 32px;
}
.person_img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.person_img img{
  object-fit: cover;
}
.box--mini{
  padding: 24px;
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 12px;
}
.box--mini .icon{
  font-size: 48px;
  margin-right: 20px;
}
a.box--mini:hover{
  color: #DE3F3B;
}
.box--large .person_img{
  width: 280px;
  height: 280px;
}
.box--large p{
  font-size: 18px;
}
.box--large .box_title + p{
  margin-top: 0;
  margin-bottom: 32px;
}
.box--large .box_title{
  margin-top: 32px;
  margin-bottom: 1rem;
  font-size: 30px;
}
.cheaps__item{
  font-weight: 700;
  letter-spacing: 0.6px;
}
.search__input.search__input--icon{
  padding-right: 56px;
  height: 58px;
}
.search__btn.search__btn--icon,
.search__btn.search__btn--icon:hover{
  height: 58px;
  width: 58px;
  background: none;
  font-size: 1rem;
}
.search__btn--icon .search__icon,
.search__btn--icon .search__icon:hover{
  stroke: #151515;
}
.tag{
  color: #1A5697;
  font-style: italic;
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
}
.tags_list{
  display: block;
  margin: 0 0 24px;
  word-spacing: 1rem;
}
.aside .tags_list{
  margin-left: 16px;
}
.box--filled .tag{
  color: #fff;
}
.icon--right{
  margin-left: 12px;
}
.icon--left{
  margin-right: 12px;
}
.icon--larger{
  font-size: 1.33em;
}
.evaluation__num{
  font-family: "Unbounded", sans-serif;
}
.evaluation__num__decor{
  height: 1px;
  background: url(/local/templates/b2b/img/num_decor.png) repeat-x 0 0;
  position: relative;
  flex-grow: 1;
  margin-right: 32px;
}
.evaluation__num__decor:after{
  content: "";
  width: 5px;
  height: 8px;
  background: url(/local/templates/b2b/img/num-arrow-end.svg) no-repeat 0 0;
  position: absolute;
  top: -3.5px;
  right: -2px;
}
.search--box .search__input{
  background: none;
  border: 1px solid #9AA0B1;
}
.cheaps.cheaps--news{
  margin: 0 0 80px;
}
.search.search--news{
  margin-top: 0;
}
.date{
    border-radius: 12px;
    color: #151515;
    background: #E7EBF1;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    height: 58px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: 10px;
}
.news-detail__panel .cheaps__item .icon{
  font-size: 10px;
  margin-right: 10px;
}
.aside{
  margin-bottom: 64px;
}
.aside .box{
  height: auto;
}
.aside h2{
  margin-bottom: 40px;
  margin-top: -4.44rem;
}
.blockquote{
  background: #E7EBF1;
  padding: 1.66rem;
  font-style: italic;
  border-radius: 12px;
  margin: 1.5rem 0;
}
.share h5{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}
.share_item{
  margin: 0 20px;
  width: 48px;
  height: 48px;
  line-height: 41px;
  color: #fff;
  background: #0077FF;
  border-radius: 50%;
  font-size: 42px;
  text-align: center;
}
.share_item--ok{
  background: #F7931E;
}
.share_item--tg{
  background: #039BE5;
}
.share_item--mail{
  background: #1A5697;
  font-size: 21px;
  line-height: 46px;
}
.slider-news-home .nav-btn{
    padding: 0;
    width: auto;
    max-width: none;
    top: -1.66rem;
}
.slider-gallery__img img{
  border-radius: 12px;
}
a.slider-gallery__img:hover{
  box-shadow: 0 0 20px rgba(20, 26, 178, 0.1);
}
.quotation_text .icon{
  font-size: 44px;
  margin-top: 32px;
}
.icon.icon--contacts{
  color: #1A5697;
  font-size: 24px;
  margin-right: 12px;
}
.tab-panel{
  display: none;
}
.tab-panel.tab-panel--active{
  display: block;
}
.btn--big > .icon:first-child{
    font-size: 38px;
    margin: 0 24px 0 0;
    color: inherit;
}
.btn--big .icon + span{
  text-transform: none;
  font-size: 18px;
}
.slider-quotations .slick-list,
.slider-news-home .slick-list,
.slider-ratings .slick-list,
.slider-events .slick-list,
.slider-video .slick-list,
.slider-news .slick-list{
  overflow: visible;
}
.page-top__languages{
  word-spacing: 40px;
  font-size: 20px;
}
.page-top__languages a{
  color: #fff;
  text-decoration: underline;
}
.page-top__languages a:hover{
  text-decoration: none;
}
.cite__big,
.box_text p.cite__big{
  font-size: 32px;
  margin: 24px 0;
}

@media screen and (min-width: 1460px){
  .banner_business__figure{
    max-height: 108%;
    width: auto;
    right: 10%;
  }
}
@media screen and (max-width: 575px){
  div.news_top .box--filled .box_text{
    top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px){
  div.news_top .box--filled .box_img{
    min-height: 220px;
  }
  div.news_top .box--filled .box_heading{
    font-size: 15px;
  }
  div.news_top .box--filled .box_text{
    padding-left: 20px;
  }
}
@media screen and (max-width: 1920px) {
  html, body{
    font-size: 15px;
  }
  h2{
    margin-bottom: 4.44rem;
  }
  .count.count--big{
    font-size: 86px;
  }
  .banner.banner_customers{
    height: 340px;
    padding: 24px 22px;
  }
  .banner.banner_business{
    height: 340px;
    padding: 26px 24px;
  }
  .banner_business .banner_text{
    font-size: 14px;
  }
  .banner.banner_customers .btn{
    bottom: 26px;
    right: 32px;
  }
  .goods_counter{
    bottom:96px;
    right: 32px;
  }
  .goods_preview--center{
    left: -13px;
  }
  .goods_counter__number{
    margin-top: 0.4rem;
  }
  .goods_preview{
    background-size: 80%;
  }
  .banner_business__figure{
    max-width: 45%;
    right: 10%;
  }
  .block_label{
    height: 33px;
    line-height: 33px;
    font-size: 11px;
  }
  .banner_business .banner_title,
  .goods_counter__number{
    font-size: 32px;
  }
  .banner_customers__descr{
    font-size: 15px;
  }
  .banner--about{
    background-position: 120% 50%;
  }
  .banner_customers__title{
    font-size: 16px;
  }
  .goods_counter img{
    width: 50px;
  }
  .aside h2{
    margin-bottom: 32px;
    font-size: 29px;
  }
  .col-lg-3 .btn.box em{
    display: block;
    margin: 0 auto;
  }
  .num,
  .numberslist_item__num{
    font-size: 48px;
  }
  .faq_name{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq_button{
    margin: 20px 20px 20px auto;
  }
  .content{
    margin: 0 80px;
  }
  .fact__pic{
    max-width: 80px;
  }
  .box_text p,
  .fact__title,
  .fact__title{
    font-size: 15px;
  }
  .box_img img{
    height: 230px;
  }
  .box--flip .box_img img,
  .slider-ratings_item .box_img img{
    height: 100%;
  }
  .box_heading{
    font-size: 15px;
  }
  .box_text{
    padding: 24px;
  }
  .header_socials a{
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .header_contacts .icon_wrapper{
    width: 40px;
    height: 40px;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .act-organic a.box.btn,
  .act-organic a.box.btn:hover{
    background: url(/about/competence/organic/img/organic-folder.png) no-repeat -170px 120px, url(/about/competence/organic/img/organic-folder.png) no-repeat 300px -80px #509F4E;
  }
  .box_img{
    height: 230px;
  }
  .slider-news_item--compact .box--filled .box_img img{
    height: 250px;
  }
  .aside .tags_list,
  .aside .box_img{
    margin-bottom: 16px;
  }
  .aside .box--pic .box_text{
    padding: 0 16px 16px;
  }
}
@media screen and (max-width: 1760px){
  .header_socials{
    word-spacing: 8px;
  }
  .header_contacts .icon_wrapper{
    margin-right: 6px;
  }
  .header_contacts{
    column-gap: 42px;
  }
  .logo{
    column-gap: 20px;
  }
}
@media screen and (max-width: 1440px){
  .cite__big,
  .box_text p.cite__big{
    font-size: 24px;
  }
  .banner_business .banner_text{
    font-size: 15px;
  }
  .content{
    margin-left: 18px;
    margin-right: 18px;
  }
  .btn.box em{
    display: block;
    margin: 0 auto;
  }
  .search_wrapper.active{
    width: 100%;
    right: 0;
  }
  .emblem img{
    max-width: 50px;
  }
  .header_contacts a{
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding-right: 0;
  }

  .header_menu__item a,
  .header_menu__item .as-link,
  .header .btn,
  .lang-btn span{
    font-size: 12px;
  }
  .btn.btn--login{
    width: 90px;
  }
  .box--filled .box_heading{
    font-size: 20px;
  }
  .news_top .box--filled .box_heading{
    line-height: 1.2em;
    max-height: 3.6em;
    overflow: hidden;
  }
  .box--flip .box_img{
    height: 243px;
  }
}
@media screen and (max-width: 1365px){
  .footer_site{
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 1024px){
  div.mt-190{
    margin-top: 120px;
  }
  .quotations .nav-btn{
    top: -1.66rem;
  }
  .banner_title{
    font-size: 30px;
  }
  .banner_text{
    font-size: 15px;
  }
  .banner--about{
    background-size: auto 88px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .slider-ratings_item .box{
    display: block;
    background: #fff;
  }
  .slider-ratings_item .box_img{
    height: auto;
    border-radius: 11px 11px 0 0;
  }
  .slider-ratings_item .box_text{
    position: static;
    height: auto!important;
    visibility: visible;
    overflow: visible;
    padding: 0 24px 24px!important;
  }
  .slider-ratings_item .box_heading{
    position: static;
    background: none;
    height: auto;
    display: block;
    color: #151515;
    padding: 24px;
    padding-bottom: 0;
  }
  .slider-ratings_item .box_heading span{
    text-align: left;
  }
  .slider-ratings .pagenav li button,
  .slider-quotations li button{
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .fact{
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }
  .fact__image{
    width: 100%;
    flex: 0 0 100%;
    margin: 24px auto 12px 24px;
  }
  .fact__pic{
    margin: 0;
  }
  .fact__info{
    width: 100%;
    flex: 0 0 100%;
    height: 100%;
    padding: 0 24px 24px;
  }
  .fact__count{
    margin-bottom: 1rem;
  }
  .footer_top{
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px){
  .menu-cont{
    display: block!important;
  }
  .greens-stat--mob{
    display: none;
  }
  /*.header_menu__item:hover a + .header_submenu{
    display: block;
  }*/
  .header_submenu__list.active{
    display: block;
  }
  .header_submenu .header_submenu__left a .icon{
    transform: rotate(-90deg);
  }
  .box_arrow.box_arrow--to-left{
    transform: translateX();
  }
  .box_arrow.box_arrow--to-bottom{
    transform: rotate(90deg);
    top: 100%;
    margin-top: -6px;
    right: 50%;
    margin-right: -21px;
  }
  .header-info{
    margin-top: -82px;
    margin-bottom: -5rem;
  }
  .slider--with-button .nav-btn.nav-btn--prev{
    right: 620px;
    top: -6.53rem;
  }
  .slider--with-button .nav-btn.nav-btn--next{
    right: 476px;
    top: -6.53rem;
  }
}
@media screen and (max-width: 991px){
  h2{
    font-size: 1.33rem;
  }
  div.mt-190{
    margin-top: 80px;
  }
  div.mb-190{
    margin-bottom: 80px;
  }
  .greens-stat--desktop{
    display: none;
  }
  .cheaps.js-filter-head{
    margin-bottom: 32px;
  } 
  .nav-btn{
    top: -2rem;
  }
  .step_info .nav-btn{
    top: 3rem;
  }
  .box_text img + h3{
    margin-top: 1.66rem;
  }
  .box_title,
  .box_text h3{
    font-size: 1rem;
  }
  .mob-hide{
    display: none;
  }
  .mob-revert{
    order: 2;
  }
  .gov_text{
    font-size: 8px;
  }
  .btn:not(.box){
    height: 76px;
    font-size: 16px;
  }
  .btn.btn--search{
    height: 45px;
    width: 45px;
    line-height: 49px;
  }
  .header_socials a{
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 22px;
  }
  .page-top img,
  .banner.banner--proq{
    margin-top: 32px;
  }
  .header_submenu{
    display: none;
    position: static;
    margin-top: 0;
    padding-left: 12px;
  }
  .header_submenu .header_submenu__left a{
    font-weight: normal;
  }
  .header_menu__item{
    display: block;
  }
  .header_submenu__left:before,
  .header_submenu__left a:before{
    background: none;
  }
  .header_submenu__left{
    background: none;
  }
  .stats_pic1{
    max-width: 200px;
  }
  div.with-pic{
    padding-left: 120px;
  }
  .num_year:not(.num_year--last):after{
    display: none;
  }
  .header_submenu .header_submenu__left a{
    text-transform: none;
  }
  .header_submenu .header_submenu__list--mob a{
    font-weight: normal;
    padding-left: 22px;
    font-size: 13px;
  }
  .btn.btn--login{
    width: 34px;
    height: 34px;
    line-height: 30px;
  }
  .header_menu__item a,
  .header_menu__item .as-link{
    font-size: 16px;
    padding-left: 18px;
  }
  .numberslist_bg{
    display: none;
  }
  .numberslist_item__num,
  .slider-steps_count{
    font-size: 48px;
  }
  .numberslist_item__num.num-small{
    font-size: 32px;
  }
  .stat-count{
    margin-top: 32px;
  }
  div.menu-cont{
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    min-width: 100vw;
    top: 65px;
    padding-right: 0;
    padding-left: 0;
    left: -20px;
  }
  .header_menu__item > a{
    border-radius: 0;
  }
  .header_menu{
    background: #fff;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
  }
  .header .btn--secondary{
    width: 132px;
    font-size: 11px;
    height: 45px;
    line-height: 43px;
  }
  .box_text{
    padding: 20px;
  }
  .header .mt-1em{
    margin-top: 0;
  }
  .banner_about{
    text-align: center;
  }
  .banner_about h2{
    margin-bottom: 32px;
  }
  .banner_about .btn{
    margin: 32px auto 0;
  }
  .we-help .box_text img{
    width: 80px;
    height: 80px;
  }
  .aside h2{
    margin-top: 0;
  }
  .slider-news-home .box--filled .box_text-group{
    top: auto;
    bottom: 20px;
  }
  .page-top__languages{
    font-size: 15px;
    text-align: left;
  }
  .page-top.dark-bg.page-top--with-label{
    padding-bottom: 80px;
  }
  .cite__big,
  .box_text p.cite__big{
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (width: 768px){
    .goods_preview--center{
      bottom: -10%;
      width: 70%;
    }
    .goods_counter img{
      width: 40px;
    }
    .goods_counter__number{
      margin: 0;
    }
    .goods_counter{
      font-size:  11px;
    }
}
@media screen and (max-width: 768px){
  .header{
    padding: 34px 0 24px;
  }
  .header [class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .logo{
    padding-right: 11px;
  }
  h2{
    margin-bottom: 2.13rem;
  }
  .banner_customers__descr{
    font-size:  11px;
  }
  .block_label{
    top: -8px;
  }
  .banner_business .banner_title{
    font-size: 15px;
    max-width: 250px;
  }
  .banner_business .banner_text{
    font-size: 11px;
    max-width: 250px;
  }
  .banner_business__figure{
    bottom: 50px;
  }
  .banner_customers__title{
    margin-top: 1rem;
    font-size: 15px;
  }
  .banner--about .banner_title{
    font-size: 20px;
  }
  .box_icon{
    margin-bottom: 1.66rem;
  }
  div.dark-bg h1{
    font-size: 30px;
  }
  .gov_text{
    font-size: 6px;
  }
  .emblem img{
    width: 25px;
  }
  .content{
    margin: 0 32px;
  }
  .box_text{
    padding: 20px;
  }
  .box{
    margin-bottom: 1rem;
  }
  .doc-list a, .doc-list_item a{
    font-size: 13px;
    line-height: 1.5;
  }
  .doc-list_item svg{
    margin-right: 12px;
  }
  .box.doc-list_item--file{
    padding: 24px 12px;
  }
  .slider-ratings .box{
    margin-bottom: 0;
  }
  .fact__info .fact__count{
    font-size: 48px;
  }
  .footer_catalog{
    padding-top: 1.6rem;
    padding-bottom: 0;
    margin-top: 1.6rem;
  }
  .footer_contacts .icon_wrapper{
    margin-right: 6px;
  }
  .site_user-info{
    margin-top: 0;
    justify-content: space-between;
  }
  .footer{
    font-size: 12px;
    padding: 0;
  }
  .footer_menu a{
    font-size: 12px;
  }
  .slider{
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 0;
    margin-top: -8px;
  }
  .slick-slide{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [class^="col-"],
  .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .box--flip .box_img{
    height: 204px;
  }
  .box--flip .box_text{
    margin-top: 0;
  }
  .box--flip .box_text p{
    font-size: 13px;
  }
  .box--flip .box_text .mt-32{
    margin-top: 0;
  }
  div.main-popup{
    padding: 40px;
  }
  .num,
  .numberslist_item__num{
    font-size: 32px;
  }
  .slider-quotations .nav-btn,
  .slider-news-home .nav-btn,
  .slider-ratings .nav-btn,
  .slider-events .nav-btn,
  .slider-video .nav-btn,
  .slider-news .nav-btn{
    display: none!important;
  }
}
@media screen and (max-width: 767px){
  h1{
    font-size: 36px;
  }
  h3{
    font-size: 18px;
  }
  div.slider-main{
    margin-top: 2rem;
  }
  .goods_preview{
    background-size: 60%;
  }
  .goods_preview--center{
    width: 48%;
  }
  .statistics h3{
    margin-bottom: -1rem;
  }
  a.banner.banner_business,
  a.banner.banner_customers{
    height: 270px;
  }
  .banner.banner_business .btn,
  .banner.banner_customers .btn{
    font-size: 11px;
    height: 45px;
    line-height: 45px;
  }
  .banner.banner_business .banner_content{
    top: 0;
  }
  .goods_counter__number{
    font-size: 24px;
    margin: 0;
  }
  .goods_counter img{
    width: 34px;
  }
  .footer_catalog {
    display: none;
  }
  .banner{
    padding: 32px;
  }
  .banner--about{
    text-align: center;
  }
  .banner--about .btn.btn--big{
    margin-left: auto;
    margin-right: auto;
  }
  .banner--about .banner_text{
    margin-bottom: 24px;
  }
  .numberslist_item__num{
    margin-top: 32px;
  }
  .numberslist_item > span,
  .numberslist_item__text{
    font-size: 13px;
  }
  .box--filled .box_text{
    font-size: 16px;
    padding-left: 32px;
  }
  .box--mini{
    padding: 1rem;
  }
  .box--mini .icon{
    font-size: 30px;
    margin-right: 1rem;
    min-width: 30px;
  }
  .btn.box{
    height: 88px;
  }
  .btn.box svg,
  .btn.box em{
    display: none!important;
  }
  .btn.btn--long{
    line-height: 1.66rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer_menu__head{
    margin-top: 1em;
  }
  .banner_lightblue{
    margin-bottom: 64px;
  }
  .table-basic th{
    display: none;
  }
  .table-basic td{
    display: block;
  }
  #purchases_list .table-basic tr > td:first-child:before{
    content: "№";
  }
  .input_wrapper button{
    width: 52px;
  }
  .input_wrapper{
    margin-bottom: 32px;
  }
  .slider-ratings{
    margin-top: 1.6rem;
  }
  .features_item__name{
    font-size: 24px;
    width: auto!important;
  }
  .slider-experts,
  .slider-news{
    margin-top: 64px;
  }
  .box--filled .box_heading{
    font-size: 18px;
  }
  .slider-quotations,
  .slider-news-home,
  .slider-ratings,
  .slider-events,
  .slider-video,
  .slider-news{
    max-width: calc(100vw - 40px);
  }
  .link--all-events{
    margin-top: 24px;
    display: inline-block;
  }
}
@media screen and (min-width: 769px){
  .table_mob_td{
    display: none;
  }
  .lg-hide{
    display: none!important
  }
}
@media screen and (min-width: 768px){
  .slider-events .nav-btn.nav-btn--prev{
    right: 340px;
  }
  .slider-events .nav-btn.nav-btn--next{
    right: 186px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider-events .nav-btn{
    top: -4.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .box--filled .box_text{
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
  .box--filled .box_heading{
    font-size: 20px;
  }
  .box--filled .box_img{
    min-height: 300px;
  }
}
@media screen and (max-width: 700px){
  .header .btn--secondary,
  .header_socials,
  .header .btn.btn--search{
    display: none;
  }
  div.header,
  div.header.header--fixed{
    padding: 20px 10px;
  }
}
@media screen and (min-width: 481px){
  .step_name .icon{
    display: none;
  }
  .columns-2{
    column-count: 2;
  }
  .columns-3{
    column-count: 3;
  }
  .columns-4{
    column-count: 4;
  }
}
@media screen and (max-width: 480px){
  h1{
    font-size: 24px;
    line-height: 1.33;
  }
  h2{
    font-size: 24px;
  }
  div.mt-64{
    margin-top: 32px;
  }
  div.mb-100,
  div.mb-190{
    margin-bottom: 64px;
  }
  div.mt-100,
  div.mt-190{
    margin-top: 64px;
  }
  .banner_business .banner_text{
    max-width: 55%;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .banner_business__figure{
    right: 0;
  }
  .goods_preview{
    background-size: 60%;
  }
  .banner.banner--proq{
    background: url(/local/templates/b2b/img/banner-proq-logo-2.svg) no-repeat 100% 100% #fff;
    background-size: 160px 160px;
    padding: 8px 8px 140px 8px;
  }
  .banner.banner--products{
    padding: 8px;
    background-position: 230% 100%;
    background-size: 285px auto;
  }
  .date{
    font-size: 13px;
  }
  .cheaps__item{
    font-size: 13px;
  }
  .share_item{
    margin: 0 6px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
  }
  .share h5{
    margin-right: 1rem;
    font-size: 13px;
  }
  .content{
    margin: 0 16px;
  }
  .fact__info .fact__count{
    font-size: 32px;
  }
  .search_wrapper{
    top: 47px;
  }
  .banner_content{
    bottom: auto;
    top: 68px;
    left: auto;
  }
  .banner.banner_customers{
    height: 480px;
  }
  .banner--about{
    background-size: 100% auto;
    background-position: 50% 110%;
    padding-bottom: 120px;
    margin-bottom: 100px;
  }
  .step_info .box{
    padding-bottom: 0;
  }
  .action-logo img{
    margin-top: 24px;
  }
  .numberslist_item__num{
    font-size: 32px;
  }
  .page-cce .count{
    font-size: 48px;
  }
  .box_text{
    padding: 16px;
  }
  .box .box_date{
    font-size: 12px;
  }
  .box_date,
  .box_heading,
  .action-logo img{
    margin-left: 16px;
  }
  .box--filled .box_text{
    padding-left: 16px;
  }
  .box--filled .box_img{
    min-height: 235px;
  }
  .box--filled .box_heading{
    font-size: 15px;
  }
  .tags_list,
  .box_date{
    margin-bottom: 16px;
  }
  .main-popup .btn{
    width: 124px;
  }
  .stats_pic{
    max-width: 110px;
  }
  .btn.btn--big{
    width: auto;
    display: flex;
  }
  .site_user-info{
    margin-top: 1.6rem;
  }
  .site_user-info a{
    width: 100%;
    margin: 12px 0;
  }
  .footer_site{
    border-top: 1px solid #9AA0B1;
    border-bottom: 1px solid #9AA0B1;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  div.footer_site .f-nowrap{
    flex-wrap: wrap!important;
  }
  .col-f-copy{
    margin-top: 24px;
  }
  .col-f-copy p+p{
    text-transform: uppercase;
  }
  .btn.mob-shrink .icon + span{
    font-size: 15px;
  }
  .btn.mob-shrink .icon{
    font-size: 28px;
    margin-right: 12px;
  }
  .faq_name{
    font-size: 13px;
  }
  .faq_button{
    width: 36px;
    height: 36px;
    line-height: 24px;
  }
  .faq_button span{
    width: 30px;
    height: 30px;
  }
  .faq_button svg{
    font-size: 14px;
  }
  .faq_item.active [class^="col-"]{
    width: 100%!important;
  }
  .faq_item.active .faq_button{
    margin-right: 14px;
  }
  .slider.slider-news{
    margin-top: 24px;
  }
}

@media screen and (max-width: 320px){
  .mob-grow-4{
    width: auto;
  }
}

.bx-core-adm-dialog input[type=radio]{
  opacity: 1;
  position: static;
}
.tag-list{
  width: 380px;
}

.show-more{
  color: #1A5697;
  background: transparent;
  margin-top: 48px;
}
.show-more__button{
  color: #1A5697;
  background: transparent;
  white-space: nowrap;
  border-bottom: 1px dashed #1A5697;
  padding: 0 0 12px 0;
  transition: all 0.4s;
}
.show-more--halal .show-more__button{
  color: #0C9C57;
  border-bottom: 1px dashed #0C9C57;
}
.row--collapsed .show-more{
  margin-top: calc( 80px - 4.44rem );
}
.show-more__button:hover{
  border-bottom-style: solid;
}
.show-more__button:hover .icon{
  color: inherit;
}
.show-more__button .icon{
  margin: 0!important;
  transform: rotate(90deg);
  color: inherit;
  font-size: 24px;
}
.show-more__button--active .icon{
  transform: rotate(-90deg);
}
.show-more__text{
  display: inline-block;
  margin-right: 12px;
}
.row--collapsed div:nth-of-type(n+4):not(.show-more){
  display: none;
}
.table--collapsed tr:nth-of-type(n+7){
  display: none;
}

.table-responsive{
  margin: 32px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.scroltable-container{
  margin: 32px 0;
}
.scroltable-container .table-responsive{
  margin: 0;
}
.table-responsive tr{
  padding: 0
}
.table-responsive th{
  padding: 0.66em 1em;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  background: #e6ebf9;
  border: 2px solid #fff;
}
.table-responsive td{
  padding: 0.66em 1em;
  background: #f1f5ff;
  border: 2px solid #fff;
}
.table-responsive__tr--dark td{
  background-color: #e6ebf9;
}
.scroltable-wrapper {
  position: relative;
}
.scroltable-container {
  overflow: auto;
}
.scroltable-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.scroltable-nav.scroltable-nav-left {
  left: 0;
  background: url(/local/templates/b2b/css/../img/arrow-left.png) no-repeat 10px center, -webkit-linear-gradient(180deg, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-left.png) no-repeat 10px center, -moz-linear-gradient(to left, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-left.png) no-repeat 10px center, -ms-linear-gradient(to left, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-left.png) no-repeat 10px center, -o-linear-gradient(to left, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-left.png) no-repeat 10px center, linear-gradient(to left, rgba(255,255,255,0), #fff);
}
.scroltable-nav.scroltable-nav-right {
  right: 0;
  background: url(/local/templates/b2b/css/../img/arrow-right.png) no-repeat right 10px center, -webkit-linear-gradient(0, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-right.png) no-repeat right 10px center, -moz-linear-gradient(to right, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-right.png) no-repeat right 10px center, -ms-linear-gradient(to right, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-right.png) no-repeat right 10px center, -o-linear-gradient(to right, rgba(255,255,255,0), #fff);
  background: url(/local/templates/b2b/css/../img/arrow-right.png) no-repeat right 10px center, linear-gradient(to right, rgba(255,255,255,0), #fff);
}

/* End */


/* Start:/local/templates/b2b/css/main.css?173373966870243*/
.body--fixed {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #fff
}
.breadcrumbs--indented {
  margin: 32px 0 56px 0
}
.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}
.w-100 {
  width: 100%
}
.doc-preloader {
  text-align: center
}
.error_message_unfold{
  color:#de3f3b;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s
}
.error_message_unfold--visible{
  opacity: 1;
  visibility: visible;
  margin-top: 24px
}
.doc-preloader svg {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto
}
.features--line .features_item {
  max-width: 100%
}
.features--line .features_item:last-child .features_item__text {
  margin-bottom: 0
}
.features--line .features_item a {
  color: #1a5697
}
.features--line .features_item__text {
  margin: 2.66rem 0
}
@media (min-width:769px) {
  .features--line .features_item__text {
    padding-left: 40px;
    margin: 0;
    width: 50%
  }
}
.act-colored .box_text svg {
  fill: currentColor;
  stroke: inherit
}
.page-top .page-top__label {
  margin: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 24px;
  width: 98px;
  height: 82px;
  right: 0
}
@media (min-width:769px) {
  .page-top .page-top__label {
    top: 50%;
    margin-top: -82px;
    width: 196px;
    height: 164px
  }
}
.page-top .page-top__label:before {
  content: '';
  background: #fff;
  border-radius: 12px 0 0 12px;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  left: 0;
  z-index: -2;
  transition: all .4s
}
@media (min-width:769px) {
  .page-top .page-top__label:before {
    top: 16px;
    bottom: 16px
  }
}
.page-top .page-top__label:after {
  content: '';
  background: url(/local/templates/b2b/css/../img/page-top__label.svg) no-repeat 100% 0/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}
.page-top a.page-top__label:hover {
  width: 114px
}
@media (min-width:769px) {
  .page-top a.page-top__label:hover {
    width: 228px
  }
}
.page-top .page-top__label-img {
  max-width: 77px;
  max-height: 54px;
  margin: 0
}
@media (min-width:769px) {
  .page-top .page-top__label-img {
    max-width: 154px;
    max-height: 115px
  }
}
.btn.btn--autowidth {
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 56px;
  margin: 0 auto
}
.btn.btn--more-search {
  width: 100%
}
@media screen and (min-width:769px) {
  .btn.btn--more-search {
    width: 410px
  }
}
.numberslist_item__num--nowrap{
  white-space: nowrap;
}
.numberslist_item__num small {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase
}
.numberslist__icon {
  width: 280px
}
@media screen and (max-width:992px) {
  .numberslist__icon {
    width: 160px
  }
}
.statistics .row {
  row-gap: 80px
}
@media screen and (max-width:992px) {
  .statistics .row {
    row-gap: 32px
  }
}
@media screen and (max-width:480px) {
  .statistics .row {
    row-gap: 0
  }
  .header_submenu .submenu__left-list{
    width: auto;
  }
}
.row.row--column {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}
.row.row--no-padding {
  padding: 0
}
.procedure {
  margin: 200px 0
}
.procedure__img {
  width: 560px;
  max-width: 100%
}
.order-1 {
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -ms-flex-order: 4;
  order: 4
}
@media screen and (min-width:768px) {
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
}
@media screen and (min-width:992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
}
@media screen and (min-width:992px) {
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
}
@media screen and (max-width:992px) {
  .sign-img {
    width: 100%;
    margin-bottom: 42px
  }
  .sign-img--no-margin {
    margin-bottom: 0
  }
  .procedure__img {
    width: 320px;
    margin-bottom: 48px
  }
}
.mb-24 {
  margin-bottom: 24px
}
.mb-200 {
  margin-bottom: 200px
}
@media screen and (max-width:991px) {
  .mb-200 {
    margin-bottom: 100px
  }
}
.mt-48 {
  margin-top: 48px
}
@media screen and (max-width:991px) {
  .mt-48 {
    margin-top: 24px
  }
}
.mb-48 {
  margin-bottom: 48px
}
@media screen and (max-width:991px) {
  .mb-48 {
    margin-bottom: 24px
  }
}
.mt-200 {
  margin-top: 200px
}
@media screen and (max-width:991px) {
  .mt-200 {
    margin-top: 100px
  }
}
.mt-140 {
  margin-top: 140px
}
@media screen and (max-width:991px) {
  .mt-140 {
    margin-top: 70px
  }
}
.mb-140 {
  margin-bottom: 140px
}
@media screen and (max-width:991px) {
  .mb-140 {
    margin-bottom: 70px
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}

@media screen and (max-width:1200px) {
  .body--header-fixed{
    padding-top: 93px!important;
  }
  .body--withMenuOpen{
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #fff
  }
  .header_withMenuOpened .header_menu {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 84px 24px 24px 24px;
    z-index: 99999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: auto;
    scrollbar-width: thin
  }
  .header_withMenuOpened .header_menu__item {
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e7ebf1
  }
  .header_withMenuOpened .header_submenu {
    position: static
  }
  .search_wrapper {
    top: -11px;
    z-index: 10
  }
}
.rsk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px
}
@media screen and (min-width:769px) {
  .rsk {
    font-size: 64px;
    line-height: 1
  }
}
@media screen and (min-width:1441px) {
  .rsk {
    font-size: 128px;
    margin-bottom: 58px;
    line-height: 120px
  }
}
.rsk__title span {
  opacity: .1
}
.box--dark .box_text {
  color: #000
}
.box.box--transparent {
  background: 0 0;
  border: 1px solid #9aa0b1
}
.box.box--transparent:hover {
  background: 0 0;
  border: 1px solid #9aa0b1
}
.box.box--contacts {
  background: 0 0;
  border: 1px solid #9aa0b1
}
.box.box--contacts:hover {
  background: 0 0!important;
  border: 1px solid #9aa0b1
}
.box.box--contacts .box_text {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px
}
.box.box--contacts .box_text--dark {
  color: #151515
}
.box.box--contacts .icon {
  font-size: 32px;
  margin: 0
}
.box--big {
  font-size: 20px
}
@media screen and (max-width:1200px) {
  .box--big {
    font-size: 15px
  }
}
.box--gray {
  border: none;
  background: #e7ebf1
}
.box__icon {
  font-size: 120px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.box__icon.box__icon--small {
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px
}
.box__icon.box__icon--round {
  font-size: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px
}
.box__icon.box__icon--round:after {
  content: '';
  height: 80px;
  width: 80px;
  position: absolute;
  top: -16px;
  right: -20px;
  border-radius: 50%;
  background: rgba(26,86,151,.1)
}
@media screen and (max-width:991px) {
  .box__icon.box__icon--round:after {
    top: -8px;
    right: -10px
  }
}
@media screen and (max-width:991px) {
  .box__icon {
    font-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
  }
}
.box__icon-digit {
  font-family: Unbounded;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 6px;
  bottom: 20px;
  color: #de3f3b;
  background: linear-gradient(106deg,#fe4040 0,#f88379 93.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
@media screen and (max-width:991px) {
  .box__icon-digit {
    font-size: 42px;
    right: 4px;
    bottom: 8px
  }
}
.box__icon img {
  width: 100%;
  height: auto
}
.box_text--line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.box_text.box_text--column {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px
}
@media screen and (min-width:769px) {
  .box_text.box_text--column {
    font-size: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}
.box_text.box_text--column .h3--small {
  margin: 0;
  font-size: 13px
}
@media screen and (max-width:768px) {
  .box_text.box_text--column .h3--small {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 100px)
  }
}
@media screen and (min-width:769px) {
  .box_text.box_text--column .h3--small {
    margin: 24px 0 0 0;
    font-size: 15px
  }
}
.box_text.box_text--column .box__indicator {
  margin-top: 24px;
  width: 100%
}
.box_text.box_text--column p {
  font-size: 13px
}
@media screen and (min-width:769px) {
  .box_text.box_text--column p {
    font-size: 15px
  }
}
.box_text h3.h3--small {
  font-size: 18px;
  margin: 24px 0
}
.box__more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: #1a5697;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%
}
.box__more .icon {
  font-size: 31px
}
@media screen and (min-width:1441px) {
  .box__more .icon {
    font-size: 40px
  }
}
@media screen and (min-width:769px) {
  .box__set {
    margin-bottom: 24px
  }
}
@media screen and (min-width:769px) {
  .box__set-wrapper {
    margin-bottom: -24px
  }
}
.box__indicator {
  font-family: Unbounded;
  text-edge: cap;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #de3f3b;
  margin-bottom: 9px
}
@media screen and (min-width:769px) {
  .box__indicator {
    font-size: 36px
  }
}
.box__indicator span {
  font-size: 20px
}
.box__indicator--second {
  margin-top: 40px
}
.box__icon--big {
  width: 80px;
  height: 80px
}
@media screen and (min-width:769px) {
  .box__icon--big {
    width: 120px;
    height: 120px
  }
}
a.box:hover .box__more {
  color: #de3f3b
}
a.box:hover .box__more .icon {
  transform: translateX(8px)
}
.banner.banner--second {
  background: #1a5697
}
@media (min-width:1800px) {
  .col-hd-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
}
.person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media (min-width:769px) {
  .person {
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.person--sovet .person_img {
  width: 160px;
  height: 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px
}
.person__descr {
  font-size: 18px
}
.person__descr p + h6 {
  margin: 0 0 24px 0
}
.person__descr h6 + p {
  margin: 24px 0 0 0
}
.person__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase
}
.article h4 {
  text-transform: uppercase;
  margin: 24px 0
}
.article .compacted {
  margin-top: -16px
}
.rate-counter {
  position: relative;
  background: #f2f4f7;
  border: 3px solid #1a5697;
  border-radius: 32px;
  padding: 0 48px 60px 48px;
  margin-top: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  max-width: 410px
}
@media (max-width:991px) {
  .rate-counter {
    max-width: 197px;
    margin: 36px auto 44px auto;
    padding: 0 18px 24px 18px
  }
}
.rate-counter:before {
  content: '';
  display: block;
  width: 140px;
  height: 146px;
  position: relative;
  background: url(/local/templates/b2b/css/../img/arc.svg) no-repeat 0 0;
  margin-bottom: -54px;
  top: -54px
}
@media (max-width:991px) {
  .rate-counter:before {
    width: 48px;
    height: 48px;
    margin-bottom: -20px;
    top: -20px
  }
}
.rate-counter:after {
  content: '';
  position: absolute;
  width: calc(50vw + 234px);
  background: url(/local/templates/b2b/css/../img/circles.svg) no-repeat 0 100%;
  top: -113px;
  left: -234px;
  bottom: -216px;
  z-index: -1
}
@media (max-width:991px) {
  .rate-counter:after {
    width: 100vw;
    background-size: auto 100%;
    top: -70px;
    bottom: -100px;
    left: auto;
    right: 0;
    transform: translateX(25%);
    background-position: 100% 100%
  }
}
.rate-counter__stars {
  margin-top: 42px;
  width: 240px;
  display: block;
  margin-bottom: 26px
}
@media screen and (max-width:991px) {
  .rate-counter__stars {
    width: 94px;
    margin-bottom: 18px;
    margin-top: 26px
  }
}
.rate-counter__num {
  font-family: Unbounded;
  font-size: 64px;
  font-weight: 700;
  color: #1a5697;
  margin-bottom: 24px
}
@media screen and (max-width:991px) {
  .rate-counter__num {
    font-size: 25.185px;
    margin-bottom: 18px
  }
}
.rate-counter__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center
}
@media screen and (max-width:991px) {
  .rate-counter__text {
    font-size: 10px
  }
}
.circle-indicator {
  margin-top: 70px;
  width: 100%;
  position: relative
}
@media screen and (min-width:992px) {
  .circle-indicator {
    padding-top: 94px;
    padding-bottom: 64px
  }
}
.circle-indicator:after {
  content: '';
  position: absolute;
  width: 50vw;
  background: url(/local/templates/b2b/css/../img/circles--indicator.svg) no-repeat 100% 50%/auto 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: none
}
@media (min-width:481px) and (max-width:991px) {
  .circle-indicator:after {
    background-position: 0 50%;
    left: 50%;
    display: block
  }
}
@media (min-width:992px) {
  .circle-indicator:after {
    right: 66.66666%;
    display: block
  }
}
.circle-indicator__item {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 16px
}
@media screen and (min-width:992px) {
  .circle-indicator__item {
    grid-template-columns: auto 1fr;
    row-gap: 0
  }
}
.circle-indicator__item:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (max-width:991px) {
  .circle-indicator__item:not(:last-child) {
    margin-right: 0
  }
}
@media screen and (min-width:992px) {
  .circle-indicator__item:not(:last-child) {
    margin-bottom: 140px
  }
}
@media (min-width:481px) and (max-width:991px) {
  .circle-indicator__item:not(:first-child) {
    margin-right: 33.3333%
  }
}
@media screen and (min-width:992px) {
  .circle-indicator__item:not(:first-child) .circle-indicator__title {
    margin-top: 14px
  }
}
.circle-indicator__num {
  font-family: Unbounded;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #1a5697;
  grid-row: 1/3
}
@media screen and (min-width:992px) {
  .circle-indicator__num {
    font-size: 64px;
    font-size: 112px;
    line-height: 84px
  }
}
.circle-indicator__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase
}
@media screen and (min-width:992px) {
  .circle-indicator__title {
    font-size: 18px
  }
}
.circle-indicator__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0
}
@media screen and (min-width:992px) {
  .circle-indicator__text {
    margin-top: 34px;
    font-size: 16px
  }
}
@media screen and (max-width:991px) {
  .circle-indicator .col-12 + .col-12 {
    margin-top: 16px
  }
}
@media screen and (max-width:991px) {
  .circle-indicator .btn {
    padding-left: 12px;
    padding-right: 12px
  }
}
@media screen and (max-width:991px) {
  .circle-indicator .btn {
    font-size: 13px;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (max-width:991px) {
  .circle-indicator .btn span {
    text-align: left
  }
}
.question-form-wrapper {
  background: #e7ebf1;
  border-radius: 12px;
  padding: 48px 64px
}
@media screen and (max-width:991px) {
  .question-form-wrapper {
    padding: 32px 16px
  }
}
.question-form-wrapper h3 {
  margin-top: 0;
  margin-bottom: 32px
}
.question-form-wrapper h3 + p {
  margin: 0 0 32px 0
}
.question-form-wrapper .row {
  row-gap: 32px
}
.question-form-wrapper .form-row .material-input__field,
.question-form-wrapper .form-row .uploadFile {
  border: none
}
.question-form-wrapper .form-row textarea.material-input__field {
  min-height: 220px
}
.question-form-wrapper .checkbox-line .custom-checkbox__view::after {
  background-color: transparent
}
.question-form-wrapper .btn {
  width: 100%!important
}
@media (min-width:481px) and (max-width:769px) {
  .question-form-wrapper .btn {
    max-width: 100%;
    padding: 0 24px
  }
}
@media screen and (min-width:768px) {
  .question-form-wrapper .btn {
    max-width: 200px
  }
}
.question-form-wrapper .form__action {
  display: -ms-flexbox;
  display: flex;
  gap: 32px 24px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
@media (max-width:769px) {
  .question-form-wrapper .form__action {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.question-form-wrapper .form__action .recaptcha {
  margin: 0
}
.slideout__panel .smartcaptcha{
  margin-right: 1px;
}
body.slideout-activated {
  overflow: hidden!important
}
.slideout {
  position: fixed;
  z-index: 1000;
  display: none
}
.slideout.slideout--visible {
  display: block
}
.slideout.slideout--visible .slideout__overlay {
  opacity: 1
}
.slideout.slideout--visible .slideout__panel {
  transform: translate(0,0)
}
.slideout__overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .35s ease;
  opacity: 0;
  background: rgba(128,136,155,.8);
  backdrop-filter: blur(8px)
}
.slideout__overlay.slideout-overlay--activated {
  opacity: .6
}
.slideout__panel {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  width: 780px;
  max-width: 100%;
  height: 100%;
  padding: 60px 40px;
  border-radius: 0 12px 12px 0;
  transition: transform .35s ease;
  transform: translate(-100%,0);
  background: #fff;
  scrollbar-width: thin
}
@media (min-width:769px) {
  .slideout__panel {
    padding: 120px 80px
  }
}
.slideout__panel--success-visible {
  overflow: hidden!important
}
.slideout__panel--activated {
  transform: translate(0,0)
}
.slideout__content {
  position: relative
}
.slideout__close {
  position: absolute;
  z-index: 10;
  top: 32px;
  right: 32px;
  outline: 0;
  position: absolute;
  outline: 0;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  color: #9aa0b1;
  font-size: 48px
}
.slideout__close:hover {
  color: #de3f3b
}
.slideout-title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px
}
.slideout .form-agreement,
.slideout .form-annotation,
.slideout .form-row-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px
}
.slideout a:hover {
  color: #de3f3b
}
.slideout p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 24px 0
}
.slideout ol,
.slideout ul {
  list-style-type: none;
  padding: 0;
  margin: 24px 0
}
.slideout li:not(:last-child) {
  margin-bottom: 24px
}
.slideout ol {
  counter-reset: li;
  margin-left: 28px
}
.slideout ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  width: 28px;
  position: absolute;
  left: 0
}
.slideout .result {
  margin-bottom: 24px;
  line-height: 150%;
  font-size: 14px;
  color: #218317
}
.slideout .result.error {
  color: #de3f3b
}
.slideout .result br {
  display: block;
  width: 100%;
  margin: 8px 0 0 0
}
.slideout .form-annotation {
  font-weight: 700
}
.slideout-form-success {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #fff;
  -ms-flex-align: center;
  align-items: center
}
.form-agreement_box .text {
  display: none
}
.checkbox-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: center;
  font-size: 13px;
  font-style: italic;
  font-weight: 600
}
.checkbox-line input {
  position: absolute;
  cursor: inherit;
/*  visibility: hidden;*/
  opacity: 0;
}
.checkbox-line input:checked + .custom-checkbox__view:after {
  background: url(/local/templates/b2b/css/../img/icons/check.svg) center center/14px 8px no-repeat;
  display: block;
}
.checkbox-line .custom-checkbox__view {
  height: 28px;
  width: 28px;
  border: 2px solid #151515;
  border-radius: 8px;
  text-align: center;
  line-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px
}
.checkbox-line .custom-checkbox__view:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  transition: opacity .15s ease,transform .15s ease;
  border-radius: 4px;
  display: none;
}
.form-row + .form-row {
  margin-top: 24px
}
@media (max-width:769px) {
  .form-row + .form-row {
    margin-top: 16px
  }
}
.form-row .material-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.form-row .comment,
.form-row .material-input__label {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
  display: block;
  color: #9aa0b1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: -1;
  order: -1
}
.form-row .dropdown,
.form-row .material-input__field,
.form-row .uploadFile {
  border: 1px solid #9aa0b1;
  font-size: 18px;
  line-height: 150%;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  background: #fff;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
@media (max-width:769px) {
  .form-row .dropdown,
  .form-row .material-input__field,
  .form-row .uploadFile {
    font-size: 13px;
    padding: 20px 24px
  }
}
.form-row .dropdown:focus,
.form-row .material-input__field:focus,
.form-row .uploadFile:focus {
  outline: 0
}
.form-row textarea.material-input__field {
  min-height: 160px
}
.form-row .textfield--file {
  margin: 0
}
.form-row .file_input_text_div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  padding: 0 24px;
  text-align: center;
  background: #de3f3b;
  border: 1px solid #de3f3b;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .8px;
  transition: all .3s;
  width: 121px;
  height: 50px;
  right: 12px;
  top: 50%;
  margin-top: -25px;
  transition: all .3s;
  cursor: pointer
}
.form-row .file_input_text_div:hover {
  border-color: #1a5697;
  background-color: #1a5697
}
.form-row .dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/local/templates/b2b/css/../img/icons/menu-arrow.svg) right 8px center/12px 7px no-repeat;
  padding-right: 48px
}
.form-row .help {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #9aa0b1;
  text-align: center;
  color: #9aa0b1;
  border-radius: 50%;
  line-height: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px
}
.form-row .comment {
  margin: 4px 0 0 0
}
.form__help {
  color: #1a5697;
  font-size: 48px
}
@media (max-width:769px) {
  .form__help {
    font-size: 32px
  }
}
.form .form-footer,
.form .recaptcha {
  margin-top: 24px
}
.form .btn {
  padding: 0 32px;
  width: auto;
  height: 88px;
  font-size: 20px
}
@media (max-width:769px) {
  .form .btn {
    height: 50px;
    font-size: 13px;
    padding: 0 24px
  }
}
.form .btn:hover {
  background: #1a5697;
  border-color: #1a5697
}
.form .form-footer {
  margin-top: 40px
}
.form .slick-slide {
  padding: 0
}
.form small {
  display: block;
  font-size: 13px
}
.form-required {
  color: #de3f3b
}
.form-footer,
.step-form-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -moz-column-gap: 40px;
  column-gap: 40px
}
@media (max-width:769px) {
  .form-footer,
  .step-form-submit {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
}
.form-footer .form-prev,
.form-footer .form-prev-step,
.form-footer .step-form-submit-label,
.step-form-submit .form-prev,
.step-form-submit .form-prev-step,
.step-form-submit .step-form-submit-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  background: 0 0
}
.form-footer .btn,
.step-form-submit .btn {
  padding: 0 56px;
  -moz-column-gap: 12px;
  column-gap: 12px
}
@media (max-width:769px) {
  .form-footer .btn,
  .step-form-submit .btn {
    padding: 0 24px
  }
}
.form-footer .icon--arr,
.step-form-submit .icon--arr {
  font-size: 40px
}
@media (max-width:769px) {
  .form-footer .icon--arr,
  .step-form-submit .icon--arr {
    font-size: 32px
  }
}
.form-footer .form-prev,
.step-form-submit .form-prev {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-column-gap: 12px;
  column-gap: 12px
}
.form-footer .form-prev .icon--arr,
.step-form-submit .form-prev .icon--arr {
  transform: rotate(180deg)
}
.form-footer .form-prev:hover .icon--arr,
.step-form-submit .form-prev:hover .icon--arr {
  transform: rotate(180deg) translateX(8px)
}
@media (max-width:769px) {
  .form-footer .form-prev:hover .icon--arr,
  .step-form-submit .form-prev:hover .icon--arr {
    transform: rotate(180deg)
  }
}
.form-footer .btn--next:hover .icon--arr,
.step-form-submit .btn--next:hover .icon--arr {
  transform: translateX(8px)
}
@media (max-width:769px) {
  .form-footer .btn--next:hover .icon--arr,
  .step-form-submit .btn--next:hover .icon--arr {
    transform: none
  }
}
.form-footer button:disabled,
.form-footer button:disabled:hover,
.form-footer button[disabled],
.form-footer button[disabled]:hover,
.step-form-submit button:disabled,
.step-form-submit button:disabled:hover,
.step-form-submit button[disabled],
.step-form-submit button[disabled]:hover {
  border: 1px solid #9aa0b1!important;
  background-color: #9aa0b1!important;
  color: #fff!important
}
.body--header-fixed .logo {
  -moz-column-gap: 13px;
  column-gap: 13px
}
.body--header-fixed .logo__img {
  width: 118px
}
.body--header-fixed .logo__delimiter,
.body--header-fixed .logo__gerb {
  height: 32px
}
.body--header-fixed .logo__text {
  font-size: 5.715px;
  line-height: 8.511px
}
.body--header-fixed .search_wrapper {
  top: -8px
}
@media screen and (max-width:1660px) {
  .header {
    padding-top: 48px;
    font-size: 13px
  }
}
@media screen and (max-width:1200px) {
  .header {
    padding: 24px 0;
  }
  .header.header--fixed{
    padding-bottom: 24px;
  }
}
.header--fixed {
  position: fixed;
  padding: 24px 0 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999
}
.header__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 51px;
  column-gap: 51px;
  row-gap: 24px
}
@media screen and (max-width:1660px) {
  .header__row {
    -moz-column-gap: 32px;
    column-gap: 32px
  }
}
@media screen and (max-width:1200px) {
  .header__row {
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}
.header_menu {
  margin-right: 37px
}
@media screen and (max-width:1200px) {
  .header_socials {
    display: none
  }
}
@media screen and (max-width:1660px) {
  .header_socials {
    word-spacing: 8px
  }
}
@media screen and (max-width:1660px) {
  .header_socials a {
    width: 32px;
    height: 32px;
    font-size: 32px
  }
}
@media screen and (max-width:1200px) {
  .header_contacts {
    display: none
  }
}
@media screen and (max-width:1660px) {
  .header_contacts {
    -moz-column-gap: 32px;
    column-gap: 32px
  }
}
@media screen and (max-width:1660px) {
  .header_contacts .icon_wrapper {
    width: 32px;
    height: 32px;
    font-size: 13px
  }
}
@media screen and (max-width:1200px) {
  .header__logo {
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto
  }
}
@media screen and (max-width:1200px) {
  .header__search {
    -ms-flex-order: 2;
    order: 2
  }
  .header__search.btn--search {
    width: 45px;
    height: 45px
  }
}
@media screen and (max-width:1200px) {
  .header__audience {
    -ms-flex-order: 3;
    order: 3
  }
  .header__audience.btn {
    height: 45px;
    letter-spacing: .44px;
    font-size: 11px;
    width: auto;
    padding: 0 16px
  }
}
.header__toggler {
  display: none
}
@media screen and (max-width:1200px) {
  .header__toggler {
    -ms-flex-order: 4;
    order: 4;
    display: block
  }
}
@media screen and (max-width:1200px) {
  .header_menu {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .header_menu .as-link,
  .header_menu a {
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 16px
  }
}
@media screen and (max-width:1200px) {
  .header_menu__item:first-child {
    border-top: 1px solid #e7ebf1
  }
}
.header_menu__item .as-link,
.header_menu__item a {
  line-height: 150%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1200px) {
  .header_menu__item .as-link.mob-active .icon,
  .header_menu__item a.mob-active .icon {
    transform: rotate(-180deg)
  }
}
.header_menu__item .submenu__list-item {
  display: block;
  text-transform: none;
  font-weight: 500;
  padding: 8px 0
}
.header_menu__item .icon {
  margin-left: 12px
}
@media screen and (max-width:1200px) {
  .header_menu__item .icon {
    font-size: 12px
  }
}
.header_submenu {
  padding: 24px 0;
  scrollbar-width: thin
}
@media screen and (max-width:1200px) {
  .header_submenu {
    border-top: none;
    padding: 0
  }
  .header_menu__item a.mob-active + .header_submenu,
  .with-submenu.mob-active + .header_submenu__list--mob{
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width:1201px) {
  .header_submenu {
    padding: 40px 0
  }
  .body--header-fixed .header_menu {
    margin-right: -8px;
    margin-left: 18px
  }
}
.header_submenu--active {
  display: block;
  position: fixed;
  width: 100%;
  background: #fff;
  border-top: 1px solid #9aa0b1;
  overflow-y: auto
}
@media screen and (max-width:1200px) {
  .header_submenu a {
    padding: 16px 0;
    font-size: 15px;
  }
}
.submenu {
  margin-top: 0
}
@media screen and (min-width:1201px) {
  .submenu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -moz-column-gap: 163px;
    column-gap: 163px;
    margin-top: 2px
  }
}
.submenu a:hover {
  color: #de3f3b
}
.submenu__list {
  margin: -6px 0 10px 0
}
.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px
}
@media screen and (min-width:1200px) {
  .logo {
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}
@media screen and (min-width:1660px) {
  .logo {
    -moz-column-gap: 25px;
    column-gap: 25px
  }
}
.logo__img {
  width: 106px
}
@media screen and (min-width:1201px) {
  .logo__img {
    width: 183px
  }
}
@media screen and (min-width:1661px) {
  .logo__img {
    width: 228px
  }
}
.logo__src {
  width: 100%;
  display: block
}
.logo__delimiter {
  width: 0;
  height: 32px;
  border-right: 1px solid #80889b
}
@media screen and (min-width:1201px) {
  .logo__delimiter {
    height: 48px
  }
}
@media screen and (min-width:1661px) {
  .logo__delimiter {
    height: 60px
  }
}
.logo__gerb {
  height: 26px
}
@media screen and (min-width:1201px) {
  .logo__gerb {
    height: 48px
  }
}
@media screen and (min-width:1661px) {
  .logo__gerb {
    height: 61px
  }
}
.logo__text {
  color: #80889b;
  font-size: 5.7px;
  font-weight: 600;
  line-height: 8.511px;
  text-transform: uppercase
}
@media screen and (min-width:1661px) {
  .logo__text {
    font-size: 11px;
    line-height: 16.381px
  }
}
.logo__text a {
  color: #1a5697;
  text-decoration: underline
}

@media screen and (max-width:1200px) {
  .header_withMenuOpened .header_menu__item {
    width: 100%
  }
}
@media screen and (max-width:1200px) {
  .header_withMenuOpened .header_menu__item > a:hover::after,
  .header_withMenuOpened .header_menu__item--active > a::after {
    display: none
  }
}
.header_withMenuOpened .header_submenu--active {
  border: none;
}
.header_withMenuOpened .menu_toggler {
  z-index: 99999
}
.search {
  width: 100%;
  margin: 40px 0 80px 0;
  position: relative
}
.search__input {
  width: 100%;
  height: 72px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 72px;
  font-family: Montserrat;
  padding: 0 198px 0 30px;
  transition: all .3s;
  text-indent: 2px; /*для буквы Д, которая немного съедается*/
}
.search__input:focus-visible {
  outline: 0;
}
.search__btn {
  height: 72px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  background: #de3f3b;
  color: #fff;
  width: 166px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .64px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  z-index: 1
}
.search__btn:hover {
  background: #1a5697
}
.search__icon {
  font-size: 24px;
  stroke-width: 3px;
  fill: none;
  stroke: #fff;
  color: inherit;
  vertical-align: baseline
}
.cheaps {
  margin: 80px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px
}
.cheaps__item {
  height: 58px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid #1a5697;
  text-transform: uppercase;
  color: #1a5697;
  background: 0 0;
  transition: all .3s
}
.cheaps__item--active,
.cheaps__item:hover {
  background: #1a5697;
  color: #fff
}
.cheaps__item--active:hover {
  cursor: default
}
.filter__head {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 56px
}
.filter__head--hidden {
  display: none
}
.filter__btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #151515;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 12px 0;
  background: 0 0
}
.filter__btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 100%;
  border-bottom: 2px solid #1a5697;
  transition: all .3s
}
.filter__btn:not(.tabs__btn--active):hover:after {
  border-bottom: 2px solid #de3f3b
}
.filter__btn--active {
  cursor: default
}
.filter__btn--active:after,
.filter__btn:hover:after {
  right: 0
}
.filter__btn--hidden {
  display: none
}
.filter__body {
  margin-top: 80px
}
.paginator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 160px
}
.paginator__arrow {
  color: #9aa0b1;
  cursor: pointer;
  transition: all .3s
}
.paginator__arrow--next {
  transform: rotate(180deg)
}
.paginator__arrow svg {
  font-size: 40px;
  color: inherit
}
.paginator__arrow:hover {
  color: #de3f3b
}
.paginator__page {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #9aa0b1;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .3s
}
.paginator__page:not(.paginator__page--current):hover {
  color: #de3f3b
}
.paginator__page--current {
  width: 60px;
  height: 60px;
  background: #9aa0b1;
  border-radius: 50%;
  color: #fff
}
.not-found {
  margin: 108px 0 136px 0;
  background: #f5f6f9 url(/local/templates/b2b/css/../img/404.svg) no-repeat 100% 0/68.5% auto
}
@media (max-width:1200px) {
  .not-found {
    position: relative;
    z-index: 1
  }
  .not-found:before {
    content: '';
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    background: url(/local/templates/b2b/css/../img/banka.png) no-repeat 50% 0/contain;
    z-index: -1;
    right: 0;
    top: 48px;
    opacity: .25
  }
}
.not-found__title {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px
}
@media (max-width:1200px) {
  .not-found__title {
    font-size: 38px
  }
}
.not-found__descr {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase
}
.not-found__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px
}
.not-found__text {
  margin-top: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  width: 572px;
  max-width: 100%
}
@media (min-width:1201px) {
  .not-found__text {
    width: calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px)
  }
}
.not-found__text p {
  margin: 0
}
.not-found__links {
  margin-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px
}
.not-found__link {
  width: 100%;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  display: -ms-flexbox;
  display: flex;
  height: 107px;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #1a5697;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-size: 18px;
  padding: 0 40px;
  transition: all .3s
}
@media (min-width:1023px) {
  .not-found__link {
    width: calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px)
  }
}
.not-found__link:hover {
  background: #de3f3b
}
.not-found__img {
  width: calc(41.666667% - 20px);
  -ms-flex: 0 0 calc(41.666667% - 20px);
  flex: 0 0 calc(41.666667% - 20px);
  text-align: right;
  margin-right: 7.6%;
  margin-top: 18px;
  display: none
}
@media (min-width:1201px) {
  .not-found__img {
    width: calc(41.666667% - 20px);
    -ms-flex: 0 0 calc(41.666667% - 20px);
    flex: 0 0 calc(41.666667% - 20px);
    display: block
  }
}
.not-found__img img {
  width: 610px;
  max-width: 100%
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__item {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.evaluation.evaluation--about .evaluation__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 12px
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__title {
    font-size: 18px
  }
}
.evaluation.evaluation--about .evaluation__item {
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 50px
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__item {
    margin-bottom: 32px
  }
}
.evaluation.evaluation--about .evaluation__item:last-child,
.evaluation.evaluation--about .evaluation__item:nth-last-child(2) {
  margin-bottom: 0
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__item:nth-last-child(2) {
    margin-bottom: 32px
  }
}
.evaluation.evaluation--about .evaluation__icon {
  font-size: 48px;
  color: #1a5697;
  width: 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__icon {
    margin-bottom: 12px
  }
}
@media screen and (max-width:1440px) {
  .evaluation.evaluation--about .evaluation__val {
    font-size: 16px
  }
}
.evaluation__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.evaluation__item:not(:last-child) {
  margin-bottom: 32px
}
@media (min-width:769px) {
  .evaluation__item:not(:last-child) {
    margin-bottom: 0
  }
}
.evaluation__item--line {
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -ms-flex-align: center;
  align-items: center
}
.evaluation__item--line .evaluation__num {
  margin: 0
}
.evaluation__num {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #1a5697;
  margin-bottom: 24px
}
.evaluation__num--rainbow {
  background: linear-gradient(106deg,#fe4040 0,#f88379 93.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.evaluation__val {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%
}
.evaluation__val--small {
  font-size: 16px
}
.box.evaluation__btn {
  margin: 0;
  height: 56px
}
.infografics--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999
}
.fake-banka {
  height: calc(100vh - 110px);
  width: 100%;
  background: #fff
}
@media screen and (max-width:1200px) {
  .fake-banka {
    height: calc(100vh - 93px)
  }
}
.banka {
  position: relative
}
.banka--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999
}
.banka__locker {
  position: absolute;
  bottom: 0;
  right: 100%;
  transform: translateX(-100%);
  margin-right: 47px;
  padding: 0!important
}
@media screen and (max-width:769px) {
  .banka__locker {
    display: none
  }
}
.banka__locker--disabled.btn {
  background: #9aa0b1;
  border-color: #9aa0b1;
  opacity: .5
}
.banka [data-type=primary] .btn {
  background: #1a5697;
  border-color: #1a5697
}
.banka [data-type=primary] .btn.banka__locker--disabled {
  background: #9aa0b1;
  border-color: #9aa0b1
}
.banka .slick-slide {
  padding: 0;
  cursor: grab
}
.signslide {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #e7ebf1;
  background-size: contain;
  height: calc(100vh - 110px)
}
#researchSteps{
  padding-top: 107px;
}

@media screen and (max-width:1200px) {
  .signslide {
    height: calc(100vh - 93px)
  }
  #researchSteps{
    padding-top: 93px;
  }
}
@media (min-width:1920px) {
  .signslide {
    background-size: 1920px auto
  }
}
.signslide[data-type=primary] {
  background-color: #de3f3b;
  color: #fff
}
.signslide[data-type=secondary] {
  background-color: #1a5697;
  color: #fff
}
.signslide__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 403px;
  max-width: auto
}
.signslide__title {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 340px;
  max-width: 100%;
  z-index: 2
}
@media (min-width:769px) {
  .signslide__title {
    width: 400px
  }
}
@media (min-width:769px) {
  .signslide__title {
    width: 774px;
    top: 80px;
    font-size: 36px
  }
}
.signslide__sidebar {
  padding: 32px;
  height: 100%;
  position: absolute;
  left: -32px;
  z-index: 1
}
@media (min-width:769px) {
  .signslide__sidebar {
    padding: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 567px;
    left: -48px
  }
}
.signslide__sidebar:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  left: -2000px;
  border-radius: 0 12px 12px 0;
  z-index: -1
}
@media (min-width:769px) {
  .signslide__sidebar:after {
    background: rgba(255,255,255,.9)
  }
}
@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
  @media (min-width:769px) {
    .signslide__sidebar:after {
      background: rgba(255,255,255,.5);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px)
    }
  }
}
.signslide[data-type=primary] .signslide__sidebar,
.signslide[data-type=secondary] .signslide__sidebar {
  color: #fff
}
@media (min-width:769px) {
  .signslide[data-type=primary] .signslide__sidebar:after,
  .signslide[data-type=secondary] .signslide__sidebar:after {
    background: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px)
  }
}
.signslide[data-type=primary] .signslide__sidebar a,
.signslide[data-type=secondary] .signslide__sidebar a {
  color: #fff;
  text-decoration: underline
}
.signslide[data-type=primary] .signslide__btn,
.signslide[data-type=secondary] .signslide__btn {
  border-color: #fff;
  color: #fff
}
.signslide[data-type=primary] .signslide__btn:hover,
.signslide[data-type=secondary] .signslide__btn:hover {
  background-color: #fff
}
.signslide[data-type=secondary] .signslide__btn:hover {
  color: #1a5697
}
.signslide[data-type=primary] .signslide__btn:hover {
  color: #de3f3b
}
.signslide__caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase
}
@media (min-width:769px) {
  .signslide__caption {
    font-size: 20px
  }
}
.signslide__caption.signslide__caption--with-title {
  margin-top: 96px
}
@media (min-width:769px) {
  .signslide__caption.signslide__caption--with-title {
    margin-top: 108px
  }
}
.signslide__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px;
  display: none
}
@media (min-width:769px) {
  .signslide__text {
    font-size: 18px;
    display: block
  }
}
.signslide__text a {
  color: #1a5697;
  text-decoration: none
}
.signslide__text a:hover {
  color: #de3f3b
}
.signslide__body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.signslide__btn {
  border: 4px solid #de3f3b;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 64px;
  border-radius: 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #de3f3b;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
  text-decoration: none;
  transition: all .3s
}
.signslide__btn:hover {
  border-color: #1a5697;
  color: #1a5697
}
.signslide__btn--big {
  padding: 20px 32px;
  border: 4px solid #de3f3b;
  font-size: 32px
}
@media (min-width:769px) {
  .signslide__btn--big {
    padding: 40px 64px;
    border: 4px solid #de3f3b;
    font-size: 44px
  }
}
.signslide__btn--small {
  font-size: 13px;
  letter-spacing: .52px;
  padding: 12px 24px;
  line-height: 26px;
  margin: 16px auto 0 0;
  border-width: 2px;
  background: 0 0;
  border-radius: 8px
}
@media (min-width:769px) {
  .signslide__btn--small {
    display: none
  }
}
.signslide__paging {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(5px);
  padding: 11px 0;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  font-family: Unbounded;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:481px) {
  .signslide__paging {
    right: 32px
  }
}
@media (min-width:769px) {
  .signslide__paging {
    font-size: 13px;
    width: 77px;
    right: 100px
  }
}
.signslide__paging[data-type=primary],
.signslide__paging[data-type=secondary] {
  background: rgba(255,255,255,.3)
}
@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
  .signslide__paging {
    background-color: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
  }
}
.signslide__paging li {
  color: #9aa0b1;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  padding: 10px 0;
  width: 100%
}
@media (min-width:769px) {
  .signslide__paging li {
    padding: 16px 0
  }
}
.signslide__paging li:not(.slick-active):hover {
  color: #de3f3b
}
.signslide__paging .slick-active {
  font-size: 20px;
  color: #de3f3b;
  cursor: default
}
.signslide__paging[data-type=primary] .slick-active,
.signslide__paging[data-type=primary] li,
.signslide__paging[data-type=secondary] .slick-active,
.signslide__paging[data-type=secondary] li {
  color: #fff
}
.signslide__paging[data-type=primary] li:not(.slick-active):hover {
  color: #1a5697
}
.signslide__paging[data-type=secondary] li:not(.slick-active):hover {
  color: #de3f3b
}
.signslide__paging[data-type=primary] .slick-active,
.signslide__paging[data-type=secondary] .slick-active {
  color: #fff
}
.signslide__icon {
  font-size: 32px
}
.signslide__icon--primary {
  color: #de3f3b
}
.signslide__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.7);
  text-align: right;
  z-index: 999
}
@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
  .signslide__popup {
    background: rgba(255,255,255,.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
  }
}
.signslide__popup-text {
  width: 100%;
  height: 100%;
  margin-left: auto;
  text-align: left;
  padding: 36px 40px;
  font-size: 13px;
  background: rgba(255,255,255,.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (min-width:481px) {
  .signslide__popup-text {
    width: 496px
  }
}
@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
  .signslide__popup-text {
    background: rgba(255,255,255,.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
  }
}
.signslide__popup-text .signslide__caption {
  margin-bottom: 18px;
  margin-top: 0
}
.signslide__popup-close {
  font-size: 32px;
  color: #9aa0b1;
  position: absolute;
  right: 32px;
  top: 32px
}
.body-fixed {
  height: 100%;
  overflow: hidden
}
.banka .content {
  position: relative;
  height: 100%
}
.about {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 100px
}
@media screen and (min-width:1441px) {
  .about {
    font-size: 18px;
    margin-top: 160px
  }
}
.about__teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%
}
.about__video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  min-height: 416px;
  border-radius: 24px;
  background: linear-gradient(0deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 100%),url(/local/templates/b2b/css/../img/about/video.jpg),#d3d3d3 0 -37.694px/100% 113.707% no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative
}
@media screen and (min-width:1441px) and (max-width:1920px) {
  .about__video {
    margin-right: -80px;
    border-radius: 40px 0 0 40px
  }
}
@media screen and (min-width:1921px) {
  .about__video {
    border-radius: 40px
  }
}
@media screen and (max-width:991px) {
  .about__video {
    margin-top: 48px
  }
}
.about__video-icon {
  font-size: 100px;
  color: #fff;
  cursor: pointer;
  transition: all .3s
}
.about__video-icon:hover {
  color: #de3f3b
}
.about__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0
}
.mission {
  border: 3px solid #de3f3b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border-radius: 100px;
  margin-top: 48px
}
@media screen and (max-width:991px) {
  .mission {
    margin-top: 32px;
    border-radius: 48px
  }
}
.mission__img {
  width: 156px;
  display: none
}
@media screen and (min-width:1201px) {
  .mission__img {
    display: block
  }
}
.mission__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin: 10px 20px
}
@media screen and (min-width:1201px) {
  .mission__text {
    margin: 10px 20px 10px 0;
    font-size: 18px
  }
}
.activities {
  margin: 64px 0 0 0
}
@media screen and (min-width:1201px) {
  .activities {
    margin: 100px 0 0 0
  }
}
@media screen and (min-width:1441px) {
  .activities {
    margin: 290px 0 0 0
  }
}
.activities--last {
  margin-bottom: 100px
}
@media screen and (min-width:1441px) {
  .activities--last {
    margin-bottom: 290px
  }
}
.activities__item {
  margin-top: 64px
}
@media screen and (min-width:1201px) {
  .activities__item {
    margin-top: 100px
  }
}
@media screen and (min-width:1441px) {
  .activities__item {
    margin-top: 280px
  }
}
.activities-infografic {
  margin: 138px 0 0 0
}
.activities__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  line-height: normal;
  margin: 0
}
@media screen and (min-width:1441px) {
  .activities__title h2 {
    font-size: 64px
  }
}
.activities__title-arrow {
  border-top: 2px solid #1a5697;
  border-right: 2px solid #1a5697;
  border-radius: 0 40px 0 0;
  height: 96px;
  position: relative
}
@media screen and (max-width:1440px) {
  .activities__title-arrow {
    display: none
  }
}
.activities__title-arrow:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/local/templates/b2b/css/../img/about/arrow.svg) no-repeat 50% 100%;
  width: 14px;
  height: 8px;
  right: -8px;
  bottom: 0
}
@media screen and (min-width:1201px) {
  .activity {
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 110px;
    column-gap: 110px;
    position: relative
  }
}
.activity.activity--odd .activity__img {
  -ms-flex-order: 1;
  order: 1
}
.activity__arrow {
  border-left: 2px solid #1a5697;
  height: 440px;
  position: absolute;
  width: 0;
  bottom: -340px;
  z-index: 1
}
@media screen and (max-width:1440px) {
  .activity__arrow {
    display: none
  }
}
.activity__arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -4px;
  top: -4px;
  background: #1a5697;
  border-radius: 50%
}
.activity__arrow:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/local/templates/b2b/css/../img/about/arrow.svg) no-repeat 50% 100%;
  width: 14px;
  height: 8px;
  right: -6px;
  bottom: 0
}
.activity__img {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 0 40px 0
}
@media screen and (min-width:1201px) {
  .activity__img {
    width: 480px;
    max-width: 480px;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    margin: 0
  }
}
.activity__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 12px
}
@media screen and (min-width:1441px) {
  .activity__title {
    font-size: 44px;
    margin-bottom: 80px;
    margin-top: 24px
  }
}
@media screen and (max-width:769px) {
  .activity__title br {
    display: none
  }
}
.activity__text {
  font-weight: 500;
  line-height: 150%
}
@media screen and (min-width:1441px) {
  .activity__text {
    font-size: 18px
  }
}
.activity__text p {
  margin: 24px 0
}
@media screen and (min-width:1441px) {
  .activity__text p {
    margin: 32px 0
  }
}
.activity__text p:last-child {
  margin-bottom: 0
}
.activity__text blockquote {
  border-radius: 12px;
  border: 2px dashed #de3f3b;
  padding: 32px;
  margin: 24px 0
}
@media screen and (min-width:1441px) {
  .activity__text blockquote {
    margin: 32px 0
  }
}
.activity__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: #1a5697;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%
}
.text-white .activity__link{
  color: #fff;
}
@media screen and (min-width:1441px) {
  .activity__link {
    margin-top: 48px;
    font-size: 24px
  }
}
.activity__link--small {
  font-size: 15px;
  margin-top: 24px
}
.activity__link:hover {
  color: #de3f3b
}
.activity__link:hover .icon {
  transform: translateX(8px)
}
.activity__link--no-margin {
  margin: 0
}
.activity__link .icon {
  font-size: 31px
}
@media screen and (min-width:1441px) {
  .activity__link .icon {
    font-size: 40px
  }
}
.activity .numbers-row_decor {
  background: #f5f6f9
}
.about-scheme {
  margin-top: 100px;
  margin-left: 148px;
  position: relative
}
@media screen and (max-width:1440px) {
  .about-scheme {
    margin-left: 0;
    margin-top: 48px
  }
}
.about-scheme:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 80%;
  left: -146px;
  top: -128px;
  border-left: 2px solid #1a5697
}
@media screen and (max-width:1440px) {
  .about-scheme:before {
    display: none
  }
}
.about-scheme:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -150px;
  top: -128px;
  background: #1a5697;
  border-radius: 50%
}
@media screen and (max-width:1440px) {
  .about-scheme:after {
    display: none
  }
}
.about-scheme__item {
  border-radius: 24px;
  border: 2px solid #1a5697;
  padding: 24px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 32px;
  position: relative;
  background: #f5f6f9
}
@media screen and (min-width:1201px) {
  .about-scheme__item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -moz-column-gap: 48px;
    column-gap: 48px
  }
}
@media screen and (min-width:1441px) {
  .about-scheme__item {
    padding: 56px 66px;
    -moz-column-gap: 70px;
    column-gap: 70px
  }
}
.about-scheme__item:not(:last-child) {
  margin-bottom: 32px
}
.about-scheme__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 148px;
  height: 50%;
  right: 100%;
  bottom: 50%;
  border-left: 2px solid #1a5697;
  border-bottom: 2px solid #1a5697;
  border-radius: 0 0 0 40px
}
@media screen and (max-width:1440px) {
  .about-scheme__item:before {
    display: none
  }
}
.about-scheme__item:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/local/templates/b2b/css/../img/about/arrow.svg) no-repeat 50% 100%;
  width: 14px;
  height: 8px;
  right: 100%;
  bottom: 50%;
  transform: rotate(-90deg) translate(-3px,2px)
}
@media screen and (max-width:1440px) {
  .about-scheme__item:after {
    display: none
  }
}
.about-scheme__icon {
  width: 150px;
  height: 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  background: #e7ebf1;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width:1441px) {
  .about-scheme__icon {
    width: 314px;
    height: 314px;
    -ms-flex: 0 0 314px;
    flex: 0 0 314px
  }
}
.about-scheme__img {
  height: 120px
}
@media screen and (min-width:1441px) {
  .about-scheme__img {
    height: 200px
  }
}
.about-scheme__title {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px
}
@media screen and (min-width:1441px) {
  .about-scheme__title {
    font-size: 32px;
    margin-bottom: 48px
  }
}
.about-scheme__text p:last-of-type {
  margin-bottom: 0
}
.search-results {
  margin-bottom: 32px
}
@media (min-width:992px) {
  .search-results {
    margin-bottom: 100px
  }
}
.search-results__caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
  text-transform: uppercase
}
@media screen and (min-width:769px) {
  .search-results__caption {
    margin-bottom: 116px;
    font-size: 18px
  }
}
.search-results__counter {
  background-image: linear-gradient(180deg,#fe404b 0,#ff9a7a 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap
}
.search-field {
  position: relative;
  margin: 32px 0
}
@media screen and (min-width:769px) {
  .search-field {
    margin: 64px 0 32px 0
  }
}
.search-field__input {
  border-color: #9aa0b1;
  background: 0 0
}
.search-field__btn {
  background: 0 0;
  border: none;
  color: #000;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -12px
}
.search-field__btn:hover {
  color: #de3f3b
}
.search-field__btn .icon {
  color: inherit;
  font-size: 16px;
  stroke: currentColor;
  stroke-width: 2px
}
.aside--search .aside__head h2 {
  margin-top: 0
}
.aside--search .aside__head a {
  display: none
}
@media (max-width:991px) {
  .aside--search {
    padding: 0
  }
  .aside--search .aside__head {
    padding: 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
  }
  .aside--search .aside__head h2 {
    margin: 0;
    font-size: 20px
  }
  .aside--search .aside__head a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 150%;
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    border-bottom: 3px solid #1a5697
  }
  .aside--search .slick-slider {
    margin: 0 -32px 0 0
  }
  .aside--search .slick-list {
    padding: 0
  }
  .aside--search .slick-track {
    display: -ms-flexbox!important;
    display: flex!important
  }
  .aside--search .slick-slide {
    height: inherit!important;
    width: 344px;
    padding: 0 8px
  }
}
@media (max-width:991px) and (max-width:769px) {
  .aside--search .slick-slide {
    width: 320px
  }
}
@media (max-width:991px) {
  .aside--search .slick-slide .box,
  .aside--search .slick-slide .col-12,
  .aside--search .slick-slide > div {
    height: 100%
  }
  .aside--search .slick-slide .col-12 {
    padding: 0
  }
}


.text p{
  text-align: left!important;
}
.text img{
  max-width: 100%;
  height: auto !important;
  /*width: auto !important;*/
}
.text p span{
  color: #151515!important;
  text-decoration: none !important;
}

/***NEW MENU***/
@media screen and (min-width: 1201px){
  .submenu__left-list{
    position: relative;
    overflow: visible;
    padding-right: 70px;
    border-right: 1px solid #9AA0B1;
    width: 500px;
  }
  .submenu__left-list .submenu__list{
    position: absolute;
    left: 570px;
    top: 0;
    width: 630px;
    height: 100%;
  }
  .submenu__left-list .submenu__list > div{
    position: sticky;
    top: 0;
  }
  .submenu__left-list .submenu__list .submenu__list-item{
    padding: 1em 0;
  }
  .submenu__left-list .submenu__list .submenu__list-item:first-child{
    padding-top: 0;
  }
  .submenu__left-list .submenu__list .submenu__list-item:last-child{
    padding-bottom: 0;
  }
  .submenu__left-list .as-link:first-child,
  .submenu__left-list > a:first-child{
    padding-top: 0;
  }
  .submenu__left-list .as-link--hover + .submenu__list{
    display: block;
  }
}
@media screen and (max-width: 1919px){
  .submenu__left-list{
    width: 440px;
  }
  .submenu__left-list .submenu__list{
    left: 510px;
  }
}
@media screen and (max-width: 1200px){
  .header_menu .submenu__left-list .as-link{
    font-size: 15px;
  }
  .header_withMenuOpened .header_submenu--active{
    max-height: auto!important;
    overflow: visible;
  }
  .header_menu .submenu__box{
    display: none!important;
  }
  .submenu__left-list .as-link .icon{
    transform: rotate(90deg);
  }
  .header_menu .submenu__left-list .as-link.mob-active .icon{
    transform: rotate(-90deg);
  }
  .submenu__left-list .submenu__list{
    display: none;
  }
  .submenu__left-list .as-link.mob-active + .submenu__list{
    display: block;
  }
}
a.submenu__list-item--hover{
  color: #DE3F3B;
}
.submenu__left-list .as-link{
  align-items: flex-start;
}
.submenu__left-list .as-link:hover,
.submenu__left-list .as-link.as-link--hover{
  cursor: pointer;
  color: #DE3F3B;
}
.submenu__left-list .as-link .icon{
  font-size: 12px;
  margin-top: 5px;
}
.submenu__left-list .as-link:hover .icon,
.submenu__left-list .as-link.as-link--hover .icon{
  color: #DE3F3B;
}
.submenu__left-list .submenu__list{
  display: none;
}
.submenu__box{
  min-height: 400px;
  height: calc(100vh - 286px);
  max-height: 590px;
  padding: 40px 32px;
  background: #9AA0B1;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.submenu__box__bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.submenu__box_text{
  position: relative;
  z-index: 1;
}
.submenu__box__bg img{
  object-fit: cover;
  min-height: 100%;
}
.submenu__box p{
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.submenu__box .box_title{
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}
.submenu__box .activity__link{
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  margin-top: 1.3rem;
  padding: 0;
  column-gap: 2px;
}
.submenu__box .activity__link .icon{
  color: #fff;
}
.submenu__box:hover .activity__link,
.submenu__box:hover .activity__link .icon{
  color: #fff;
}

@media screen and (min-width: 1920px){
  .header_submenu{
    padding-top: 60px;
  }
  .header_menu__item a,
  .header_menu__item .as-link{
    font-size: 16px;
  }
  .submenu__box p,
  .submenu__box .activity__link{
    font-size: 15px;
  }
  .submenu__box .box_title{
    font-size: 36px;
  }
}

@media screen and (max-height: 767px){
  .submenu__box .box_title{
    font-size: 20px;
  }
}
.ask-form label.label--static{
    margin: 0;
    position: static;
    font-size: 13px;
    color: #80889B;
    margin-bottom: 4px;
    background: none;
}
.ask-form .form-group{
  height: 100%;
}
.ask-form .form-control{
  border-color: #fff;
}
.ask-form textarea.form-control{
  height: calc(100% - 1.5em);
}
.ask-form textarea.form-control::placeholder{
  font-style: italic;
}
.ask-form small{
  font-size: 13px;
}
.btn.btn--disabled{
  color: #9AA0B1;
  background: #CFD7E5;
  border-color: #CFD7E5;
  cursor: default;
}
.form-title{
  font-size: 30px;
}
.mt-16{
  margin-top: 16px;
}
@media screen and (max-width: 768px){
  .ask-form .jc-right{
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px){
  .ask-form .btn.btn--big{
    width: 254px;
  }
}
@media screen and (max-width: 480px){
  .ask-form .btn.btn--big{
    width: 100vw;
    margin-top: 24px;
  }
  .about__video{
    min-height: 202px;
  }
}

/* End */


/* Start:/local/templates/b2b/styles.css?1717406902840*/
.text_quotation{
	background: #E7EBF1;
	border-radius: 12px;
	padding: 32px 32px 32px 96px;
	font-style: italic;
	margin: 56px 0;
	position: relative;
}
.text_quotation .icon-quotes{
	position: absolute;
	left: 32px;
	right: 32px;
}
.quote_person{
	margin-top: 32px;
}
.quote_person__img{
	width: 120px;
}
.quote_person__img img{
	width: 96px;
	border-radius: 50%;
	margin-right: 14px;
}
.quote_person__post{
	font-style: normal;
	max-width: calc(100% - 120px);
}
.quote_person__post .box_title{
	font-size: 18px;
	margin-bottom: 4px;
}
.quote_person__post p{
	margin: 0;
}
@media screen and (max-width: 480px){
	.text_quotation{
		padding-left: 56px;
		font-size: 13px;
	}
	.text_quotation .icon-quotes{
		left: 12px;
		width: 30px;
	}
	.quote_person__post .box_title{
		font-size: 13px;
	}
}
/* End */
/* /local/templates/b2b/css/base.css?171895572115720 */
/* /local/templates/b2b/css/slick.css?17032472902684 */
/* /local/templates/b2b/css/select2.css?171637501318789 */
/* /local/templates/b2b/css/magnific-popup.css?17104987267331 */
/* /local/templates/b2b/css/tooltipster.css?17037641568981 */
/* /local/templates/b2b/css/styles.css?173142099173637 */
/* /local/templates/b2b/css/main.css?173373966870243 */
/* /local/templates/b2b/styles.css?1717406902840 */
