html {
  scroll-behavior: smooth;
}
.wrapper {
  max-width: 1070px;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.unisteam_wrapper_header {
  background: linear-gradient(180deg, #091A36 0%, rgba(9, 26, 54, 0.9) 100%);
  color: #fff;
  position: relative;
  z-index: 12;
  padding-bottom: 14px;
}
.unisteam_wrapper_header a {
  border: 0;
  color: #fff;
}
.header_unisteam {
  padding-top: 45px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.header_unisteam .header_logo {
  width: 27%;
}
.header_unisteam .header_info {
  width: 68%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -12px;
}
.search_header_btn {
  align-items: flex-end;
  font-size: 12px;
}
.search_header_btn span {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.header_unisteam .socials {
  align-items: flex-end;
}
.header_unisteam .socials a {
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.mail_header {
  font-weight: 700;
  line-height: 18px;
}
.phohe_header {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.phohe_header a {
  display: block;
}
.phohe_header .float_p {
  margin-top: 8px;
  position: relative;
  left: -10px;
}
.unisteam_header_menu_wrapper .main-nav__link {
  font-size: 12px;
  line-height: 13.88px;
  padding: 10px;
  font-weight: 700;
}
.unisteam_header_menu_wrapper .main-nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.unisteam_header_menu_wrapper .main-nav__submenu a {
  font-size: 14px;
  line-height: 20px;
}
.search.new {
  padding: 0;
  margin-bottom: 15px;
  height: 44px;
  max-width: none;
}
.search_header_btn {
  cursor: pointer;
}
.search.new input[type="search"] {
  height: 100%;
  border-radius: 3px 0 0 3px;
}
.search.new input[type="submit"] {
  height: 100%;
  margin: 0;
}
.search.new input[type="submit"] {
  border-radius: 0 3px 3px 0;
}
div.title-search-result {
  z-index: 22;
  background-color: #fff;
  width: 100% !important;
  left: 0 !important;
  padding: 20px;
  display: none;
}
.title-search-result th {
  display: none !important;
}
.top_search_wrapper_uni {
  position: relative;
}
.socials a:hover img, .search_header:hover img, .header__favorites:hover .favorites_page::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s;
}
.socials img, .search_header img {
  transition: 0.3s;
}
.unisteam_catalogs_wrapper {
  background: url(img/unisteam/pattern1.jpg) no-repeat top center #f3f3f3;
  background-size: cover;
  padding: 20px 0;
}
.buttons_catalogs {
  justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 25px;
}
.box_shadow_u {
  box-shadow: 0px 0px 10px 0px #00000040;
  padding: 17px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  min-width: 200px;
}
.box_shadow_u:after {
  content: '';
  position: absolute;
  background: url(img/unisteam/arrowb.png) no-repeat top center transparent;
  width: 21px;
  height: 24px;
  right: 13px;
  bottom: 15px;
}
.box_shadow_u span {
  display: block;
  text-transform: uppercase;
}
.box_shadow_u .title_b {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #1B2E4D;
}
.box_shadow_u .desc_b {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.box_shadow_u:hover {
  outline: 2px solid;
}
.catalogs_unisteam_list_flex {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.catalogs_unisteam_list_flex .item {
  width: 20%;
  margin-bottom: 40px;margin-right: 30px;
}
.catalogs_unisteam_list_flex .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.catalogs_unisteam_list_flex .item img {
  transition: 0.3s;
}
.catalogs_unisteam_list_flex .item span {
  display: block;
}
.title_catalog_list {
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  text-align: left;
}
.catalogs_unisteam_list_flex .title_list {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.catalogs_unisteam_list_flex .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-right: 25px;
}
.catalogs_unisteam_list_flex .box_shadow_u {
  min-height: 91px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.catalogs_unisteam_list_flex .image_in {
  min-height: 70px;
}
.bl_btn {
  background: linear-gradient(90deg, #1B2E4D 0%, rgba(27, 46, 77, 0.8) 95.57%);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
  align-items: center;
  border-radius: 5px;
  padding: 12px 19px;
}
.bl_btn:hover {
  background: linear-gradient(90deg, #04132b 0%, rgb(9 16 28 / 80%) 95.57%);
}
.unisteam_catalogs_wrapper .button_wrap {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 64px;
  margin-bottom: 110px;
}
.bl_btn img {
  margin-left: 74px;
}
.btn_shadow_u {
  box-shadow: 0px 0px 10px 0px #00000040;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 12px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  color: #27314D;
  text-transform: uppercase;
}
.btn_shadow_u:hover {
  outline: 2px solid;
}
.btn_shadow_u img {
  margin-left: 40px;
}
.news_header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 76px;
}
.news_header .logo_n span {
  display: block;
}
.unisteam_news_blok_wrapper {
  background: url(img/unisteam/pattern2.jpg) no-repeat top center #f3f3f3;
  background-size: cover;
  margin-top: -10px;
  padding: 55px 0;
}
.news_header .logo_n span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 10px;
}
.news_unisteam_index {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 79px;
}
.news_unisteam_index span {
  display: block;
}
.news_unisteam_index .item_n {
  width: 18%;
}
.news_unisteam_index .img_in {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 2px;
}
.news_unisteam_index .img_in img {
  border-radius: 2px;
}
.news_unisteam_index .data {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.news_unisteam_index .name {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 10px;
}
.news_unisteam_index .ptext {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.news_unisteam_index .box_shadow_u {
  min-height: 144px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.news_unisteam_index .item_n:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.news_unisteam_index .item_n img {
  transition: 0.3s;
}
.unisteam_flex_block {
  justify-content: space-between;
  margin-bottom: 78px;
}
.unisteam_flex_block .left {
  width: 36%;
}
.unisteam_flex_block .right {
  width: 59%;
}
.unisteam_flex_block .title_u {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}
.unisteam_flex_block .desc1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.unisteam_flex_block .desc2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.unisteam_flex_block .btn_shadow_u {
  margin-top: 26px;
  width: 79%;
}
.icons_unisteam {
  background: linear-gradient(90deg, #27314D 0%, rgba(39, 49, 77, 0.9) 50.31%, #27314D 100%, rgba(39, 49, 77, 0.944) 100%);
}
.icon_unisteam {
  flex-wrap: wrap;
}
.icon_unisteam .item_n {
  width: 20%;
  text-align: center;
  margin-bottom: 106px;
}
.icon_unisteam span {
  display: block;
}
.icon_unisteam .name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.icons_unisteam .title_w {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  padding-top: 62px;
  text-transform: uppercase;
  margin-bottom: 89px;
}
.icons_unisteam .img_in {
  margin-bottom: 15px;
}
.blogs_unisteam {
  background-color: #FCFCFC;
  padding-top: 100px;
  padding-bottom: 50px;
}
.blog_unisteam_inner {
  justify-content: space-between;
  padding-bottom: 100px;
}
.blog_unisteam_inner span {
  display: block;
}
.blog_unisteam_inner .item_n {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog_unisteam_inner .item_n:not(.box_shadow_u) {
  width: 100%;
}
.blog_unisteam_inner .data {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: #33AADE;
}
.blog_unisteam_inner .name {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0;
}
.blog_unisteam_inner .ptext {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.blog_unisteam_inner .right {
  width: 40%;
  padding-left: 20px;
}
.blog_unisteam_inner .box_shadow_u {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end
}
.blog_unisteam_inner .img_in {
  overflow: hidden;
  border-radius: 5px;
}
.blog_unisteam_inner .img_in img {
  border-radius: 5px;
}
.blog_unisteam_inner .item_n:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.blog_unisteam_inner .item_n img {
  transition: 0.3s;
}
.panda-catalog-product-list {
  overflow: visible;
}
.unisteam_video {
  justify-content: space-between;
}
.unisteam_video span {
  display: block;
}
.unisteam_video .item_n:not(.box_shadow_u) {
  width: 49%;
  position: relative;
}
.unisteam_video .box_shadow_u {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.unisteam_video .name {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #223363;
  max-width: 300px;
  color: #223363;
}
.unisteam_video .img_in img {
  width: 100%;
}
.unisteam_video .img_in {
  border-radius: 5px;
  overflow: hidden;
}
.unisteam_video .yt_un {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #F3F3F3;
}
.unisteam_video .item_n:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.unisteam_video .item_n img {
  transition: 0.3s;
  border-radius: 5px;
}
.unisteam_video_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.partners-cont {
  background: none;
}
.unisteam_bottom_block {
  background: url(img/unisteam/pattern3.jpg) no-repeat top center #f3f3f3;
  background-size: cover;
  padding-bottom: 100px;
}
.partners__title {
  color: #1B2E4D;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.unisteam_bottom_block .swiper-pagination {
  display: none;
}
.zapros_unisteam_block .left {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 52%;
}
.zapros_unisteam_block .right {
  width: 46%;
}
.zapros_unisteam_block {
  justify-content: space-between;
  align-items: center;
}
.zapros_unisteam_block .bl_btn {
  width: 100%;
  justify-content: space-between;
}
.wrapper_footer_unisteam {
  background: linear-gradient(180deg, rgba(27, 46, 77, 0.9) 0%, #253755 100%);
  color: #fff;
  padding-top: 37px;
  padding-bottom: 35px;
}
.footer_menu a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.desc_footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  margin-bottom: 27px;
}
.copy_footer {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.copy_footer a {
  display: block;
  color: #9A9A9A;
  margin-top: 5px;
}
.copy_footer a:hover {
  text-decoration: underline;
}
.footer_block .first_f {
  padding-bottom: 30px;
}
.footer_unisteam {
  justify-content: space-between;
}
.info_footer {
  width: 37%;
}
.info_footer2 {
  width: 30%;
}
.info_footer3 {
  width: 28%;
}
.footer_phmail a {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  color: #fff;
}
.wrapper_footer_unisteam .footer_menu {
  margin-bottom: 29px;
}
.border_bl {
  justify-content: space-between;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 14px;
}
.border_bl img {
  margin-left: 0;
}
.footer_logo a {
  text-decoration: none !important;
}
.footer_soc a {
  text-decoration: none !important;
  margin-right: 6px;
}
.footer_soc a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.footer_soc a img {
  transition: 0.3s;
}
.search-form_footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_footer_search {
  border: 0;
  width: 84%;
  padding: 17px;
  border-radius: 5px;
}
.search-form_footer img {
  cursor: pointer;
}
.soc_footer_desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  margin-top: -5px;
}
.partners .swiper-button {
  background: url(img/unisteam/arrowb.png) no-repeat top center transparent;
}
.slider-banner-new .swiper-slide .content h2.name {
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}
.slider-banner-new .swiper-slide .content .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.unisteam_slider .content {
  align-items: center;
  min-height: 780px;
}
.unisteam_slider .inner_content {
  width: 444px;
}
.unisteam_slider .btn_shadow_u {
  margin-top: 31px;
}
.unisteam_slider .slider-banner__arrow {
  position: static;
}
.unisteam_slider .slider-banner__arrow .swiper-pagination {
  margin: 0;
  position: absolute;
  left: 0;
  top: 27px;
  width: 100%;
}
.unisteam_slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #0E1F3B;
  border-radius: 5px;
  background: #fff;
}
.unisteam_slider .swiper-pagination-bullet-active {
  background: #192943;
}
.title-search-item a {
  color: #27314D !important;
}
.unisteam_slider .swiper-slide {
  background-size: cover !important;
}
.unisteam_slider {
  box-shadow: 0px 10px 25px 0px #00000040;
  position: relative;
}
.search input[type="submit"] {
  background-color: #12233c;
}
.search input[type="submit"]:hover {
  background-color: #000;
}
a small {
  opacity: 1 !important;
}
.unisteam_modal_form {
  width: 600px;
  border-radius: 5px;
  padding: 40px 50px !important;
}
.form_title_unisteam, .form_title_unisteam2, .form_unisteam_label, .form_subtitle_unisteam {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #27314D;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form_unisteam_label {
  text-align: left;
}
.policy_check_form, .policy_check_form a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: #27314D;
}
.button_unisteam_form {
  text-align: center;
}
.button_unisteam_form input {
  background: #27314D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  padding: 17px 19px;
  border-radius: 5px;
  margin-bottom: 12px;
  margin-top: 10px;
  outline: 0;
  box-shadow: none;
  border: 0;
}
.button_unisteam_form input:hover {
  background: #000;
}
.form_unisteam_input {
  margin-bottom: 14px;
}
.form_unisteam_input input[type="text"], .form_unisteam_input textarea, .form_unisteam_input select {
  border: 1px solid #27314D;
  border-radius: 5px;
  width: 100%;
  padding: 16px 14px;
}
.form_unisteam_input_short input[type="text"] {
  width: 170px;
}
.form_unisteam_label span {
  position: relative;
  color: red;
  top: -5px;
}
.form_desc_unisteam {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.unisteam_float_panele {
  position: fixed;
  left: 0;
  z-index: 999;
  top: 20%;
  background: #fff;
  padding: 18px 19px;
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 5px;
}
.unisteam_float_panele a {
  display: block;
  margin-bottom: 15px;
}
.unisteam_float_panele a:last-child {
  margin-bottom: 0;
}
.unisteam_float_panele a {
  border: 0 !important;
}
.unisteam_float_panele a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.unisteam_float_panele a img {
  transition: 0.3s;
}
.h1_unisteam {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.h1_unisteam.center {
  text-align: center;
}
.wrapper_unisteam_contats {
  padding-top: 127px;
}
.unisteam_contacts_list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
}
.unisteam_contacts_list .item_uni {
  width: 40%;
  margin-bottom: 63px;
}
.unisteam_contacts_list .item_uni .item_c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.unisteam_contacts_list .value {
  font-family: Play;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
}
.unisteam_contacts_list .value.bold a, .unisteam_contacts_list .value.bold {
  border: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #000 !important;
}
.unisteam_contacts_list .ico {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #00000040;
}
.unisteam_contacts_list .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.uni_shadow_btn {
  color: #13233E;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 5px;
  padding: 17px 21px;
}
.uni_shadow_btn:hover {
  outline: 2px solid;
}
.unisteam_contacts_list .file_soc_block {
  margin-top: 48px;
  justify-content: space-between;
}
.unisteam_contacts_list .file_soc_block .title_u {
  color: #223363;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-right: 24px;
  position: relative;
  top: 11px;
}
.unisteam_contacts_list .file_soc_block .soc_list, .contacts_all_uni_wrapper .soc_list {
  justify-content: flex-end;
  margin-right: 24px;
  margin-top: 20px;
}
.unisteam_contacts_list .file_soc_block .soc_list a, .contacts_all_uni_wrapper .soc_list a {
  margin-left: 10px;
  border-bottom: 0 !important;
}
.unisteam_contacts_list .file_soc_block .soc_list a:hover img, .contacts_all_uni_wrapper .soc_list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.unisteam_contacts_list .file_soc_block .soc_list a img, .contacts_all_uni_wrapper .soc_list a img {
  transition: 0.3s;
}
.unisteam_contacts_list .link_list a {
  color: #223363;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: right;
  margin-right: 24px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
  border-bottom: 0 !important;
}
.unisteam_contacts_list .link_list a:hover {
  text-decoration: underline !important;
}
.unisteam_contacts_list .bottom_block {
  justify-content: space-between;
}
.unisteam_contacts_list .bottom_block .left img {
  position: relative;
  top: -14px;
}
.unisteam_contacts_list .bottom_block .right {
  padding-top: 12px;
}
.unisteam_contacts_list .big_soc_block a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0 !important;
  align-items: center;
  color: #000;
}
.unisteam_contacts_list .big_soc_block a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.unisteam_contacts_list .big_soc_block a img {
  transition: 0.3s;
}
.unisteam_contacts_list .list_rec a {
  color: #223363;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  border: 0 !important;
}
.unisteam_contacts_list .list_rec a:hover {
  text-decoration: underline !important;
}
.unisteam_contacts_list .adres_cor {
  color: #223363;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}
.unisteam_contacts_list .big_soc_block {
  margin-top: 48px;
}
.unisteam_contacts_list .sub_item_2 .name {
  margin-top: 89px;
  margin-bottom: 23px;
}
.unisteam_contacts_list .big_soc_block a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 18px;
}
.unisteam_contacts_list .big_soc_block a {
  margin-bottom: 23px;
}
.contacts_all_uni_wrapper {
  text-align: center;
  margin-top: 20px;
}
.contacts_all_uni_wrapper .uni_shadow_btn {
  padding: 17px 52px;
  display: inline-block;
}
.contacts_all_uni_wrapper .soc_list {
  justify-content: center;
  margin-top: 7px;
}
.contacts_all_uni_wrapper .soc_list_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #223363;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.spec_unisteam_list_flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.spec_unisteam_list_flex .item {
  width: 28%;
  margin-bottom: 73px;
}
.spec_unisteam_list .title_spec_list {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 69px;
}
.spec_unisteam_list {
  margin-top: 72px;
}
.spec_unisteam_list .name_spec {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
.spec_unisteam_list .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.spec_unisteam_list .block_cont {
  margin-top: 22px;
}
.spec_unisteam_list .block_cont a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
}
.spec_unisteam_list .block_cont a:hover {
  text-decoration: underline !important;
}
.spec_unisteam_list_flex_one .title_spec_list {
  margin-bottom: 30px;
}
.spec_unisteam_list_flex .item:nth-child(3n + 2):last-child {
  margin-right: 36%;
}
.spec_unisteam_list_flex_one .item:last-child {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}
.unisteam_bottom_menu {
  justify-content: space-between;
  margin-top: 52px;
  margin-bottom: 92px;
}
.unisteam_bottom_menu a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #223363;
}
.unisteam_bottom_menu a:hover {
  text-decoration: underline !important;
}
.unisteam_bread * {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.unisteam_bread {
  margin-top: 60px;
}
.unisteam_bread a {
  border: 0;
  color: #000;
}
.unisteam_bread a:hover {
  text-decoration: underline;
}
.unisteam_bread .dot {
  margin: 0 6px;
}
#map_unisteam {
  position: relative;
}
.map_unisteam_buttons {
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
}
.map_unisteam_buttons a {
  border-radius: 5px;
  border: 0;
  background: #1B2E4D;
  color: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  padding: 30px 40px;
}
.map_unisteam_buttons a:hover {
  background: #000;
  text-decoration: none;
}
.catalogs_unisteam_list_flex .title_list {
  padding-right: 25px;
}
.catalogs_unisteam_list_flex .title_list {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: uppercase;
 
}
.catalogs_unisteam_list_flex .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.catalogs_unisteam_list_flex.catalogs_unisteam_list_flex .image_in {
  min-height: 150px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.catalogs_unisteam_list_flex img {
  /*max-width: 150px;*/
}
.bread-crumbs li:after {
  content: "—";
}
.title-block {
  padding: 10px 0 70px;
}
.title-block__crumbs {
  padding: 15px 0 26px 0;
}
.title-block__title h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.buttons_catalogs_inner .box_shadow_u {
  min-height: 110px;
}
.zapros_unisteam_block_inner {
  margin-top: 80px;
  width: 100%;
}
#unisteam_photo_gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 106px;
  justify-content: space-between;
}
#unisteam_photo_gallery a {
  display: block;
}
#unisteam_photo_gallery .item_b {
  width: 18%;
}
#unisteam_photo_gallery .box_shadow_u {
  height: 265px;
}
#unisteam_photo_gallery img {
  border-radius: 5px;
  margin-bottom: 18px;
  transition: 0.3s;
  width: 100%;
}
#unisteam_photo_gallery a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.catalog_list_unisteam .short_title {
  color: #091A36;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
}
.catalog_list_unisteam img {
  max-width: 100%;
}
.catalog_list_unisteam .item-img_u {
  text-align: center;
}
.catalog_list_unisteam .item-img_u img {
  margin-top: 43px;
}
.catalog_list_unisteam .left_info {
  width: 20%;
  text-align: center;
}
.catalog_list_unisteam .right_info {
  width: 78%;
}
.catalog_item_unisteam {
  justify-content: space-between;
  margin-bottom: 40px;
}
.catalog_list_unisteam .btn_shadow_u {
  width: 100%;
  margin-top: 33px;
}
.property_unisteam_item {
  color: #091A36;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  position: relative;
  padding-left: 20px;
}
.catalog_list_unisteam .preview_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #091A36;
  margin-bottom: 6px;
}
.property_unisteam_item:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 7px;
  background: #091A36;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.btn.btn--consultation {
  font-size: 13px;
}
.catalog_list_unisteam .item-img_u {
  display: block;
}
.catalog_list_unisteam .item-img_u:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.catalog_list_unisteam .item-img_u img {
  transition: 0.3s;
}
.btn-scroll-top {
  padding: 8px 28px;
  background-color: #fff;
  border-radius: 5px;
}
.btn-scroll-top img {
  position: relative;
  top: 4px;
}
.btn-scroll-top:hover {
  cursor: pointer;
  outline: 2px solid #000;
}
.card__info .title-block__title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
}
.card__info .title-block__title {
  border: 0;
}
.tabs__content .accordion .accordion__title {
  border: 0 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  color: #000 !important;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 24px 0;
}
.el-subsection .tabs__content .accordion .accordion__title {
  margin: 0;
  word-break: break-all;
}
.tabs__content .accordion .accordion__title::after {
  display: none;
}
.tabs__content .accordion .accordion__title::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 14px;
  display: block;
  background: url("img/unisteam2/arb.png") no-repeat top center transparent !important;
  transform: none !important;
  margin-right: 7px;
  left: 0;
  top: calc(50% - 4px);
}
.accordion .accordion__title {
  padding-left: 37px !important;
}
.tabs__content .accordion .accordion__title.active::before {
  background: url("img/unisteam2/art.png") no-repeat top center transparent !important;
}
/*
.accordion.h .accordion__title:before, .accordion.h .accordion__title:after, .accordion.h .accordion__title:hover:before, .accordion.h .accordion__title:hover:after, .accordion.h .accordion__title.active:before, .accordion.h .accordion__title.active:after {
  display: none !important;
}
*/
.tabs__content.subsections .table-new .tbody > .tr > .td .td {
  padding-left: 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.subsection_wrapper {
  justify-content: space-between;
  margin-top: 55px;
}
.el-subsection {
  width: 20%;
  margin: 0;
  padding: 0;
}
.card__tabs.tabs {
  margin: 0;
  width: 79%;
}
.card__media {
  width: 60%;
  max-width: 583.03px;
}
.card__info {
  padding-left: 12px;
}
.card__media .swiper-button {
  display: none;
}
.card__media-top .swiper-wrapper::before {
  display: none;
}
.card__media-top .swiper-wrapper:hover::before {
  display: block;
}
.card__media-top {
  margin-bottom: 5px;
}
.card__media-bot {
  max-height: none;
}
.card__media-bot .swiper-slide > a {
  padding-top: 66%;
}
.card__media-bot .swiper-slide-thumb-active {
  border-color: #0b1c38;
}
.card__media-bot .swiper-list {
  max-height: 163px;
  visibility: hidden;
}
.card__media-bot .swiper-container-initialized {
  visibility: visible;
}
.card__media-bot .swiper-counter {
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: calc(35% - 19px);
  background: rgb(255 255 255 / 71%);
}
.swiper-counter__text {
  color: #000;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.swiper-counter__text .right {
  margin-left: 20px;
}
.chars_section .char_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-bottom: 5px;
}
.btn_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
  align-items: center;
  border-radius: 5px;
  padding: 14px 9px;
  justify-content: space-between;
}
.btn_arrow_blue {
  color: #fff;
  background-color: #B90016;
  box-shadow: 0px 0px 10px 0px #00000040;border: 2px solid #B90016;
}.btn_arrow_blue2 {
	color: #1d428f;
	background-color: #fff;border: 2px solid #1d428f;
	box-shadow: 0px 0px 10px 0px #00000040;
}
.btn_arrow_blue:hover {
  background: #a00316;
}.btn_arrow_blue2:hover {
  background: #1d428f;color:#fff
}
.element_detail_buy .left {
  width: 62%;
}
.element_detail_buy .right {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-left: 21px;
}
.model-code_uni {
  margin-bottom: 10px;
}
.card__info-status_uni {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.card__info-status_uni:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #3FBF53;
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 5px;
  margin-right: 8px;
}
.status_uni_a:before {
  background: #3FBF53;
}
.model-code_uni span {
  font-weight: bold;
}
.card, .tabs__content p, .tabs__content-content table.h td.b span, .tabs__content-content table.h td.z span {
  font-size: 16px;
  font-weight: 400;
 line-height: 18.51px;
  color: #000;
}
.btn_arrow_bottom_chars {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 34px;
}
.btn_arrow_bottom_chars span {
  margin-left: 6px;
  position: relative;
  top: 4px;
}
.element_detail_buy {
  margin-bottom: 17px;
}
.btn_arrow_white {
  box-shadow: 0px 0px 10px 0px #00000040;
  max-width: 250px;
}
.btn_arrow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s;
}
.btn_arrow {
  transition: 0.3s;
}
.title-block__crumbs ul.bread-crumbs li::after {
  margin: 0;
}
.bread-crumbs li:after {
  content: "-";
}
.card__media-top .swiper-slide > a {
  padding-top: 81%;
}
.ico-uini_det {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ico-uini_det span {
  font-size: 12px;
  font-weight: 400;
  line-height: 13.88px;
  margin-left: 8px;
}
.ico-uini_det:hover span {
  text-decoration: underline;
}
.card__info-bottom_uni {
  margin-top: 30px;
}
.line_ico_flex {
  justify-content: space-between;
}
.card__info-bottom_uni {
  width: 100%;
}
.tabs__content.subsections .tabs__content-content {
  padding-right: 0;
}
.table-new .tbody > .tr > .td {
  margin-right: 0;
}
.tabs__content.subsections .table-new .td.item > img {
  right: -205px;
  background: #fff;
  top: 0;
  display: none !important;
}
.tabs__content-content table.h td.b span {
  padding: 0;
}
.accordion.h .accordion__body {
  margin: 0;
}
.accordion > .accordion__item:first-child > .accordion__title:nth-child(1) {
  margin: 0;
}
.tabs__content-content table.h td {
  padding-left: 0;
}
.default-slider-cont {
  padding: 0;
}
.default-slider-cont_unisteam .default-slider__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-transform: uppercase;
}
.default-slider-cont_unisteam .swiper-slide {
  height: auto;
}
.default-slider-cont_unisteam .item-cont, .default-slider-cont_unisteam .item {
  height: 100%;
}
.default-slider-cont_unisteam .item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: center;
  text-transform: uppercase;
  color: #0C1B33;
  word-wrap: break-word;
}
.default-slider-cont_unisteam .item {
  border: 0;
  box-shadow: 0px 0px 10px 0px #00000040;
}
.default-slider-cont_unisteam .bottom_uni {
  width: 100%;
  align-items: flex-end;
}
.default-slider-cont_unisteam .bottom_uni a {
  width: 100%;
}
.default-slider-cont_unisteam .item__img {
  min-height: 122px;
}
.default-slider-cont_unisteam .swiper-list {
  margin: -20px -10px -20px;
}
.card__tabs .info:after {
  display: none;
}
.card__tabs .info {
  padding: 0;
}
.not_dotted td.b:after {
  display: none !important;
}
.not_dotted td.b {
  width: auto !important;
}
.card__tabs .info strong {
  text-transform: uppercase;
}
.wrap_tol_uni {
  align-items: center;
}
.wrap_tol_uni span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.88px;
  position: relative;
  top: 2px
}
.wrap_tol {
  position: relative;
}
.wrap_tol_uni {
  position: absolute;
  left: 0;
  top: -30px;
  width: 260px;
}
.card__tabs .compare-card {
  padding: 0;
  border: 0;
}
.card__tabs .compare-card__parameter {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  text-align: left;
}
.card__tabs .compare-block__parameters {
  justify-content: flex-start;
}
.card__tabs .compare-card__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: left;
  text-transform: uppercase;
}
.compare-block {
  justify-content: space-between;
}
.compare-card:hover {
  box-shadow: none !important;
}
.compare-card__parameter {
  height: auto;
}
.compare-block__parameter {
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  text-align: left;
}
.compare-block__parameters {
  width: 50%;
}
.compare-block__item {
  width: 30%;
}
.compare-block__list {
 /* width: 50%; */
  justify-content: space-between;
}
.card__tabs .info {
  cursor: pointer;
}
.form_unisteam_input_hidden {
  display: none;
}
.form_model_av {
  margin-bottom: 30px;
  margin-top: 25px;
}
.unisteam_modal_form_order .form_title_unisteam,.unisteam_modal_form_order .form_title_unisteam2 {
  text-align: left;
}
.card__media .swiper-slide > a img {
  height: auto;
}
.description-r {
  margin-top: 24px !important;
  margin-bottom: 37px;
}
.section_top_un {
  justify-content: space-between;
  margin-bottom: 30px;
}
.catalog-main__list {
  margin-top: 10px;
}
.catalog-main__list-el:before {
  border-radius: 100%;
}
.catalog-main__list-el {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #000;
}
.section_top_un .left {
  width: 50%;
}
.catalog_unisteam_c .catalog-filter {
  order: -1;
  width: 18%;
  padding: 0;
}
.catalog_list_wrap_uni {
  width: 79%;
}
.catalog__item_uni {
  justify-content: space-between;
  border: 0.5px solid #1B2E4D;
  border-radius: 5px;
  padding: 18px 18px;
  margin-bottom: 40px;
  width: 100%;
}
.catalog__item_uni .image {
  width: 40%;
}
.catalog__item_uni .info_uni {
  width: 57%;
}
.view-list, .view-plates {
  background: none !important;
  width: auto;
  height: auto;
}
.catalog__list.js__view-plates {
  gap: 17px;
}
.catalog-filter .sort__select-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: left;
  color: #091A36;
  margin: 0;
  margin-bottom: 18px;
}
.block_filter_u > label {
  display: block;
  margin-bottom: 8px;
}
.block_filter_u {
  margin-bottom: 3px;
}
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox > span::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 0.25em;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 10px 0px #00000040;
}
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #0d1e39;
}
.custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #0d1e39;
  border-color: #0d1e39;
}
/*
.custom-checkbox>input:focus+span::before {
  box-shadow:0 0 0 0.2rem rgb(13 30 57);
}
*/
.custom-checkbox > input:focus:not(:checked) + span::before {
  border-color: #0d1e39;
}
.custom-checkbox > input:checked + span::before {
  border-color: #0d1e39;
  background-color: #0d1e39;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}
.bx_filter_param_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  position: relative;
  top: -6px;
}
.catalog_unisteam_c {
  margin-bottom: 100px;
  justify-content: space-between;
}
.bx_filter_button_box {
  margin-top: 20px;
}
.bx_filter_button_box .btn_shadow_u {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bx_filter_button_box .btn_shadow_u span {
  line-height: 18px;
}
.js__view-plates .card__info-status_uni {
  margin-bottom: 15px;
}
.catalog__item {
  border: 0.5px solid #1B2E4D;
  border-radius: 5px;
}
.catalog__item-info_unisteam {
  color: #091A36;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.88px;
  height: 67px;
  overflow: hidden;
  transition: 0.3s;
}
.js__view-plates .catalog__item-info_unisteam {
  margin-top: 10px;
}
.catalog__item-info_unisteam.active {
  height: auto;
  transition: 0.3s;
}
.catalog__item-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 18.51px !important;
}
.catalog__item-more_unisteam {
  font-size: 12px;
  font-weight: 400;
  line-height: 13.88px;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.catalog__item-more_unisteam:before {
  width: 23px;
  height: 14px;
  content: '';
  background: url("img/unisteam2/arb.png") no-repeat top center transparent !important;
  margin-right: 10px;
}
.catalog__item-more_unisteam.active:before {
  background: url("img/unisteam2/art.png") no-repeat top center transparent !important;
}
.catalog__list.js__view-plates .catalog__item {
  padding: 16px !important;
}
.catalog__item-more_unisteam:hover {
  text-decoration: underline;
}
.catalog-sort .sort__select-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: left;
  text-transform: uppercase;
}
.sort__select--category select {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  text-align: left;
}
.js__view-plates .model-code_uni {
  margin-top: 5px;
  margin-bottom: 0;
}
.bx_filter_button_box {
  width: 100%;
}
#del_filter {
  display: block;
  width: 100%;
  background: #0c1a34;
}
#del_filter:hover {
  background: #000;
}
.catalog__item-row span, .catalog__item-row {
  color: #091A36;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.88px;
}
.table-new .tbody > .tr > .td:hover {
  box-shadow: none !important;
}
.paginator_unisteram {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.paginator_unisteram li {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-right: 12px;
}
.paginator_unisteram .pag_text {
  margin-right: 20px;
}
.paginator_unisteram a {
  color: #091A36;
  border: 0 !important;
}
.catalog_list_wrap_uni .js__view-list .catalog__item_uni:last-child {
  margin-bottom: 0;
}
.paginator-cont_unisteram {
  margin-top: 40px;
}
.unisteam_float_panele {
  display: none;
}
#video-gallery-y {
  margin-bottom: 0;
}
.js__back, .main-nav__submenu-list .js__parent-link {
  display: none !important
}
.main-nav__submenu {
  opacity: 0;
  pointer-events: none;
  top: 100%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  min-width: 100%
}
.main-nav__item {
  position: relative
}
.main-nav__item:hover .main-nav__submenu {
  opacity: 1;
  pointer-events: all
}
.main-nav__submenu {
  background-color: #193153;
  background-color: var(--main-color)
}
.main-nav__submenu-link {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 20px
}
.main-nav__submenu-link:hover {
  background-color: #355fb6;
  background-color: var(--thrid-color)
}
.main-nav {
  display: block !important;
}
.post_page_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  margin-top: 60px;
}
.post_page_cont a {
  color: #14243F;
  text-decoration: none !important;
  border: 0 !important;
}
.post_page_cont svg {
  margin-left: 12px;
  margin-right: 12px;
}
.card__tabs .tabs__content-content .accordion__item .accordion__body, .card__tabs .tabs__content-content .accordion__item .accordion__body + .not_dotted {
  display: none;
}
.card__tabs .tabs__content-content .accordion__item .accordion__title.active + .accordion__body {
  display: block;
}
.card__tabs .tabs__content-content .accordion__item .accordion__title.active + .accordion__body + table {
  display: table;
}
.tabs__content-content table.h td.b span {
  z-index: 2;
}
.btn_uni_order img {
  display: none;
}
.btn_uni_order {
  justify-content: center;
}
.box_shadow_u:after {
  display: none;
}
.card__info .btn_uni_order {
  width: 182px;
}
.bottom_uni_cat .btn_arrow {
  justify-content: center;
}
.unisteam_header_menu_wrapper a {
  text-decoration: none !important;
}
.about-link-list {
  margin-bottom: 180px;
}
.tabs__content-content table.h td.b:after, .tabs__content-content table.h td.z:before {
  color: #cacaca !important;
}
/*INNER_PAGE*/
.inner_page_unisteam {
  color: #091A36;
}
.inner_page_unisteam a {
  color: #091A36;
  border-bottom: 1px solid #091A36;
}
.inner_page_unisteam a:hover {
  border-bottom: 1px solid transparent;
}
.inner_page_unisteam h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner_page_unisteam p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin: 0;
  margin-bottom: 22px;
}
.half_flex_unisteam {
  justify-content: space-between;
}
.half_flex_unisteam .left {
  width: 48%;
}
.half_flex_unisteam .right {
  width: 48%;
}
.half_flex_unisteam.flex_owther_inner .left {
  width: 40%;
}
.half_flex_unisteam.flex_owther_inner .right {
  width: 59%;
}
.half_flex_unisteam.flex_owther_inner.half_flex_unisteam_del .left {
  width: 39%;
}
.inner_page_unisteam_rec .details__title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  margin-top: 90px;
  margin-bottom: 63px;
}
.rec_page_flex .title_uni {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.rec_page_flex .name, .rec_page_flex .value {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: left;
}
.rec_page_flex .value {
  font-weight: 400;
}
.rec_page_flex .item {
  margin-bottom: 20px;
}
.rec_page_flex .bottom_title {
  margin-top: 48px;
}
.rec_page_flex .bottom_title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-transform: uppercase;
}
.other_menu_uni {
  margin-top: 188px;
}
.other_menu_uni .buttons_catalogs {
  margin-bottom: -23px;
}
.other_menu_uni .buttons_catalogs_inner .box_shadow_u {
  min-height: 0;
}
.top_page_flex img {
  border-radius: 5px;
}
.top_page_flex .title_block_h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.inner_page_unisteam .bottom_page_flex .left a {
  border: 0 !important;
  display: block;
  margin-bottom: 10px;
}
.inner_page_unisteam .bottom_page_flex {
  margin-top: 77px;
}
.inner_page_unisteam .bottom_page_flex .title_uni {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  text-transform: uppercase;
}
.bl_btn_simple {
  color: #fff !important;
  display: inline-block !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
}
.inner_page_unisteam ul {
  border: 0 !important;
}
.inner_page_unisteam ul li, .inner_page_unisteam ol > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #091A36;
  padding-left: 18px !important;
  margin-bottom: 21px;
}
#content .inner_page_unisteam ul:not([class]) li:not(:first-child), #content .inner_page_unisteam ol:not([class]) li:not(:first-child) {
  margin-top: 0;
  margin-bottom: 21px;
}
#content .inner_page_unisteam ol:not([class]) > li {
  list-style: none !important;
}
.inner_page_unisteam ul > li {
  position: relative;
}
.ya-share2__container ul > li:before {

  background: none!important;

}a.ya-share2__link{border-bottom:0}
.inner_page_unisteam ul > li:before {
  width: 5px !important;
  height: 5px !important;
  background: #091A36;
  border-radius: 100%;
  left: 5px !important;
  top: 7px !important;
  content: '';
  display: block !important;
  position: absolute;
}
.inner_page_unisteam ol > li:before {
  color: #091A36 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 18.51px !important;
  top: -1px;
}
.inner_page_unisteam ol > li:after {
  position: absolute;
  content: '.';
  left: 9px;
  top: -1px;
}
.inner_page_unisteam ol.not_margin > li, .inner_page_unisteam ul.not_margin > li {
  margin-bottom: 0 !important;
}
.lizings_unisteam_list_flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.lizings_unisteam_list_flex .item_lizing {
  width: 50%;
  margin-bottom: 122px;
}
.lizings_unisteam_list_wrapper {
  margin-top: 107px;
}
.lizings_unisteam_list_wrapper .title_lizing {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  text-align: center;
  margin-bottom: 72px;
}
.lizings_unisteam_list_wrapper .cont_lizing {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.lizings_unisteam_list_wrapper .cont_lizing .name_lizing {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.lizings_unisteam_list_wrapper .logo_lizing {
  width: 120px;
}
.lizings_unisteam_list_wrapper + .bottom_page_flex {
  margin-top: 0;
}
.inner_page_unisteam #fonimg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner_page_unisteam #fonimg img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.unisteam_inner_404 {
  text-align: center;
  background: url(../../../upload/404/404_text.png) no-repeat center 63px transparent;
  padding-top: 64px;
}
.unisteam_inner_404 .uni_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  text-transform: uppercase;
  padding: 25px 0;
}
.unisteam_inner_404 .uni_404_img {
  margin-top: 10px;
  margin-bottom: 5px;
}
.unisteam_inner_404 .bl_btn_simple {
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: center;
  margin-top: 22px;
  padding: 16px 56px;
  margin-bottom: 20px;
}
.unisteam_inner_404 .tohome {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-align: center;
  text-decoration: underline;
}
.unisteam_inner_404 .tohome:hover {
  text-decoration: none;
}
.swiper-wrapper .card__media-video a {
  background: #192943 !important;
  outline: none !important;
}
.swiper-wrapper .card__media-video a span {
  width: 80%;
}
.swiper-wrapper .card__media-video {
  margin-top: 0;
  align-self: initial;
}
.swiper-wrapper .card__media-video.swiper-slide {
  border: 0 !important;
}
.card__media-cont .swiper-wrapper {
  align-items: center;
}
/*ABOUT*/
.unisteam_top_float_wrapper {
  position: relative;
  background-size: cover !important;
  min-height: 400px;
}
.unisteam_top_float_wrapper .img_bg {
  visibility: hidden;
}
.unisteam_top_float_wrapper .unisteam_top_float_content { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.unisteam_top_float_wrapper:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #21304A 0%, rgba(9, 26, 54, 0.2) 100%);
}
@media (min-width: 1980px) {
.unisteam_top_float_wrapper video {
  min-width: 100%;
}
}
.unisteam_top_float_content_inner {
  text-align: center;
  color: #fff;
}
.unisteam_top_float_content_inner.home_bg {
  text-align: left;
}
.unisteam_top_float_content_inner .title_bg {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  text-transform: uppercase;
}
.unisteam_top_float_content_inner.home_bg .title_bg {
  line-height: 2;
}
.unisteam_top_float_content_inner.home_bg .button_wrap {
  margin-top: 30px;
  display: inline-block;
}
.unisteam_top_float_content_inner .int_bg {
  font-size: 50px;
  font-weight: 700;
  line-height: 57.85px;
  margin-top: 24px;
  margin-bottom: 15px;
}
.unisteam_top_float_content_inner.home_bg .home_bg_ul li {
  list-style: disc;
}
.unisteam_top_float_content_inner .desc_bg {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.14px;
}
.inner_page_unisteam_about p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.unisteam_top_float_content_inner .img_logo {
  margin-top: 109px;
  margin-bottom: 29px;
}
.inner_page_unisteam_about h2, .float_about_block .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
}
.inner_page_unisteam_about .patterns_bg p, .inner_page_unisteam_about .patterns_bg h2 {
  color: #383838;
}
.inner_page_unisteam_about .title_center {
  text-align: center;
}
.float_about_block {
  margin-top: 98px;
}
.float_about_block .item {
  justify-content: space-between;
}
.float_about_block .item .wrap_content {
  width: 21%;
  margin-left: 13%;
}
.float_about_block .item .wrap_img {
  width: 65%;
}
.float_about_block .name {
  text-transform: uppercase;
  margin-bottom: 32px;
}
.float_about_block .wrap_img img {
  position: relative;
  top: -73px;
}
.float_about_block .bl_btn {
  color: #fff;
  justify-content: space-between;
  max-width: 300px;
}
.float_about_block .item:nth-child(2n+2) .wrap_img {
  order: -1;
}
.float_about_block .item:nth-child(2n+2) .wrap_content {
  margin-left: 0;
  margin-right: 13%;
}
.float_about_block .item:nth-child(2) .wrap_img {
  width: 52%;
}
.float_about_block .item:nth-child(2) .wrap_img img {
  top: -100px;
}
.float_about_block .item:nth-child(2) .wrap_content {
  width: 28%;
  position: relative;
  top: -30px;
}
.float_about_block .item:nth-child(3) .wrap_img {
  margin-top: -161px;
}
.float_about_block .item:nth-child(3) .wrap_content {
  margin-top: -52px;
}
.float_about_block .item:nth-child(3) .bl_btn {
  margin-top: 51px;
}
.float_about_block .item:nth-child(4) .wrap_img {
  width: 60%;
  margin-left: 5%;
}
.inner_page_unisteam_about .patterns_bg {
  padding-top: 62px;
  background: url("img/about/patern3_big.png") no-repeat top center transparent;
  background-size: cover !important;
}
.about_wrapper_page_block h2 {
  margin-bottom: 35px;
}
.about_wrapper_page_block p, .about_wrapper_page_block ul {
  margin-bottom: 19px;
}
.about_wrapper_page_block {
  justify-content: space-between;
}
.about_wrapper_page_block > div {
  width: 46%;
}
.about_wrapper_page_block .logo_u {
  margin-bottom: 60px;
}
.about_wrapper_page_block h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2.unisteam_tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
h2.unisteam_tab svg {
  margin-right: 12px;
  top: 5px;
  left: 0px;
  position: relative;
}
.unisteam_tab_content {
  display: none;
}
h2.unisteam_tab.active svg {
  transform: rotate(180deg);
}
.about_slogan_page {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  text-align: center;
  color: #27314D;
  text-transform: uppercase;
  margin-top: 75px;
  padding-bottom: 55px;
}
.about_partner_zavod_wrap {
  background: #253755;
  padding: 40px 0;
  padding-bottom: 80px;
}
.about_partner_zavod h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  text-align: center;
  margin-bottom: 50px;
}
.about_partner_zavod_inner {
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin: auto;
}
.inner_page_unisteam .unisteam_slider {
  box-shadow: none;
}
.inner_page_unisteam .unisteam_slider .slider-banner__arrow .swiper-pagination {
  top: 50px;
}
.about_block_trust {
  flex-wrap: wrap;
}
.about_block_trust_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  text-align: center;
  color: #000;
  margin-top: 80px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.about_block_trust {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.about_block_trust .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.about_recall_us {
  text-align: center;
}
.about_recall_us .us_c {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  color: #000;
  margin-bottom: 48px;
}
.about_recall_us .us_c a {
  border: 0 !important;
}
.about_recall_us .us_c span {
  margin: 0 15px;
}
.about_recall_us .socials {
  justify-content: center;
}
.about_recall_us .socials a {
  border: 0 !important;
  margin: 0 10px;
}
.about_recall_us .bl_btn {
  padding: 15px 70px;
  margin-bottom: 32px;
}
.menu_about_inner {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 148px;
  margin-bottom: -28px;
}
.menu_about_inner a {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  color: #091A36;
  border: 2px solid #0C1B33;
  box-shadow: 0px 0px 10px 0px #00000040;
  padding: 14px 10px;
  display: inline-block;
  width: 418px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 52px;
}
.menu_about_inner .item {
  width: 50%;
}
.inner_page_unisteam .zapros_unisteam_block {
  padding: 0;
}
.menu_about_inner a:hover {
  background: #0C1B33;
  color: #fff;
  box-shadow: none;
}
/*NEWS*/
.unisteam_flex_block_order {
  justify-content: space-between;
  margin-bottom: 37px;
}
.unisteam_flex_block_order .height_block .item {
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  background: #E7F0FF;
}
.unisteam_flex_block_order .height_block .item .name {
  margin-top: 29px;
  margin-bottom: 20px;
}
.unisteam_flex_block_order .item {
  box-shadow: 0px 0px 10px 0px #00000040;
  padding: 25px;
  justify-content: space-between;
  border-radius: 5px;
}
.unisteam_flex_block_order .item:hover {
  outline: 2px solid #000;
}
.unisteam_flex_block_order .image_block img {
  border-radius: 10px;
  width: 100%;
}
.unisteam_flex_block_order .width_block {
  width: 66%;
}
.unisteam_flex_block_order .height_block {
  width: 30%;
}
.unisteam_flex_block_order .image_block {
  width: 42%;
}
.unisteam_flex_block_order .content_block {
  width: 54%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.unisteam_flex_block_order .content_block > div {
  width: 100%;
}
.unisteam_flex_block_order .height_block .item > div {
  width: 100%;
}
.unisteam_flex_block_order a {
  border: 0 !important;
}
.unisteam_flex_block_order .width_block .item:first-child {
  margin-bottom: 28px;
}
.unisteam_flex_block_order .name {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  color: #091A36;
  display: block;
  text-transform: uppercase;
  margin-bottom: 36px
}
.unisteam_flex_block_order .desc {
  color: #091A36;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-bottom: 15px;
}
.unisteam_flex_block_order .news_date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #A0A0A0;
  margin-top: auto;
}
.unisteam_flex_block_order .height_block .content_block {
  flex: 1;
}
.wrapper_unisteam_flex_block_order .unisteam_flex_block_order:nth-child(2n+2) .height_block {
  order: -1;
}
.paginator_unisteram li:before {
  display: none !important;
}
.inner_page_unisteam_news_detail {
  color: #091A36;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.inner_page_unisteam_news_detail .news_date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #A0A0A0;
  margin-top: -29px;
  margin-bottom: 44px;
}
.inner_page_unisteam_news_detail .preview_detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #091A36;
  margin-bottom: 54px;
  width: 80%;
}
.inner_page_unisteam_news_detail .col_news {
  margin-top: 43px;
}
.inner_page_unisteam_news_detail .detail_text {
  margin-top: 43px;
}
.inner_page_unisteam_news_detail .col_news .col_item {
  width: 39%;
  margin-right: 21px;
}
.inner_page_unisteam_news_detail .detail_img {
  width: 100%;
  border-radius: 10px;
}
.wrapper_unisteam_patern_photos {
  margin-top: 52px;
}
.unisteam_patern_photos a {
  border: 0 !important;
}
.unisteam_patern_photos {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  gap: 20px;
  margin-bottom: 30px;
}
.unisteam_patern_photos .item {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover !important;
}
.unisteam_patern_photos .item:nth-child(3) {
  grid-row: span 2;
}
.unisteam_patern_photos .item img {
  border-radius: 10px;
  visibility: hidden;
}
.wrapper_unisteam_patern_photos .unisteam_patern_photos:nth-child(2n+2) .item.big_size {
  order: -1;
  grid-row: span 3;
}
.wrapper_unisteam_patern_photos .unisteam_patern_photos:nth-child(2n+2) .item:nth-child(2) {
  grid-row: span 2;
}
.unisteam_patern_photos .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s;
}
.unisteam_patern_photos .item img {
  transition: 0.3s;
}
.unisteam_items_slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 83px;
}
.unisteam_items_slider .item {
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 5px;
  padding: 32px 31px;
  color: #091A36;
  width: 31%;
  flex-direction: column;
  height: 100%;
}
.unisteam_items_slider a {
  border: 0 !important;
}
.unisteam_items_slider .item > div {
  width: 100% !important;
}
.unisteam_items_slider .item .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  text-transform: uppercase;
  display: block;
  margin-top: 28px;
  margin-bottom: 20px;
}
.unisteam_items_slider .news_date {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  color: #6C6C6C;
}
.unisteam_items_slider .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-bottom: 15px;
}
.unisteam_items_slider .content_block {
  flex: 1;
}
.unisteam_items_slider .content_block {
  width: 54%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.unisteam_items_slider .content_block > div {
  width: 100%;
}
.owl-carousel.unisteam_items_slider .item {
  width: 100%;
}
.unisteam_items_slider .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.unisteam_items_slider .item_wrap {
  height: 100%;
  padding: 10px 10px;
}
.unisteam_items_slider .owl-next {
  position: absolute;
  right: -36px;
  top: 50%;
  width: 14px;
  height: 24px;
  background: url(img/right_owl.png) no-repeat top center transparent !important;
  margin-top: -12px;
  font-size: 0 !important;
  color: #fff;
}
.unisteam_items_slider .owl-prev {
  position: absolute;
  left: -36px;
  top: 50%;
  width: 14px;
  height: 24px;
  background: url(img/left_owl.png) no-repeat top center transparent !important;
  margin-top: -12px;
  font-size: 0 !important;
  color: #fff;
}
/*BLOG*/
.unisteam_flex_block_order_blog .width_block .item:hover {
  background: #0C1B33;
}
.unisteam_flex_block_order_blog .width_block .item:hover .name, .unisteam_flex_block_order_blog .width_block .item:hover .desc {
  color: #fff;
}
.unisteam_flex_block_order_blog .height_block .item {
  background: #0C1B33;
}
.unisteam_flex_block_order_blog .height_block .item .name, .unisteam_flex_block_order_blog .height_block .item .desc {
  color: #fff;
}
.unisteam_flex_block_order_blog .height_block .item:hover {
  background: #fff;
}
.unisteam_flex_block_order_blog .height_block .item:hover .name, .unisteam_flex_block_order_blog .height_block .item:hover .desc {
  color: #091A36;
}
.unisteam_flex_block_order .item {
  cursor: pointer;
}
.wrapper_blog_unisteam .header-one {
  margin: -105px auto 0 auto;
  height: 500px;
}
.js-service-page .title-block .wrapper, .uslugi .title-block .wrapper {
  box-sizing: content-box;
}
.wrapper_blog_unisteam .header-one__bg .js-blur {
  filter: none;
  background: rgb(15 32 59 / 50%);
}
.wrapper_blog_unisteam .header-one__text {
  max-width: 1070px;
  box-sizing: content-box;
  margin: 244px auto 0 auto;
}
.uslugi .title-block__title h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 41.65px;
  max-width: 90%;
}
.wrapper_blog_unisteam .header-one__text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
}
.wrapper_blog_unisteam .header-one__text .js-text-wrapper {
  max-width: 40%;
}
.js-service-page .title-block__crumbs ul.bread-crumbs li a span, .uslugi .title-block__crumbs ul.bread-crumbs li a span {
  color: #fff;
}
.wrapper_blog_unisteam .header-one__text a {
  text-decoration: none !important;
}
.wrapper_blog_unisteam .btn_shadow_u {
  max-width: 315px;
  margin-top: 24px;
}
.wrapper_blog_unisteam .header-one__text_inner {
  max-width: 400px;
}
.uslugi_blog .title-block__crumbs {
  margin-top: 37px;
}
.uslugi .title-block .title-block__title {
  top: 104px;
}
.wrapper_blog_unisteam .image-gallery .swiper-list {
  max-width: 100%;
}
.wrapper_blog_unisteam .image-gallery .swiper-button-prev, .wrapper_blog_unisteam .image-gallery .swiper-button-next {
  display: none !important;
}
.wrapper_blog_unisteam .image-gallery {
  margin-bottom: 28px;
}
.blog_each_block h2 {
  margin-top: 0;
}
.blog_each_block h3 {
  margin-top: 0;
}
.unisteam_blog_block {
  justify-content: space-between;
}
.unisteam_blog_block > .text {
  width: 59%;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.83px;
}
.unisteam_blog_block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20.83px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.unisteam_blog_block h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  text-transform: uppercase;
  margin-bottom: 49px;
}
.unisteam_blog_block h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20.83px;
  margin-bottom: 20px;
}
.unisteam_blog_block > .img {
  width: 39%;
}
.unisteam_blog_block > .img img {
  border-radius: 5px;
}
.unisteam_blog_block ul, .unisteam_blog_block ol {
  padding: 0 !important;
  border: 0 !important;
}
.unisteam_blog_block li {
  padding: 0 !important;
  list-style: none !important;
}
.unisteam_blog_block li:before {
  display: none !important;
}
.unisteam_blog_block_wrapper {
  padding-top: 58px;
  padding-bottom: 58px;
}
.unisteam_blog_block_wrapper.image_left .img {
  order: -1;
}
.unisteam_blog_block_wrapper.blue_bg {
  background-color: #253755;
}
.unisteam_blog_block_wrapper.blue2_bg {
  background-color: #E7F0FF;
}
.unisteam_blog_block_wrapper.blue_bg .text {
  color: #fff;
}
.unisteam_blog_block_wrapper .unisteam_blog_block.only_text {
  justify-content: center;
  text-align: center;
}
.unisteam_blog_block_wrapper .unisteam_blog_block.only_text .text {
  width: 75%;
}
.unisteam_blog_block_wrapper .unisteam_blog_block.only_text td {
  text-align: left;
}
.unisteam_blog_block_wrapper_gen .video_blog_item {
  display: block;
  background-size: cover !important;
  position: relative;
}
.unisteam_blog_block_wrapper_gen .video_blog_item img.image_preview {
  visibility: hidden;
}
.unisteam_blog_block_wrapper_gen .video_blog_item img.image_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.unisteam_blog_block_wrapper_gen .wrap_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: 40px;
}
.wrapper_blog_unisteam .btn_shadow_u:hover {
  background: #f7f7f7;
}
.unisteam_blog_target_wrapper .title_name {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  margin-bottom: 18px;
}
.unisteam_blog_target a {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  line-height: 18.51px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  border: 0 !important;
}
.unisteam_blog_target a span {
  border-bottom: 1px solid #000;
}
.unisteam_blog_target a:hover span {
  border-bottom: 1px solid transparent;
}
.unisteam_blog_target_wrapper {
  margin-top: 83px;
  margin-bottom: 94px;
}
.unisteam_blog_target .target_block:first-child {
  margin-right: 148px;
}
.unisteam_blog_target a:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 7px;
}
.wrapper_unisteam_blog_bottom h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.77px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.wrapper_unisteam_blog_bottom {
  margin-top: 88px;
}
.wrapper_unisteam_blog_bottom .unisteam_items_slider {
  margin-top: 0;
}
.wrapper_unisteam_blog_bottom .btn_arrow_blue {
  background-color: #0C1B33;
}
.wrapper_unisteam_blog_bottom .default-slider-cont_unisteam {
  margin-bottom: 83px;
}
.owl-carousel.unisteam_items_slider .item {
  cursor: pointer;
}
.default-slider .item:hover {
  outline: 2px solid #0C1B33;
}
.owl-carousel.unisteam_items_slider .item:hover {
  outline: 2px solid #0C1B33;
}
.wrapper_unisteam_blog_bottom .swiper-wrapper {
  max-height: 400px !important;
}
.uslugi .title-block__crumbs ul.bread-crumbs li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.uslugi .title-block__crumbs ul.bread-crumbs li a:hover span {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .uslugi .title-block {
    position: absolute;
    top: 120px;
  }
  .wrapper_blog_unisteam .header-one__text {
    margin: 290px auto 0 auto;
  }
}
@media (max-width: 970px) {
  .uslugi .title-block {
    top: 51px;
  }
}
@media (max-width: 768px) {
  .wrapper_blog_unisteam .header-one__text .js-text-wrapper {
    max-width: 100%;
  }
  .unisteam_blog_target_wrapper {
    margin: 40px 0;
  }
  .unisteam_blog_target {
    flex-wrap: wrap;
  }
  .unisteam_blog_target .target_block {
    width: 100%;
    margin: 0 !important;
  }
  .unisteam_blog_block {
    flex-wrap: wrap;
  }
  .unisteam_blog_block > .text {
    width: 100% !important;
  }
  .unisteam_blog_block > .img {
    width: 100% !important;
    order: -1;
    margin-bottom: 25px;
    text-align: center;
  }
  .group_unisteam_tile {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 500px) {
  .uslugi .title-block__title h1 {
    line-height: 34.65px;
    width: 100%;
    font-size: 30px;
  }
  .header-one__text a {
    font-size: 14px;
  }
  .wrapper_blog_unisteam .bl_btn {
    font-size: 14px;
  }
}
.title-search-result {
  display: none !important;
}
.xname {
  display: block;
  height: .1px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: .1px;
  border: 0;
  opacity: .01;
}
.unisteam_slider .swiper-button-uni-prev, .unisteam_slider .swiper-button-uni-next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #0C1B33;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 2;
  cursor: pointer;
}
.unisteam_slider .swiper-button-uni-prev {
  left: 31px;
}
.unisteam_slider .swiper-button-uni-next {
  right: 31px;
}
.unisteam_slider .swiper-button-uni-prev:hover, .unisteam_slider .swiper-button-uni-next:hover {
  background: #000;
}
.unisteam_slider .swiper-button-uni-prev:hover path, .unisteam_slider .swiper-button-uni-next:hover path {
  fill: #fff;
}
@media (max-width: 1250px) {
  .unisteam_slider .swiper-button-uni-prev, .unisteam_slider .swiper-button-uni-next {
    top: auto;
    bottom: 10%;
    margin-top: 0;
    display: none;
  }
}
.post_page_cont_serv {
  margin-top: 0;
  margin-bottom: 40px;
}
.catalog_unisteam_zap .sort__select--category {
  margin-right: 0;
}
.bx_filter_param_text {
  cursor: pointer;
}
.catalog_unisteam_zap .chars_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalog_unisteam_zap .chars_section {
  margin-bottom: 20px;
}
.card__info-top_uni {
  width: 100%;
}
.catalog_unisteam_zap .card__media .swiper-slide > a img {
  border-radius: 5px;
}
.catalog__list_zapchasti_uni .catalog__item-info_unisteam {
  overflow: visible;
  height: auto;
}
.catalog-filter .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card__info .title-block__title {
  display: block !important;
}
.inner_page_unisteam_info_h2 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000;
  text-transform: uppercase;
}
.table_color_unisteam .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  align-items: flex-end;
}
.table_color_unisteam .item {
  background: #E7F0FF;
  border-radius: 2px;
  padding: 8px 10px;
}
.table_color_unisteam .item:nth-child(2n+2) {
  background: #fff;
}
.half_flex_unisteam_del h2 {
  margin-bottom: 40px;
}
.half_flex_unisteam_reverse .right {
  order: -1;
}
.line_ol_unisteam {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.51px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.line_ol_unisteam .num {
  margin-right: 4px;
}
ul.margin_bottom, ol.margin_bottom {
  margin-bottom: 20px;
}
.table_color_unisteam .desc {
  width: 88%;
}
.table_color_unisteam .val {
  width: 10%;
  min-width: 50px;
}
@media (max-width: 767px) {
  .table_color_unisteam .line {
    margin-bottom: 20px;
    align-items: center;
  }
  .table_color_unisteam .item .line:last-child {
    margin-bottom: 0;
  }
  .h2margin br {
    display: none;
  }
}
.catalog_list_wrap_uni_generator {
  margin-bottom: 100px;
}
.group_unisteam_tile .title_group {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.14px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.group_unisteam_tile .btn_uni_order {
  max-width: 225px;
}
.catalog_list_wrap_uni_generator {
  width: 100%;
}
.group_unisteam_tile .catalog__item-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.group_unisteam_tile .catalog__list {
  gap: 30px;
}
.group_unisteam_tile {
  margin-bottom: 98px;
}
.card__tabs_full {
  width: 100% !important;
}
.generator_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.generator_icons .item {
  text-align: center;
  margin-bottom: 13px;
  padding: 0 10px;
}
.generator_icons .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.68px;
  text-transform: uppercase;
  color: #27314D;
  margin-top: 15px;
  margin-bottom: 8px;
}
.generator_icons .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.68px;
  color: #000;
}
.generator_icons .image {
  height: 81px;
}
.generator_icons_wrapper {
  margin-top: 105px;
  margin-bottom: 130px;
}
.generator_icons_wrapper .title_block {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.51px;
  color: #0C1B33;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .generator_icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .generator_icons_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.newzamena {
  text-decoration: underline;
  cursor: pointer;
}
.tabs__content-content table.h td.b span, .tabs__content-content table.h td.z span {
  position: static;
}
.tabs__content-content table.h td.b:after, .tabs__content-content table.h td.z:before {
  display: none;
}
.tabs__content-content table.h td.b {
  width: 45%;
}
.tabs__content-content table.h tr {
  position: relative;
}
.tabs__content-content table.h tr:after {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #cacaca;
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
.tabs__content-content table.h td.b span, .tabs__content-content table.h td.z span {
  position: relative;
  z-index: 2;
  background: #fff;
}
.tabs__content-content table.h td.b span {
  padding-right: 10px;
}
.tabs__content-content table.h td.z {
  vertical-align: top;
}
.accordion__body table {
  min-width: 0 !important;
}
.tabs__content-content table.h td.z {
  text-align: right !important;
}
.tabs__content-content table.h.not_dotted tr:after {
  display: none !important;
}
.tabs__content-content table.h td:nth-child(1) tr:after {
  display: none !important;
}
@media (max-width: 960px) {
  .card .tabs__content-content {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .tabs__content-content table.h tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
    .tabs__content-content table.h, .tabs__content-content table.h * {box-sizing: border-box;}
    .tabs__content-content table.h td.b {overflow: visible;}
}

.catalog-unit .value {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.catalog-unit .value button {
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	height: 32px;
	color: #353637;
	background-color: #f6f7f8;
	border: 1px solid #f6f7f8;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 2px 16px 0;
	border-radius: 2px;
}.catalog-unit .value button:hover {
	color: #353637;
	background-color: #cdd0d6;
	border-color: #cdd0d6;
}
.catalog__list.js__view-list.show{display: blok;}
.catalog__list.js__view-list.hidden{display: none;}
.catalog-main__title.catalog-main__title--small.auto-title.show{display: blok;}
.catalog-main__title.catalog-main__title--small.auto-title.hidden{display: none;}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 100;
}
.icon-bar a:hover {
	text-decoration:none;
	border-bottom: 0;

}.icon-bar a {
	display: block;

	padding: 3px 15px 3px 15px;

	z-index: 100;
}
.stickers.custom-font [class*="sticker_"] {
	padding: 0 7px;
	margin: 0 2px 4px;
	letter-spacing: normal;position: absolute;z-index: 1;
}
.stickers [class*="sticker_"] {
  background-color: #34a853;
  border: 2px solid #34a853;
  width: auto;
  letter-spacing: .5px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 2px 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #00000040;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 2;
}
.catalog__list.js__view-list .stickers2.custom-font [class*="sticker_"] {
	padding: 0 7px;
	margin: 0 2px 4px;
	letter-spacing: normal;
	position: absolute;
	z-index: 1;
}
.catalog__list.js__view-plates .stickers2.custom-font [class*="sticker_"] {
	padding: 0 7px;
	margin: 0 2px 4px;
	letter-spacing: normal;
	position: absolute;
	z-index: 1;
	right: 10px;
}
.stickers2 [class*="sticker_"] {
	background-color: #1d428f;
  border: 2px solid #1d428f;
	width: auto;
	letter-spacing: .5px;
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 0 2px 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #00000040;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 2;
}
.stickers3.custom-font [class*="sticker_"] {
  padding: 0 7px;
  margin: 0 2px 4px;
  letter-spacing: normal;
  position: absolute;
  z-index: 1;
}
.stickers3 [class*="sticker_"] {
  background-color: #ffffff;
  width: auto;
  letter-spacing: .5px;
  position: relative;
  display: inline-block;
  color: #1d428f;
  margin: 0 2px 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #00000040;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  border: 2px solid #1d428f;
}
.catalog__list.js__view-plates .stickers3.custom-font [class*="sticker_"], .catalog__list.js__view-plates .stickers2.custom-font [class*="sticker_"], .catalog__list.js__view-plates .stickers.custom-font [class*="sticker_"] {
  top: 20px;
}
a.muted.back-url.url-block{border-bottom: 0;}

.catalog__item-pricen span {
	color: #1d428f;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;text-transform:uppercase
}
.catalog__item-pricen {
	margin-top:7px
}
.catalog__item-pricen2 span {
	color: #355fb6;
	color: var(--thrid-color);
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}
.catalog__item-pricen2 {
	margin-bottom:15px
}
.favorites__text {
	text-transform: uppercase;
	font-size: 12px;
	color: #1d428f;
}
.product__favorites{margin-top: 17px;}.js-add-to-favorite::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 12px;
	background-image: url(img/favort2.png);
	width: 13px;
	height: 22px;
}
.js-add-to-favorite:hover::before {

	background-image: url(img/favort3.png);

}
.js-add-to-favorite {
	font-family: "Roboto Condensed",sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1;
	padding-left: 32px;
	position: relative;margin-top:10px
}
.js-add-to-favorite.active::before {
  content: '';
	position: absolute;
	top: -5px;
	left: 12px;
	background-image: url(img/favort3.png);
	width: 13px;
	height: 22px;
}
.js-add-to-favorite.active .favorites__text {
  top: -5px;
	position: relative;
}
.favorites_page::before {
	content: '';
	position: absolute;
	background-image: url(img/favort.png);
	width: 13px;
	height: 22px;
  top: 15px;
}.favorites_page.active::before {
	content: '';
	position: absolute;
	background-image: url(img/favortact.png);
	width: 13px;
	height: 22px;
  top: 15px;
}
@media only screen and (max-width:767px) {
  .favorites_page::before {
    top: auto;
    margin-top: 15px;
}
}

@media only screen and (max-width:700px) {
.catalog__list.js__view-list .stickers.custom-font [class*="sticker_"] {
	margin-top: 25%;
}
.catalog__list.js__view-list .stickers2.custom-font [class*="sticker_"] {
  margin-top: 35%;
  margin-left: 5px !important;
}
.catalog__list.js__view-list .stickers3.custom-font [class*="sticker_"] {
	margin-top: 25%;
}
}


.header__favorites a {color:#fff}
.header__favorites {
	text-align: center;
	margin-right: 25px;
}

#revision-techniques h2 {
    text-align: center;
    letter-spacing: 1.9px;
    margin-bottom: 32px;
    margin-top: 35px
}

#revision-techniques .ui-tabs {
    border: none;
    border-radius: 0
}

#revision-techniques .ui-tabs ul.ui-tabs-nav {
    border: none;
    background: 0 0;
    display: flex
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs ul.ui-tabs-nav {
        flex-direction: column
    }
}

#revision-techniques .ui-tabs .ui-corner-top {
    background: 0 0;
    border: none;
    flex: 1;
    margin-right: 6px;
    padding: 0 5px
}

#revision-techniques .ui-tabs .ui-corner-top:nth-last-child(-n+1) {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .ui-corner-top {
        margin-right: 0;
        padding: 0
    }
}

#revision-techniques .ui-tabs .ui-corner-top .cont-m {
    display: none
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .ui-corner-top .cont-m {
        display: none
    }
    #revision-techniques .ui-tabs .ui-corner-top .cont-m:before {
        content: '';
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        background-image: url("dorab/arrows-3.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 33px;
        height: 17px;
        margin: auto
    }
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .ui-corner-top .cont-m .contextual-links-wrapper {
        display: none
    }
}

#revision-techniques .ui-tabs .ui-corner-top .cont-m .block {
    padding: 15px 0;
    margin: 0 -15px 30px
}

#revision-techniques .ui-tabs .ui-corner-top a {
    font-weight: 400;
    font-family: HelveticaNeueRoman, Arial;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 91px 40px 31px;
    text-decoration: none;
    color: #242426;
    outline: none;
    height: 100%;
    position: relative
}

@media only screen and (max-width:1199px) {
    #revision-techniques .ui-tabs .ui-corner-top a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .ui-corner-top a {
        width: 100%;
        padding: 0 0 0 55px;
        height: auto;
        text-align: left;
        font-size: 16px;
        margin-bottom: 30px;
        display: block
    }
    #revision-techniques .ui-tabs .ui-corner-top a:nth-last-child(-n+1) {
        margin-bottom: 0
    }
    #revision-techniques .ui-tabs .ui-corner-top a span {
        border-bottom: 1px dashed #696969
    }
}

#revision-techniques .ui-tabs .ui-corner-top a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .ui-corner-top a:before {
        right: auto;
        bottom: 0
    }
}

/* #revision-techniques .ui-tabs li.ui-tabs-active>a {
    background-image: url("/local/templates/unisteam/dorab/arrows-3.png");
    background-repeat: no-repeat;
    background-position: bottom center
} */

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs li.ui-tabs-active>a {
        background-image: none
    }
}

#revision-techniques .ui-tabs .item-1>a:before {
    background-image: url(dorab/sprite.png);
    background-position: -66px 0;
    width: 66px;
    height: 76px;
    top: 9px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-1>a:before {
        background-image: url(dorab/sprite.png);
        background-position: -122px -146px;
        width: 31px;
        height: 36px;
        top: 0;
        left: 3px
    }
}

#revision-techniques .ui-tabs .item-2>a:before {
    background-image: url(dorab/sprite.png);
    background-position: -61px -146px;
    width: 61px;
    height: 50px;
    top: 23px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-2>a:before {
        background-image: url(dorab/sprite.png);
        background-position: -36px -196px;
        width: 36px;
        height: 29px;
        top: 0
    }
}

#revision-techniques .ui-tabs .item-3>a:before {
    background-image: url(dorab/sprite.png);
    background-position: -128px -76px;
    width: 65px;
    height: 53px;
    top: 20px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-3>a:before {
        background-image: url(dorab/sprite.png);
        background-position: 0 -196px;
        width: 36px;
        height: 29px;
        top: 0
    }
}

#revision-techniques .ui-tabs .item-4>a:before {
    background-image: url(dorab/sprite.png);
    background-position: 0 -76px;
    width: 63px;
    height: 70px;
    top: 10px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-4>a:before {
        background-image: url(dorab/sprite.png);
        background-position: -227px -102px;
        width: 32px;
        height: 36px;
        top: 0
    }
}

#revision-techniques .ui-tabs .item-1.ui-tabs-active a:before,
#revision-techniques .ui-tabs .item-1:hover a:before {
    background-image: url(dorab/sprite.png);
    background-position: 0 0;
    width: 66px;
    height: 76px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-1.ui-tabs-active a:before,
    #revision-techniques .ui-tabs .item-1:hover a:before {
        background-image: url(dorab/sprite.png);
        background-position: -153px -146px;
        width: 31px;
        height: 36px
    }
}

#revision-techniques .ui-tabs .item-2.ui-tabs-active a:before,
#revision-techniques .ui-tabs .item-2:hover a:before {
    background-image: url(dorab/sprite.png);
    background-position: 0 -146px;
    width: 61px;
    height: 50px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-2.ui-tabs-active a:before,
    #revision-techniques .ui-tabs .item-2:hover a:before {
        background-image: url(dorab/sprite.png);
        background-position: -184px -146px;
        width: 36px;
        height: 29px
    }
}

#revision-techniques .ui-tabs .item-3.ui-tabs-active a:before,
#revision-techniques .ui-tabs .item-3:hover a:before {
    background-image: url(dorab/sprite.png);
    background-position: -63px -76px;
    width: 65px;
    height: 53px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-3.ui-tabs-active a:before,
    #revision-techniques .ui-tabs .item-3:hover a:before {
        background-image: url(dorab/sprite.png);
        background-position: -220px -146px;
        width: 36px;
        height: 29px
    }
}

#revision-techniques .ui-tabs .item-4.ui-tabs-active a:before,
#revision-techniques .ui-tabs .item-4:hover a:before {
    background-image: url(dorab/sprite.png);
    background-position: -132px 0;
    width: 63px;
    height: 70px
}

@media only screen and (max-width:767px) {
    #revision-techniques .ui-tabs .item-4.ui-tabs-active a:before,
    #revision-techniques .ui-tabs .item-4:hover a:before {
        background-image: url(dorab/sprite.png);
        background-position: -195px -102px;
        width: 32px;
        height: 36px
    }
}

#revision-techniques .tabs-rt-content {
    border: none
}

@media only screen and (max-width:767px) {
    #revision-techniques .tabs-rt-content .block {
        display: none !important
    }
}

/* #revision-techniques .block {
    padding: 55px 0 18px;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 27px 23px -17px #f0f0f0 inset, 1px -24px 23px -17px #f0f0f0 inset
} */

@media only screen and (max-width:767px) {
    #revision-techniques .block {
        background-color: #f7f7f7;
        box-shadow: none
    }
}

/* #revision-techniques .block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 27px 23px -17px #f0f0f0 inset, 1px -24px 23px -17px #f0f0f0 inset;
    z-index: -1
} */

@media only screen and (max-width:767px) {
    #revision-techniques .block:before {
        display: none
    }
}

#revision-techniques .block .content {
    display: flex
}

@media only screen and (max-width:767px) {
    #revision-techniques .block .content {
        flex-direction: column
    }
}

#revision-techniques .block .image-revision {
    padding-left: 132px;
    flex: 0 0 auto
}

@media only screen and (max-width:1199px) {
    #revision-techniques .block .image-revision {
        padding-left: 30px
    }
}

@media only screen and (max-width:1199px) {
    #revision-techniques .block .image-revision {
        width: 240px
    }
}

@media only screen and (max-width:991px) {
    #revision-techniques .block .image-revision {
        display: none
    }
}

#revision-techniques .block .image-revision img {
    display: block;
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:767px) {
    #revision-techniques .block .image-revision img {
        margin: auto
    }
}

#revision-techniques .block .info-revision {
    box-sizing: border-box;
    padding-left: 31px;
    font-size: 14px;
    padding-top: 11px;
    flex: 1
}

@media only screen and (max-width:767px) {
    #revision-techniques .block .info-revision {
        padding: 11px 15px 0
    }
}

#revision-techniques .block .info-revision table {
    width: 100%
}

#revision-techniques .block .info-revision td {
    line-height: 1.429;
    padding: 0;
    width: auto
}

#revision-techniques .block .info-revision td:nth-child(2n-1) {
    padding-right: 20px;
    color: #696969;
    letter-spacing: -.9px
}

#revision-techniques .block .info-revision td:nth-child(2n) {
    color: #222;
    width: 138px;
    font-weight: 700;
}

@media only screen and (max-width:767px) {
    #revision-techniques .block .info-revision td:nth-child(2n) {
        width: 108px
    }
}

.revision-techniques__ft {
    display: flex;
    justify-content: center;
    margin-top: 30px
}.partners .swiper-pagination {
	display: none;
} 

.standart-page2.text-page2 {
	float: left;
	width: calc(100% - 250px);
}.services2 {
	float: right;
	width: 200px;
}
@media (max-width: 1000px) {
.standart-page2.text-page2 {
	float: none;
width:100%
}.services2 {
	float: none;
	width: 200px;
	margin-top:30px
}
}

.icon-link {
  position: absolute;
  font-size: 0;
  /* float: right; */
  text-align: right;
  margin-top: -80px;
  padding-right: 20px;
  right: 0;
}

.icon-link a.mail {
	background-position: 0 0;
}
.icon-link a.mail:hover {
	background-position: 0 -28px;
}
@media (max-width: 450px) {
  .icon-link {
    position: inherit;
    padding-right: 20px;
    right: 0;
    padding-bottom: 20px;
    margin-top: 0;
    text-align: left;
}
}
.uni_shadow_btn2 {
	color: #13233E;
	font-size: 12px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px #00000040;
	border-radius: 5px;
	padding: 17px 21px;
}
.uni_shadow_btn2 img {
	vertical-align: middle;
  margin-right: 5px;
  width: 29px;
}
.sorttoogle {
  display: none;
}.sorttoogle {
  display: filtertoogle;
}
@media (max-width: 667px) {
.sorttoogle {
	display: block;
	background: #fff;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	height: 20px;
	text-align: center;
	color: #222;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s ease;
	margin: 10px 0 20px 0;
	border: 1px solid #000;
	
}
}
@media (max-width: 667px) {
  .strik,.sort__select-label.strik,.catalog-sort .sort__select.strik  {
    display: none;
  }
}
.flt{display:none}
@media (max-width: 1040px) {
	.flt{display:block}
	.filtertoogle {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	height: 20px;
	text-align: center;
	color: #222;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s ease;
	margin: 10px 0 20px 0;
	border: 1px solid #000;
	
}
  .catalog_unisteam_c {
    display: block;
  }.catalog_unisteam_c .catalog-filter {
	width: 100%;
	padding: 0;
}.catalog-filter .smartfilter {
	overflow: visible;
}.strik2  {
    display: none;
  }

}

.socials.flex{display:none}
.mobile-menu .socials.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}.mobile-menu .header__favorites {

	display: block;
}

.info_uni .model-code_uni {
	padding: 0 8px;
}


.load-more-container .load-more-btn {
 display: none;
}

.load-more-container #load-more {
  display: none;
}


@media (max-width: 667px) {
.load-more-container .load-more-btn {
  width: 150px;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  background: #494747;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.load-more-container .value:nth-child(1n + 4) {
  display: none;
}
.load-more-container .load-more-btn:hover {
  background: #333;
}
.load-more-container .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more:checked ~ .value:nth-child(1n + 4) {
  display: inline-block;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
  display: block;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
  display: none;
}
}

.tags-container {
  position: relative;
  max-height: 43px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 120px;
  max-width: 100%;
}
.value1 {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.value1 a.myBtns {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #353637;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 2px;
  background-color: #f6f7f8;
  border: 1px solid #f6f7f8;
  padding: 5px 10px;
  height: 35px;
}
.value1 a.myBtns:hover {
	background-color: #cdd0d6;
	border-color: #cdd0d6;
}
.show-tags {
  position: absolute;
  right: 0;
  top: 0;
  color: #1d428f;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s;
  line-height: 2;
}