@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
a {
  text-decoration: none;
  color: #000; }

body {
  background-color: #F6F6F6; }
  @media (min-width: 780px) and (max-width: 1235px) {
    body {
      min-width: 780px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-input-placeholder, :root body {
    min-width: 780px; } }

input {
  outline: none; }

textarea {
  outline: none; }

select {
  outline: none; }

button {
  outline: none; }

.hide {
  display: none; }

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 102px; }
  @media (max-width: 1235px) {
    .social-block {
      display: none; } }

.social-block__twitter {
  background: url(../sprite/sprites.png) -200px 0;
  width: 21px;
  height: 20px; }

.social-block__vk {
  background: url(../sprite/sprites.png) -227px 0;
  width: 20px;
  height: 21px; }

.social-block__facebook {
  background: url(../sprite/sprites.png) -255px 0;
  width: 21px;
  height: 20px; }

.social-block__instagram {
  background: url(../sprite/sprites.png) -282px 0;
  width: 20px;
  height: 21px; }

.social-block--form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sliderblock-container {
  width: 1245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .sliderblock-container {
      width: 1236px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .sliderblock-container {
      width: 780px; } }
  @media (max-width: 779px) {
    .sliderblock-container {
      width: 320px; } }

.mainblock-containter {
  margin-top: 30px;
  width: 1245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .mainblock-containter {
      width: 1236px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .mainblock-containter {
      width: 780px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 779px) {
    .mainblock-containter {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto; } }

.rightblock-contaiter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 948px;
  margin-top: -12px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .rightblock-contaiter {
      height: 360px;
      margin-bottom: 25px; } }
  @media (max-width: 779px) {
    .rightblock-contaiter {
      margin: 0;
      height: 580px;
      width: 100%; } }

@media (max-width: 779px) {
  .leftblock-container {
    margin: 0 auto;
    margin-top: -20px;
    width: 320px; } }

.breadcrumbs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  position: relative;
  top: -15px; }
  @media (max-width: 1235px) {
    .breadcrumbs {
      margin-left: 15px; } }
  @media (max-width: 779px) {
    .breadcrumbs {
      margin-left: 20px;
      top: 15px; } }

.breadcrumbs__arrow {
  margin: auto;
  margin-left: 8px;
  margin-right: 8px;
  background: url(../sprite/sprites.png) -150px -90px;
  width: 17px;
  height: 7px; }

.breadcrumbs__item {
  color: #4A4A4A;
  text-decoration: underline; }

.breadcrumbs__item--active {
  color: #9B9B9B; }

.rightblock-contaiter--company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  margin-bottom: 47px;
  height: auto; }
  @media (max-width: 1235px) {
    .rightblock-contaiter--company {
      margin-top: 20px; } }

@media (max-width: 1235px) {
  .mainblock-containter--company {
    margin-top: 20px;
    height: auto; } }

@media (max-width: 1235px) {
  .mainblock-containter--contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 779px) {
  .mainblock-containter--contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .mainblock-containter--contacts {
    margin-top: 20px; } }

.button-container--company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1235px) {
    .button-container--company {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 779px) {
    .button-container--company {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.button-container--products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px; }
  @media (max-width: 1235px) {
    .button-container--products {
      margin-top: 0px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 779px) {
    .button-container--products {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.news-block-container--company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 20px; }
  @media (max-width: 1235px) {
    .news-block-container--company {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 0px; } }
  @media (max-width: 779px) {
    .news-block-container--company {
      width: 100%; } }

@media (max-width: 1235px) {
  .rightblock-container--pressroom {
    margin-top: 0; } }

.rightblock-contaiter--products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  margin-bottom: 47px;
  height: 583px; }
  @media (max-width: 1235px) {
    .rightblock-contaiter--products {
      margin-top: 20px;
      height: auto; } }

@media (max-width: 1235px) and (min-width: 779px) {
  .button-container--applying {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 187px;
    width: 275px;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 1235px) and (min-width: 779px) {
  .button-container--applying .request-button {
    padding: 0;
    margin: 0; } }

.rightblock-contaiter--contacts {
  height: auto !important;
  margin-top: 61px; }
  @media (max-width: 779px) {
    .rightblock-contaiter--contacts {
      width: 320px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      top: 530px;
      margin-top: 0; } }

.leftblock-container--contacts {
  width: 100%; }
  @media (max-width: 779px) {
    .leftblock-container--contacts {
      width: 286px;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .request-button--applying {
    margin-top: 15px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-fullscreen, :root .mainblock-containter--applying {
    overflow: hidden; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 780px) and (max-width: 1235px) {
    .mainblock-containter--applying {
      overflow: hidden; } } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-fullscreen, :root .mainblock-containter--service {
    overflow: hidden; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 780px) and (max-width: 1235px) {
    .mainblock-containter--service {
      overflow: hidden; } } }

.page-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #4A4A4A;
  margin-top: 0px; }
  @media (max-width: 1235px) {
    .page-title {
      margin-left: 15px; } }
  @media (max-width: 779px) {
    .page-title {
      margin-left: 0;
      margin-top: 23px; } }

.page-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.96px;
  color: #4A4A4A;
  line-height: 19.44px;
  width: 510px;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .page-text {
      width: 752px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 779px) {
    .page-text {
      width: 285px;
      margin-left: auto;
      margin-right: auto; } }

.page-text--media {
  width: 845px; }
  @media (max-width: 1235px) {
    .page-text--media {
      width: 752px; } }
  @media (max-width: 779px) {
    .page-text--media {
      width: 285px; } }

.link-block-wrap {
  margin-top: 82px;
  margin-bottom: 25px; }
  @media (max-width: 1235px) {
    .link-block-wrap {
      display: none; } }

.link-block__link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  margin: 0;
  margin-left: 69px;
  margin-right: 24px;
  line-height: 21px; }

.link-block__link--sub {
  font-size: 12px;
  line-height: 16px; }

.link-block__link--active-sub {
  font-size: 12px;
  color: #FEFEFE; }

.link-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 353px;
  height: 78px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.link-block__mainlink {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  margin: 0;
  margin-left: 44px; }

.link-block--active {
  background-color: #2D86F4; }

.link-block__link--active {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FEFEFE;
  font-size: 16px; }

.mobile-submenu {
  min-height: 59px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  width: 752px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1236px) {
    .mobile-submenu {
      display: none; } }
  @media (max-width: 779px) {
    .mobile-submenu {
      width: 300px;
      margin-top: 15px;
      margin-bottom: 20px; } }

.mobile-submenu-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 779px) {
    .mobile-submenu-title-wrap {
      width: 260px; } }

.mobile-submenu-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  cursor: pointer; }

.mobile-submenu__controls-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 13px;
  padding: 6px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  cursor: pointer; }

.mobile-submenu__controls {
  background: url(../sprite/sprites.png) -350px -35px;
  width: 22px;
  height: 13px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer;
  margin: 0 auto; }

.mobile-submenu__controls--flip {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mobile-submenu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59px; }

.mobile-submenu--link {
  padding-left: 24px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-right: 24px;
  line-height: 21px; }

.page-counter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 1235px) {
    .page-counter {
      margin-left: 15px; } }
  @media (max-width: 779px) {
    .page-counter {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; } }

.page-counter-list {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 296px; }
  .page-counter-list * {
    cursor: pointer; }
    .page-counter-list *:hover {
      color: #cc0000; }

.page-counter__prev {
  background: url(../sprite/sprites.png) -150px -90px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 17px;
  height: 7px; }

.page-counter__next {
  background: url(../sprite/sprites.png) -150px -90px;
  width: 17px;
  height: 7px; }

.page-counter--active {
  text-decoration: underline; }

.show-more-button {
  cursor: pointer;
  width: 114px;
  height: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #2D86F4;
  color: #2D86F4;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .show-more-button:hover {
    color: #FEFEFE;
    background-color: #2D86F4; }
  @media (max-width: 779px) {
    .show-more-button {
      display: none; } }

.show-more-button__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto; }

.header {
  position: relative;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0px 1px 0;
          box-shadow: 0 0px 1px 0; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header {
      margin-bottom: 0; } }
  @media (max-width: 779px) {
    .header {
      height: 68px;
      min-width: 320px; } }

.header:before {
  content: "";
  position: absolute;
  min-width: 320px;
  width: 100%;
  height: 150px;
  z-index: -1; }
  @media (min-width: 1920px) {
    .header:before {
      background: url("../img/background-header-1920.png") right no-repeat; } }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .header:before {
      background: url("../img/background-header-1366.png") right no-repeat; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header:before {
      background: url("../img/background-header-780.png") right no-repeat; } }
  @media (max-width: 779px) {
    .header:before {
      background: url("../img/background-header-320.png") right no-repeat;
      height: 68px; } }

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1245px;
  margin: 0 auto; }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .header-wrap {
      width: 1236px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-wrap {
      width: 710px; } }
  @media (max-width: 779px) {
    .header-wrap {
      width: 295px; } }

.header-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin-top: 17px; }
  @media (max-width: 779px) {
    .header-content-wrap {
      margin-top: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (max-width: 779px) {
  .header-content-wrap__logo {
    width: 129px;
    height: 42px;
    padding-right: 5px;
    padding-left: 5px; } }

@media (max-width: 779px) {
  .hamburger {
    width: 30px;
    height: 26px;
    background: url(../sprite/sprites.png) -100px 0;
    position: relative;
    left: 120px;
    cursor: pointer; } }

@media (max-width: 779px) {
  .hamburger--cross {
    width: 31px;
    height: 31px;
    background: url(../sprite/sprites.png) -350px 0; } }

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 387px;
  font-size: 11.34px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-content {
      width: 299px; } }

.header-contacts {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 13px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-contacts {
      padding-right: 18px; } }
  @media (max-width: 779px) {
    .header-contacts {
      width: 100px;
      margin-left: -25px; } }

.header-contacts__feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #2D86F4;
  width: 99px;
  height: 30px;
  border: 2px solid #2D86F4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 779px) {
    .header-contacts__feedback {
      display: none; } }

.header-contacts__feedback p {
  width: 85px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  text-align: center;
  margin-top: 8px;
  color: #2D86F4; }

.header-contacts__feedback:hover {
  background-color: #2D86F4; }

.header-contacts__feedback:hover p {
  color: #fff; }

.header-contacts__tel {
  color: #4A4A4A; }
  @media (min-width: 780px) {
    .header-contacts__tel {
      font-size: 13px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-contacts__tel {
      font-size: 12px; } }

.header-content-lang {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 9px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-content-lang {
      padding-left: 0px;
      width: 67px; } }
  @media (max-width: 779px) {
    .header-content-lang {
      display: none; } }

.header-content-lang a {
  color: #4A4A4A;
  font-size: 11.34px;
  text-decoration: underline; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .header-content-lang a {
      font-size: 14px; } }

.header-content-lang--active {
  text-decoration: none !important;
  color: #979797 !important; }

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 8px;
  width: 1245px;
  position: relative; }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .main-nav {
      width: 1236px;
      margin: 0 auto;
      margin-top: 8px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .main-nav {
      width: 750px;
      right: 20px; } }
  @media (max-width: 779px) {
    .main-nav {
      width: 320px;
      height: 100%;
      background-color: #fff;
      margin-top: -3px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; } }

_::-webkit-:host:not(:root:root), .main-nav {
  -webkit-flex-basis: 0;
          flex-basis: 0; }

.main-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: inherit;
  position: relative; }
  @media (max-width: 779px) {
    .main-nav-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 24px; } }

.main-nav__item {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16.2px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .main-nav__item {
      font-size: 14px; } }
  @media (min-width: 780px) {
    .main-nav__item {
      position: relative;
      top: 20px; } }
  @media (max-width: 779px) {
    .main-nav__item {
      font-size: 16px;
      padding-bottom: 25px; } }
  @media (min-width: 1236px) {
    .main-nav__item {
      position: relative;
      top: -20px; } }

.main-nav__link {
  display: inline-block;
  padding-bottom: 25px; }
  @media (min-width: 780px) {
    .main-nav__link {
      padding-bottom: 20px; } }
  @media (min-width: 1236px) {
    .main-nav__link {
      padding-top: 20px;
      position: relative;
      width: 169px;
      top: 20px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .main-nav__link {
      pointer-events: none;
      cursor: pointer; } }
  @media (max-width: 779px) {
    .main-nav__link {
      padding-bottom: 0; } }

@media (max-width: 779px) {
  .main-nav__link:last-child {
    padding-bottom: 0; } }

.main-nav__item a {
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .main-nav__item a {
      color: #4A4A4A; } }

.main-nav-sublist {
  height: auto; }
  @media (min-width: 780px) {
    .main-nav-sublist {
      display: none;
      padding: 0;
      margin-left: 24px; } }
  @media (max-width: 779px) {
    .main-nav-sublist {
      padding: 0; } }
  @media (min-width: 1236px) {
    .main-nav-sublist {
      padding-bottom: 20px; } }

.main-nav__item-block {
  position: relative; }
  @media (min-width: 780px) {
    .main-nav__item-block {
      text-align: center;
      width: 169px;
      height: 59px;
      bottom: 20px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .main-nav__item-block {
      width: 100px; } }

@media (max-width: 779px) {
  .main-nav__item-controls--flip {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -8px;
    left: 245px; } }

@media (max-width: 779px) {
  .main-nav__item-controls {
    background-size: 22px 13px;
    background: url(../sprite/sprites.png) -350px -35px;
    width: 22px;
    height: 18px;
    padding: 4px;
    position: absolute;
    right: 14px; } }

.main-nav__subitem {
  height: 44px;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px; }
  @media (min-width: 780px) {
    .main-nav__subitem {
      text-align: left;
      width: 100%;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      white-space: nowrap;
      padding-right: 15px; } }

@media (min-width: 780px) {
  .main-nav__subitem:first-child {
    margin-top: -20px; } }

.main-nav__subitem a {
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .main-nav__subitem a {
      width: 228px; } }

.main-nav__item-block:nth-child(5) .main-nav__item-controls {
  display: none; }

.main-nav__item-block:nth-child(7) .main-nav__item-controls {
  display: none; }

@media (max-width: 779px) {
  .main-nav--footer {
    display: none;
    width: 0; } }

.main-nav__item {
  pointer-events: none; }

@media (max-width: 779px) {
  .main-nav__primelink {
    pointer-events: auto; } }

@media (min-width: 1236px) {
  .main-nav__primelink {
    pointer-events: auto; } }

.main-nav-sublist {
  pointer-events: auto; }

@media (max-width: 779px) {
  .main-nav__item--foter {
    display: none;
    width: 0; } }

@media (max-width: 779px) {
  .main-nav-list--footer {
    display: none;
    width: 0; } }

@media (max-width: 779px) {
  .main-nav--hide {
    display: none; } }

@media (max-width: 779px) {
  .main-nav__primelink {
    margin-bottom: 25px; } }

@media (min-width: 780px) {
  .main-nav__item-block:hover .main-nav__primelink {
    color: #fff; } }

@media (min-width: 780px) {
  .main-nav__item-block:active .main-nav__primelink {
    color: #fff; } }

@media (min-width: 780px) {
  .main-nav__item-block:hover .main-nav-sublist {
    display: inline-block; } }

@media (min-width: 780px) {
  .main-nav__item-block:active .main-nav-sublist {
    display: inline-block; } }

@media (min-width: 780px) {
  .main-nav__item-block:hover {
    background-color: #2D86F4; } }

@media (min-width: 780px) {
  .main-nav__item-block:hover .main-nav__primelink {
    color: #fff; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav__item-block:hover .main-nav-sublist {
    display: inline-block; } }

@media (min-width: 780px) {
  .main-nav-sublist {
    margin: 0;
    background-color: #f7f7f7;
    text-align: left;
    margin-top: 20px;
    overflow: hidden; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav-sublist {
    margin-top: 0px;
    padding-top: 10px; } }

@media (min-width: 780px) {
  .main-nav__sublink {
    display: inline-block;
    width: 100%;
    padding-left: 15px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav__sublink {
    pointer-events: auto; } }

@media (max-width: 779px) {
  .main-nav__sublink {
    padding-left: 24px;
    padding-bottom: 15px; } }

@media (min-width: 780px) {
  .main-nav__sublink:hover {
    background-color: #2D86F4;
    color: #fff;
    width: inherit; } }

@media (min-width: 1236px) {
  .main-nav__sublink:first-child {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav__subitem:first-child .main-nav__sublink {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (max-width: 779px) {
  .main-nav__sublink:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 272px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav__sublink:first-child {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .main-nav__subitem:first-child {
    padding-top: 10px; } }

@media (min-width: 780px) {
  .main-nav__item-block .main-nav-sublist {
    min-width: 169px;
    width: auto; } }

.feedback-form {
  width: 309px;
  background-color: #FEFEFE;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.feedback-form-sent {
  position: absolute;
  width: 309px;
  height: 569px;
  background-color: #FEFEFE;
  right: 40px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.feedback-form--hide {
  display: none !important; }

.feedback-form-outer {
  margin-top: 12px;
  margin-bottom: 16px; }

.feedback-form__close--submit {
  margin-top: 12px; }

.feedback-form-sent__title {
  margin-top: 200px;
  color: #4A4A4A; }

.feedback-form-sent__text {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 130px;
  font-size: 14px;
  color: #4A4A4A; }

.feedback-form-sent__text-soc {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #4A4A4A; }

.feedback-form__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  width: 153px;
  padding: 0;
  margin: 0 auto; }

.feedback-form__close {
  background: url(../sprite/sprites.png) -357px -7px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  left: 8px; }

.feedback-form-select__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 8px; }

.feedback-form-select__input {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #979797;
  margin-bottom: 14px;
  background-color: #FEFEFE;
  color: #4A4A4A; }

.feedback-form-select-theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  margin-right: 40px; }

.feedback-form-select-theme-outer {
  position: relative; }

.feedback-form-select-theme__select {
  border-bottom: 1px solid #979797;
  background-color: #FEFEFE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #4A4A4A;
  font-size: 12px;
  width: 100%;
  height: 20px;
  cursor: pointer; }

.feedback-form-select-theme__select::-ms-expand {
  display: none; }

.feedback-form-select-theme__button {
  background: url(../sprite/sprites.png) -385px 0;
  width: 14px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 5px;
  pointer-events: none; }

.feedback-form-select-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  margin-right: 40px; }

.feedback-form-select-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  margin-right: 40px; }

.feedback-form-select-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  margin-right: 40px; }

.feedback-form-select-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.feedback-form-select-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 13px; }

.feedback-form-select-request__input {
  width: 229px;
  height: 83px;
  border: 1px solid #979797; }

.feedback-form-select-request__upload {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D86F4;
  font-size: 12px;
  border: 1px solid #2D86F4;
  width: 120px;
  height: 26px;
  background-color: #FEFEFE;
  cursor: pointer; }

.feedback-form-select-request__upload:hover {
  color: #fff;
  background-color: #2D86F4; }

.feedback-form-select-verifying__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }

.feedback-form-select-verifying-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.feedback-form-select-verifying__input {
  width: 89px;
  height: 25px;
  border: 1px solid #979797;
  margin: 0; }

.feedback-form-select-verifying__refresh {
  background: url(../sprite/sprites.png) -380px -30px;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.feedback-form-select-verifying__captcha {
  width: 89px;
  height: 27px;
  border: 1px solid #979797; }

.feedback-form__send {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 144px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 24px;
  border: 1px solid #2D86F4;
  background-color: #FEFEFE;
  cursor: pointer;
  color: #2D86F4; }

.feedback-form__send:hover {
  color: #fff;
  background-color: #2D86F4; }

.feedback-error input {
  border-bottom: 1px solid #F42D2F;
  margin-bottom: 5px; }

.feedback-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 229px;
  margin: 0 auto; }

.feedback-error-message {
  color: #F42D2F;
  font-size: 10px;
  margin-top: 0; }

.feedback-form-select__input .error {
  border-bottom: 1px solid #F42D2F;
  margin-bottom: 5px;
  font-size: 14px;
  color: #4a4a4a; }

.error {
  border-bottom: 1px solid #F42D2F; }

label.error {
  border-bottom: 0px solid #F42D2F;
  font-size: 10px;
  color: #F42D2F; }

.error {
  font-size: 14px;
  margin-bottom: 5px; }

.feedback-error--reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 229px;
  margin: 0 auto; }

_:-ms-fullscreen, :root .feedback-form-sent__text {
  width: 80%; }

_:-ms-fullscreen, :root .feedback-form-sent__text-soc {
  width: 80%; }

.feedback-form-select-request__upload-input {
  display: none; }

.main {
  width: 1245px;
  margin: 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .main {
      width: 1236px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .main {
      width: 780px; } }
  @media (max-width: 779px) {
    .main {
      width: 100%; } }

.slider {
  width: 845px;
  height: 362px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .slider {
      width: 780px;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .slider {
      display: none; } }

.slider-content-wrap {
  background-size: cover;
  height: 306px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130px;
  width: 845px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .slider-content {
      width: 780px; } }

.slider-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 812px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .slider-controls {
      width: 756px; } }

.slider-controls__prev {
  background-image: url(../sprite/sprites.png);
  background-position: -305px -5px;
  width: 21px;
  height: 42px;
  cursor: pointer; }

.slider-controls__next {
  background-image: url(../sprite/sprites.png);
  background-position: -305px -5px;
  width: 21px;
  height: 42px;
  cursor: pointer;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.slider-caption-wrap {
  width: 463px;
  height: 47px;
  background-color: #F42D2F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#sliderText3 {
  display: none; }

#sliderText2 {
  display: none; }

#sliderText1 {
  display: none; }

.slider__caption {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  margin: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.slider-radiobuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98px;
  margin: auto; }

.slider__radiobutton {
  display: none; }

.slider__radiobutton + .slider__radiobutton-label {
  cursor: pointer; }
  .slider__radiobutton + .slider__radiobutton-label::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    content: "";
    background-image: url(../sprite/sprites.png);
    background-position: -235px -35px;
    width: 13px;
    height: 13px; }

.slider__radiobutton:checked + .slider__radiobutton-label::before {
  background-image: url(../sprite/sprites.png);
  background-position: -199px -34px;
  width: 13px;
  height: 13px; }

.projects-map {
  width: 353px;
  height: 362px; }
  @media (max-width: 1235px) {
    .projects-map {
      display: none; } }

.projects-map:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349); }

.projects-map__img {
  background-image: url(../img/projects-map.png);
  width: inherit;
  height: 315px; }

.projects-map-caption-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: 47px;
  background-color: #F42D2F; }

.projects-map__caption {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  margin: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.equipment {
  width: 845px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment {
      width: 750px; } }
  @media (max-width: 779px) {
    .equipment {
      width: 277px;
      margin-top: 23px; } }

.equipment-text__titile {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19.44px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 10px; }
  @media (max-width: 779px) {
    .equipment-text__titile {
      font-size: 16px; } }

.equipment-text__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.96px;
  color: #4A4A4A;
  line-height: 19.44px;
  margin: 0;
  margin-bottom: 24px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-text__text {
      font-size: 13px; } }
  @media (max-width: 779px) {
    .equipment-text__text {
      font-size: 14px; } }

.equipment-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.equipment-block-link {
  margin-right: 35px;
  margin-bottom: 26px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-block-link {
      margin-right: 20px; } }
  @media (max-width: 779px) {
    .equipment-block-link {
      margin-bottom: 18px;
      margin-right: 0; } }
  .equipment-block-link:nth-child(even) {
    margin-right: 0; }

.equipment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 405px;
  height: 275px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-block {
      width: 365px;
      height: 247px; } }
  @media (max-width: 779px) {
    .equipment-block {
      width: 277px;
      height: 189px; } }

.equipment-block:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349); }

.equipment-block__img {
  width: 405px;
  height: 228px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-block__img {
      width: 365px;
      height: 205px; } }
  @media (max-width: 779px) {
    .equipment-block__img {
      width: 277px;
      height: 157px; } }

.equipment-block-caption-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  height: 47px;
  background-color: #F42D2F;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-block-caption-wrap {
      width: 365px;
      height: 42px; } }
  @media (max-width: 779px) {
    .equipment-block-caption-wrap {
      width: 277px;
      height: 32px; } }

.equipment-block__caption {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .equipment-block__caption {
      font-size: 13px; } }
  @media (max-width: 779px) {
    .equipment-block__caption {
      font-size: 10px; } }

.equipment-text__titile--company {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px; }

@media (min-width: 1236px) {
  .equipment-main-content--products {
    margin-bottom: 56px; } }

.equipment-main-content--applying {
  position: relative; }
  @media (min-width: 1236px) {
    .equipment-main-content--applying {
      margin-bottom: 26px; } }

@media (min-width: 1236px) {
  .equipment-main-content--service {
    margin-bottom: 56px; } }

.equipment-main-content--pressroom {
  margin-bottom: 25px; }
  @media (max-width: 779px) {
    .equipment-main-content--pressroom {
      margin-bottom: 0; } }

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 353px;
  height: 736px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
  @media (min-width: 780px) and (max-width: 1235px) {
    .news-block {
      width: 751px;
      height: 360px;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .news-block {
      min-width: 320px;
      width: 100%;
      height: 580px; } }

.news-block-wrap {
  width: 309px;
  height: 704px;
  margin: auto; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .news-block-wrap {
      width: 711px;
      height: 298px;
      margin-top: 17px; } }
  @media (max-width: 779px) {
    .news-block-wrap {
      width: 302px;
      height: 528px; } }

.news-block__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.2px;
  color: #4A4A4A;
  margin-bottom: 16px;
  margin-top: 0; }
  @media (max-width: 779px) {
    .news-block__title {
      padding-left: 10px; } }

.news-block-item-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.news-block-item__datetime {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11.34px;
  color: #4A4A4A; }

.news-block-item__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  width: 164px;
  color: #4A4A4A;
  max-height: 50px;
  overflow: hidden; }

.news-block-item__text:hover {
  color: #cc0000; }

.news-block-item__link {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }

.news-block-list {
  width: 309px;
  height: 625px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; }
  @media (max-width: 1235px) {
    .news-block-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      width: 663px;
      height: 235px;
      margin: 0 auto;
      margin-bottom: 31px; } }
  @media (max-width: 779px) {
    .news-block-list {
      width: 302px;
      height: 460px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.news-block-item {
  width: inherit;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1235px) {
    .news-block-item {
      width: 308px; }
      .news-block-item:last-child {
        display: none; } }

.news-block__more-link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  width: inherit;
  color: #4A4A4A;
  text-align: center; }

.news-block__more-link:hover {
  color: #cc0000; }

.news-block-item__details {
  text-decoration: underline; }

.news-block-item__details:hover {
  color: #cc0000; }

.priorities {
  margin: 0 auto;
  width: 840px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .priorities {
      width: 716px; } }
  @media (max-width: 779px) {
    .priorities {
      width: 277px;
      height: 285px;
      margin-bottom: 20px; } }

.priorities__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .priorities__title {
      font-size: 16px; } }

.priorities-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  height: 73px; }
  @media (max-width: 779px) {
    .priorities-wrap {
      width: 253px;
      height: 176px; } }

.priorities__item {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A; }

.priorities__calculate-offer {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #4A4A4A;
  width: inherit;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center; }
  @media (max-width: 779px) {
    .priorities__calculate-offer {
      font-size: 16px;
      margin-top: 16px; } }

.subscribe-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 275px;
  height: 86px;
  border: 2px solid #F42D2F;
  -webkit-border-radius: 0.81px;
          border-radius: 0.81px;
  cursor: pointer; }
  @media (max-width: 1235px) {
    .subscribe-button {
      display: none; } }

.subscribe-button:hover {
  background-color: #F42D2F; }

.subscribe-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 244px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.subscribe-button__icon {
  background: url(../sprite/sprites.png) -150px 0;
  width: 35px;
  height: 25px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.subscribe-button__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.4px;
  color: #F42D2F;
  margin: 0;
  width: 198px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.subscribe-button:hover .subscribe-button__text {
  color: #fff; }

.subscribe-button:hover .subscribe-button__icon {
  background: url(../sprite/sprites.png) -50px -50px; }

.calculate-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 275px;
  height: 86px;
  border: 2px solid #2D86F4;
  -webkit-border-radius: 0.81px;
          border-radius: 0.81px;
  cursor: pointer; }
  @media (max-width: 779px) {
    .calculate-button {
      width: 227px;
      height: 71px; } }

.calculate-button:hover {
  background-color: #2D86F4; }

@media (max-width: 1235px) {
  .calculate-button--hide {
    display: none; } }

.calculate-button--bottom {
  margin-bottom: 40px; }
  @media (max-width: 779px) {
    .calculate-button--bottom {
      margin-bottom: 20px; } }

.calculate-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 244px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 779px) {
    .calculate-button-wrap {
      width: 196px; } }

.calculate-button__icon {
  background: url(../sprite/sprites.png) -50px 0;
  width: 28px;
  height: 37px; }
  @media (max-width: 779px) {
    .calculate-button__icon {
      background: url(../sprite/sprites.png) 0 0;
      width: 23px;
      height: 31px;
      margin: auto; } }

.calculate-button__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.57px;
  color: #2D86F4;
  margin: 0;
  width: 198px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }
  @media (max-width: 779px) {
    .calculate-button__text {
      width: 163px;
      font-size: 12px; } }

.calculate-button:hover .calculate-button__text {
  color: #fff; }

.calculate-button:hover .calculate-button__icon {
  background: url(../sprite/sprites.png) 0 -50px; }
  @media (max-width: 779px) {
    .calculate-button:hover .calculate-button__icon {
      background: url(../sprite/sprites.png) -100px -50px; } }

@media (max-width: 779px) {
  .calculate-button--company .calculate-button {
    width: 275px;
    height: 86px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .calculate-button--company .calculate-button {
    margin-left: 66px; } }

@media (max-width: 779px) {
  .calculate-button--company .calculate-button__text {
    font-size: 14.57px;
    width: 198px; } }

@media (max-width: 779px) {
  .calculate-button--company .calculate-button-wrap {
    width: 244px; } }

@media (max-width: 1235px) and (min-width: 779px) {
  .button-container--applying .calculate-button--company .calculate-button {
    margin: 0; } }

.request-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 275px;
  height: 86px;
  border: 2px solid #2D86F4;
  -webkit-border-radius: 0.81px;
          border-radius: 0.81px;
  cursor: pointer;
  margin-top: 20px; }
  @media (max-width: 1235px) {
    .request-button {
      margin-top: 0px; } }
  @media (max-width: 779px) {
    .request-button {
      margin-top: 20px; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .request-button {
      margin-left: 90px; } }

.request-button:hover {
  background-color: #2D86F4; }

.request-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 244px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.request-button__icon {
  background: url(../sprite/sprites.png) -300px -65px;
  width: 32px;
  height: 33px; }

.request-button__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2D86F4;
  margin: 0;
  width: 200px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.request-button:hover .request-button__text {
  color: #fff; }

.request-button:hover .request-button__icon {
  background: url(../sprite/sprites.png) -150px -50px; }

.contacts-output {
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 17px; }
  @media (min-width: 780px) {
    .contacts-output {
      width: 284px;
      height: 194px; } }
  @media (max-width: 779px) {
    .contacts-output {
      width: 220px; } }

.contacts-output__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  line-height: 1.2; }

.contacts-output__text:first-child {
  margin-top: 6px; }

.contacts-output-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1235px) {
  .contacts-output-map--780 {
    display: none; } }

.contacts-output-map__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  text-decoration: underline;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.contacts-output-map__icon {
  background: url(../sprite/sprites.png) -200px -55px;
  width: 22px;
  height: 22px;
  margin-right: 10px; }

.contacts-requisites {
  padding-left: 18px;
  padding-right: 18px;
  width: 314px;
  min-height: 78px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 779px) {
    .contacts-requisites {
      width: 250px; } }

.contacts-requisites__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  line-height: 1.5; }

.contacts-requisites__text:last-child {
  padding-bottom: 28px; }

.contacts-requisites__controls-wrap {
  width: 22px;
  height: 13px;
  padding: 6px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer; }

.contacts-requisites__controls {
  background: url(../sprite/sprites.png) -350px -35px;
  width: 22px;
  height: 13px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer; }

.contacts-requisites__controlss--flip {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.contacts-requisites-title-wpar {
  width: 282px;
  padding-left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 779px) {
    .contacts-requisites-title-wpar {
      width: 250px;
      padding-left: 0px; } }

.contacts-requisites__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  cursor: pointer; }

.how-find-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 20px; }
  @media (max-width: 779px) {
    .how-find-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      bottom: 250px; } }

.how-find__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  width: 741px;
  line-height: 1.5; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .how-find__text {
      line-height: 1.4;
      margin-top: 0; } }
  @media (max-width: 1235px) {
    .how-find__text {
      width: 289px; } }
  @media (max-width: 779px) {
    .how-find__text {
      width: 269px;
      line-height: 1.5; } }

.how-find-container-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 779px) {
    .how-find-container-text-block {
      width: 320px;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 779px) {
  .how-find-container-text-block:nth-child(2) {
    margin-bottom: 10px; } }

.how-find-container-text-block:first-child .how-find__icon {
  background: url(../sprite/sprites.png) -230px -75px;
  width: 19px;
  height: 24px;
  margin-right: 14px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .how-find-container-text-block:first-child .how-find__icon {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-top: 0; } }
  @media (max-width: 779px) {
    .how-find-container-text-block:first-child .how-find__icon {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-top: 15px; } }

.how-find-container-text-block .how-find__icon {
  background: url(../sprite/sprites.png) -250px -55px;
  width: 25px;
  height: 20px;
  margin-right: 11px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .how-find-container-text-block .how-find__icon {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-top: 5px; } }
  @media (max-width: 779px) {
    .how-find-container-text-block .how-find__icon {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-top: 15px; } }

.how-find__image {
  background-image: url(../img/office-photo.png);
  width: 397px;
  height: 241px; }
  @media (max-width: 779px) {
    .how-find__image {
      width: 320px;
      height: 194px;
      margin-left: auto;
      margin-right: auto;
      background-size: cover; } }

@media (min-width: 1236px) {
  .map-container {
    width: 851px;
    height: 345px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .map-container {
    width: 396px;
    height: 346px; } }

@media (max-width: 779px) {
  .map-container {
    width: 100%;
    height: 241px; } }

@media (max-width: 779px) {
  .breadcrumb--contacts {
    margin-left: 0; } }

.offer-tabs-content {
  display: none; }

.offer-tabs-content--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 779px) {
    .offer-tabs-content--active {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .offer-tabs-wrap {
    width: 752px;
    margin: 0 auto; } }

.offer-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  list-style: none;
  height: 39px;
  padding: 0;
  width: 340px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  @media (max-width: 779px) {
    .offer-tabs {
      margin: 0 auto;
      font-size: 12px;
      width: 300px; } }

.offer-tabs__item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.5);
          box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.5); }

.offer-tabs__item--active {
  background-color: #FEFEFE; }

.offer-tabs-content {
  width: 845px;
  height: 460px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media (min-width: 780px) and (max-width: 1235px) {
    .offer-tabs-content {
      width: 752px; } }
  @media (max-width: 779px) {
    .offer-tabs-content {
      width: 300px;
      height: 100%;
      padding-bottom: 14px; } }

.offer-tabs-content-left {
  margin-top: 27px;
  margin-left: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .offer-tabs-content-left {
      margin-left: 18px;
      margin-bottom: 18px;
      margin-top: 0; } }

.offer-tabs-content-left__text {
  width: 520px;
  line-height: 1.5;
  margin-bottom: 45px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .offer-tabs-content-left__text {
      width: 303px; } }
  @media (max-width: 779px) {
    .offer-tabs-content-left__text {
      width: 262px;
      margin-bottom: 15px; } }

.offer-tabs-content-left-download__text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.offer-tabs-content-left-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 16px; }

.offer-tabs-content-left-download__icon {
  background: url(../sprite/sprites.png) -200px -55px;
  width: 22px;
  height: 22px;
  margin-right: 10px; }

.offer-tabs-content-right {
  width: 225px;
  margin-top: 18px;
  margin-right: 18px; }
  @media (max-width: 779px) {
    .offer-tabs-content-right {
      margin: 0 auto; } }

.offer-form {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: inherit;
  width: inherit;
  z-index: 0; }
  @media (max-width: 779px) {
    .offer-form {
      z-index: 0; } }

.offer-form-select-name {
  margin-left: 0;
  margin-right: 0; }

.offer-form-select-tel {
  margin-left: 0;
  margin-right: 0; }

.offer-form-select-additional {
  margin-left: 0;
  margin-right: 0; }

.offer-form-select-request__input {
  width: 223px;
  height: 83px;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

.offer-form-select-request {
  margin-bottom: 0; }

.offer-form-select-verifying-outer {
  margin-top: 5px;
  margin-bottom: 10px; }

.offer-form__send {
  margin-bottom: 0; }

.offer-form-select-verifying__text {
  margin-bottom: 0; }

.mainblock-containter--offer {
  height: 585px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .mainblock-containter--offer {
      height: 100%;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .mainblock-containter--offer {
      height: 100%; } }

.leftblock-containter--offer {
  height: 585px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .leftblock-containter--offer {
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .leftblock-containter--offer {
      height: 796px;
      margin-bottom: 20px; } }

@media (max-width: 779px) {
  .leftblock-containter--offer-consult {
    height: 650px; } }

.rightblock-contaiter--offer {
  margin-top: 15px;
  width: 353px;
  height: 411px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .rightblock-contaiter--offer {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 25px; } }
  @media (max-width: 779px) {
    .rightblock-contaiter--offer {
      padding-top: 20px;
      width: 270px;
      height: 411px;
      margin: 0 auto; } }

.special-offer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 84px;
  background-color: #D8D8D8;
  border: 1px solid #979797;
  cursor: pointer; }
  @media (max-width: 779px) {
    .special-offer-item {
      width: 270px; } }

.special-offer-item:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.349); }

.special-offer__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #4A4A4A;
  margin: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

@media (min-width: 780px) and (max-width: 1235px) {
  .breadcrumbs-container {
    margin-top: 25px; } }

@media (max-width: 779px) {
  .breadcrumbs-container {
    margin-left: 20px; } }

.offer-form-sent__text-soc {
  text-align: center;
  font-size: 14px; }

.social-block--offer-form {
  margin: 0 auto; }

#offerSentSoc {
  margin-top: 80%; }

#offerSentSoc2 {
  margin-top: 80%; }

@media (min-width: 1236px) {
  #offerFormSent {
    margin-top: 21.4%;
    margin-left: 20px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  #offerFormSent {
    margin-top: 24.5%;
    margin-left: 20px; } }

@media (max-width: 779px) {
  #offerFormSent {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80%;
    text-align: center; } }

@media (min-width: 1236px) {
  #offerFormSent2 {
    margin-top: 21.4%;
    margin-left: 20px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  #offerFormSent2 {
    margin-top: 24.5%;
    margin-left: 20px; } }

@media (max-width: 779px) {
  #offerFormSent2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50%;
    text-align: center; } }

@media (min-width: 1236px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent {
    margin-top: 180px;
    margin-left: 20px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent {
    margin-top: 180px;
    margin-left: 20px; } }

@media (max-width: 779px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 200px;
    text-align: center; } }

@media (min-width: 1236px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent2 {
    margin-top: 180px;
    margin-left: 20px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent2 {
    margin-top: 180px;
    margin-left: 20px; } }

@media (max-width: 779px) {
  _:-ms-lang(x), _:-webkit-full-screen, #offerFormSent2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 150px;
    text-align: center; } }

.offer-form-sent__text-soc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A; }

.offer-form-sent__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A4A4A;
  font-size: 20px;
  text-align: center; }

.offer-form-sent__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 14px; }

.footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
  height: 113px;
  margin: 0 auto;
  color: #9B9B9B;
  font-size: 12px;
  z-index: 1;
  background-color: #fff; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer {
      font-size: 13px;
      height: 96px; } }
  @media (max-width: 779px) {
    .footer {
      min-width: 320px;
      height: 85px;
      font-size: 11px;
      margin-top: 20px; } }

.footer:before {
  content: "";
  position: absolute;
  min-width: 320px;
  width: 100%;
  height: 113px;
  z-index: -1; }
  @media (min-width: 1920px) {
    .footer:before {
      background: url("../img/background-footer-1920.png") left no-repeat; } }
  @media (min-width: 1236px) and (max-width: 1919px) {
    .footer:before {
      background: url("../img/background-footer-1366.png") left no-repeat; } }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer:before {
      background: url("../img/background-footer-780.png") left no-repeat;
      height: 96px; } }
  @media (max-width: 779px) {
    .footer:before {
      background: url("../img/background-footer-320.png") left no-repeat;
      min-width: 320px;
      height: 85px; } }

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1245px;
  margin: auto;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer-wrap {
      width: 710px; } }
  @media (max-width: 779px) {
    .footer-wrap {
      width: 295px;
      height: 85px;
      padding-top: 0; } }

.footer-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 959px;
  height: 79px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer-left-block {
      height: 64px; } }
  @media (max-width: 779px) {
    .footer-left-block {
      width: 116px; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer-left-block-output {
      padding-bottom: 20px; } } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-input-placeholder, :root .footer-left-block-output {
    padding-bottom: 10px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _:-ms-input-placeholder, :root .main-nav--footer {
    margin-top: -10px; } }

@media (min-width: 780px) and (max-width: 1235px) {
  _::-webkit-:host:not(:root:root), .footer-left-block {
    height: 79px; } }

.main-nav--footer {
  width: 959px;
  margin: 0;
  right: 0; }
  @media (max-width: 1235px) {
    .main-nav--footer {
      width: 527px; } }

.main-nav__item--foter {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (max-width: 1235px) {
    .main-nav__item--foter {
      font-size: 11px; } }

.main-nav__link--footer {
  width: auto;
  pointer-events: auto; }

.main-nav__link--footer:hover {
  color: #cc0000; }

.footer-left-block-output {
  height: 39px; }
  @media (max-width: 779px) {
    .footer-left-block-output {
      width: 116px; } }

_::-webkit-:host:not(:root:root), .footer-left-block-output p {
  padding-top: 10px; }

.footer-left-block-output p {
  margin: 0; }

.footer-right-block {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer-right-block {
      font-size: 9px;
      height: 60px; } }
  @media (max-width: 779px) {
    .footer-right-block {
      font-size: 8px; } }

.footer-right-block-output {
  height: 43px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .footer-right-block-output {
      width: 173px; } }
  @media (max-width: 779px) {
    .footer-right-block-output {
      width: 100px; } }

.footer-right-block-output p {
  margin: 0; }

.social-block--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mainblock-containter--career {
  min-height: 80vh;
  height: auto; }

.leftblock-container--career {
  height: auto; }

.rightblock-contaiter--career {
  height: auto; }

.job-vacancy {
  width: 845px;
  min-height: 59px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px; }
  @media (max-width: 1235px) {
    .job-vacancy {
      width: 752px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 779px) {
    .job-vacancy {
      width: 300px; } }

.job-vacancy-title-wpar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 797px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1235px) {
    .job-vacancy-title-wpar {
      width: 700px; } }
  @media (max-width: 779px) {
    .job-vacancy-title-wpar {
      width: 260px; } }

.job-vacancy-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  cursor: pointer; }
  @media (max-width: 779px) {
    .job-vacancy-title {
      font-size: 13px; } }

.job-vacancy__controls-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 13px;
  padding: 8px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  cursor: pointer; }

.job-vacancy__controls {
  background: url(../sprite/sprites.png) -350px -35px;
  width: 22px;
  height: 13px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer;
  margin: 0 auto; }

.job-vacancy__controls--flip {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.job-vacancy-text {
  margin-bottom: 24px;
  line-height: 15px; }

.job-vacancy-text__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 5px; }

.job-vacancy-text__description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 5px; }

.job-vacancy-content-wrap {
  width: 597px;
  padding-left: 24px; }
  @media (max-width: 779px) {
    .job-vacancy-content-wrap {
      width: 260px; } }

.send-resume {
  width: 597px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  margin-bottom: 20px; }
  @media (max-width: 1235px) {
    .send-resume {
      display: none; } }

.send-resume-verifying {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0; }

.send-resume__icon {
  display: inline-block;
  background: url(../sprite/sprites.png) -350px -80px;
  width: 16px;
  height: 17px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.send-resume__text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A; }

.send-resume__text p {
  margin: auto; }

.send-resume__upload {
  display: inline-block; }

.send-resume__upload-file {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D86F4;
  font-size: 12px;
  border: 1px solid #2D86F4;
  width: 105px;
  height: 28px;
  background-color: #FEFEFE;
  cursor: pointer; }

.send-resume-verifying__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75px;
  height: 28px;
  border: 1px solid #979797;
  margin: 0 auto; }

.send-resume__upload-input {
  display: none; }

.send-resume-verifying__captcha {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75px;
  height: 28px;
  border: 1px solid #979797; }

.send-resume-verifying__refresh {
  background: url(../sprite/sprites.png) -380px -30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: auto;
  margin-left: 10px;
  margin-right: 10px; }

.send-resume__send {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2D86F4;
  font-size: 12px;
  border: 1px solid #2D86F4;
  width: 105px;
  height: 28px;
  background-color: #FEFEFE;
  cursor: pointer; }

.send-resume__send:hover {
  background-color: #2D86F4;
  color: #FEFEFE; }

.send-resume__upload-file:hover {
  background-color: #2D86F4;
  color: #FEFEFE; }

@media (max-width: 779px) {
  .page-title--career {
    width: 286px;
    margin-left: auto;
    margin-right: auto; } }

.slider-achievements {
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 845px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .slider-achievements {
      width: 750px;
      margin: 0 auto;
      margin-bottom: 24px; } }
  @media (max-width: 779px) {
    .slider-achievements {
      width: 288px; } }

.slider-achievements-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.slider-achievements__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 32px;
  padding-bottom: 19px; }
  @media (max-width: 1235px) {
    .slider-achievements__title {
      padding-left: 40px; } }
  @media (max-width: 779px) {
    .slider-achievements__title {
      font-size: 16px;
      padding-top: 15px;
      padding-left: 25px;
      padding-bottom: 23px; } }

.slider-achievements-content__control-prev {
  background-image: url(../sprite/sprites.png);
  background-position: -305px -5px;
  width: 21px;
  height: 42px;
  cursor: pointer;
  margin-left: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (max-width: 779px) {
    .slider-achievements-content__control-prev {
      margin-left: 15px; } }

.slider-achievements-content__control-next {
  background-image: url(../sprite/sprites.png);
  background-position: -305px -5px;
  width: 21px;
  height: 42px;
  cursor: pointer;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }
  @media (max-width: 779px) {
    .slider-achievements-content__control-next {
      margin-right: 15px; } }

.slider-achievements-content-list {
  white-space: nowrap;
  display: inline;
  height: 204px;
  width: 765px;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 1235px) {
    .slider-achievements-content-list {
      width: 654px; } }
  @media (max-width: 779px) {
    .slider-achievements-content-list {
      width: 141px;
      margin-bottom: 43px; } }

.slider-achievements-content__element {
  width: 141px;
  height: 204px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden; }
  @media (max-width: 779px) {
    .slider-achievements-content__element {
      margin: 0 auto; } }

.slider-achievements-content__element * {
  visibility: visible; }

.slider-achievements-content__element--img {
  margin-right: 15px;
  width: 141px;
  height: 204px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .slider-achievements-content__element--img {
      margin-right: 30px; } }
  @media (max-width: 779px) {
    .slider-achievements-content__element--img {
      margin: 0 auto; } }

.news-data-filter__year-select {
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #979797;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #4A4A4A;
  font-size: 16px;
  cursor: pointer;
  padding-right: 20px; }

select::-ms-expand {
  display: none;
  appearance: none; }

.news-data-filter__month-select {
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #979797;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #4A4A4A;
  font-size: 16px;
  cursor: pointer;
  padding-right: 15px;
  height: 20px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.news-data-filter__button {
  background: url(../sprite/sprites.png) -385px 0;
  width: 14px;
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 25%; }

.news-data-filter-block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px; }
  @media (max-width: 1235px) {
    .news-data-filter-block {
      margin-left: 15px; } }
  @media (max-width: 779px) {
    .news-data-filter-block {
      display: block;
      margin: 0 auto;
      margin-bottom: 25px;
      width: 286px; } }

.news-data-filter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px; }

.news-data-filter__title {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 16px; }

.rightblock-contaiter--news {
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news-all-item__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px; }
  @media (max-width: 1235px) {
    .news-all-item__text-block {
      width: 400px; } }
  @media (max-width: 779px) {
    .news-all-item__text-block {
      width: 160px; } }

.news-all-item__time {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }

.news-all-item__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  cursor: pointer;
  margin: 0; }
  .news-all-item__title:hover {
    color: #cc0000; }
  @media (max-width: 779px) {
    .news-all-item__title {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 11px; } }

.news-all-item__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  font-size: 11px;
  color: #4A4A4A;
  cursor: pointer;
  max-width: 500px;
  height: 24px;
  text-overflow: ellipsis; }
  .news-all-item__text:hover {
    color: #cc0000; }
  @media (max-width: 1235px) {
    .news-all-item__text {
      height: 36px; } }
  @media (max-width: 779px) {
    .news-all-item__text {
      height: 48px;
      display: none; } }

.news-all-item__details a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  cursor: pointer; }
  .news-all-item__details a:hover {
    color: #cc0000; }

.news-all-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FEFEFE;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 845px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 15px; }
  @media (max-width: 1235px) {
    .news-all-item {
      width: 750px;
      margin: 0 auto;
      margin-bottom: 15px;
      padding-left: 20px; } }
  @media (max-width: 779px) {
    .news-all-item {
      padding-left: 0;
      width: 320px; } }

.news-all-item__img {
  width: 133px;
  height: 100px;
  margin-left: 15px;
  margin-right: 12px; }
  @media (max-width: 779px) {
    .news-all-item__img {
      margin-left: 10px; } }

@media (max-width: 779px) {
  .news-all-item__time--d {
    display: none; } }

@media (min-width: 780px) {
  .news-all-item__time--m {
    display: none; } }

.subscribe-button--news-page * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.photo-gallery-item {
  width: 845px;
  min-height: 271px;
  overflow: hidden;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .photo-gallery-item {
      width: 754px;
      min-height: 230px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 15px; }
      .photo-gallery-item:last-child {
        margin-bottom: 34px; } }
  @media (max-width: 779px) {
    .photo-gallery-item {
      width: 320px;
      min-height: 230px;
      height: 230px;
      padding-bottom: 0; } }

.photo-gallery-item__content {
  margin-left: 20px; }
  @media (max-width: 779px) {
    .photo-gallery-item__content {
      position: relative; } }

@media (max-width: 779px) {
  .photo-gallery-item__photo-block {
    width: 194px;
    height: 146px;
    margin-left: 43px;
    overflow: hidden; } }

.photo-gallery-item__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 24px;
  margin-bottom: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 1235px) {
    .photo-gallery-item__text {
      margin-top: 19px;
      margin-bottom: 10px; } }
  @media (max-width: 779px) {
    .photo-gallery-item__text {
      margin-top: 19px;
      margin-bottom: 20px; } }

.photo-gallery-item__img {
  width: 194px;
  height: 146px;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 1235px) {
    .photo-gallery-item__img {
      width: 169px;
      height: 127px;
      margin-right: 12px; } }
  @media (max-width: 779px) {
    .photo-gallery-item__img {
      width: 194px;
      height: 146px;
      margin: 0 auto; } }

.slider-achievements-content__control-prev--gallery {
  display: inline-block;
  position: absolute;
  top: 90px;
  margin: 0; }
  @media (min-width: 780px) {
    .slider-achievements-content__control-prev--gallery {
      display: none; } }

.slider-achievements-content__control-next--gallery {
  display: inline-block;
  position: absolute;
  top: 90px;
  margin: 0;
  right: 20px; }
  @media (min-width: 780px) {
    .slider-achievements-content__control-next--gallery {
      display: none; } }

.articles-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 845px;
  height: 115px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 1px 1px 0 #979797;
          box-shadow: 0 1px 1px 0 #979797;
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 15px; }
  @media (max-width: 1235px) {
    .articles-item {
      margin-left: auto;
      margin-right: auto;
      width: 747px;
      height: 115px;
      padding-left: 24px;
      padding-right: 24px; } }
  @media (max-width: 779px) {
    .articles-item {
      width: 320px;
      height: 147px;
      padding-left: 16px;
      padding-right: 16px; } }

.articles-item__time {
  margin: 0;
  margin-right: 8px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .articles-item__time {
      margin-bottom: 20px; } }

.articles-item__title {
  margin: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }

.articles-item__text {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  line-height: 1.4; }
  @media (max-width: 1235px) {
    .articles-item__text {
      height: 32px; } }
  @media (max-width: 779px) {
    .articles-item__text {
      margin-bottom: 5px;
      height: 64px; } }
  .articles-item__text:hover {
    color: #cc0000; }

.articles-item__more {
  margin: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }
  @media (max-width: 779px) {
    .articles-item__more {
      float: right; } }
  .articles-item__more:hover {
    color: #cc0000; }

.articles-item__download {
  margin: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  text-decoration: underline; }
  .articles-item__download::before {
    display: inline-block;
    content: '';
    background-image: url("../sprite/sprites.png");
    background-position: -380px -80px;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  @media (max-width: 779px) {
    .articles-item__download {
      display: none; } }
  .articles-item__download:hover {
    color: #cc0000; }

.show-more-button--articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .show-more-button--articles {
      margin-bottom: 30px; } }

.video-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 1236px) {
    .video-gallery {
      width: 883px; } }
  @media (max-width: 1235px) {
    .video-gallery {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px; } }

.video-gallery-item {
  width: 405px;
  height: 275px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 1px 1px 0 #979797;
          box-shadow: 0 1px 1px 0 #979797;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 35px;
  margin-bottom: 26px; }
  @media (max-width: 1235px) {
    .video-gallery-item {
      width: 365px;
      height: 247px;
      margin-right: 0;
      margin-bottom: 24px; } }
  @media (max-width: 779px) {
    .video-gallery-item {
      width: 277px;
      margin-bottom: 24px;
      margin-left: auto;
      margin-right: auto; } }

.video-gallery-item__video {
  width: 350px;
  height: 197px; }
  @media (max-width: 1235px) {
    .video-gallery-item__video {
      width: 315px;
      height: 182px; } }
  @media (max-width: 779px) {
    .video-gallery-item__video {
      width: 241px; } }

.video-gallery-item-wrap {
  margin-left: auto;
  margin-right: auto; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .video-gallery-item-wrap {
    margin-left: 27.5px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1235px) {
    *::-ms-backdrop, .video-gallery-item-wrap {
      margin-left: 24px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 779px) {
    *::-ms-backdrop, .video-gallery-item-wrap {
      margin-left: 18px; } }

@media all and (-ms-high-contrast: none) {
  /* IE11 */ }

@supports (-webkit-appearance: none) {
  .video-gallery-item-wrap {
    margin-left: 27.5px; }
    @media (max-width: 1235px) {
      .video-gallery-item-wrap {
        margin-left: 24px; } }
    @media (max-width: 779px) {
      .video-gallery-item-wrap {
        margin-left: 18px; } } }

.video-gallery-item__title {
  margin-top: 14px;
  margin-left: 27.5px;
  margin-bottom: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A; }
  @media (max-width: 1235px) {
    .video-gallery-item__title {
      margin-top: 12px;
      margin-left: 24px;
      margin-bottom: 13px; } }
  @media (max-width: 779px) {
    .video-gallery-item__title {
      margin-top: 9px;
      margin-left: 18px;
      margin-bottom: 12px;
      font-size: 14px; } }

@media (max-width: 1235px) {
  .subscribe-button--video-gallery {
    margin-top: 10px; } }

@media (max-width: 779px) {
  .leftblock-container--products-page {
    margin: 0 auto; } }

.products-page__img {
  width: 340px;
  height: 200px;
  float: right;
  margin-right: 38px; }
  @media (max-width: 1235px) {
    .products-page__img {
      margin-right: 14px; } }
  @media (max-width: 779px) {
    .products-page__img {
      width: 299px;
      height: 176px;
      margin: 0 auto;
      float: none;
      display: block;
      margin-bottom: 10px; } }

.page-text--products-page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  width: 482px; }
  @media (max-width: 1235px) {
    .page-text--products-page {
      width: 370px;
      margin-left: 14px; } }
  @media (max-width: 779px) {
    .page-text--products-page {
      width: 286px;
      margin: 0 auto;
      margin-bottom: 10px;
      display: block; } }

@media (min-width: 780px) and (max-width: 1235px) {
  .tabs-wrap {
    width: 752px;
    margin: 0 auto; } }

@media (max-width: 779px) {
  .tabs-wrap {
    margin: 0 auto;
    width: 320px; } }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  list-style: none;
  height: 39px;
  padding: 0;
  width: 600px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  @media (max-width: 779px) {
    .tabs {
      margin: 0 auto;
      width: 320px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      position: relative; } }

.tabs__item {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  min-width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: -3px -1px 4px -1px rgba(0, 0, 0, 0.5);
          box-shadow: -3px -1px 4px -1px rgba(0, 0, 0, 0.5); }
  @media (max-width: 779px) {
    .tabs__item {
      width: 320px;
      display: block;
      white-space: normal;
      display: none; } }

@media (max-width: 779px) {
  .tabs__item__arrow {
    background: url(../sprite/sprites.png) -350px -35px;
    width: 22px;
    height: 13px;
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none; } }

.tabs__item__arrow--turn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.tabs__item--active {
  background-color: #FEFEFE;
  -webkit-box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.5);
          box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.5); }
  @media (max-width: 779px) {
    .tabs__item--active {
      display: block; } }

.tabs-content-wrap {
  width: 845px;
  height: 100%;
  min-height: 334px;
  padding-top: 20px;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 24px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .tabs-content-wrap {
      width: 752px; } }
  @media (max-width: 779px) {
    .tabs-content-wrap {
      margin: 0 auto;
      width: 320px;
      min-height: 0; } }

.tabs-content {
  margin-left: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 779px) {
    .tabs-content {
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 15px; } }

.tabs-content__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  margin: 0;
  padding-bottom: 15px; }
  @media (max-width: 779px) {
    .tabs-content__title {
      font-size: 12px;
      line-height: 22px; } }

.tabs-content__list {
  padding-left: 20px; }

.tabs-content__list-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 24px; }
  @media (max-width: 779px) {
    .tabs-content__list-item {
      font-size: 12px; } }

.tabs-content__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 19px;
  margin: 0;
  margin-top: 15px; }
  @media (max-width: 779px) {
    .tabs-content__text {
      font-size: 12px; } }

.tabs-content__text::before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  content: " ";
  background: url(../sprite/sprites.png) 0 -110px;
  width: 20px;
  height: 20px;
  margin-right: 8px; }

.tabs-content-item__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 15px; }

.tabs-content-item__text--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A; }

.tabs-content-item__wrap {
  margin-bottom: 16px; }

.tabs-content--form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0; }
  @media (max-width: 779px) {
    .tabs-content--form {
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.tabs__download-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  content: " ";
  background: url(../sprite/sprites.png) -380px -80px;
  width: 16px;
  height: 14px;
  margin-right: 8px; }

.tabs-content-left {
  margin-top: 0;
  margin-right: 139px; }

.tabs-content-right {
  padding-bottom: 24px; }

.tabs-content-left__text {
  margin-bottom: 29px; }
  @media (min-width: 1236px) {
    .tabs-content-left__text {
      width: 400px; } }

.tabs-content-left-download {
  margin-left: 0; }

.products-page__image-block {
  width: 845px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .products-page__image-block {
      width: 752px;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .products-page__image-block {
      width: 320px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.products-page__img--bottom {
  width: 370px;
  height: 227px;
  margin: 0; }
  @media (max-width: 779px) {
    .products-page__img--bottom {
      width: 299px;
      margin: 0 auto;
      margin-bottom: 24px; }
      .products-page__img--bottom:last-child {
        margin-bottom: 0px; } }

.subscribe-button--products-page {
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .subscribe-button--products-page {
      width: 656px;
      margin: 0 auto;
      margin-top: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 779px) {
    .subscribe-button--products-page {
      width: 320px; } }

@media (max-width: 1235px) {
  .subscribe-button--products-page .calculate-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0; } }

@media (max-width: 779px) {
  .subscribe-button--products-page .calculate-button {
    margin: 0 auto; } }

@media (max-width: 1235px) {
  .subscribe-button--products-page .request-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0; } }

@media (max-width: 779px) {
  .subscribe-button--products-page .request-button {
    display: none; } }

@media (max-width: 779px) {
  .products-page__navblock {
    display: none; } }

.tabs__item--show {
  display: block; }

@media (max-width: 779px) {
  .page-title--products-page {
    margin-top: 0; } }

@media (min-width: 780px) {
  .offer-form-sent--products-page {
    margin-top: 100px !important; } }

@media (min-width: 780px) {
  .offer-form-sent-soc--products-page {
    margin-top: 100px !important; } }

.projects-page-filter-block {
  position: relative;
  width: 100%; }
  @media (max-width: 779px) {
    .projects-page-filter-block {
      width: 286px;
      margin: 0 auto; } }

@media (max-width: 779px) {
  .select-filter--projects-page {
    max-width: 285px; } }

.projects-data-filter--projects-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.projects-data-filter {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 779px) {
    .projects-data-filter {
      margin-bottom: 17px; } }
  @media (min-width: 779px) {
    .projects-data-filter {
      margin-bottom: 5px; } }
  @media (min-width: 1235px) {
    .projects-data-filter {
      margin-right: 8px; } }

@media (min-width: 1235px) {
  .news-data-filter__title--projects-page {
    margin-right: 5px; } }

@media (max-width: 779px) {
  .news-data-filter__title--projects-page {
    white-space: nowrap; } }

.projects__show-more {
  display: inline-block;
  position: absolute;
  right: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A; }
  .projects__show-more:hover {
    color: #cc0000; }
  @media (max-width: 1235px) {
    .projects__show-more {
      display: none; } }

.projects-item__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 6px; }
  .projects-item__title:hover {
    color: #cc0000; }

.projects-item__text-type {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 6px;
  margin-top: 6px; }

.projects-item__img {
  width: 90px;
  height: 90px;
  margin-left: 15px;
  margin-right: 12px; }

.projects-item__text-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #4A4A4A;
  margin: 0; }
  @media (max-width: 779px) {
    .projects-item__text-description {
      display: inline-block;
      margin-top: 5px; } }

@media (max-width: 779px) {
  .projects-item__text-block {
    padding-right: 5px; } }

@media (max-width: 779px) {
  .projects-data-filter--multiline {
    display: block; } }

.projects__show-more--projects-page {
  position: absolute;
  bottom: 0; }

.projects-page-select-wrap {
  position: relative; }
  @media (max-width: 779px) {
    .projects-page-select-wrap {
      display: inline-block; } }

#resizing_select {
  width: 60px; }

#width_tmp_select {
  display: none; }

#resizing_select2 {
  width: 60px; }

#width_tmp_select2 {
  display: none; }

#resizing_select3 {
  width: 60px; }

#width_tmp_select3 {
  display: none; }

.page-title--project-page {
  width: 845px; }
  @media (max-width: 1235px) {
    .page-title--project-page {
      width: 760px;
      margin-left: 10px; } }
  @media (max-width: 779px) {
    .page-title--project-page {
      margin-top: 0;
      width: 280px;
      margin-left: auto;
      margin-right: auto; } }

.leftblock-containter--project-page {
  width: 845px; }
  @media (max-width: 1235px) {
    .leftblock-containter--project-page {
      width: 780px;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .leftblock-containter--project-page {
      width: 320px; } }

.mainblock-containter--project-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.project-page-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px; }
  @media (min-width: 780px) and (max-width: 1235px) {
    .project-page-item {
      width: 760px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 779px) {
    .project-page-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.project-page-item__img {
  width: 403px;
  height: 268px;
  margin-right: 29px; }
  @media (max-width: 1235px) {
    .project-page-item__img {
      margin-right: 0; } }
  @media (max-width: 779px) {
    .project-page-item__img {
      width: 281px;
      height: 187px;
      margin: 0 auto;
      margin-bottom: 15px; } }

.project-page-item__description {
  width: 400px; }
  @media (max-width: 1235px) {
    .project-page-item__description {
      width: 322px; } }
  @media (max-width: 779px) {
    .project-page-item__description {
      width: 281px;
      margin: 0 auto; } }

.project-page-item__description-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  font-size: 14px;
  margin: 0;
  line-height: 30px; }

.project-page-item__description-text--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A4A4A;
  font-size: 14px; }

.slider-project-page {
  white-space: nowrap;
  display: inline;
  height: 86px;
  overflow: hidden;
  margin: 0 auto;
  width: 797px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1235px) {
    .slider-project-page {
      width: 714px; } }

.project-page-carousel {
  height: 86px;
  width: 845px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 1235px) {
    .project-page-carousel {
      width: 758px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 779px) {
    .project-page-carousel {
      display: none; } }

.slider-project-page__element--img {
  width: 172px;
  height: 86px;
  margin-right: 35px; }
  @media (max-width: 1235px) {
    .slider-project-page__element--img {
      width: 171px;
      margin-right: 10px; } }

.slider-project-page__control-prev {
  background-image: url(../sprite/sprites.png);
  background-position: -50px -110px;
  width: 12px;
  height: 20px;
  cursor: pointer;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 0;
  margin-right: 0;
  background-repeat: no-repeat; }

.slider-project-page__control-next {
  background-image: url(../sprite/sprites.png);
  background-repeat: no-repeat;
  background-position: -50px -110px;
  width: 12px;
  height: 20px;
  cursor: pointer;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0; }

.slider-project-page__element {
  width: 181px;
  height: 86px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden; }

.slider-project-page__element * {
  visibility: visible; }

.project-page-news__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  margin: 0;
  margin-bottom: 13px; }
  @media (max-width: 779px) {
    .project-page-news__title {
      display: block;
      width: 320px;
      margin: 0 auto;
      margin-bottom: 13px; } }

.project-page-news {
  margin-bottom: 25px; }
  @media (max-width: 1235px) {
    .project-page-news {
      width: 750px;
      margin: 0 auto; } }
  @media (max-width: 779px) {
    .project-page-news {
      width: auto;
      margin: 0 auto; } }

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px; }
  @media (max-width: 1235px) {
    .project-info {
      display: none; } }

.project-info-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FEFEFE;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 353px;
  min-height: 106px;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .project-info-item {
      width: 240px;
      min-height: 102px; } }

.project-info__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 20px;
  margin-bottom: 20px; }

.project-info__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #4A4A4A;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 24px; }

.breadcrumb--project-page .breadcrumbs {
  margin-left: 0; }
  @media (max-width: 1235px) {
    .breadcrumb--project-page .breadcrumbs {
      margin-left: 10px;
      width: 845px; } }
  @media (max-width: 779px) {
    .breadcrumb--project-page .breadcrumbs {
      display: none; } }

@media (min-width: 1236px) {
  .project-info--top {
    display: none; } }

@media (max-width: 1235px) {
  .project-info--top {
    width: 760px;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 779px) {
  .project-info--top {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.leftblock-container--project-map {
  width: 1236px; }
  @media (max-width: 1235px) {
    .leftblock-container--project-map {
      width: 780px; } }
  @media (max-width: 779px) {
    .leftblock-container--project-map {
      width: 320px; } }

.project-page-map {
  width: 1236px;
  height: 470px;
  background-color: #D8D8D8;
  margin-bottom: 325px; }
  @media (max-width: 1235px) {
    .project-page-map {
      width: 780px; } }
  @media (max-width: 779px) {
    .project-page-map {
      width: 320px;
      margin: 0 auto; } }

.applying-page__text-block {
  width: 845px;
  margin-bottom: 24px; }
  @media (max-width: 1235px) {
    .applying-page__text-block {
      width: 752px;
      margin: 0 auto;
      margin-bottom: 40px; } }
  @media (max-width: 779px) {
    .applying-page__text-block {
      margin: 0 auto;
      width: 285px; } }

.figurecaption-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 24px; }

.figurecaption-image__img--about-us {
  margin: 0 auto;
  width: 400px;
  height: 267px; }
  @media (max-width: 779px) {
    .figurecaption-image__img--about-us {
      width: 320px; } }

.figurecaption-image__caption--about-us {
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
  font-style: italic;
  width: 400px;
  font-size: 13px;
  color: #9B9B9B; }
  @media (max-width: 779px) {
    .figurecaption-image__caption--about-us {
      width: 320px; } }
