@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/** Reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  box-sizing: border-box;
	vertical-align: baseline;
}
*{
  box-sizing: border-box;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body{
    height: 100%;
}
body {
  max-width: 1900;
  width: 100%;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
	line-height: 1;
  /* background: #111111; */
}
ol, ul {
	list-style: none;
}
input {
  font-family: 'Montserrat';
  font-size: 16px;
  box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
  text-decoration: none;
  color: inherit;
}
/** Reset end **/
.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: none;
	-webkit-transition: color .2s, background .3s ease;
	-o-transition: color .2s, background .3s ease;
	transition: color .2s, background .3s ease;
}
.button_blue{
  max-width: 271px;
  width: 100%;
  min-height: 64px;
  background: #2A36A2;
  color: #fff;
}
    .button_blue a{
        color: #fff;
    }
.button_transparent{
  max-width: 271px;
  width: 100%;
  min-height: 64px;
  border: 2px solid #9A9A9A;
  background: #fff;
  color: #000;
}
.button-icon__wrapper{
  max-width: 65px;
  width: 100%;
  height: 100%;
}
.button-text{
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
}
.button_blue:hover{
  background: #000;
}
.button_transparent:hover{
  border: none;
  background: #000;
  color: #fff;
}
    .button_transparent:hover a{
        color: #fff;
    }
.button_transparent svg path{
  transition: .3s ease;
}
.button_transparent:hover svg{
  width: 22px;
  padding-left: 4px;
}
.button_transparent:hover svg path{
  stroke: #fff;
}
.button_transparent_blue{
  border: 2px solid #898989;
  background: none;
  color: #fff;
  text-decoration: none;
}
    .button_transparent_blue a{
        color: #fff;
        text-decoration: none;
    }
.button_transparent_blue:hover{
  border: 2px solid #2A36A2 !important;
  background: #2A36A2 !important;
}
.button_transparent_blue:hover svg{
  padding-left: 1px;
  padding-right: 0;
}
.button_transparent_black{
  border: 2px solid #000;
  background: none;
  color: #000;
}
    .button_transparent_black a{
        color: #000;
        text-decoration: none;
    }
.button_transparent_black:hover{
  border: 2px solid #000 !important;
  background: #000 !important;
}
.button_transparent_black:hover svg{
  padding-left: 0;
  padding-right: 1px;
}
.button_transparent_black svg path{
  stroke: #000;
}
.button_transparent_black:hover svg path{
  stroke: #fff;
}
.main-page{
  overflow-x: hidden;
}
.container{
  max-width: 1520px;
  margin: 0 auto;
}
.container-small{
  max-width: 1206px;
  margin: 0 auto;
}
.breadcrumbs{
  margin: 60px 0 52px;
}
.breadcrumbs-list{
  display: flex;
}
.breadcrumbs-list__li:not(:first-child):after{
  content: '/\00a0';
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: -18px;
  color: #e7e7e7;
}
.breadcrumbs-list__li{
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  position: relative;
  margin-right: 34px;
  color: #9A9A9A;
}
     .breadcrumbs-list__li a{
        color: #9A9A9A !important;
        text-decoration:none !important;
     }
.link-top-menu{
  cursor: pointer;
}
.header{
  min-height: 94px;
  display: flex;
  animation-delay: 3s;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
    .header .header-nav__wrapper,
    .header .header-nav-search__wrapper,
    .header .header-nav-phone__wrapper{
        background: #fff;
        color:#000;
    }
    .header.black .header-nav__wrapper,
    .header.black .header-nav-search__wrapper,
    .header.black .header-nav-phone__wrapper{
        background: #111111;
        color:#ffffff;
    }

    .main-page .header-nav-search-input__wrapper{
        background: none;
    }
        .main-page .header-nav-search-input__wrapper.view{
            background: #ffffff;
        }

    .main-page .header .header-nav__wrapper,
    .main-page .header .header-nav-search__wrapper,
    .main-page .header .header-nav-phone__wrapper{
        background: none;
        color:#ffffff;
    }

    .header.black  .header-nav-list__li > a{
        color:#ffffff;
    }
    .header.black .header-nav-phone__wrapper a{
        color:#ffffff;
    }
.header-logo__wrapper{
  max-width: 249px;
  min-width: 249px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2A36A2;
}
.header-nav-list{
  z-index: 2;
  background: transparent;
}
.header-nav-list{
  height: 100%;
  display: flex;
  cursor: pointer;
}
.header-nav-list a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color:#ffffff;
  text-decoration:none !important;
}
.header-nav-list__li:first-child{
  min-width: 192px;

}
.header-nav-list__li:first-child > a{
  padding: 0 0;
}
.header-nav-list__li:last-child{
  min-width: 161px;
  padding: 0 0;
}
.header-nav-list__li:last-child > a{
  padding: 0 0;
}
.header-nav-list__li{
  height: 100%;
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border .5s ease;
  border-right: 1px solid rgba(0,0,0,0.12);
  border-bottom: 2px solid transparent;
  color: #000;
}
.header-nav-list__li > a{
  padding: 0 48px;
  color: #000;
}
.header-nav-list__li:hover{
  border-bottom: 2px solid #2A36A2;
}
.header-nav-search__wrapper{
  width: 100%;
  height: 94px;
  /*position: relative;*/
}
.header-nav-search-icon__wrapper{
  position: relative;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  cursor:pointer;
}
.header-nav-search-input__wrapper{
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0%;
  transition:0.3s;
  z-index:-1;
  background-color: #ffffff;
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
}
    .header-nav-search-input__wrapper.view{
        top: 100%;
    }
    .header-nav-search-input__wrapper input[type="submit"]{
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        border: none;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 152.93%;
        letter-spacing: 0.035em;
        color: #2A36A2;
        background: none;
        cursor: pointer;
    }
    /*.header.black .header-nav-search-input__wrapper{
        background-color: #111111;
    }*/
.header-nav-search-input{
  width: 100%;
  height: 100%;
  display: flex;
  border: none;
  outline: none;
  border-right: 1px solid rgba(0,0,0,0.12);
  background: none;
  padding: 0 40px 0 100px;
}
.header-nav-list-search__wrapper{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
}
.header-nav-phone__wrapper{
  min-width: 298px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
}
    .header-nav-phone__wrapper a{
        color:#000000;
        text-decoration: none !important;
    }
.header-nav-phone{
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
}
.header-nav-callback__wrapper{
  min-width: 252px;
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .5s ease;
  cursor: pointer;
  background: #F0F0F0;
}
.header-nav-callback__wrapper::after{
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
}
.header-nav-callback{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all .5s ease;
  background: linear-gradient(0deg, #4A4D54, #4A4D54), linear-gradient(0deg, #9BA1AD, #9BA1AD), #353432;
  color: #fff;
}
.header-nav-callback__wrapper:hover .header-nav-callback{
  background: #2A36A2;
}
.header-nav-callback__wrapper::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 18px 0 18px;
  border-color: #4A4D54 transparent transparent transparent;
  transition: bottom .3s ease, border-color .3s ease;
}
.header-nav-callback__wrapper:hover:before{
  bottom: -8px;
  border-color: #2A36A2 transparent transparent transparent;
}
.header-nav-callback__wrapper:hover .header-nav-callback-toggle-menu__wrapper{

  top: 110px;
}
.header-nav-callback-toggle-menu__wrapper{
  width: 100%;
  position: absolute;
  z-index: 1;
  transition: all .5s ease;
  top: -210px;
}
.header-nav-callback-toggle-menu-list{
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.14);
  background: #fff;
}
.header-nav-callback-toggle-menu-list__li{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
  border-top: 2px solid #4A4D54;
  padding: 30px 0;
}
.header-nav-callback-toggle-menu-list__li:hover{
  border-top: 2px solid #2A36A2;
  color: #fff;
  background: #2A36A2;
}

.header-catalog-menu__wrapper{
  width: 100%;
  position: absolute;
  top: -999px;
  left: 0;
  z-index: -1;
  transition: top .5s ease;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.14);
  background: #fff;
}
.header-nav__wrapper .header-nav-list__li.catalog:hover .header-catalog-menu__wrapper{
  top: 0;
}
.header-catalog-menu__wrapper:hover{
  top: 0;
}
.header-catalog-menu__container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 180px 0 84px;
}
.header-catalog-menu__container .header-catalog-menu-item__wrapper{
  max-width: 270px;
}
.header-catalog-menu-item__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.header-catalog-menu__container .header-catalog-menu-item__wrapper .main-top-block-2-scroll-item-description{
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.header-catalog-menu__container .main-top-block-2-scroll-item-description__wrapper{
  margin-bottom: 30px;
}
.header-catalog-menu__container .main-top-block-2-scroll-item-title__wrapper{
  margin-bottom: 30px;
}
.header-catalog-menu__container .main-top-block-2-scroll-item-description:not(:last-child){
  margin-bottom: 30px;
}
.header-catalog-menu__container .catalog-lvl-item-link-text__wrapper{
  background: linear-gradient(to right, #2A36A2, #2A36A2 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: #111;
}
.header-catalog-menu__container .catalog-lvl-item-link-text{
  font-size: 20px;
}
.header-catalog-menu__container .catalog-lvl-item-link__wrapper:hover .catalog-lvl-item-link-text{
  transition: all .3s ease;
  color: #fff !important;
}
.header-animation__wrapper .header-catalog-menu__wrapper{
  background: #201F24;
}
.header-animation__wrapper .main-top-block-2-scroll-item-title{
  color: #fff;
}
.header-animation__wrapper .header-catalog-menu__container .catalog-lvl-item-link-text{
  color: #fff;
}
.header-animation__wrapper .header-nav-callback-toggle-menu-list{
  background: #201F24;
}


.title-page{
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 88.5%;
  color: #111111;
}
.breadcrumbs.big-text{
  margin: 69px 0 20px;
}
.breadcrumbs.big-text .breadcrumbs-list__li:not(:first-child):after{
  left: -30px;
  color: #9A9A9A;
}
.breadcrumbs.big-text .breadcrumbs-list__li{
  font-size: 20px;
}
.link-page{
  width: 100%;
  height: 100%;
}
.header.black{
  background: #111111;
  color: #fff;
}
.header.black .header-nav-callback__wrapper{
  background: #4A4D54;
}
.header.black .header-nav-list__li{
  border-right: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.header.black .header-nav-search-input{
  /*border-right: 1px solid rgba(255,255,255,0.12);
  color: #fff;*/
}
.header.black .header-nav-search-icon path{
  fill: #fff;
}
.mobile-header-nav-search__wrapper.black .header-nav-search-img path{
  fill: #fff;
}
.mobile-header-nav-search__wrapper.black .mobile-header-nav-search-input{
  color: #fff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(60px);
  }
}
section{
  z-index: 1;
}
.inSlide{
  opacity: 0;
  animation-delay: .6s;
}
.delay-animation{
  animation-delay: 0s;
  animation-duration: 1200ms;
}
.scroll__wrapper{
  transition-delay: 5s;
}
.main-page{
  background: #111111;
}
/** main **/
.main-top-block{
  min-height: 100vh;
}
.header-animation__wrapper{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}
.header-animation__wrapper .header{
  background: transparent;
}
.header-animation__wrapper .header-nav-callback__wrapper{
  background: linear-gradient(0deg, #4A4D54, #4A4D54), linear-gradient(0deg, #9BA1AD, #9BA1AD), #353432;
  color: #fff;
}
.header-animation__wrapper .header-nav-list__li{
  border-right: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
    .header-animation__wrapper .header-nav-list__li a{
        color: #fff !important;
    }
.header-animation__wrapper .header-nav-search-input{
  /* border-right: 1px solid rgba(255,255,255,0.12); */
  /* color: #fff; */
}
.header-animation__wrapper .header-nav-search-icon path{
  fill: #fff;
}
.header-animation__wrapper .header-nav-phone{
  color: #fff;
}
.main-top-block__wrapper{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: opacity 1.5s ease;
  padding: 0 0 0;
  /*background: #111111 url('../images/main-top.png') no-repeat center 0/cover;*/
  background: #111111;
}
.main-top-block__wrapper.slide2{
  background: #111111 url('../images/big-slide.png') no-repeat center 0/cover;
}
.main-top-block__wrapper.slide3{
  background: #111111 url('../images/big-slide2.png') no-repeat center 0/cover;
}
.main-titles__wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header-animation__wrapper{
  animation-delay: 3s;
}
.main-top-block-title-1__wrapper{
  max-width: 922px;
  margin-bottom: 50px;
}
.main-top-block-title-1{
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.005em;
  animation-delay: 1s;
  line-height: 88.5%;
  color: #fff;
  position:relative;
  z-index:1;
}
.main-top-block-title-2__wrapper{
  max-width: 560px;
  position: relative !important;
  margin-bottom: 52px;
}
.main-top-block-title-2{
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  animation-delay: 2s;
  letter-spacing: 0.08em;
  color: #fff;
}
.main-top-block-title-3__wrapper{
  position: relative !important;
}
.main-top-block-title-3{
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  animation-delay: 3s;
  font-feature-settings: 'case' on, 'ordn' on;
  color: #9A9A9A;
}
.main-top-sticky-block__wrapper{
  display: flex;
  align-items: flex-end;
  animation-delay: 3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-top-block-slider__wrapper{
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-top-block-slider__wrapper .slick-dots{
  max-width: 360px;
  display: flex;
  order: 1;
  margin-top: 11px;
}
.main-top-block-slider__wrapper .slick-dots button{
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  background: none !important;

}
.main-top-block-slider__wrapper .slick-dots li{
  height: 2px;
  flex-grow: 1;
  background: #3C3B3F;
}
.main-top-block-slider__wrapper .slick-dots li.slick-active{
  background: #fff;
}
.main-top-block-slider__wrapper .slick-list{
  max-width: 500px;
  height: 140px;
  order: 3;
}
.main-top-block-slide__wrapper{
  max-width: 250px;
}
.main-top-slider-arrow{
  max-width: 88px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
}
.main-top-slider-arrow.arrow-right{
  border-bottom: 1px solid #3C3B3F;
  padding-bottom: 11px;
}
.main-top-slider-arrow.arrow-left{
  padding-top: 15px;
}
.main-top-slider-arrows__wrapper{
  width: 88px;
  height: 140px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.main-top-slider-arrow svg path{
  transition: all .3s ease;
}
.main-top-slider-arrow:not(.slick-disabled) svg path{
  opacity: 1;
}
.main-top-slider-numbers__wrapper{
  font-weight: 500;
  line-height: 149%;
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  right: 52px;
  color: #fff;
}
.number-disabled{
  opacity: 0.12;
}
/** main end **/
/** main 2 **/
.main-top-block-2{
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  padding: 256px 0 128px;
  background: #111111;
}
.main-top-block-2 .main-top-block-title-1__wrapper{
  max-width: 100%;
  margin-bottom: 100px;
}
.main-top-block-2 .main-top-block-title-1{
  animation-delay: .5s;
}
.main-top-block-2-titles__wrapper{
  max-width: 1005px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.main-top-block-2-subtitle{
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #9A9A9A;
}
.main-top-block-2-subtitle span{
  color: #fff;
}
.main-top-block-2-subtitle br{
  display: none;
}
/** scrollbar **/
.main-top-block-2-scrollbar__wrapper{
  position: relative;
}
.main-top-block-2-scroll__wrapper{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 176px auto 0;
}
.main-top-block-2-scroll-item__wrapper:first-child{
  margin-left: 222px;
}
/** scrollbar end **/
/* .main-top-block-2-scroll-items-group__wrapper{
  max-width: 816px;
  width: 100%;
  display: flex;
} */
/* .main-top-block-2-scroll-items-group__wrapper:not(:last-child){
  margin-right: 255px;
} */
.main-top-block-2-scroll-item__wrapper{
  max-width: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  pointer-events: all !important;
}
.main-top-block-2-scroll-item__wrapper{
  margin-right: 156px;
}
.main-top-block-2-scroll-item__wrapper:nth-child(2n){
  margin-right: 255px;
}
.main-top-block-2-scrollbar__wrapper .main-top-block-2-scroll-item__wrapper{
  min-height: 690px;
  max-height: 690px;
}
.main-top-block-2-scroll-item__wrapper::before{
  /* content: url('../images/pattern-items-group.png');
  width: 457px;
  height: 508px;
  position: absolute;
  top: -3px;
  left: -35px;
  transition: .3s all;
  z-index: 0;
  opacity: 0; */
}
.parallax-bg-pattern{
  width: 457px;
  height: 100%;
  top: 0;
  left: 20px;
  bottom: auto;
}
.parallax__wrapper{
  position: relative !important;
}
.parallax__wrapper:before{
  content: '';
  width: 457px;
  height: 508px;
  position: absolute;
  top: 100px !important;
  left: -59px;
  opacity: 0;
  transition: all .3s ease;
  background: url('../images/pattern-items-group.png') no-repeat 0 0;
}
.main-top-block-2-scroll-item__wrapper:hover .parallax__wrapper:before{
  opacity: 1;
}
.main-top-block-2-scroll-item-button{
  min-height: 0;
  position: relative;
  z-index: 3;
  transition: min-height .6s ease, opacity 5s ease;
}
.main-top-block-2-scroll-item-button .button_blue{
  max-width: 280px;
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.main-top-block-2-scroll-item-button .button_blue .button-text{
  font-size: 20px;
  padding-right: 30px;
}
/** hover effect **/
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-img__wrapper{
  margin-bottom: 66px;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-img{
    transform: scale(1.1) translate(3%,3%);
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-title{
  font-size: 38px;
  transition: all .5s ease;
}
.main-top-block-2-scroll-item__wrapper:hover:before{
  opacity: 1;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-description__wrapper{
  opacity: 0;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-button{
  min-width: 280px;
  min-height: 64px;
  position: relative !important;
  transition: min-height .5s ease, opacity 2s ease;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-button .button_blue{
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, background .3s ease;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-title__wrapper{
  margin-bottom: 32px;
}
.main-top-block-2-scroll-item__wrapper:hover .main-top-block-2-scroll-item-img__wrapper{

}
/** hover effect end **/
.main-top-block-2-scroll-item-img__wrapper{
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all .3s ease;
  margin-bottom: 47px;
  background: #111111;
}
.main-top-block-2-scroll-item-img{
  transition: all .5s ease;
}
.main-top-block-2-scroll-item-title__wrapper{
  z-index: 1;
  position: relative !important;
  margin-bottom: 49px;
}
.main-top-block-2-scroll-item-title{
  font-size: 34px;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.03em;
  transition: all .3s ease;
  color: #111;
}
.main-top-block-2-scroll-item-description__wrapper{
  position: relative !important;
  z-index: 1;
  transition: all .3s ease;
}
.main-top-block-2-scroll-item-description{
  font-size: 19px;
  font-weight: bold;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  color: #9A9A9A;
}
.main-top-block-2-scroll-item-description.count-models{
  font-size: 17px;
  letter-spacing: 0;
}
.main-top-block-2-scroll-item-description:not(:last-child){
  margin-bottom: 53px;
}
.main-top-block-2-buttons__wrapper{
  display: flex;
  justify-content: center;
  margin-top: 124px;
}
.main-top-block-2-buttons__wrapper .button_transparent{
  max-width: 203px;
}
.main-top-block-2-buttons__wrapper .button_transparent .button-text{
  font-size: 20px;
  padding-right: 23px;
}
.separator-gif__wrapper{
  width: 100%;
  min-height: 198px;
  /*background: #111111 url('../images/separator-gif.png') no-repeat center center;*/
}
.separator-gif__wrapper video{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
/** main 2 end **/
/** main 2 examples **/
.main-examples{
  background: #111111;
}
.main-examples__wrapper{
  padding: 176px 0 143px;
}
.main-examples-top__wrapper{
  max-width: 1205px;
  margin: 0 auto 100px;
}
.main-examples-title__wrapper{
  margin-bottom: 81px;
}
.main-examples-title{
  font-weight: bold;
  font-size: 60px;
  line-height: 88.5%;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}
.main-examples-title::before{
  content: '';
  width: 330px;
  height: 92px;
  position: absolute;
  top: -15px;
  left: 257px;
  background: url('../images/title-bg.png') no-repeat 0 0;
}
.main-examples-subtitle{
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #9A9A9A;
}
.main-examples .catalog-lvl-first-item__wrapper{
  max-width: 377px;
  position: relative;
  transition: all .5s ease;
  padding: 40px 50px;
}
.main-examples .catalog-lvl-first-item__wrapper::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease;
  background: url('../images/cross-bg.png') no-repeat 0 0;
}
.main-examples .catalog-lvl-first-item__wrapper:hover:before{
  opacity: 1;
}
.main-examples .catalog-lvl-first-item-img__wrapper{
  min-height: 74px;
  max-height: 74px;
  justify-content: flex-start;
  margin-bottom: 41px;
}
.main-examples .catalog-lvl-first-item-title{
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
}
.main-examples .catalog-lvl-first-item-description{
  font-size: 19px;
  line-height: 140.5%;
  letter-spacing: 0.02em;
}
.main-examples .catalog-lvl-first-item-description.small-description{
  font-size: 17px;
}
.main-examples .catalog-lvl-item-link-text{
  font-size: 20px;
  color: #fff;
}
.main-examples .catalog-lvl-item-link-text__wrapper{
  max-width: 184px;
  transition: background-position .5s cubic-bezier(1, 0.26, 0, 0.76),color .6s ease;
  background: linear-gradient(to right, #2A36A2, #2A36A2 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.main-examples .catalog-lvl-item-link__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.main-examples .main-top-block-2-buttons__wrapper{
  margin-top: 150px;
}
.main-examples .button_transparent_blue{
  max-width: 235px;
}
/** main 2 examples end **/
/** popular **/
.popular-items{

  background: #BEC0C5;
}
.section{
  overflow: hidden;
}
.section-popular-items__wrapper{
  padding: 126px 0 108px;
}
.popular-items__wrapper{
  margin: 0 auto;
}
.popular-items-title__wrapper{
  position: relative;
}
.popular-items-title{
  font-weight: bold;
  font-size: 60px;
  line-height: 88.5%;
  text-align: center;
  color: #111111;
}
.popular-items-title__wrapper::before{
  content: '';
  width: 420px;
  height: 92px;
  position: absolute;
  top: -15px;
  left: 367px;
  background: url('../images/title-bg-grey.png') no-repeat 0 0;
}
.popular-items-top__wrapper{
  margin-bottom: 217px;
}
.popular-items .catalog-lvl-first-item__wrapper{
  max-width: 320px;
}
.popular-items .catalog-lvl-first-item__wrapper:last-child:after{
  content: '';
  min-width: 200px;
}
.popular-items .catalog-lvl-first-item-img__wrapper{
  min-height: 262px;
  max-height: 262px;
  margin-bottom: 41px;
}

.popular-items .catalog-lvl-first-item-description{
  font-size: 19px;
  line-height: 143%;
  letter-spacing: 0.02em;
  color: #111111;
}
.popular-items .catalog-lvl-first-item-title{
  font-size: 25px;
  line-height: 34px;
}
.popular-items .catalog-lvl-first-item-title__wrapper{
  margin-bottom: 28px;
}
.popular-items .catalog-lvl-first-item-description__wrapper{
  margin-bottom: 24px;
}
.popular-items .catalog-lvl-item-link-text{
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}
.popular-items .catalog-lvl-first-items__wrapper{
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 0 0;
	padding-right: 40px;
}
.popular-items .catalog-lvl-first-item__wrapper:first-child{
  margin-left: 200px;
}
.popular-items .catalog-lvl-first-item__wrapper:not(:last-child){
  margin-right: 190px;
}
.popular-items .catalog-lvl-item-link-text__wrapper{
  max-width: 184px;
  transition: background-position .5s cubic-bezier(1, 0.26, 0, 0.76),color .6s ease;
  background: linear-gradient(to right, #2A36A2, #2A36A2 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.popular-items .catalog-lvl-item-link__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.popular-items-scroll__wrapper{
  position: relative;
  margin: 0 auto;
}
.popular-items .jspContainer{
  height: auto !important;
}
/** scrollbar 2 **/

.popular-items .main-top-block-2-buttons__wrapper .button_transparent_blue{
  max-width: 203px;
}
.popular-items .main-top-block-2-buttons__wrapper{
  margin-top: 190px;
}
/** scrollbar 2 end **/
/** popular end **/
/** manufactor **/
.manufactor-block{
  position: relative;
  background: #111111;
}
.manufactor-top__wrapper{
  position: relative;
  padding: 263px 0 263px;
}
.manufactor-top-bg__wrapper{
  animation-delay: 1s;
}
.manufactor-top-bg__wrapper{
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.manufactor-top-bg__wrapper::before{
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  background: url('../images/manufactor-first-layer.png') no-repeat 500px 0,url('../images/manufactor-second-layer.png') no-repeat 784px 180px;
}
.manufactor-top-left-block__wrapper{
  max-width: 577px;
  z-index: 2;
}
.manufactor-top-title__wrapper{
  position: relative;
  margin-bottom: 70px;
}
.manufactor-top-title__wrapper::before{
  content: '';
  width: 512px;
  height: 92px;
  position: absolute;
  top: -10px;
  left: -31px;
  background: url('../images/title-bg-2.png') no-repeat 0 0;
}
.manufactor-top-title{
  font-weight: bold;
  font-size: 56px;
  line-height: 112.5%;
  letter-spacing: 0.005em;
  color: #fff;
}
.manufactor-top-description__wrapper{
  margin-bottom: 41px;
}
.manufactor-top-quote__wrapper{
  max-width: 412px;
}
.manufactor-top-quote-list__li{
  font-weight: bold;
  font-size: 20px;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  padding-left: 25px;
  color: #FFFFFF;
}
.manufactor-top-quote-list .manufactor-top-quote-list__li:first-child{
  background: url('../images/list-blue-square.svg') no-repeat 0 0;
}
.manufactor-top-quote-list .manufactor-top-quote-list__li:last-child{
  max-width: 340px;
  font-size: 16px;
  line-height: 113.5%;
  opacity: 0.5;
  margin-top: 18px;
  color: #9A9A9A;
}
.manufactor-top-description{
  font-weight: bold;
  font-size: 24px;
  line-height: 122%;
  color: #9A9A9A;
}
.manufactor-partners__wrapper{
  background: #111111;
}
.manufactor-partners-title__wrapper{
  max-width: 642px;
  margin-bottom: 55px;
}
.manufactor-partners-title{
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.manufactor-partners-subtitle-links__wrapper{
  max-width: 345px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.manufactor-partners-subtitle-link{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  color: #FFFFFF;
}
    .manufactor-partners-subtitle-link a{
        color: #FFFFFF;
        text-decoration: none;
    }
.manufactor-partners-subtitle-link svg{
  margin-left: 15px;
}
.manufactor-partners-subtitle-link:hover{
  color: #2A36A2;
}
.manufactor-decisions-list{
  display: flex;
  flex-wrap: wrap;
}
.manufactor-decisions-list__li{
  font-weight: bold;
  font-size: 18px;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  padding-left: 23px;
  background: url('../images/list-blue-square.svg') no-repeat 0 0;
  color: #fff;
}
.manufactor-decisions-list .manufactor-decisions-list__li:not(:last-child){
  margin: 0 48px 51px 0;
}
.manufactor-decisions__wrapper{
  margin-bottom: 202px;
}
.manufactor-partners-scroll__wrapper .manufactor-partner-img__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.manufactor-partners-scroll__wrapper .manufactor-partner-img__wrapper:first-child{
  margin-left: 196px;
}
.manufactor-partners-scroll__wrapper .manufactor-partner-img__wrapper:last-child:after{
  content:'';
  width: 196px;
}
.manufactor-partners-scroll__wrapper .manufactor-partner-img__wrapper:not(:last-child){
  margin-right: 45px;
}
/** scrollbar **/
.manufactor-scroll__wrapper{
  position: relative;
}
.manufactor-partners-scroll__wrapper{
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}
/** scrollbar end **/
/** manufactor end **/
/** news main **/
.news-main{
  background: #111111;
}
.news-main__wrapper{
  padding: 410px 0 210px;
}
.news-main-title__wrapper{
  margin-bottom: 129px;
}
.news-main-title{
  font-weight: bold;
  font-size: 60px;
  line-height: 88.5%;
  letter-spacing: 0.005em;
  color: #fff;
}
.news-main .catalog-lvl-first__wrapper{
  padding: 0 0 71px;
}
.news-main .catalog-lvl-first-item__wrapper{
  max-width: 405px;
  position: relative;
}
.news-main .catalog-lvl-first-item-img__wrapper{
  min-height: 300px;
  max-height: 300px;
  position: relative;
  transition: all .3s ease;
}
.news-main .catalog-lvl-first-item__wrapper:nth-child(2n):before{
  content: '';
  width: 532px;
  height: 388px;
  position: absolute;
  top: -77px;
  left: -62px;
  opacity: 1;
  transition: all .5s ease;
  background: url('../images/pattern-bg-img.png') no-repeat 0 0;
}
.news-main .catalog-lvl-first-item-title{
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  color: #fff;
}
.news-main .catalog-lvl-first-item-date{
  color: #fff;
}
.news-main .catalog-lvl-first-item-description{
  font-size: 20px;
  line-height: 140.5%;
  letter-spacing: 0.02em;
}
.news-main .catalog-lvl-item-link-text__wrapper{
  max-width: 184px;
  transition: background-position .5s cubic-bezier(1, 0.26, 0, 0.76),color .6s ease;
  background: linear-gradient(to right, #2A36A2, #2A36A2 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: #fff;
}
.news-main .catalog-lvl-item-link-text{
  font-size: 20px;
  padding-right: 5px;
}
.news-main .catalog-lvl-item-link__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.news-main .button_transparent{
  max-width: 393px;
}
.news-main .button_transparent .button-text{
  font-size: 20px;
  padding-right: 25px;
}
.footer.black{
  background: #111111 url('../images/footer-bg.png') repeat-x 0 100%;
}
.footer.black .footer-copyright-p{
  color: #fff;
}
.footer.black .footer-phone_wrapper > *{
  color: #fff;
}
/** news main end **/
/** card **/
.container.card{
  display: flex;
  justify-content: space-between;
}
.card-left__container{
  max-width: 1205px;
  width: 100%;
}
.card-right-sticky__container{
  max-width: 274px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sticky-fadein-right{
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  animation-name: slideInDown;
  animation-duration: .3s;
}
.card-right-scroll-visible{
  display: none;
  margin-bottom: 0 !important;
}
.card-right-sticky-title__wrapper{
  margin-bottom: 30px;
}
.card-right-sticky-img__wrapper{
  /*eight: 197px;*/
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
}
.card-right-sticky-img{
  max-height: 100%;
  height: auto;
}
.card-right-sticky-title{
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  color: #111111;
}
.card-right-sticky__subwrapper > div:not(:last-child){
  margin-bottom: 10px;
}
.card-right-sticky__subwrapper .button_transparent{
  margin-bottom: 30px !important;
}
.card-right-sticky__subwrapper .button-text{
  padding-right: 24px;
}
.card-right-files-list__li{
  font-weight: bold;
  line-height: 152.93%;
  cursor: pointer;
  transition: .3s ease;
  color: #111111;
}
.card-right-files-list__li:hover{
  color: #2A36A2;
}
.card-right-files-list__li:not(:last-child){
  margin-bottom: 21px;
}
.card-right-files-list__li span{
  padding-bottom: 3px;
  border-bottom: 1px solid #9A9A9A;
}
.card-right-files-list__li span svg{
  margin-right: 4px;
}
.card-left-top__wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}
.card-left-slider__wrapper{
  max-width: 577px;
  width: 100%;
}
.card-left-slider-main{
  margin-bottom: 37px;
}
.card-left-slide-img__wrapper{
  height: 433px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-left-slide-img{
  max-width: 100%;
}
.card-left-slider-sub .card-left-slide-img__wrapper{
  width: 130px;
  height: 97px;
  cursor: pointer;
  transition: .5s ease;
  border: 2px solid #E0E0E0;
  padding: 10px;
  margin: 0 auto;
}
.card-left-slider-sub .slick-list{
  width: 100%;
  padding: 0 0 !important;
}
.card-left-slider-sub .slick-slide.slick-current .card-left-slide-img__wrapper{
  border: 2px solid #2A36A2;
}
.card-left-slider-sub .card-left-slide-img{
  max-width: 100%;
  max-height: 100%;
}




.card-left-description__wrapper{
  max-width: 576px;
  width: 100%;
}
.card-left-description-title__wrapper{
  margin-bottom: 29px;
}
.card-left-description-title{
  font-size: 40px;
  font-weight: bold;
  line-height: 49px;
  letter-spacing: 0.03em;
}
.card-left-description-group__wrapper{
  margin-bottom: 30px;
}
.card-left-description-subtitle__wrapper{
  margin-bottom: 10px;
}
.card-left-description-subtitle{
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  color: #9A9A9A;
}
.card-left-description-text{
  font-size: 16px;
  font-weight: 500;
  line-height: 152.93%;
  letter-spacing: 0.035em;
}
.card-left-characteristic__wrapper .card-left-description-subtitle__wrapper{
  margin-bottom: 30px;
}
.card-left-characteristic__wrapper .table-title__wrapper{
  margin-bottom: 27px;
}
.subtitle-page__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
  margin-bottom: 62px;
}
.subtitle-page__wrapper .catalog-lvl-2-filter-section-list__li.active{
  padding-left: 19px;
  color: #111111;
}
.subtitle-page{
  font-size: 26px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.03em;
  color: #111111;
}
.subtitle-page__wrapper .catalog-lvl-2-filter-section-list__li.active:hover{
  color: #2A36A2;
}
.title-slider__wrapper{
  margin-bottom: 30px;
}
.title-slider-img{
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.035em;
  color: #2A36A2;
}
.usage-slider__wrapper{
  width: 1205px;
  /*height: 445px;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 203px;
  background: #F3F4F5;
}
.scrollbar__wrapper{
  position: relative;
  margin-bottom: 55px;
}
.usage-slider{
  max-width: 1205px;
}
.usage-scroll.external-scroll_x{
  width: 984px;
  height: 2px;
  display: block;
  bottom: -96px;
  left: 47%;
  transform: translateX(-47%);
  background: #8C8C8C;
}
.usage-scroll .scroll-arrow{
  top: -46px;
}
.usage-scroll .scroll-arrow svg path{
  stroke: transparent;
}
.usage-scroll .scroll-arrow svg{
  fill: #111111;
}
.usage-scroll.external-scroll_x .scroll-element_track{
  background: #8C8C8C;
}
.usage-scroll .scroll-arrow__wrapper{
  background: #fff;
}
.usage-scroll .scroll-arrow.arrow-disabled svg{
  fill: #fff;
}
.usage-scroll .scroll-arrow.arrow-disabled svg path{
  stroke: #8D8E90;
  opacity: 1;
}
.usage-scroll.external-scroll_x .scroll-bar{
  background: #111111;
}
.card-left__container .catalog-lvl-2-section-item{
  padding-top: 0;
  margin-bottom: 96px;
  text-decoration: none !important;
}
.card-left__container .catalog-lvl-2-section-item:not(:nth-child(3n)){
  margin-right: 77px;
}
.card-left__container .catalog-lvl-2-section-item-img.contain{
  width: auto;
}
.scroll-arrow.arrow-disabled svg path{}
/** card end **/
/** card use end **/
.card-use .card-left-top__wrapper{
  margin-bottom: 79px;
}
.card-use .breadcrumbs{
  margin: 60px 0 62px;
}
.card-use .card-left-description__wrapper{
  max-width: 100%;
}
.card-use .card-right-sticky__container{
  max-width: 264px;
}
.card-use .button-text{
  font-size: 20px;
  justify-content: flex-start;
}
.card-use .card-right-sticky__subwrapper .button_transparent .button-text{
  justify-content: center;
}
.card-use .card-right-sticky__subwrapper .button-text{
  padding-right: 11px;
}
.card-use .button-icon__wrapper{
  max-width: 54px;
}
.card-use-img__wrapper{
  width: 100%;
  height: 445px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background: #F3F4F5;
}
.card-use-devices__wrapper{
  display: flex;
  align-items: center;
}
.card-use-devices-title__wrapper{
  margin-right: 20px;
}
.card-use-devices-list{
  display: flex;
}
.card-use-devices-text{
  font-weight: bold;
  line-height: 140.5%;
  letter-spacing: 0.02em;
}
.card-use-devices-list__li{
  max-height: 42px;
  transition: all .3s ease;
  padding: 10px 15px;
  background: #F0F0F0;
  color: #2A36A2;
}
.card-use-devices-list-link:not(:last-child){
  margin-right: 10px;
}
.card-use-devices-list-link:hover .card-use-devices-list__li{
  background: #2A36A2;
  color: #fff;
}

/** card use end **/
/** catalog lvl 2 use **/
.catalog-lvl-2-top__wrapper.catalog-lvl-2-use{
  height: 574px;
  background: #111;
}
.catalog-lvl-2-top-title-img__wrapper{
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
.catalog-lvl-2-use .catalog-section{
  padding: 60px 0 0;
}
.catalog-lvl-2-use .catalog-lvl-2-section-item-subtitle{
  color: #2A36A2;
}
.catalog-lvl-2-use .catalog-lvl-2-section-item-title{
  letter-spacing: 0.48px;
}
.catalog-lvl-2-use .catalog-lvl-2-section-item{
  margin-bottom: 60px;
}
.catalog-lvl-2-section__wrapper.catalog-lvl-2-use{
  margin-bottom: 37px;
}
/** catalog lvl 2 use end **/

/** catalog lvl 2 **/
.catalog-lvl-2-section__wrapper{
  margin-bottom: 193px;
}
.catalog-lvl-2-top__wrapper{
  height: 483px;
  padding: 68px 0 100px;
  background: #111111;
}
.catalog-lvl-2-top__wrapper .breadcrumbs{
  margin: 0 0 41px;
}
.catalog-lvl-2-top__wrapper .breadcrumbs-list__li{
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-right: 22px;
  color: #717274;
}
.catalog-lvl-2-top__wrapper .breadcrumbs-list__li:not(:first-child):after{
  left: -17px;
  color: #717274;
}
.catalog-lvl-2-top-main-content__wrapper{
  max-width: 770px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.catalog-lvl-2-top-title__wrapper{
  margin-bottom: 39px;
}
.catalog-lvl-2-top-title{
  font-size: 60px;
  font-weight: bold;
  line-height: 88.5%;
  letter-spacing: 0.005em;
  text-align: center;
  color: #fff;
}
.catalog-lvl-2-top-subtitle__wrapper{
  margin-bottom: 41px;
}

.catalog-lvl-2-top-text{
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  color: #9A9A9A;
}
.catalog-lvl-2-top-link__wrapper{
  display: flex;
  justify-content: center;
}
.catalog-lvl-2-top-link{
  position: relative;
}
.catalog-lvl-2-top-link::after{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #9A9A9A;
}
.catalog-section{
  display: flex;
  justify-content: space-between;
  padding: 73px 0 0;
}
.catalog-lvl-2-filter-section__wrapper {
  max-width: 272px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.catalog-lvl-2-filter-section-title__wrapper {
  margin-bottom: 43px;
}
.catalog-lvl-2-filter-section-title{
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #111111;
}
.catalog-lvl-2-filter-section-list {
  display: flex;
  flex-direction: column;
}
.catalog-lvl-2-filter-section-list__li {
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
  padding-left: 0;
  color: #000000;
}
    .catalog-lvl-2-filter-section-list__li a{
        color: #000000;
        text-decoration:none !important;
    }
.catalog-lvl-2-filter-section-list__li:not(:last-child){
  margin-bottom: 35px;
}
.catalog-lvl-2-filter-section-list__li:hover{
  color: #2A36A2;
}
.catalog-lvl-2-filter-section-list__li.active{
  color: #2A36A2;
  padding-left: 30px;
}
.catalog-lvl-2-filter-section-list__li.active::before{
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  left: 0;
  transition: all .3s ease;
  background: url('../images/icon-arrow.svg') no-repeat center center;
}
.catalog-lvl-2-section-items__wrapper{
  max-width: 1206px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-lvl-2-section-item{
  max-width: 350px;
  width: 100%;
  position: relative;
  transition: all .3s ease;
  padding: 40px 0 0;
  margin-bottom: 110px;
  color: #000;
  text-decoration: none;
}
.catalog-lvl-2-section-item > div{
  z-index: 2;
}
.catalog-lvl-2-section-item:not(:nth-child(3n)){
  margin-right: 78px;
}
.catalog-lvl-2-section-item-inner__wrapper{
  position: relative;
}
.catalog-lvl-2-section-item-inner__wrapper:before{
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
  transition: all .3s ease;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background: #fff;
}
.catalog-lvl-2-section-item:hover .catalog-lvl-2-section-item-inner__wrapper:before{
  opacity: 1;
}
.catalog-lvl-2-section-item:hover{
  background: #fff;
}
.catalog-lvl-2-section-item-img__wrapper{
  min-height: 262px;
  max-height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.catalog-lvl-2-section-item-img{
  max-width: 100%;
}
.catalog-lvl-2-section-item-img.contain{
  width: 100%;
}
.catalog-lvl-2-section-item-title__wrapper{
  margin-bottom: 11px;
}
.catalog-lvl-2-section-item-title{
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #111111;
  text-decoration:none;
}
.catalog-lvl-2-section-item-subtitle__wrapper{
  margin-bottom: 30px;
}
.catalog-lvl-2-section-item-subtitle{
  font-weight: bold;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  color: #000000;
}
.catalog-lvl-2-section-item-description__wrapper{
  margin-bottom: 30px;
}
.catalog-lvl-2-section-item-description{
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #9A9A9A;
}
.catalog-lvl-2-section__wrapper .catalog-lvl-item-link-text__wrapper{
  max-width: 182px;
}
.catalog-lvl-2-section-item:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}

/** catalog lvl 2 end **/
/** news **/
.catalog-news{
  margin-bottom: 60px;
}
.catalog-news .title-page{
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.03em;
}
.catalog-lvl-first-item-link:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.catalog-lvl-first-item__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.catalog-news .catalog-lvl-first-title__wrapper{
  margin-bottom: 58px;
}
.catalog-news .catalog-lvl-first-item__wrapper{
  max-width: 405px;
}
.catalog-news .catalog-lvl-first-item-img__wrapper{
  max-height: 300px;
  min-height: 300px;
}
.catalog-news .catalog-lvl-first-item-title{
  font-size: 23px;
  line-height: 29px;
  letter-spacing: -0.02em;
}
.catalog-news .catalog-lvl-first-item-title__wrapper{

}
.catalog-lvl-first-item-date__wrapper{
  margin-bottom: 30px;
}
.catalog-lvl-first-item-date{
  font-size: 20px;
  font-weight: bold;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  color: #2A36A2;
}
.catalog-news .catalog-lvl-first-item-description{
  font-size: 15px;
  line-height: 154.5%;
  letter-spacing: 0;
}
.catalog-news .catalog-lvl-first__wrapper{
  padding: 0 0 41px;
}
.catalog-news .catalog-lvl-item-link-text__wrapper{
  max-width: 183px;
}
/** news end **/
/** news detail **/
.news-detail__wrapper{
  height: 330px;
  padding: 70px 0 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('../images/news-1.png') no-repeat center center/cover;
}
.news-detail__wrapper .breadcrumbs{
  margin: 0 0 39px;
}
.news-detail__wrapper .breadcrumbs-list__li{
  font-size: 20px;
  margin-right: 19px;
}
.breadcrumbs-list__li:not(:first-child):after{
  left: -15px;
}
.news-detail-top-block__wrapper{
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.news-detail-top-block-title__wrapper{
  margin-bottom: 30px;
}
.news-detail-top-block-title{
  font-size: 60px;
  font-weight: bold;
  line-height: 88.5%;
  letter-spacing: 0.005em;
  text-align: center;
  color: #FFFFFF;
}
.news-detail-top-block-date-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  color: #9A9A9A;
}
.news-detail-state__wrapper{
  padding: 62px 0 91px;
}
.list-blue-marker{
  margin-bottom: 61px;
}
.list-blue-marker__li{
  list-style: none;
  margin-bottom: 20px;
  background: url('../images/list-blue.svg') no-repeat 0 6px;
}
.list-blue-marker__div{
  font-weight: 500;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  margin-left: 20px;
  color: #111111;
}
.table-state__wrapper{
  margin-bottom: 60px;
}
.table-title__wrapper{
  margin-bottom: 30px;
}
.table-title{
  font-weight: bold;
  line-height: 152.93%;
  letter-spacing: 0.035em;
  color: #111111;
}
.table-state{
  border: 1px solid #9A9A9A;
}
.table-state__td{
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.035em;
  vertical-align: middle;
  border-bottom: 1px solid #9A9A9A;
  padding: 25px 35px;
}
.table-state-blue{
  min-width: 288px;
  font-weight: bold;

  color: #2A36A2;
}

.table-style{
  border: 1px solid #9A9A9A;
}
.card-left-description-group__wrapper table td{
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.035em;
    border: 1px solid #9A9A9A;
    padding: 15px 15px;
    vertical-align: middle;
}
.card-left-description-group__wrapper table th{
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.035em;
    border: 1px solid #9A9A9A;
    padding: 15px 15px;
    vertical-align: middle;
}

/** news detail end **/
/** catalog use 1 lvl **/
.catalog-use-lvl-1 .catalog-lvl-first-item-img__wrapper{
  min-height: 84px;
  max-height: 84px;
  align-items: flex-start;
  justify-content: flex-start;
}
.catalog-use-lvl-1 .catalog-lvl-first-item__wrapper{
  max-width: 377px;
  padding-right: 100px;
}
.catalog-use-lvl-1 .catalog-lvl-first-item-description{
  font-size: 18px;
  line-height: 140.5%;
  letter-spacing: 0;
}
.catalog-lvl-first-item-description:not(:first-child){
  margin-top: 31px;
}
.catalog-use-lvl-1 .catalog-lvl-first__wrapper{
  padding: 0 0 164px;
}
/** catalog use 1 lvl end **/
/**catalog 1 lvl */
.catalog-lvl-first__wrapper{
  padding: 0 0 215px;
}
.catalog-lvl-first-items__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-lvl-first-item__wrapper{
  max-width: 230px;
  text-decoration:  none !important;
}
     .catalog-lvl-first-item__wrapper a{
        color:#000000 !important;
     }
.catalog-lvl-first-item-link:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.catalog-lvl-first-title__wrapper{
  margin-bottom: 71px;
}
.catalog-lvl-first-item-title__wrapper{
  margin-bottom: 30px;
}
.catalog-lvl-first-item-title{
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.03em;
}
.catalog-lvl-first-item-img__wrapper{
  min-height: 180px;
  max-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.catalog-lvl-first-item-description__wrapper{
  margin-bottom: 30px;
}
.catalog-lvl-first-item-description{
  font-weight: bold;
  font-size: 15px;
  line-height: 154%;
  letter-spacing: 0em;
  color: #9A9A9A;
}
.catalog-lvl-item-link__wrapper{
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.catalog-lvl-item-link-button{
  max-width: 62px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #2A36A2;
}
.catalog-lvl-item-link-button::after{
  content: '';
  width: 2px;
  height: 61px;
  position: absolute;
  top: 1px;
  right: -1px;
  background: #2A36A2;
}
.catalog-lvl-item-link-text__wrapper{
  max-width: 168px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-position .5s cubic-bezier(1, 0.26, 0, 0.76),color .6s ease;
  background: linear-gradient(to right, #2A36A2, #2A36A2 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.catalog-lvl-item-link__wrapper:hover .catalog-lvl-item-link-text__wrapper{
  background-position: 0 100%;
  color: #fff;
}
.catalog-lvl-item-link-text{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  z-index: 2;
  padding-right: 15px;
}
/**catalog 1 lvl end */

/** contacts page **/
.contacts-section{
  margin-bottom: 57px;
}
.contacts__wrapper{
  display: flex;
  justify-content: space-between;
}
.contacts-left-block__wrapper{
  max-width: 576px;
  width: 100%;
}
.contacts-right-block__wrapper{
  max-width: 736px;
  width: 100%;
}
.contacts-left-block-title__wrapper{
  margin-bottom: 62px;
}
.contacts-block-title{
  font-size: 40px;
  font-weight: bold;
  line-height: 49px;
  letter-spacing: 0.03em;
  color: #111111;
}
.contacts-left-block-text__wrapper{
  margin-bottom: 59px;
}
.contacts-left-block-text{
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.035em;
  color: #111111;
}
.contacts-left-block-text:not(:first-child){
  margin: 32px 0 31px;
}
.contacts-left-block-group-text{
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.035em;
}
.contacts-left-block-group-text__link{
  font-weight: bold;
  color: #2a36a2;
}
.contacts-right-block-title__wrapper{
  margin-bottom: 63px;
}
.contacts-right-block-form__wrapper > div:not(:last-child){
  margin-bottom: 34px;
}
.contacts-form-group-title__wrapper{
  position: relative;
}
.contacts-form-group-title__wrapper::after{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: 2px;
  background: url('../images/star.svg') no-repeat 0 0;
}
.contact-form-input__wrapper{
  height: 82px;
}
.contact-form-input{
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 20px;
  border: none;
  border-bottom: 2px solid #DADADA;
}
.contacts-form-group-section__wrapper{
  display: flex;
  justify-content: space-between;
}
.contacts-form-group-section-small__wrapper{
  flex-grow: 1;
}
.contacts-form-group-section-small__wrapper:not(:first-child){
  margin-left: 10px;
}
.no-required .contacts-form-group-title__wrapper::after{
  display: none;
}
.contacts-form-policy-checkbox{
  display: none;
}
.contacts-form-policy-checkbox:checked ~ .contacts-form-policy-checkbox__wrapper{
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  background: #2A36A2 url('../images/checked.svg') no-repeat center 2px;
}
.contacts-form-policy-check__wrapper{
  display: flex;
  margin-top: 64px;
}
.contacts-form-policy-checkbox__wrapper{
  width: 19px;
  height: 19px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  margin-right: 22px;
  margin-top: -2px;
}
.contacts-form-footer__wrapper{
  max-width: 622px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts-form-button-submit{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 20px 28px;
  background: #2A36A2;
  color: #FFFFFF;
}
.contacts-form-button-submit svg{
  margin-right: 26px;
}
.contacts-form-footer-text-required__wrapper{
  max-width: 320px;
}
.contacts-form-footer-text-required{
  line-height: 20px;
}
.contacts-description__wrapper{
  margin-top: 100px;
}
.contacts-description-title__wrapper{
  margin-bottom: 39px;
}
.contacts-description-text__wrapper{
  margin-bottom: 40px;
}
.contacts-description-text{
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #111111;
}
.contacts-description-list{
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
}
.contacts-description-list__li{
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.05em;
  list-style-image: url('../images/icon-list.svg');
  list-style-position: inside;
  margin: 0 70px 40px 0;
  color: #111111;
}
.contacts-description-list__span{
  margin-left: 22px;
}
/** contacts page end **/
.footer{
  min-height: 317px;
  background: url('../images/footer-bg.png') repeat-x 0 100%;
  padding: 0 0 0;
}
.footer .container{
  display: flex;
  justify-content: space-between;
}
.footer-copyright-p{
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
}
.footer-copyright-logo__wrapper{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.footer-copyright-logo-text{
  font-size: 20px;
  font-weight: bold;
  line-height: 140.5%;
  letter-spacing: 0.02em;
  margin-right: 15px;
  color: #9A9A9A;
}
.footer-phone-big{
  font-size: 24px;
  font-weight: bold;
  line-height: 143.34%;
  text-align: right;
  margin-bottom: 10px;
}
.footer-phone-small{
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
}
/** sub css modules **/
.mobile{
  display: none;
}
/** modals **/
.modal-callback__wrapper{
  max-width: 805px;
  width: 100%;
  position: relative;
  padding: 30px;
  background: #fff;
}
.modal-callback__wrapper .contacts-right-block__wrapper{
  max-width: 735px;
}
.modal-callback__wrapper .contacts-form-policy-checkbox__wrapper{
  background: #DADADA;
}
.modal-callback__wrapper .contacts-form-footer__wrapper{
  max-width: 609px;
}
.modal-callback__wrapper .contacts-form-policy-check__wrapper{
  margin-bottom: 30px !important;
}
.modal-close{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  right: 30px;
  position: absolute;
  cursor: pointer;
  background: #2A36A2;
}
.modal-close svg{
  transition: all .3s ease;
}
.modal-close:hover svg{
  transform: rotate(180deg);
}
div[data-modal="true"]{
  display: none;
}
/** success page **/
.success-page__wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  background: #fff;
}
.success-page__container{
  max-width: 871px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.success-close{
  position: absolute;
  right: -203px;
  top: -52px;
}
.success-close svg{
  cursor: pointer;
  transition: all .3s ease;
}
.success-close:hover svg{
  transform: rotate(180deg);
}
.success-page-img__wrapper{
  margin-bottom: 70px;
}
.success-page-title__wrapper{
  margin-bottom: 28px;
}
.success-page-title{
  font-weight: 800;
  font-size: 46px;
  line-height: 56px;
}
.success-page-subtitle__wrapper{
  margin-bottom: 70px;
}
.success-page-subtitle{
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.03em;
}
.success-page-button__wrapper{
  display: flex;
  justify-content: center;
}
.success-page-button{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  transition: all .3s ease;
  padding: 18px 64px;
  background: #111111;
  color: #fff;
}
.success-page-button:hover{
  background: #2A36A2;
}
/** succes page end **/
.refillColor *{
  color: #000;
}
/** sub scroll css **/
.external-scroll_x {
  cursor: pointer;
  display: none;
  left: 59%;
  transform: translateX(-59%);
  bottom: -29px;
  position: absolute;
}

.external-scroll_x.scroll-scrollx_visible {
  width: 1402px;
  height: 2px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.scroll-element_outer{
  height: 100%;
  width: 100%;
  display: flex;
}
.external-scroll_x .scroll-element_outer div
{
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;

}
.external-scroll_x .scroll-element_track{
  background: #3C3B3F;
}
.external-scroll_x .scroll-bar {
  /*background: #fff;*/
    /*background: white !important;*/
  	z-index: 12;
    padding: 50px 0px;
    top: -50px !important;
}
	.external-scroll_x .scroll-bar:after{
		content:"";
		background: black;
		display:block;
		width:100%;
		height:2px;
	}
.external-scroll_x .scroll-bar {
  /* width: 350px !important; */
}
.scroll-arrow{
  width: 95px !important;
  height: 95px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.scroll-arrow::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease;
  background: url('../images/scroll-arrow-active-grey.png') no-repeat 0 0;
}
.scroll-arrow:hover:before{
  opacity: 1;
}
.scroll-arrow_less{
  left: -123px !important;
  right: auto !important;
}
.scroll-arrow_more{
  left: auto !important;
  right: -123px !important;
}
.scroll-arrow__wrapper{
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #111111;
}
.scroll-arrow *{
  transition: all .3s ease;
}
.scroll-arrow svg{
  fill: #fff;
}
.scroll-arrow svg path{
  stroke: transparent;
  opacity: 1;
}
.scroll-arrow.arrow-disabled svg{
  fill: none;
}
.scroll-arrow.arrow-disabled svg path{
  stroke: #fff;
  opacity: 0.2;
}

/** scroll popular items **/
.popular-items-scroll__wrapper .external-scroll_x{
  left: 50%;
  transform: translateX(-50%);
}
.popular-items-scroll__wrapper .external-scroll_x .scroll-bar{
  /*background: #000;*/
}
.popular-items-scroll__wrapper .external-scroll_x .scroll-bar:after{
	background: #000;
}
.popular-items-scroll__wrapper .external-scroll_x .scroll-element_track{
  background: #8C8C8C;
}
.popular-items-scroll__wrapper .external-scroll_x.scroll-scrollx_visible{
  bottom: -88px;
}
.popular-items-scroll__wrapper .scroll-arrow__wrapper{
  background: #BEC0C5;
}
.popular-items-scroll__wrapper .scroll-arrow svg{
  fill: #000;
}
.popular-items-scroll__wrapper .scroll-arrow svg path{
  stroke: #000;
}
.popular-items-scroll__wrapper .scroll-arrow.arrow-disabled svg{
  fill: none;
}
.popular-items-scroll__wrapper .scroll-arrow.arrow-disabled svg path{
  opacity: 1;
  stroke: #8D8E90;
}
.popular-items-scroll__wrapper .scroll-arrow::before{
  background: url(../images/scroll-arrow-active.png) no-repeat 0 0;
}
.manufactor-scroll.external-scroll_x.scroll-scrollx_visible{
  bottom: -104px;
  left: 55%;
  transform: translateX(-55%);
}

.popular-items .catalog-lvl-first-item__wrapper:last-child{
    padding-right: 40px;
    min-width: 360px;
}

.card-left-slider-main .slick-dots li{
    width: 10px;
    height: 10px;
    border: 2px solid #8D8E90;
    border-radius: 9px;
    margin: 0 15px;
  }
  .card-left-slider-main .slick-dots li.slick-active{
    border: 2px solid #2A36A2;
    background: #2A36A2;
  }
  .card-left-slider-main .slick-dots button{
    width: 100%;
    height: 100%;
    font-size: 0;
    border: none;
    background: none;
  }

.card-left-slider-sub .slick-dots{
	width:100%;
	list-style:none;
	text-align:center;
	margin-top:20px;
}
	.card-left-slider-sub .slick-dots li{
		width: 10px;
        height: 10px;
        border: 2px solid #8D8E90;
        border-radius: 9px;
        margin: 0 15px;
        display: inline-block;
        cursor:pointer;
	}
	.card-left-slider-sub .slick-dots li button{
		/*font-size: 0px;
		width: 8px;
		height: 8px;
		border: #2a36a2 solid 1px;
		border-radius: 100%;
		display: block;
		padding: 0;
		margin: 0px 4px;
		cursor: pointer;*/
	}
    .card-left-slider-sub .slick-dots li.slick-active{
        border: 2px solid #2A36A2;
        background: #2A36A2;
    }
    .card-left-slider-sub .slick-dots button{
        width: 100%;
        height: 100%;
        font-size: 0;
        border: none;
        background: none;
    }

a{
    color:#2A36A2;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
.card-right-files-list__li a{
    color: #111111 !important;
    text-decoration: none !important;
}
.header-wrapper{
	position: fixed;
    left: 0;
    right: 0;
	top:0px;
    z-index: 10;
    margin: 0 auto;
}

table.border-none td {
border:0 !important;
}
