.product_slider, .news_section .news_slider, .partners_section .partners_slider, .contact_section .contact_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.news_section .news_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.inner_slider .slick-arrow:before, .news_section .slick-arrow:before, .partners_section .slick-arrow:before {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.home_main {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  margin-top: -233px; }

.main_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 235px;
  position: relative; }
  .main_section:before, .main_section:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -116px;
    width: 100%;
    left: 0;
    height: 380px; }
  .main_section:before {
    background: #f2f2f2;
    transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
    z-index: 2; }
  .main_section:after {
    background: #00ADBB;
    transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform-origin: right top;
    -webkit-transfrom-origin: right top; }

.inner_slider .title_slider {
  font-size: 600%;
  line-height: 77px;
  font-family: "semilight";
  color: #ffffff;
  max-width: 900px;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.inner_slider .description_slider {
  font-family: "semilight";
  font-size: 220%;
  line-height: 26px;
  color: #ffffff;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }
.inner_slider .slick-list {
  max-width: 1260px;
  margin: 0 auto; }
.inner_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  width: 126px;
  height: 126px;
  padding: 0;
  color: #ffffff;
  background: #ffffff;
  top: 50px;
  margin-top: 20px;
  font-size: 0;
  border: 2px solid rgba(242, 241, 241, 0.2);
  border-radius: 50%;
  background: none; }
  .inner_slider .slick-arrow:before {
    font-size: 16px;
    display: block; }
.inner_slider .slick-prev {
  left: -50px; }
  .inner_slider .slick-prev:before {
    content: "\e902";
    margin-left: 15px; }
.inner_slider .slick-next {
  right: -50px; }
  .inner_slider .slick-next:before {
    content: "\e903";
    margin-right: 15px; }
.inner_slider .slick-dots {
  margin: 20px auto;
  font-size: 0;
  max-width: 1290px;
  padding: 0 6px;
  display: flex;
  align-items: center; }
  .inner_slider .slick-dots li {
    padding-left: 10px;
    z-index: 3; }
    .inner_slider .slick-dots li.slick-active button {
      background: #00ADBB !important;
      cursor: default; }
  .inner_slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(242, 241, 241, 0.3);
    border: none;
    padding: 0; }
    .inner_slider .slick-dots button:focus {
      outline: none; }

.about_home {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-top: 100px; }
  .about_home .site_btn {
    background: #F68B28;
    width: max-content;
    margin-top: 25px; }

.inner_about {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 85px 75px;
  justify-content: center; }

.about_info {
  flex: 0 0 50%;
  max-width: 50%; }

.about_img {
  position: relative;
  overflow: hidden;
  flex: 0 0 50%;
  max-width: 50%;
  height: 505px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about_img img {
    display: block;
    max-width: 100%;
    max-height: 505px; }

.home_status {
  font-size: 200%;
  line-height: 23px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.about_description {
  font-family: "semilight";
  font-size: 160%;
  line-height: 30px;
  color: #484848;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@media screen and (min-width: 960px) and (max-width: 1439px) {
  .inner_about {
    padding: 35px 50px; }

  .inner_slider {
    padding: 0 70px; }
    .inner_slider .title_slider {
      font-size: 500%;
      line-height: 57px; }
    .inner_slider .slick-arrow {
      width: 65px;
      height: 65px; }
    .inner_slider .slick-prev {
      left: -25px; }
      .inner_slider .slick-prev:before {
        margin-left: 15px; }
    .inner_slider .slick-dots {
      margin: 15px auto 0 -10px;
      padding: 0; }
    .inner_slider .slick-next {
      right: -25px; }
      .inner_slider .slick-next:before {
        margin-right: 15px; }

  .main_section {
    padding-top: 150px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  .inner_about {
    padding: 25px; }

  .main_section {
    padding-top: 150px; }

  .header_home {
    padding-top: 10px; }

  .inner_slider {
    padding: 0 70px; }
    .inner_slider .title_slider {
      font-size: 400%;
      line-height: 40px; }
    .inner_slider .slick-dots {
      margin: 15px auto 0 -10px;
      padding: 0; }
    .inner_slider .slick-arrow {
      width: 65px;
      height: 65px; }
    .inner_slider .slick-prev {
      left: -25px; }
      .inner_slider .slick-prev:before {
        margin-left: 15px; }
    .inner_slider .slick-next {
      right: -25px; }
      .inner_slider .slick-next:before {
        margin-right: 15px; }
    .inner_slider .description_slider {
      font-size: 180%;
      line-height: 22px; } }
@media screen and (min-width: 360px) and (max-width: 767px) {
  .about_img {
    display: none; }

  .home_main {
    padding: 110px 0 0 0; }

  .inner_about {
    padding: 25px; }

  .about_home {
    margin: 30px 0; }

  .about_info {
    flex: 0 0 100%;
    max-width: 100%; }

  .header.header_home {
    padding-top: 10px; }

  .inner_slider {
    padding: 0 20px; }
    .inner_slider .description_slider {
      font-size: 180%;
      line-height: 22px; }
    .inner_slider .slick-dots {
      margin: 15px auto 0 -3px;
      padding: 0; }
    .inner_slider .title_slider {
      font-size: 280%;
      line-height: 34px;
      margin-bottom: 7px; }

  .main_section {
    padding-top: 122px; }
    .main_section .slick-slide {
      padding: 0 7px; } }
@media screen and (max-width: 359px) {
  .about_img {
    display: none; }

  .home_main {
    padding: 110px 0 0 0; }

  .inner_about {
    padding: 25px; }

  .about_home {
    margin-top: 50px; }

  .about_info {
    flex: 0 0 100%;
    max-width: 100%; }

  .header.header_home {
    padding-top: 10px; }

  .inner_slider {
    padding: 0 20px; }
    .inner_slider .description_slider {
      font-size: 150%;
      line-height: 21px; }
    .inner_slider .slick-dots {
      margin: 15px auto 0 -10px;
      padding: 0; }
    .inner_slider .title_slider {
      font-size: 220%;
      line-height: 26px;
      margin-bottom: 7px; }

  .main_section {
    padding-top: 140px; } }
.web .inner_slider .slick-arrow {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .inner_slider .slick-arrow:hover {
    border-color: #00ADBB;
    color: #00ADBB; }
.web .about_home .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .about_home .site_btn:hover {
    background: #00ADBB;
    color: #ffffff; }

.touch .inner_slider .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .inner_slider .slick-arrow:active {
    border-color: #00ADBB;
    color: #00ADBB; }
.touch .about_home .site_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .about_home .site_btn:active {
    background: #00ADBB;
    color: #ffffff; }

.home_page_top {
  background: #f2f2f2;
  position: relative;
  margin-bottom: 100px; }
  .home_page_top:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -75px;
    width: 100%;
    left: 0;
    height: 490px;
    background: #f2f2f2;
    transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top; }

.section_description {
  font-size: 180%;
  line-height: 30px;
  color: #484848;
  margin-top: 25px; }

.catalog_section {
  background: #ffffff;
  position: relative;
  margin: 80px auto; }
  .catalog_section .large_container {
    position: relative;
    z-index: 2; }
  .catalog_section:before {
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: 1;
    height: 106px;
    width: 100%;
    bottom: -15px;
    transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top; }
  .catalog_section:after {
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: 1;
    height: 106px;
    width: 100%;
    top: -4px;
    transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top; }
  .catalog_section ul {
    padding: 0;
    list-style-type: none; }
    .catalog_section ul li {
      margin-bottom: 28px; }
      .catalog_section ul li:first-child a,
      .catalog_section ul li:first-child span {
        color: #ffffff;
        line-height: 1.33em; }
      .catalog_section ul li:last-child a:first-child {
        font-size: 180%;
        line-height: 1.33em;
        font-family: "bold";
        color: #ffffff;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .catalog_section ul li.col-lg-6 .change_block {
        flex-direction: row-reverse; }
      .catalog_section ul li.col-lg-6 span {
        margin-top: inherit;
        padding-right: 30px; }
  .catalog_section .btn_static {
    font-size: 160%;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 10px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .catalog_section .btn_catalog {
    font-size: 160%;
    line-height: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 39px;
    border-radius: 26px;
    position: absolute;
    bottom: 25px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    left: 20px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .catalog_section .change_block {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-height: 263px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 251px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .catalog_section .change_block.img_change {
      align-items: flex-end; }
      .catalog_section .change_block.img_change span {
        color: #ffffff; }
    .catalog_section .change_block:before {
      border-radius: 20px;
      height: 0;
      width: 100%;
      background: #F68B28;
      position: absolute;
      z-index: 2;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -o-transition: height 0.5s;
      -ms-transition: height 0.5s;
      -moz-transition: height 0.5s;
      -webkit-transition: height 0.5s;
      transition: height 0.5s; }
    .catalog_section .change_block span {
      font-size: 180%;
      line-height: 1.33em;
      font-family: "bold";
      color: #000000;
      margin-top: auto;
      display: flex;
      align-items: flex-end;
      width: 100%;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .catalog_section .change_block img {
      display: block;
      max-width: 100%;
      max-height: 120px;
      margin-bottom: 15px; }
  .catalog_section .static_block {
    background: #00ADBB;
    display: flex;
    max-height: 263px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }

.about_section {
  align-items: center; }
  .about_section .site_btn {
    background: #00ADBB;
    width: max-content;
    margin-top: 25px; }
  .about_section .section_img {
    position: relative;
    overflow: hidden;
    height: 505px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .about_section .section_img img {
      display: block;
      max-width: 100%;
      max-height: 505px; }
  @media screen and (max-width: 767px) {
    .about_section .section_img {
      height: 350px; }
      .about_section .section_img img {
        max-height: 350px; } }

.large_container {
  margin: 40px auto; }

.product_slider .slider_block {
  padding: 10px 15px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 16.5%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .product_slider .slider_block:nth-child(2n) {
    margin: -53px 0 0 0; }
  .product_slider .slider_block.hovered .slider_title {
    color: #88CC2A; }
.product_slider .slick-list {
  padding: 100px 0 20px 0; }
.product_slider .slick-dots {
  margin: 20px auto;
  font-size: 0;
  max-width: 1290px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product_slider .slick-dots li {
    padding-left: 10px;
    z-index: 3;
    margin: 0; }
    .product_slider .slick-dots li.slick-active button {
      background: #00ADBB !important;
      cursor: default; }
  .product_slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    padding: 0; }
    .product_slider .slick-dots button:focus {
      outline: none; }
.product_slider .slider_title {
  font-family: "semibold";
  font-size: 140%;
  line-height: 19px;
  color: #000000;
  height: 40px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.product_slider .slider_status {
  font-size: 120%;
  line-height: 16px;
  color: #666666;
  margin-top: 20px;
  height: 35px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.product_slider .btn_right {
  background: #F68B28;
  max-width: 36px;
  width: 100%;
  height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50%;
  margin-left: 15px; }
  .product_slider .btn_right:before {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 140%; }
.product_slider .check_block {
  font-size: 120%;
  line-height: 16px;
  color: #666666;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.product_slider .bottom_block {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.product_slider .block_inner {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 360px; }
.product_slider .block_img {
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 167px;
  overflow: hidden; }
  .product_slider .block_img img {
    max-height: 167px;
    max-width: 100%;
    display: block; }

.slick-list {
  padding: 15px 0; }

.news_section {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 92px 65px;
  margin-bottom: 100px; }
  .news_section .news_sticker {
    position: absolute;
    right: -10px;
    font-size: 160%;
    line-height: 18px;
    color: #ffffff;
    background: #00ADBB;
    padding: 5px 15px;
    bottom: 7px;
    transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg); }
    .news_section .news_sticker > span {
      transform: skew(20deg, 0deg);
      -moz-transform: skew(20deg, 0deg);
      -ms-transform: skew(20deg, 0deg);
      -webkit-transform: skew(20deg, 0deg);
      -o-transform: skew(20deg, 0deg); }
  .news_section .news_slider {
    margin: 0 -10px; }
    .news_section .news_slider li {
      padding: 0 15px; }
      .news_section .news_slider li a {
        position: relative; }
      .news_section .news_slider li.hovered .news_title {
        color: #88CC2A; }
    .news_section .news_slider .slick-list {
      margin-top: 25px; }
  .news_section .news_title {
    font-size: 180%;
    line-height: 21px;
    font-family: "bold";
    color: #000000;
    height: 42px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .news_section .news_description {
    font-size: 180%;
    line-height: 30px;
    font-family: "semilight";
    margin-top: 10px;
    height: 150px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .news_section .news_btn {
    font-size: 160%;
    line-height: 18px;
    color: #00ADBB;
    text-transform: uppercase; }
  .news_section .news_btn {
    margin-top: 25px;
    display: flex; }
  .news_section .news_img {
    display: block;
    position: relative;
    margin-bottom: 24px; }
    .news_section .news_img:before {
      content: "";
      display: block;
      padding-bottom: 56%; }
    .news_section .news_img img {
      object-fit: cover;
      border-radius: 5px; }
  .news_section .slick-arrow {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    padding: 0;
    color: #707070;
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    font-size: 0;
    border: 2px solid rgba(242, 241, 241, 0.2);
    border-radius: 50%;
    bottom: -65px; }
    .news_section .slick-arrow:before {
      font-size: 20px;
      display: block; }
  .news_section .slick-prev {
    right: 83px; }
    .news_section .slick-prev:before {
      content: "\e909"; }
  .news_section .slick-next {
    right: 0; }
    .news_section .slick-next:before {
      content: "\e900"; }

.partners_section {
  padding: 0 15px; }
  .partners_section .slick-arrow {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    padding: 0;
    color: #707070;
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    font-size: 0;
    border: 2px solid rgba(242, 241, 241, 0.2);
    border-radius: 50%;
    bottom: 70px; }
    .partners_section .slick-arrow:before {
      font-size: 20px;
      display: block; }
  .partners_section .slick-prev {
    left: 0;
    margin-right: 15px; }
    .partners_section .slick-prev:before {
      content: "\e909"; }
  .partners_section .slick-next {
    right: 0;
    margin-left: 15px; }
    .partners_section .slick-next:before {
      content: "\e900"; }
  .partners_section .partners_slider li {
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 16.66%;
    vertical-align: middle;
    padding: 35px 30px;
    text-align: center; }
  .partners_section .slick-list {
    padding: 30px 0; }
  .partners_section .partners_block {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .partners_section .partners_block a {
      display: block;
      max-width: 100%;
      position: relative;
      overflow: hidden; }
      .partners_section .partners_block a img {
        display: block;
        max-width: 105px;
        max-height: 70px; }

.consultation_block {
  position: relative;
  background: #00ADBB; }
  .consultation_block:before {
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: 2;
    height: 106px;
    width: 100%;
    bottom: -4px;
    transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top; }
  .consultation_block:after {
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: 2;
    height: 106px;
    width: 100%;
    top: -4px;
    transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform-origin: left top;
    -webkit-transfrom-origin: left top; }

.consultation_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px; }
  .consultation_inner .page_title {
    color: #ffffff; }
  .consultation_inner .phone_link {
    font-size: 300%;
    line-height: 18px;
    font-family: "semilight";
    margin-top: 45px;
    display: flex;
    color: #ffffff; }
    .consultation_inner .phone_link:before {
      padding-right: 15px; }
  .consultation_inner .consultation_description {
    font-size: 180%;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #ffffff;
    margin-top: 25px; }
  .consultation_inner .consultation_img {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 58px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 690px;
    overflow: hidden; }
    .consultation_inner .consultation_img img {
      max-height: 620px;
      max-width: 100%;
      display: block; }
  .consultation_inner .consultation_info {
    flex: 0 0 50%;
    max-width: 50%; }

.contact_section {
  position: relative;
  z-index: 2; }
  .contact_section .site_btn {
    background: #00ADBB;
    width: max-content;
    margin-top: 25px;
    min-width: 115px; }
  .contact_section .contact_list {
    margin-top: 55px;
    margin-bottom: 51px; }
    .contact_section .contact_list li {
      margin-bottom: 20px;
      display: flex;
      align-items: baseline; }
    .contact_section .contact_list span:first-child {
      font-family: "bold";
      font-size: 160%;
      line-height: 18px; }
    .contact_section .contact_list span:last-child {
      font-size: 120%;
      line-height: 14px;
      padding-left: 16px;
      max-width: 145px;
      width: 100%; }
  .contact_section > .inner_container {
    display: flex;
    justify-content: space-between; }
  .contact_section .writeUs_block > form {
    margin-top: 50px; }
  .contact_section .contactUs_block {
    max-width: 45%;
    flex: 0 0 45%;
    position: relative;
    padding: 0 15px; }
    .contact_section .contactUs_block:after {
      display: block;
      content: "";
      position: absolute;
      right: -30px;
      top: 30px;
      bottom: 80px;
      width: 1px;
      background: #e5e5e5; }
  .contact_section .writeUs_block {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px; }
  .contact_section .map_block {
    width: 100%;
    height: 207px; }
    .contact_section .map_block #map {
      width: 100%;
      height: 207px; }
  .contact_section .file_btn {
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .contact_section .file_btn > .field_block {
      margin-bottom: -25px;
      padding-left: 20px; }
  .contact_section .attach_label {
    font-weight: normal;
    margin: 0; }
    .contact_section .attach_label .attach_button {
      display: flex;
      cursor: pointer;
      font-size: 160%;
      line-height: 19px;
      align-items: center;
      color: #000000;
      font-family: "bold";
      flex-direction: row-reverse; }
      .contact_section .attach_label .attach_button:before {
        padding-left: 15px;
        font-size: 120%; }
    .contact_section .attach_label.has-error .attach_button:after {
      color: #b94a48; }
  .contact_section .upload_success {
    display: none; }
  .contact_section .upload_errors {
    position: absolute;
    top: 100%;
    left: 10px;
    margin-top: 2px; }
    .contact_section .upload_errors .size_error,
    .contact_section .upload_errors .format_error {
      display: none; }
  .contact_section .attached .attach_label {
    display: none; }
  .contact_section .attached .upload_success {
    display: flex;
    align-items: center; }
    .contact_section .attached .upload_success .file_name {
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      text-overflow: ellipsis;
      max-width: 200px;
      font-size: 160%;
      line-height: 22px;
      width: 100%; }
    .contact_section .attached .upload_success .attach_remove {
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: center;
      margin-left: 8px;
      background: transparent;
      font-size: 120%;
      padding: 0;
      color: #b94a48; }
      .contact_section .attached .upload_success .attach_remove:before {
        display: block; }
  .contact_section .size_error .attach_label:not(.has-error) ~ .upload_errors .size_error,
  .contact_section .format_error .attach_label:not(.has-error) ~ .upload_errors .format_error {
    display: block;
    font-size: 120%;
    line-height: 15px;
    color: #b94a48; }

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .catalog_section ul li.col-lg-6 {
    flex: 0 0 66.666%;
    max-width: 66.666%; }
  .catalog_section ul li.col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; } }
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .catalog_section {
    padding: 22px 0;
    margin: 40px auto; }
    .catalog_section:before, .catalog_section:after {
      display: none; }
    .catalog_section .change_block span {
      font-size: 160%; }
    .catalog_section .change_block img {
      max-height: 110px; }

  .product_slider .slick-list {
    padding: 80px 0 0 0; }

  .news_section {
    padding: 45px 45px 70px;
    margin-bottom: 40px; }

  .home_page_top {
    margin-bottom: 35px; }

  .partners_section .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 80px; }
    .partners_section .slick-arrow:before {
      font-size: 14px; }

  .news_section .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -50px; }
    .news_section .slick-arrow:before {
      font-size: 14px; } }
@media screen and (max-width: 767px) {
  .catalog_section {
    padding: 22px 0;
    margin: 40px auto; }
    .catalog_section:before, .catalog_section:after {
      display: none; }
    .catalog_section .change_block span {
      font-size: 140%; }
    .catalog_section .change_block img {
      max-height: 90px; }
    .catalog_section ul li .static_block {
      padding: 20px 25px; }
    .catalog_section ul li:last-child a:first-child {
      margin-bottom: 30px; }
    .catalog_section ul li.col-lg-6 .change_block {
      flex-direction: column; }

  .contact_section .attached .upload_success {
    width: 85px; }
  .contact_section .contactUs_block:after {
    display: none; }
  .contact_section .contact_list {
    margin-top: 20px;
    margin-bottom: 20px; }
  .contact_section > .inner_container {
    flex-direction: column; }
  .contact_section .writeUs_block {
    margin-top: 20px; }
    .contact_section .writeUs_block > form {
      margin-top: 20px; }
  .contact_section .writeUs_block,
  .contact_section .contactUs_block {
    flex: 0 0 100%;
    max-width: 100%; }

  .news_section {
    padding: 15px 15px 70px;
    margin-bottom: 40px; }

  .consultation_block {
    padding: 25px; }
    .consultation_block:before, .consultation_block:after {
      transform: skewY(0);
      -moz-transform: skewY(0);
      -ms-transform: skewY(0);
      -webkit-transform: skewY(0);
      -o-transform: skewY(0);
      transform: skewX(0);
      -moz-transform: skewX(0);
      -ms-transform: skewX(0);
      -webkit-transform: skewX(0);
      -o-transform: skewX(0);
      height: auto; }

  .consultation_inner .consultation_description {
    margin-top: 15px; }
  .consultation_inner .phone_link {
    margin-top: 20px;
    font-size: 200%; }
  .consultation_inner .consultation_info {
    flex: 0 0 100%;
    max-width: 100%; }
  .consultation_inner .consultation_img {
    display: none; } }
@media screen and (max-width: 575px) {
  .product_slider .slider_block:nth-child(2n) {
    margin: 0; }

  .partners_section .slick-list {
    padding: 18px 0; }
  .partners_section .partners_slider li {
    padding: 15px 30px; }
  .partners_section .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 50px; }
    .partners_section .slick-arrow:before {
      font-size: 14px; }

  .large_container {
    margin: 10px auto; }

  .news_section .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -50px; }
    .news_section .slick-arrow:before {
      font-size: 14px; }
  .news_section .slick-next {
    right: 15px; }
  .news_section .slick-prev {
    right: 105px; }
  .news_section .news_img {
    margin-bottom: 12px; }
  .news_section .news_slider .slick-list {
    margin-top: 10px; }
  .news_section .news_description {
    line-height: 25px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }

  .home_page_top {
    margin-bottom: 35px; }

  .product_slider .slick-list {
    padding: 13px 0 0 0; }
  .product_slider li:nth-child(2n) {
    margin: 0; } }
@media screen and (min-width: 400px) and (max-width: 575px) {
  .catalog_section ul li.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .catalog_section ul li.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; }
  .catalog_section ul li:last-child {
    flex: 0 0 100%;
    max-width: 100%; }
  .catalog_section .page_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .catalog_section .change_block span {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; } }
@media screen and (max-width: 399px) {
  .catalog_section .change_block {
    padding: 45px; } }
.web .catalog_section .change_block {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .catalog_section .change_block:hover:before {
    height: 100%; }
  .web .catalog_section .change_block:hover span {
    top: 20px;
    left: 20px;
    right: 20px;
    position: absolute;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
    z-index: 3; }
  .web .catalog_section .change_block:hover .btn_catalog {
    height: 51px;
    overflow: hidden;
    opacity: 1;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
.web .btn_static,
.web .btn_catalog {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .btn_static:hover,
  .web .btn_catalog:hover {
    background: #ffffff;
    color: #F68B28; }
.web .partners_section .partners_block a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .partners_section .partners_block a:hover {
    opacity: 0.5; }
.web .partners_section .slick-arrow,
.web .news_section .slick-arrow {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .partners_section .slick-arrow:hover,
  .web .news_section .slick-arrow:hover {
    background: #00ADBB;
    color: #ffffff; }
.web .contact_section .site_btn,
.web .about_section .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .contact_section .site_btn:hover,
  .web .about_section .site_btn:hover {
    background: #F68B28;
    color: #ffffff; }
.web .contact_section .attached .upload_success .attach_remove,
.web .contact_section .attach_label .attach_button,
.web .news_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .contact_section .attached .upload_success .attach_remove:hover,
  .web .contact_section .attach_label .attach_button:hover,
  .web .news_btn:hover {
    color: #88CC2A; }
.web .btn_right {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .btn_right:hover {
    background: #00ADBB;
    color: #ffffff; }

.touch .btn_static,
.touch .btn_catalog {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .btn_static:active,
  .touch .btn_catalog:active {
    background: #ffffff;
    color: #F68B28; }
.touch .partners_section .partners_block a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }
  .touch .partners_section .partners_block a:active {
    opacity: 0.5; }
.touch .partners_section .slick-arrow,
.touch .news_section .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .partners_section .slick-arrow:active,
  .touch .news_section .slick-arrow:active {
    background: #00ADBB;
    color: #ffffff; }
.touch .contact_section .site_btn,
.touch .about_section .site_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .contact_section .site_btn:active,
  .touch .about_section .site_btn:active {
    background: #F68B28;
    color: #ffffff; }
.touch .contact_section .attached .upload_success .attach_remove,
.touch .contact_section .attach_label .attach_button,
.touch .news_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .touch .contact_section .attached .upload_success .attach_remove:active,
  .touch .contact_section .attach_label .attach_button:active,
  .touch .news_btn:active {
    color: #88CC2A; }
.touch .btn_right {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .touch .btn_right:active {
    background: #00ADBB;
    color: #ffffff; }

.product_slider .slider_title, .news_section .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.contact_section .attach_label .attach_button, .contact_section .attached .upload_success .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.contact_section .attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden; }

/*# sourceMappingURL=index.css.map */
