/* personal-links */

button:disabled {
  opacity: 0.5;
  cursor: default;
}

.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.personal-links label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  user-select: none;
  line-height: 1.4;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
  margin-left: 0;
}

.personal-links a {
  color: #000;
  text-align: left;
}

.personal-links.white label {
  color: #fff;
}

.personal-links.white label a {
  color: #fff;
}

/* personal-links */


/* cookie */

.cmsl_warning_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  min-height: 65px;
}

.cmsl_warning_cookie_section1 {
  display: flex;
  flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  font-family: regular;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding-top: 5px;
}

.cmsl_warning_cookie_close {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}

.cmsl_warning_cookie.cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.cmsl_warning_cookie2_inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}

.cmsl_warning_cookie2_text {
  margin-right: 30px;
  font-size: 16px;
}

.cmsl_warning_cookie2_button {
  margin-left: auto;
  flex: none;
}

.cmsl_warning_cookie_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  background-color: rgb(230, 230, 231);
  color: rgb(45, 45, 45);
  font-size: 17px;
  width: 150px;
  height: 50px;
  border: 0;
  transition: 0.2s;
  cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
  opacity: 0.85;
}

.cmsl_warning_cookie_tx {
  color: inherit !important;
}

@media(max-width: 767px) {
  .cmsl_warning_cookie2 {
    bottom: 20px;
  }

  .cmsl_warning_cookie2_inner {
    flex-direction: column;
  }

  .cmsl_warning_cookie2_text {
    margin-right: 0;
    font-size: 11px;
  }

  .cmsl_warning_cookie2_button {
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_accept {
    width: 130px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_tx {
    font-size: 12px !important;
  }

  .cmsl_warning_cookie_section1 {
    flex-direction: column;
  }

  .cmsl_warning_cookie_section1_box2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* cookie */

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container-1 {
  max-width: 1280px;
  margin: 0 auto;
}

.container-2 {
  max-width: 1440px;
  margin: 0 auto;
}

.padding-self {
  padding: 0;
}

.header {
  position: relative;
}

.header-top-fixed {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  background: #fff;
  z-index: 990;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.menu-fixed .header-top-fixed {
  position: fixed;
  border-bottom: 1px solid #eee;
}

body.menu-fixed .header-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
}

body.menu-fixed .header-top__mail {
  padding: 0;
}

body.menu-fixed .header-top__phone {
  padding-top: 0;
}

body.menu-fixed .header-top__phone_button {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header-top {
  position: relative;
  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;
  height: 114px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-space {
  height: 114px;
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.header-top__menu {
  position: fixed;
  top: 25px;
  right: 15px;
  display: none;
  -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;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1000;
}

.header-top__menu.hide_important {
  display: none !important;
}

.header-top__menu_inner {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.header-top__menu_inner span {
  width: 35px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top__menu_inner span:nth-child(1) {
  margin-bottom: 6px;
}

.header-top__menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.header-top__menu_inner span:nth-child(4) {
  margin-top: 6px;
}

body.open-menu .header-top__menu_inner span {
  display: none;
}

body.open-menu .header-top__menu_inner span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open-menu .header-top__menu_inner span:nth-child(3) {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-top__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 167px);
  padding-top: 40px;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 1.19px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-top__mail a {
  display: block;
  margin-left: -18px;
  padding: 10px;
  text-decoration: none;
  color: #000000;
}

.header-top__mail a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.header-top__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 334px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.header-top__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% - 167px);
  padding-top: 32px;
  padding-left: 6%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-top__phone_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.header-top__phone_block a {
  text-decoration: none;
  color: #000000;
  margin-bottom: 5px;
}

.header-top__phone_block a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.header-top__phone_button a {
  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;
  width: 198px;
  height: 38px;
  margin-left: 75px;
  background: #ffe400;
  border-radius: 25px;
  color: #000000;
  font-family: "proximanovasemibold2";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.69;
  text-transform: uppercase;
  letter-spacing: 3.12px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ffe611;
}

.header-top__phone_button a:hover {
  background: #fff;
  border: 2px solid #ffe611;
}

.header-bot {
  margin-top: 45px;
}

.header-bot__menu {
  position: relative;
  overflow: hidden;
}

body[data-page="default"] .header-bot__menu {
  border-bottom: 1px solid #c3c3c3;
}

.header-bot__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-bot__menu ul li a,
.header-bot__menu ul li span {
  position: relative;
  display: block;
  padding: 9px 35px;
  margin-top: 5px;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #000000;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  z-index: 2;
}

.header-bot__menu_active span.header-bot__menu_link {
  cursor: default;
}

.header-bot__menu_active .header-bot__menu_link {
  border-bottom: 4px solid #033c76 !important;
}

.menu-begun {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 0px;
  z-index: 100;
  width: 50px;
  height: 4px;
  bottom: 5px;
  background: #033c76;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.main-product {
  position: relative;
  width: 100%;
  margin-top: 0px;
  min-height: 607px;
  background-size: cover;
  z-index: 1;
}

.main-product-block {
  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;
  padding-bottom: 200px;
}

.main-product-block__title {
  padding-top: 122px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-family: "proximanovablack2";
  font-size: 75px;
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
  text-align: center;
}

.main-product-block__text {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-family: "proximanovareg2";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.main-product-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -25px;
}

.main-product-block__icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.advantages {
  margin-top: 125px;
}

.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #ababab;
}

.advantages-block__item {
  width: 33.33%;
  max-width: 360px;
  padding: 0 10px;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.47;
}

.advantages-block__item:nth-child(3n+3) {
  margin-right: 0;
}

.main-category {
  margin-top: 190px;
}

.main-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-category-items__item {
  position: relative;
  min-height: 482px;
  padding: 30px 10px;
}

.main-category-items__item_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.main-category-items__item_block {
  position: relative;
}

.main-category-items__item_block_title {
  color: #ffffff;
  font-family: "proximanovabold2";
  font-size: 48px;
  font-weight: 700;
  line-height: 0.83;
}

.main-category-items__item_block_text {
  max-width: 320px;
  margin-top: 25px;
  color: #ffffff;
  font-family: "proximanovalight";
  font-size: 19px;
  font-weight: 300;
  line-height: 1.42;
}

.main-category-items__item_block_button a {
  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;
  width: 198px;
  height: 47px;
  margin-top: 30px;
  background-color: #ffe400;
  border-radius: 25px;
  border: 2px solid transparent;
  color: #000000;
  font-family: "proximanovabold2";
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 3.12px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-category-items__item_block_button a:hover {
  background: #fff;
  border: 2px solid #ffe611;
}

.main-category-items__item_block_pulseLeft {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 217px;
  right: calc(50% - -15px);
  width: 230px;
  height: 100px;
}

.main-category-items__item_block_pulseLeft .circle-1 {
  width: 9px;
  height: 9px;
  margin-right: 31px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseLeft .circle-2 {
  width: 13px;
  height: 13px;
  margin-right: 27px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseLeft .circle-3 {
  width: 19px;
  height: 19px;
  margin-right: 31px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseLeft .pulse {
  position: relative;
  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;
  width: 100px;
  height: 100px;
}

.main-category-items__item_block_pulseLeft .pulse::after {
  content: '';
  position: absolute;
  top: 120px;
  display: block;
  width: 1px;
  height: 145px;
  background: #fff;
}

.main-category-items__item_block_pulseLeft .pulse .pulse-1 {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseLeft .pulse .pulse-2 {
  position: absolute;
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseLeft .pulse .pulse-3 {
  position: absolute;
  width: 66px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseLeft .pulse .pulse-count {
  position: absolute;
  color: #ffffff;
  font-family: "proximanovablack2";
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.main-category-items__item_block_pulseRight {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 220px;
  left: calc(50% - 115px);
  width: 230px;
  height: 100px;
}

.main-category-items__item_block_pulseRight .circle-1 {
  width: 19px;
  height: 19px;
  margin-left: 31px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseRight .circle-2 {
  width: 13px;
  height: 13px;
  margin-left: 27px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseRight .circle-3 {
  width: 9px;
  height: 9px;
  margin-left: 31px;
  background-color: #ffffff;
  border-radius: 50%;
}

.main-category-items__item_block_pulseRight .pulse {
  position: relative;
  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;
  width: 100px;
  height: 100px;
}

.main-category-items__item_block_pulseRight .pulse .pulse-1 {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseRight .pulse .pulse-2 {
  position: absolute;
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseRight .pulse .pulse-3 {
  position: absolute;
  width: 66px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  -webkit-animation: radial-pulse 1s infinite;
  animation: radial-pulse 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-category-items__item_block_pulseRight .pulse .pulse-count {
  position: absolute;
  color: #ffffff;
  font-family: "proximanovablack2";
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.main-category-items__itemOne {
  background: url("/images/main-category-item-1.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.main-category-items__itemOne::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #142c50;
  opacity: 0.62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-category-items__itemOne .main-category-items__item_block {
  max-width: 440px;
}

.main-category-items__itemOne .main-category-items__item_block_title {
  margin-top: 120px;
}

.main-category-items__itemOne .main-category-items__item_block_pulseLeft .pulse::after {
  content: '';
  position: absolute;
  top: 120px;
  display: block;
  width: 1px;
  height: 145px;
  background: #fff;
}

.main-category-items__itemTwo {
  background: url("/images/main-category-item-2.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.main-category-items__itemTwo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.41;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-category-items__itemTwo .main-category-items__item_block {
  max-width: 335px;
  margin-right: 28px;
  margin-left: auto;
}

.main-category-items__itemTwo .main-category-items__item_block_title {
  margin-top: 88px;
}

.main-category-items__itemTwo .main-category-items__item_block_pulseRight .pulse::before {
  content: '';
  position: absolute;
  bottom: 120px;
  display: block;
  width: 1px;
  height: 200px;
  background: #fff;
}

.main-category-items__itemTwo .main-category-items__item_block_pulseRight .pulse::after {
  content: '';
  position: absolute;
  top: 120px;
  display: block;
  width: 1px;
  height: 144px;
  background: #fff;
}

.main-category-items__itemThree {
  background: url("/images/main-category-item-3.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.main-category-items__itemThree::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #142c50;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-category-items__itemThree .main-category-items__item_block {
  max-width: 630px;
  margin-left: 10px;
}

.main-category-items__itemThree .main-category-items__item_block_title {
  margin-top: 80px;
}

.main-category-items__itemThree .main-category-items__item_block_pulseLeft .pulse::after {
  content: '';
  position: absolute;
  top: 120px;
  display: block;
  width: 1px;
  height: 145px;
  background: #fff;
}

.main-category-items__itemFour {
  background: url("/images/main-category-item-4.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.main-category-items__itemFour::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.42;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-category-items__itemFour .main-category-items__item_block {
  max-width: 335px;
  margin-right: 10px;
  margin-left: auto;
}

.main-category-items__itemFour .main-category-items__item_block_title {
  margin-top: 90px;
}

.main-category-items__itemFour .main-category-items__item_block_pulseRight .pulse::before {
  content: '';
  position: absolute;
  bottom: 120px;
  display: block;
  width: 1px;
  height: 200px;
  background: #fff;
  -webkit-animation: none;
  animation: none;
}

.main-category-items__itemOne:hover::before {
  opacity: 0.5;
}

.main-category-items__itemTwo:hover::before {
  opacity: 0.3;
}

.main-category-items__itemThree:hover::before {
  opacity: 0.6;
}

.main-category-items__itemFour:hover::before {
  opacity: 0.3;
}

@-webkit-keyframes radial-pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes radial-pulse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main-industry {
  position: relative;
  width: 100%;
  min-height: 838px;
  padding-bottom: 60px;
  overflow: hidden;
}

.main-industry-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.main-industry-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 670px;
}

.main-industry-block__info_title {
  margin-top: 120px;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 37px;
  font-weight: 300;
  line-height: 1.14;
}

.main-industry-block__info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 670px;
  margin-top: 60px;
  padding-left: 10px;
}

.main-industry-block__info_list_item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 26px;
  color: #000000;
  font-family: "proximanovalight";
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}

.main-industry-block__info_list_item::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #000;
}

.main-industry-block__advantages {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 75px;
}

.main-industry-block__advantages_item {
  will-change: transform;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
  padding: 0 10px;
}

.main-industry-block__advantages_item_icon {
  width: 60px;
  height: 60px;
}

.main-industry-block__advantages_item_icon img {
  max-width: 100%;
  height: auto;
}

.main-industry-block__advantages_item_text {
  margin-top: 16px;
  color: #000000;
  font-family: "proximanovareg2";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
}

.main-industry-image {
  position: absolute;
  top: 5px;
  right: 80px;
  margin-left: 55%;
  z-index: -1;
}

.main-industry-image img {
  max-width: 100%;
  height: auto;
}

.main-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 0;
}

.main-partners::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1740px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #c3c3c3;
}

.main-partners__link {
  padding: 0 20px;
  margin-bottom: 15px;
}

.main-partners__link a {
  text-decoration: none;
}

.main-partners__link img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

.footer_space {
  line-height: 35px;
  height: 35px;
}

body[data-page="default"] .footer_space {
  line-height: 130px;
  height: 130px;
}

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

.footer-contacts__map {
  width: 50%;
}

.footer_contacts__map_pane {
  height: 100%;
  position: relative;
}

.footer_contacts__map_pane_map {
  height: 100%;
  width: 100%;
}

.footer_contacts__map_pane_notoach_layer {
  display: none;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.footer_contacts__map_pane_notoach_layer_but {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  text-align: center;
}

.footer_contacts__map_pane_notoach_layer_but_button {
  padding: 0;
  margin: 0;
  border: 0;
  user-select: none;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  background: #e9e6df;
  width: 100%;
  max-width: 250px;
  height: 45px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  color: #000;
  font-family: proximanovareg2;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0.8;
}

.footer_contacts__map_pane_notoach_layer_but_button:hover {
  text-decoration: none;
  color: #000;
  background: #f4f2ee;
}

.footer_contacts__map_pane.notouch .footer_contacts__map_pane_map {
  pointer-events: none;
}

.footer_contacts__map_pane.notoach .footer_contacts__map_pane_notoach_layer {
  display: block;
}

.footer-contacts__info {
  width: 50%;
  min-height: 448px;
  padding-top: 85px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 15px;
  background: #142c50;
}

.footer-contacts__info_block {
  max-width: 640px;
  margin-top: 50px;
}

.footer-contacts__info_block:first-child {
  margin-top: 0;
}

.footer-contacts__info_block_phone {
  font-family: "proximanovareg2";
  font-size: 36px;
  font-weight: 400;
  line-height: 0.64;
}

.footer-contacts__info_block_phone a {
  color: #fff;
  text-decoration: none;
}

.footer-contacts__info_block_phone a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-contacts__info_block_adress {
  margin-top: 18px;
  color: #ffffff;
  font-family: "proximanovareg2";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}

.footer-projects {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
}

.footer-projects__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;
}

.footer-projects__block_link {
  padding: 0 10px;
}

.footer-projects__block_link a {
  display: block;
  text-decoration: none;
}

.footer-projects__block_link a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer-copy {
  padding-top: 20px;
  padding-bottom: 150px;
}

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

.footer-copy-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
}

.footer-copy-block__left_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "proximanovalight";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.footer-copy-block__left_links a {
  color: #3d3d3d;
  text-decoration: none;
}

.footer-copy-block__left_links a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#c5c5c5));
  background-image: linear-gradient(to bottom, #c5c5c5, #c5c5c5);
  background-position: 0 1.11em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-copy-block__left_links a:hover span {
  background-image: none;
}

.footer-copy-block__left_copyright {
  margin-top: 20px;
  color: #000000;
  font-family: "proximanovalight";
  font-size: 15px;
  font-weight: 300;
  line-height: 2.67;
}

.footer-copy-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 15px;
}

.footer-copy-block__right_metrics {
  margin-right: 30px;
  margin-left: 30px;
}

.footer-copy-block__right_leli {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.leli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.leli-links {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 4px;
  font-family: "proximanovareg2";
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
  opacity: 0.64;
}

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

.leli-links a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.leli-img {
  width: 30px;
  height: 30px;
}

.header_independent_union1 {
  margin-top: -1px;
  min-height: 606px;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}

.header_independent_union1_bg {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header_independent_union1_content {
  position: relative;
  z-index: 30;
  padding-top: 115px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.header_independent_union1_content_inner {
  max-width: 640px;
}

.header_independent_union1[data-template="2"] .header_independent_union1_content_inner {
  max-width: 895px;
}

.header_independent_union1[data-template="3"] .header_independent_union1_content_inner {
  max-width: 940px;
}

.header_independent_union1 .cmsl_razdsite {
  margin: 0 !important;
  margin-top: 21px !important;
}

.header_independent_union1 .cmsl_razdsite h1 {
  font-family: proximanovablack2;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.header_independent_union1 .bread_crumb {
  margin: 0 !important;
  color: #fff;
  opacity: 0.9;
}

.header_independent_union1 .bread_crumb a {
  color: #fff;
}

.header_independent_union1 .bread_crumb a:hover {
  color: #fff;
}

.header_independent_union1_text {
  margin-top: 70px;
  max-width: 560px;
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  font-family: proximanovalight2;
}

.header_independent_union1[data-template="2"] .header_independent_union1_text {
  max-width: 510px;
}

.main_upononline {
  position: relative;
}

.main_upononline_innner {
  min-height: 500px;
  position: relative;
  z-index: 20;
  padding: 63px 0 30px 0;
}

.main_upononline_bg {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/file/i_pic/main_upononline_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_upononline_title {
  font-family: proximanovabold2;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}

.main_upononline_title2 {
  margin-top: 9px;
  font-family: proximanovareg2;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.main_upononline_content {
  margin-top: 38px;
}