<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Regular';
  src: url("../fonts/ProximaNova-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Bold';
  src: url("../fonts/ProximaNova-Semibold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'BBold';
  src: url("../fonts/ProximaNova-Bold.ttf");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Light';
  src: url("../fonts/ProximaNova-Light");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Helioc-Regular';
  src: url("../fonts/HeliosC.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Helioc-Bold';
  src: url("../fonts/HeliosC-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Minion';
  src: url("../fonts/MinionPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.header__top .desc, .header__menu .menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Regular, sans-serif;
}

html {
  overflow-x: hidden;
  min-width: 320px;
}

body,
head {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}

section,
section .container {
  position: relative;
}

h1 {
  font-family: Bold, sans-serif;
  font-size: 40px;
  color: #30394d;
}

@media (max-width: 1499px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: Bold, sans-serif;
  font-size: 27px;
  color: #30394d;
}

@media (max-width: 1499px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p {
  font-family: Regular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1499px) {
  p {
    font-size: 14px;
  }
}

li {
  list-style-type: none;
}

button {
  border: none;
  background: transparent;
  font-size: 15px;
}

@media (max-width: 1499px) {
  button {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .order0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .order0st {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order1st {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2st {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575px) {
  .order0m {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order1m {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.underline:after {
  margin-top: -3px;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #30394d;
  opacity: .3;
}

.underline:hover {
  color: #000;
  font-weight: 700;
}

.underline:hover:after {
  opacity: 0;
}

/* header */
.header__top {
  background: #e5e5e5;
}

.header__top .desc {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .header__top .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__top .desc .text p {
  text-transform: uppercase;
  font-family: Helioc-Regular, sans-serif;
  font-size: 13px;
  line-height: 100%;
}

.header__top .desc .marker__smi {
  text-transform: uppercase;
  font-family: Helioc-Bold, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .header__top .desc .marker__smi {
    margin-top: 10px;
    font-size: 12px;
  }
}

.header__logo .logo {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .header__logo .logo {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .header__logo .logo {
    margin-top: 20px;
  }
}

.header__logo .logo img {
  width: auto;
}

@media (max-width: 991px) {
  .header__logo .logo img {
    width: 100%;
  }
}

.header__logo .forum__form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .header__logo .forum__form {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.header__logo .forum__form:before, .header__logo .forum__form:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  background: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.header__logo .forum__form:before {
  width: calc(100% + 4px);
  height: 45%;
}

.header__logo .forum__form:after {
  height: calc(100% + 4px);
  width: 85%;
}

.header__logo .forum__form .enter {
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  font-family: Bold, sans-serif;
  font-size: 24px;
  line-height: 100%;
  color: #30394d;
}

@media (max-width: 1199px) {
  .header__logo .forum__form .enter {
    font-size: 20px;
  }
}

.header__logo .forum__form .enter:hover {
  color: #000;
}

.header__logo .forum__form .register {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  font-family: Regular, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #30394d;
}

.header__logo .forum__form .register:hover {
  color: #000;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .header__logo .forum__form .register {
    margin-top: 5px;
    font-size: 16px;
  }
}

.header__menu {
  background: #222e4c;
}

.header__menu .menu__block {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.header__menu .search__field {
  display: none;
  width: 100%;
  position: absolute;
  height: 60px;
  background: #fff;
  top: 45px;
  z-index: 20;
  border: 1px solid #30394d;
}

.header__menu .search__field.show {
  display: block;
}

.header__menu .search__field .search__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px 0 30px;
  width: 100%;
  height: 100%;
}

.header__menu .search__field .search__toggle .message {
  width: 100%;
}

.header__menu .search__field .search__toggle .message input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: Regular;
}

.header__menu .search__field .search__toggle .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/crs.svg);
  cursor: pointer;
}

.header__menu .search {
  cursor: pointer;
}

.header__menu .search img {
  width: auto;
}

.header__menu .brg {
  display: none;
  width: 30px;
  height: 30px;
  background: url(../img/brg.svg);
}

@media (max-width: 767px) {
  .header__menu .brg {
    display: block;
  }
}

.header__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header__menu .menu__list {
    display: none;
  }
}

.header__menu .menu__list .link {
  position: relative;
}

.header__menu .menu__list .link a {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.03em;
}

@media (max-width: 1199px) {
  .header__menu .menu__list .link a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header__menu .menu__list .link a {
    font-size: 12px;
  }
}

.header__menu .menu__list .link a:hover {
  opacity: .5;
}

.header__menu .menu__list .submenu {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 15px;
  border-radius: 15px;
  margin-top: 20px;
  background: #222e4c;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__menu .menu__list .submenu .pic {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
}

.header__menu .menu__list .submenu::before {
  display: none;
  content: '';
  position: absolute;
  z-index: 10;
  left: 45%;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #222e4c;
}

.header__menu .menu__list .submenu p {
  color: #c8cbd2;
}

.header__menu .menu__list .submenu a {
  text-transform: none;
}

.header__menu .menu__list .submenu a:hover p {
  opacity: 0.8;
}

.header__menu .menu__list .subllink.show .submenu {
  display: block;
}

@media (max-width: 767px) {
  .header__menu .menu__list .subllink.show .submenu {
    display: none;
  }
}

.header__menu .menu__list .subllink.show .submenu::before {
  display: block;
}

@media (max-width: 767px) {
  .header__menu .menu__list .subllink.show .submenu::before {
    display: none;
  }
}

.header__menu .menu__list .link:not(:first-child) {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header__menu .menu__list .link:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .header__menu .menu__list .link:not(:first-child) {
    margin-left: 10px;
  }
}

.wb__link:hover .welcome__block__text {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.welcome__block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .welcome__block {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .welcome__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.welcome__block__text {
  position: relative;
  width: 33%;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}

@media (max-width: 1499px) {
  .welcome__block__text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .welcome__block__text {
    width: 70%;
    padding: 20px;
  }
}

.welcome__block__text::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 84px solid transparent;
  border-bottom: 85px solid transparent;
  border-left: 36px solid #e5e5e5;
  right: -35px;
}

@media (max-width: 1199px) {
  .welcome__block__text::after {
    border-top: 78px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 30px solid #e5e5e5;
    right: -29px;
  }
}

@media (max-width: 767px) {
  .welcome__block__text::after {
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
  }
}

.welcome__block__text p {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1199px) {
  .welcome__block__text p {
    font-size: 16px;
    line-height: 18px;
  }
}

.welcome__block__text p span {
  display: block;
}

.welcome__block__steps {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 767px) {
  .welcome__block__steps {
    margin-top: 40px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.welcome__block__steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcome__block__steps .step .count {
  position: relative;
  color: #a2a3a7;
  font-size: 70px;
  font-family: Minion;
  margin-top: -20px;
  margin-right: 5px;
  line-height: 100%;
}

@media (max-width: 1199px) {
  .welcome__block__steps .step .count {
    font-size: 50px;
  }
}

.welcome__block__steps .step .count .line {
  position: absolute;
  background: #30394d;
  width: 120%;
  height: 1px;
  -webkit-transform: translateY(-5px);
  transform: translate(-30%, -5px);
}

.welcome__block__steps .step p {
  font-size: 15px;
  color: #30394d;
}

@media (max-width: 1199px) {
  .welcome__block__steps .step p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .welcome__block__steps .step p {
    font-size: 11px;
  }
}

.welcome__block__steps .step p span {
  display: block;
}

.news__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news__block {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.forum {
  width: 50%;
}

@media (max-width: 767px) {
  .forum {
    width: 100%;
  }
}

.forum .news__list {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .forum .news__list {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .forum .news__list {
    margin-top: 20px;
  }
}

.forum .news__item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .forum .news__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .forum .news__item {
    margin-bottom: 15px;
  }
}

.forum .news__item a:hover {
  text-decoration: underline;
}

.news {
  width: 50%;
}

@media (max-width: 767px) {
  .news {
    margin-top: 40px;
    width: 100%;
  }
}

.news .news__list {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .news .news__list {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .news .news__list {
    margin-top: 20px;
  }
}

.news .news__item {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .news .news__item {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .news .news__item {
    margin-bottom: 15px;
  }
}

.news .news__item a:hover {
  text-decoration: underline;
}

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

@media (max-width: 767px) {
  .news__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.orders .news__list {
  margin-top: 50px;
  width: 46%;
}

@media (max-width: 991px) {
  .orders .news__list {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .orders .news__list {
    margin-top: 20px;
    width: 100%;
  }
}

.orders .news__list .news__item {
  position: relative;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .orders .news__list .news__item {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin-bottom: 15px;
  }
}

.orders .news__list .news__item .title {
  color: #30394d;
}

.orders .news__list .news__item .underline:after {
  height: 2px;
  margin-top: 0px;
}

.orders .news__list .news__item .subtitle {
  margin-top: 10px;
  color: #a3a8ae;
}

.orders .news__list .news__item::before {
  content: url(../img/arroworder.png);
  display: block;
  width: 12px;
  height: 22px;
  top: 0;
  position: absolute;
  left: -18px;
}

@media (max-width: 767px) {
  .orders .news__list .news__item::before {
    display: none;
  }
}

.orders .news__list:last-child {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

@media (max-width: 767px) {
  .orders .news__list:last-child {
    margin-top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.statistic {
  margin-top: 55px;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .statistic {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.statistic .statistic__block {
  margin-top: 35px;
  position: relative;
  width: 35%;
  background: #e5e5e5;
  padding: 40px;
}

@media (max-width: 767px) {
  .statistic .statistic__block {
    margin-top: 20px;
    width: 70%;
    padding: 20px;
  }
}

.statistic .statistic__block::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 84px solid transparent;
  border-bottom: 85px solid transparent;
  border-left: 36px solid #e5e5e5;
  right: -35px;
}

@media (max-width: 1199px) {
  .statistic .statistic__block::after {
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
  }
}

@media (max-width: 767px) {
  .statistic .statistic__block::after {
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
  }
}

.statistic .statistic__block .stat p {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .statistic .statistic__block .stat p {
    font-size: 16px;
  }
}

.statistic .statistic__block .stat .st__count {
  margin-left: 5px;
}

.news__list .news__item .date {
  font-family: Regular;
  font-size: 12px;
  color: #6a6767;
}

.news__list .news__item .title {
  font-family: Bold;
  font-size: 20px;
  line-height: 100%;
}

@media (max-width: 1499px) {
  .news__list .news__item .title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .news__list .news__item .title {
    font-size: 15px;
  }
}

.news__list .news__item .subtitle {
  margin-top: 5px;
  font-family: Regular;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 1199px) {
  .news__list .news__item .subtitle {
    font-size: 14px;
  }
}

.news__list .news__item .news__item:last-child {
  margin-bottom: 0;
}

.news__list .news__item:hover .title {
  font-weight: 700;
}

.tender__block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tender__block h2.underline::after {
    display: none;
  }
}

.tender__block .tender__list {
  margin-top: 40px;
}

.tender__block .tender__list .tender__item {
  background: #f3f3f3;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
}

@media (max-width: 767px) {
  .tender__block .tender__list .tender__item {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 400px;
  }
}

.tender__block .tender__list .tender__item .image {
  width: auto;
}

.tender__block .tender__list .tender__item .tender__info {
  margin: 35px 0 35px 50px;
}

@media (max-width: 1199px) {
  .tender__block .tender__list .tender__item .tender__info {
    margin: 25px 0 25px 25px;
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  .tender__block .tender__list .tender__item .tender__info {
    margin: 25px 0 25px 15px;
    max-width: unset;
  }
}

.tender__block .tender__list .title {
  font-family: Bold;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

.tender__block .tender__list .title:hover {
  text-decoration: underline;
}

@media (max-width: 1499px) {
  .tender__block .tender__list .title {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .tender__block .tender__list .title {
    font-size: 15px;
  }
}

.tender__block .tender__list .desc {
  margin-top: 20px;
  max-width: 400px;
}

@media (max-width: 1199px) {
  .tender__block .tender__list .desc {
    margin-top: 10px;
  }
}

.tender__block .tender__list .desc li {
  font-family: Regular;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 1199px) {
  .tender__block .tender__list .desc li {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .tender__block .tender__list .desc li {
    font-size: 12px;
    line-height: 14px;
  }
}

.tender__block .tender__list .price {
  -ms-grid-column-align: self-end;
      justify-self: self-end;
  margin-left: auto;
  margin-top: 35px;
  margin-right: 15px;
  font-family: Bold;
  font-size: 20px;
  line-height: 100%;
}

@media (max-width: 1499px) {
  .tender__block .tender__list .price {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .tender__block .tender__list .price {
    margin-top: 25px;
    margin-right: 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tender__block .tender__list .price {
    -ms-grid-column-align: self-start;
        justify-self: self-start;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}

.tender__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.tender__all {
  padding: 15px 25px;
  border: 1px solid #000;
  font-family: Bold;
  font-size: 20px;
  line-height: 18px;
}

@media (max-width: 1199px) {
  .tender__all {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.tender__all:hover {
  border: 1px solid #30394d;
  background: #30394d;
  color: #fff;
}

.main__comm {
  margin-top: 0;
}

@media (max-width: 767px) {
  .main__comm {
    margin-top: 23px;
  }
}

.main__comm img {
  width: 100%;
  height: 140px;
}

@media (max-width: 1199px) {
  .main__comm img {
    width: 100%;
    height: unset;
  }
}

.comm__block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .comm__block {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

.comm__block .comm__item {
  margin-bottom: 10px;
  width: 100%;
}

.comm__block__2 {
  margin-top: 10px;
}

.comm__block__2 .comm__item {
  margin-bottom: 10px;
  width: 100%;
}

.footer__top {
  padding-top: 40px;
  padding-bottom: 35px;
  background: #f2f2f2;
}

.footer__bottom {
  background: #eaeaea;
}

.footer__bottom .container {
  position: relative;
}

.footer__bottom .footer__links__list {
  margin-top: 30px;
}

.footer__bottom .footer__links__list li {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .footer__bottom .footer__links__list li {
    font-size: 14px;
  }
}

.footer__bottom .external__links {
  margin-top: 30px;
}

.footer__bottom .external__links a {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .footer__bottom .external__links a {
    font-size: 14px;
  }
}

.footer__bottom .a__note {
  position: relative;
}

.footer__bottom .a__note:hover .attention, .footer__bottom .a__note:active .attention {
  display: block;
}

@media (max-width: 1199px) {
  .footer__bottom .a__note:hover .attention, .footer__bottom .a__note:active .attention {
    display: none;
  }
}

.footer__bottom .attention {
  display: none;
  color: #721924;
  border: 1px solid #721924;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  left: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__bottom .metrics__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__bottom .metrics__block img {
  cursor: pointer;
  width: auto;
  margin-bottom: 10px;
}

.copy {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .copy {
    margin-top: 40px;
  }
}

.copy p {
  font-family: Regular;
  font-size: 12px;
  line-height: 14px;
  color: #30394d;
}

.top__button {
  position: absolute;
  top: 30px;
  right: -105px;
  width: 65px;
  height: 65px;
  background: #30394d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .top__button {
    top: 200px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .top__button {
    top: 250px;
  }
}

@media (max-width: 767px) {
  .top__button {
    top: 30px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mobile__menu {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 0 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile__menu .menu__list {
  margin-top: 60px;
}

.mobile__menu .menu__list .link {
  margin-top: 10px;
  font-size: 18px;
}

.mobile__menu .top {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__menu .top img {
  width: 180px;
}

.mobile__menu .crs {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/crs.svg);
}

.mobile__menu.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/* Companycard */
.mb40 {
  margin-bottom: 40px;
}

.enterform {
  width: 40%;
  padding: 20px 0;
}

@media (max-width: 1499px) {
  .enterform {
    width: 45%;
  }
}

@media (max-width: 1199px) {
  .enterform {
    width: auto;
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .enterform {
    width: 50%;
    padding: 0 15px;
  }
}

@media (max-width: 680px) {
  .enterform {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 480px) {
  .enterform {
    width: 100%;
    padding: 8px 0;
  }
  .enterform::after {
    display: none;
  }
}

.enter__catalog .title {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}

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

.enter__catalog .form .enter {
  margin-left: 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #30394d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 480px) {
  .enter__catalog .form .enter {
    margin-left: 10px;
  }
}

.enter__catalog .form .enter:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.enter__catalog .logs .label {
  margin-bottom: 10px;
}

.enter__catalog .logs .label label {
  margin-right: 20px;
  font-style: italic;
}

.enter__catalog .logs .label input {
  cursor: pointer;
}

@media (max-width: 480px) {
  .enter__catalog .logs .label input {
    width: 140px;
  }
}

.enter__catalog .logs .forgot {
  float: right;
  font-style: italic;
}

.enter__catalog .logs .forgot:hover {
  text-decoration: underline;
}

.welcome__block__add {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499px) {
  .welcome__block__add {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) {
  .welcome__block__add {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.welcome__block__add .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
}

@media (max-width: 1499px) {
  .welcome__block__add .block {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .welcome__block__add .block {
    width: 38%;
  }
}

.welcome__block__add .block:hover .link {
  text-decoration: underline;
}

.welcome__block__add .block .link {
  font-size: 18px;
  font-style: italic;
}

@media (max-width: 1199px) {
  .welcome__block__add .block .link {
    font-size: 14px;
  }
}

.welcome__block__add .block .marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #30394d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

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

.label input {
  border: 0;
  outline: none;
}

.smalltitle {
  font-weight: 600;
}

.desc_i {
  font-style: italic;
}

.companycard__page {
  margin-bottom: 200px;
}

.companycard__page p {
  line-height: 118%;
}

@media (max-width: 991px) {
  .companycard__page {
    margin-bottom: 80px;
  }
}

.companycard__page * {
  color: #30394d;
}

.companycard__page .cb__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .companycard__page .cb__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.companycard__page .cb__wrapper .sideblock {
  width: 150px;
}

@media (max-width: 991px) {
  .companycard__page .cb__wrapper .sideblock {
    margin-bottom: 50px;
  }
}

.companycard__page .cb__wrapper .sideblock .sideblock__btn {
  width: 100%;
  margin-top: 20px;
  background: #30394d;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  line-height: 100%;
}

.companycard__page .cb__wrapper .sideblock .sideblock__btn:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.companycard__page .cb__wrapper .content__block {
  width: 80%;
  margin-left: 60px;
  margin-right: 130px;
}

@media (max-width: 991px) {
  .companycard__page .cb__wrapper .content__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.companycard__page .cb__wrapper .content__block .company__title .name {
  color: #000;
}

.companycard__page .cb__wrapper .content__block .company__title .site {
  margin-top: 5px;
}

.companycard__page .cb__wrapper .content__block .company__title .site:hover {
  text-decoration: underline;
}

.companycard__page .cb__wrapper .content__block .typeofactivity {
  margin-top: 30px;
}

.companycard__page .cb__wrapper .content__block .production {
  margin-top: 30px;
}

.companycard__page .cb__wrapper .content__block .description .contentblock {
  margin-top: 30px;
}

.companycard__page .cb__wrapper .content__block .description .contentblock .mb {
  margin-bottom: 15px;
}

.companycard__page .map {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 250px;
  background: #30394d;
}

.companycard__page .companycard__block {
  margin-left: 210px;
  margin-right: 130px;
}

@media (max-width: 991px) {
  .companycard__page .companycard__block {
    margin-left: 0;
    margin-right: 0;
  }
}

.companycard__page .companycard__block .company__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.companycard__page .companycard__block .company__adress .values {
  margin-left: 60px;
}

.companycard__page .companycard__block .company__adress .values a:hover {
  text-decoration: underline;
}

.companycard__page .press__releases {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .companycard__page .press__releases {
    margin-top: 40px;
  }
}

.companycard__page .press__releases .pr__item {
  margin-bottom: 25px;
}

.companycard__page .press__releases .pr__item:hover .smalltitle {
  color: #000;
  text-decoration: underline;
}

.companycard__page .press__releases .smalltitle {
  line-height: 118%;
}

.companycard__page .news__company {
  margin-top: 90px;
}

.companycard__page .company__assortment {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .companycard__page .company__assortment {
    margin-top: 40px;
  }
}

.companycard__page .content__title {
  margin-bottom: 30px;
}

/* profile */
.profile__head {
  margin-top: 40px;
  margin-bottom: 40px;
}

.profile__head .profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .profile__head .profile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .profile__head .profile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile__head .profile__photo__wrapper {
  width: 160px;
  text-align: center;
}

.profile__head .profile__photo__wrapper .addphoto {
  color: #2335a1;
  font-style: italic;
  margin-top: 10px;
}

.profile__head .profile__name__wrapper {
  width: 300px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .profile__head .profile__name__wrapper {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .profile__head .profile__name__wrapper {
    margin-left: 0;
  }
}

.profile__head .profile__name__wrapper .title {
  font-size: 17px;
  font-style: italic;
  opacity: 0.8;
}

.profile__head .profile__name__wrapper .name {
  margin-top: 5px;
  color: #000;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}

.profile__head .profile__name__wrapper .email {
  margin-top: 10px;
  color: #2335a1;
  font-style: italic;
}

.profile__head .profile__contacts__wrapper {
  margin-top: 20px;
  margin-left: 140px;
}

@media (max-width: 1199px) {
  .profile__head .profile__contacts__wrapper {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .profile__head .profile__contacts__wrapper {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .profile__head .profile__contacts__wrapper {
    margin-left: 0;
  }
}

.profile__head .profile__contacts__wrapper .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__head .profile__contacts__wrapper .block .marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #30394d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.profile__head .profile__contacts__wrapper .block .btn__city {
  font-size: 18px;
  font-style: italic;
  cursor: pointer;
}

.profile__head .profile__contacts__wrapper .block .btn__city:hover {
  color: #2335a1;
}

.profile__head .profile__contacts__wrapper .nameincomment {
  margin-top: 15px;
  margin-left: 35px;
}

.profile__head .profile__contacts__wrapper .nameincomment p {
  font-size: 16px;
  font-style: italic;
  opacity: .8;
}

.profile__head .profile__contacts__wrapper .nameincomment .commentname {
  font-size: 28px;
  font-weight: 700;
}

.profile__head .profile__contacts__wrapper .nameincomment .changecommentname {
  margin-top: 5px;
  opacity: .8;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
}

.profile__head .profile__contacts__wrapper .nameincomment .changecommentname:hover {
  color: #2335a1;
}

.profile__head .profile__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .profile__head .profile__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile__head .change__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile__head .change__profile__wrapper {
  margin-top: 5px;
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .profile__head .change__profile__wrapper {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .profile__head .change__profile__wrapper {
    margin-left: 0;
  }
}

.profile__head .change__profile__wrapper .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__head .change__profile__wrapper .block .marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #30394d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.profile__head .change__profile__wrapper .block .btn__change__profile {
  font-size: 18px;
  font-style: italic;
  cursor: pointer;
}

.profile__head .change__profile__wrapper .block .btn__change__profile:hover {
  color: #2335a1;
}

.profile__head .exit {
  width: 230px;
  border: 1px solid #2335a1;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  font-style: italic;
  background: #2335a1;
  color: #fff;
  padding: 5px 10px;
  float: right;
  font-size: 17px;
}

.profile__head .exit:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.profile__line {
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
  background: #30394d;
}

.myprofily__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .myprofily__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}

.myprofily__wrapper .myprofile__menu {
  width: 300px;
  background: #ededef;
  padding: 40px 30px 40px 30px;
}

@media (max-width: 991px) {
  .myprofily__wrapper .myprofile__menu {
    width: 100%;
  }
}

.myprofily__wrapper .myprofile__menu .mp__menu .item {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .myprofily__wrapper .myprofile__menu .mp__menu .item {
    font-size: 18px;
  }
}

.myprofily__wrapper .myprofile__menu .mp__menu .item a {
  color: #30394d;
}

.myprofily__wrapper .myprofile__menu .mp__menu .item a:hover {
  color: #000;
}

.myprofily__wrapper .myprofile {
  width: 480px;
  margin-top: 25px;
  margin-left: 70px;
}

@media (max-width: 991px) {
  .myprofily__wrapper .myprofile {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile {
    width: 100%;
  }
}

.myprofily__wrapper .myprofile input {
  border: 1px solid #2335a1;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  font-style: italic;
  color: #000;
  padding: 5px 10px;
}

.myprofily__wrapper .myprofile input::-webkit-input-placeholder {
  font-style: italic;
  color: #000;
}

.myprofily__wrapper .myprofile input:-ms-input-placeholder {
  font-style: italic;
  color: #000;
}

.myprofily__wrapper .myprofile input::-ms-input-placeholder {
  font-style: italic;
  color: #000;
}

.myprofily__wrapper .myprofile input::placeholder {
  font-style: italic;
  color: #000;
}

.myprofily__wrapper .myprofile .main {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .main {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.myprofily__wrapper .myprofile .main input {
  width: 230px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .main input {
    width: 100%;
  }
}

.myprofily__wrapper .myprofile .main__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myprofily__wrapper .myprofile .main__second input {
  width: 230px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .main__second input {
    width: 100%;
  }
}

.myprofily__wrapper .myprofile .main__second #patronymic {
  width: 400px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .main__second #patronymic {
    width: 100%;
  }
}

.myprofily__wrapper .myprofile .label__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .label__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.myprofily__wrapper .myprofile .label__input label {
  font-style: italic;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .label__input label {
    margin-bottom: 5px;
  }
}

.myprofily__wrapper .myprofile .label__input input {
  width: 230px;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .label__input input {
    width: 100%;
    margin-left: 0;
  }
}

.myprofily__wrapper .myprofile .information {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .information {
    margin-top: 20px;
  }
}

.myprofily__wrapper .myprofile .information .title {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .information .title {
    margin-bottom: 20px;
  }
}

.myprofily__wrapper .myprofile .information .checkboxes {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .information .checkboxes {
    margin-top: 20px;
  }
}

.myprofily__wrapper .myprofile .information .checkboxes .checkbox label {
  margin-left: 15px;
  color: #2335a1;
  font-style: italic;
  cursor: pointer;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .information .checkboxes .checkbox label {
    margin-left: 5px;
    font-size: 12px;
  }
}

.myprofily__wrapper .myprofile .information .submit {
  margin-top: 50px;
  width: 230px;
  border: 1px solid #blue;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  font-style: italic;
  background: #2335a1;
  color: #fff;
  padding: 5px 10px;
  float: right;
  font-size: 17px;
}

@media (max-width: 600px) {
  .myprofily__wrapper .myprofile .information .submit {
    float: left;
  }
}

.myprofily__wrapper .myprofile .information .submit:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

/* catalog and news */
.companies__navigation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .companies__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.companies__navigation .cn__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.companies__navigation .cn__col:last-child {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .companies__navigation .cn__col:last-child {
    margin-left: 0;
  }
}

.companies__navigation .cn__col .cn__item {
  margin-top: 5px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .companies__navigation .cn__col .cn__item {
    font-size: 18px;
  }
}

.companies__navigation .cn__col .cn__item:hover {
  text-decoration: underline;
}

.catalog__search__wrapper {
  margin-top: 40px;
}

.catalog__search__wrapper .title {
  font-size: 22px;
  font-weight: 700;
  color: #30394d;
  margin-bottom: 10px;
}

.catalog__search__wrapper .catalog__search {
  background: #ededef;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .catalog__search__wrapper .catalog__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog__search__wrapper .catalog__search .search__params__field {
  width: 80%;
}

@media (max-width: 767px) {
  .catalog__search__wrapper .catalog__search .search__params__field {
    width: 100%;
  }
}

.catalog__search__wrapper .catalog__search .search__params__field .search__field {
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
}

.catalog__search__wrapper .catalog__search .search__params__field .selects {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .catalog__search__wrapper .catalog__search .search__params__field .selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.catalog__search__wrapper .catalog__search .search__params__field .selects .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .catalog__search__wrapper .catalog__search .search__params__field .selects .select__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}

.catalog__search__wrapper .catalog__search .search__params__field .selects .select__item .select__title {
  font-style: italic;
  font-size: 17px;
}

.catalog__search__wrapper .catalog__search .search__params__field .selects .select__item select {
  margin-left: 10px;
  padding: 5px;
  color: #30394d;
  font-size: 14px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/selectarrowp.png) 96%/6% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#cdcdcd), to(white));
  background: url(../img/selectarrowp.png) 96%/6% no-repeat, linear-gradient(0deg, #cdcdcd 0%, white 100%);
  width: 250px;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .catalog__search__wrapper .catalog__search .search__params__field .selects .select__item select {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .catalog__search__wrapper .catalog__search .search__params__field .selects .select__item select {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .catalog__search__wrapper .catalog__search .search__params__field .selects .select__item select {
    margin-top: 5px;
    margin-left: 0;
  }
}

.catalog__search__wrapper .catalog__search .search__buttons {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .catalog__search__wrapper .catalog__search .search__buttons {
    margin-top: 30px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.catalog__search__wrapper .catalog__search .search__buttons .btn__search {
  width: 120px;
  background: #30394d;
  color: #fff;
  padding: 5px 10px;
  font-style: italic;
  font-size: 17px;
}

.catalog__search__wrapper .catalog__search .search__buttons .btn__search:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.catalog__search__wrapper .catalog__search .search__buttons .btn__cancel {
  margin-top: 5px;
  font-style: italic;
  font-size: 17px;
  color: #30394d;
  text-decoration: underline;
}

.catalog__search__wrapper .catalog__search .search__buttons .btn__cancel:hover {
  color: #000;
}

.catalog__companies__list {
  margin-top: 80px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .catalog__companies__list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.catalog__companies__list .catalog__company__item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .catalog__companies__list .catalog__company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.catalog__companies__list .catalog__company__item:hover .title {
  text-decoration: underline;
  color: #30394d;
}

.catalog__companies__list .catalog__company__item * {
  color: #30394d;
}

.catalog__companies__list .catalog__company__item .company__desc {
  margin-left: 60px;
}

@media (max-width: 600px) {
  .catalog__companies__list .catalog__company__item .company__desc {
    margin-left: 0;
    margin-top: 20px;
  }
}

.catalog__companies__list .catalog__company__item .company__desc .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media (max-width: 767px) {
  .catalog__companies__list .catalog__company__item .company__desc .title {
    font-size: 20px;
  }
}

.catalog__companies__list .catalog__company__item .company__desc .activity {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.catalog__companies__list .catalog__company__item .company__desc .contacts {
  margin-top: 15px;
  font-size: 15px;
  line-height: 100%;
}

.catalog__companies__list .catalog__company__item .company__desc .contacts .contact a:hover {
  text-decoration: underline;
}

.catalog__companies__list .catalog__company__item.cc__color1 {
  background: #ff8f22;
}

.catalog__companies__list .catalog__company__item.cc__color2 {
  background: #ffc790;
}

.breadcrumbs {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breadcrumbs * {
  color: #30394d;
}

.breadcrumbs .breadcrumbs__item a:hover {
  text-decoration: underline;
}

.breadcrumbs .sep {
  margin: 0 5px;
}

.catalog__companies__navigation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__companies__navigation * {
  color: #30394d;
}

.catalog__companies__navigation .cc__navigation__item {
  font-size: 20px;
  font-family: Light, sans-serif;
}

@media (max-width: 1199px) {
  .catalog__companies__navigation .cc__navigation__item {
    font-size: 16px;
  }
}

.catalog__companies__navigation .cc__navigation__item a {
  font-weight: 300;
}

.catalog__companies__navigation .cc__navigation__item a:hover {
  text-decoration: underline;
}

.catalog__companies__navigation .cc__navigation__item.active a {
  font-weight: 700;
}

.catalog__companies__navigation .sep {
  font-size: 20px;
  margin: 0 5px;
}

@media (max-width: 1199px) {
  .catalog__companies__navigation .sep {
    font-size: 16px;
  }
}

.catalog__companies {
  margin-right: 45px;
}

@media (max-width: 1199px) {
  .catalog__companies {
    margin-right: 0;
  }
}

.companies__color {
  margin-top: 50px;
}

.companies__color .cc__item {
  padding: 5px;
}

.companies__color .cc__item * {
  color: #000;
}

.companies__color .cc__item:hover .c__title {
  text-decoration: underline;
}

.companies__color .cc__item .c__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media (max-width: 767px) {
  .companies__color .cc__item .c__title {
    font-size: 18px;
  }
}

.companies__color .cc__item .subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 100%;
  max-width: 600px;
  font-weight: 700;
}

.companies__color .cc__color1 {
  background: #ff8f22;
}

.companies__color .cc__color2 {
  background: #ffc790;
}

/* news */
.news__polygraphy {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .news__polygraphy {
    margin-right: 0px;
  }
}

.news__polygraphy__list {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .news__polygraphy__list {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.news__polygraphy__list .news__polygraphy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .news__polygraphy__list .news__polygraphy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news__polygraphy__list .news__polygraphy__item:hover .title {
  text-decoration: underline;
  color: #30394d;
}

.news__polygraphy__list .news__polygraphy__item * {
  color: #30394d;
}

.news__polygraphy__list .news__polygraphy__item .news__desc {
  margin-left: 60px;
}

@media (max-width: 600px) {
  .news__polygraphy__list .news__polygraphy__item .news__desc {
    margin-left: 0;
    margin-top: 20px;
  }
}

.news__polygraphy__list .news__polygraphy__item .news__desc .title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 100%;
  font-size: 17px;
}

.news__polygraphy__list .news__polygraphy__item .news__desc .date {
  font-size: 15px;
  font-weight: 400;
}

.news__polygraphy__list .news__polygraphy__item .news__desc .description {
  margin-top: 15px;
  font-size: 15px;
  line-height: 100%;
}

/* providers */
.providers__list {
  margin-top: 50px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .providers__list {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .providers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.providers__list .providers__col .provider__block {
  margin-bottom: 30px;
}

.providers__list .providers__col .provider__block .title {
  font-weight: 700;
}

.providers__list .providers__col .provider__block .title:hover {
  text-decoration: underline;
}

.providers__list .providers__col .provider__block .provider__list {
  margin-left: 40px;
}

.providers__list .providers__col .provider__block .provider__list .item {
  color: #30394d;
}

.providers__list .providers__col .provider__block .provider__list .item:hover {
  text-decoration: underline;
}

.pagination__wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__wrapper .prev a:hover,
.pagination__wrapper .next a:hover {
  color: #30394d;
}

.pagination__wrapper .pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.pagination__wrapper .pagination__items .pagination__item {
  margin: 0 5px;
}

.pagination__wrapper .pagination__items .pagination__item a:hover {
  color: #30394d;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>