.ps-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.ps-table > thead > tr > th,
.ps-table > tbody > tr > th,
.ps-table > tfoot > tr > th,
.ps-table > thead > tr > td,
.ps-table > tbody > tr > td,
.ps-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
}
.ps-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.ps-table > caption + thead > tr:first-child > th,
.ps-table > colgroup + thead > tr:first-child > th,
.ps-table > thead:first-child > tr:first-child > th,
.ps-table > caption + thead > tr:first-child > td,
.ps-table > colgroup + thead > tr:first-child > td,
.ps-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ps-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.ps-table .ps-table {
  background-color: #fff;
}
.ps-table-condensed > thead > tr > th,
.ps-table-condensed > tbody > tr > th,
.ps-table-condensed > tfoot > tr > th,
.ps-table-condensed > thead > tr > td,
.ps-table-condensed > tbody > tr > td,
.ps-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.ps-table-bordered {
  border: 1px solid #ddd;
}
.ps-table-bordered > thead > tr > th,
.ps-table-bordered > tbody > tr > th,
.ps-table-bordered > tfoot > tr > th,
.ps-table-bordered > thead > tr > td,
.ps-table-bordered > tbody > tr > td,
.ps-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.ps-table-bordered > thead > tr > th,
.ps-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.ps-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ps-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.ps-table > thead > tr > td.active,
.ps-table > tbody > tr > td.active,
.ps-table > tfoot > tr > td.active,
.ps-table > thead > tr > th.active,
.ps-table > tbody > tr > th.active,
.ps-table > tfoot > tr > th.active,
.ps-table > thead > tr.active > td,
.ps-table > tbody > tr.active > td,
.ps-table > tfoot > tr.active > td,
.ps-table > thead > tr.active > th,
.ps-table > tbody > tr.active > th,
.ps-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.ps-table-hover > tbody > tr > td.active:hover,
.ps-table-hover > tbody > tr > th.active:hover,
.ps-table-hover > tbody > tr.active:hover > td,
.ps-table-hover > tbody > tr:hover > .active,
.ps-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.ps-table > thead > tr > td.success,
.ps-table > tbody > tr > td.success,
.ps-table > tfoot > tr > td.success,
.ps-table > thead > tr > th.success,
.ps-table > tbody > tr > th.success,
.ps-table > tfoot > tr > th.success,
.ps-table > thead > tr.success > td,
.ps-table > tbody > tr.success > td,
.ps-table > tfoot > tr.success > td,
.ps-table > thead > tr.success > th,
.ps-table > tbody > tr.success > th,
.ps-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.ps-table-hover > tbody > tr > td.success:hover,
.ps-table-hover > tbody > tr > th.success:hover,
.ps-table-hover > tbody > tr.success:hover > td,
.ps-table-hover > tbody > tr:hover > .success,
.ps-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.ps-table > thead > tr > td.info,
.ps-table > tbody > tr > td.info,
.ps-table > tfoot > tr > td.info,
.ps-table > thead > tr > th.info,
.ps-table > tbody > tr > th.info,
.ps-table > tfoot > tr > th.info,
.ps-table > thead > tr.info > td,
.ps-table > tbody > tr.info > td,
.ps-table > tfoot > tr.info > td,
.ps-table > thead > tr.info > th,
.ps-table > tbody > tr.info > th,
.ps-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.ps-table-hover > tbody > tr > td.info:hover,
.ps-table-hover > tbody > tr > th.info:hover,
.ps-table-hover > tbody > tr.info:hover > td,
.ps-table-hover > tbody > tr:hover > .info,
.ps-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.ps-table > thead > tr > td.warning,
.ps-table > tbody > tr > td.warning,
.ps-table > tfoot > tr > td.warning,
.ps-table > thead > tr > th.warning,
.ps-table > tbody > tr > th.warning,
.ps-table > tfoot > tr > th.warning,
.ps-table > thead > tr.warning > td,
.ps-table > tbody > tr.warning > td,
.ps-table > tfoot > tr.warning > td,
.ps-table > thead > tr.warning > th,
.ps-table > tbody > tr.warning > th,
.ps-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.ps-table-hover > tbody > tr > td.warning:hover,
.ps-table-hover > tbody > tr > th.warning:hover,
.ps-table-hover > tbody > tr.warning:hover > td,
.ps-table-hover > tbody > tr:hover > .warning,
.ps-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.ps-table > thead > tr > td.danger,
.ps-table > tbody > tr > td.danger,
.ps-table > tfoot > tr > td.danger,
.ps-table > thead > tr > th.danger,
.ps-table > tbody > tr > th.danger,
.ps-table > tfoot > tr > th.danger,
.ps-table > thead > tr.danger > td,
.ps-table > tbody > tr.danger > td,
.ps-table > tfoot > tr.danger > td,
.ps-table > thead > tr.danger > th,
.ps-table > tbody > tr.danger > th,
.ps-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.ps-table-hover > tbody > tr > td.danger:hover,
.ps-table-hover > tbody > tr > th.danger:hover,
.ps-table-hover > tbody > tr.danger:hover > td,
.ps-table-hover > tbody > tr:hover > .danger,
.ps-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.ps-table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .ps-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ps-table-responsive > .ps-table {
    margin-bottom: 0;
  }
  .ps-table-responsive > .ps-table > thead > tr > th,
  .ps-table-responsive > .ps-table > tbody > tr > th,
  .ps-table-responsive > .ps-table > tfoot > tr > th,
  .ps-table-responsive > .ps-table > thead > tr > td,
  .ps-table-responsive > .ps-table > tbody > tr > td,
  .ps-table-responsive > .ps-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ps-table-responsive > .ps-table-bordered {
    border: 0;
  }
  .ps-table-responsive > .ps-table-bordered > thead > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > thead > tr > td:first-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > td:first-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ps-table-responsive > .ps-table-bordered > thead > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > thead > tr > td:last-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > td:last-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ps-table-responsive > .ps-table-bordered > tbody > tr:last-child > th,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr:last-child > th,
  .ps-table-responsive > .ps-table-bordered > tbody > tr:last-child > td,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.ps-cardoneclick {
    padding-top: 7px;
}

.ps-cardoneclick__main {
    display: inline-block;
}

.ps-cardoneclick__button {
    height: 26px;
    font-size: 8px;
    gap: 6px;
    width: auto;
    padding: 0 7px;
    max-width: none;
    line-height: 1;
    border-radius: 4px;
}

.ps-cardoneclick__button i {
    margin: 0;
    width: 10px;
    height: 12px;
    background-size: contain;
}

.ps-cardoneclick__button i:before {
    width: 10px;
    height: 12px;
    background-size: contain;
}

@media (max-width: 760px) {
    .ps-cardoneclick {
    }

    .ps-cardoneclick__main {
    }

    .ps-cardoneclick__button {
    }

    .ps-cardoneclick__button i {
    }

    .ps-cardoneclick__button i:before {
    }
}

.ps-carousel1__button {
    align-items: end;
}

.ps-card-cart-form {
    display: flex;
    flex-wrap: nowrap;
}

.ps-count {
    width: 24px;
    display: none;
    padding-right: 4px;
}

.ps-card-cart-form__containcart .ps-count, .success .ps-count {
    display: block;
}

.ps-count input {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 100%;
    height: 19px;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    display: block;
}

.ps-count div {
    position: static;
    display: block;
}

.ps-count div span {
    background: no-repeat;
    display: block;
    width: auto;
    height: 17px;
    border: 1px solid #D9D9D9;
    background: rgb(213, 232, 251);
    margin-top: 2px;
    border-radius: 4px;
}

.ps-count div span:before {
    content: '+';
    line-height: 1;
    position: static;
    text-align: center;
}

.ps-count div span:last-child {
}

.ps-count div span:last-child:before {
    content: '-';
    margin: -2px 0 0px 0;
}

@media only screen and (max-width: 1000px) {
    .ps-count input {
        height: 16px;
    }

    .ps-count div span {
        margin-top: 1px;
        height: 16px;
    }
}

.bottom-fixed-menu1__item span {
    position: relative;
}

.ps-bottom-cart-count {
    position: absolute;
    top: -7px;
    right: -16px;
    padding-top: 3px;
    display: block;
    text-align: center;
    min-width: 14px;
    height: 14px;
    line-height: 1;
    background: #549CE1;
    font-weight: normal;
    font-size: 8px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 14px;
}

.carousel1__price-left span.ps-price-label, .ps-price-label {
    text-decoration: none;
    color: inherit;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
}

.carousel1__price-left span.ps-price-label:after, .ps-price-label:after {
    display: none;
}

.carousel1__price-left p:after {
    content: ' руб.';
}

.kamatoc-wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-size: 1em;
}

.main-text1 ul.kamatoc {
    list-style-type: none;
    counter-reset: list;
    display: block;
}

.main-text1 ul.kamatoc li {
    line-height: 1;
    display: block;
    padding: 5px 0;
    font-size: inherit;
}

.main-text1 ul.kamatoc li:before {
    color: #555;
    background: no-repeat;
    position: static;
    display: inline;
}

.main-text1 ul.kamatoc li.kamatoc__top {
    counter-increment: list;
    counter-reset: list1;
}

.main-text1 ul.kamatoc li.kamatoc__top:before {
    content: counter(list) '. ';
}

.main-text1 ul.kamatoc li.kamatoc__sub_1 {
    counter-increment: list1;
    counter-reset: list2;
}

.main-text1 ul.kamatoc li.kamatoc__sub_1:before {
    content: counter(list) '.' counter(list1) '. ';
}

.main-text1 ul.kamatoc li.kamatoc__sub_2 {
    counter-increment: list2;
}

.main-text1 ul.kamatoc li.kamatoc__sub_2:before {
    content: counter(list) '.' counter(list1) '.' counter(list2) '. ';
}

.main-text1 ul.kamatoc li.kamatoc__sub_3 {
    counter-increment: list3;
}

.main-text1 ul.kamatoc li.kamatoc__sub_3:before {
    content: counter(list) '.' counter(list1) '.' counter(list2) '.' counter(list3) '.';
}

.kamatoc-wrap__title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.kamatoc a, .kamatoc a * {
    color: inherit !important;
}

.banner1__meta {
    color: #fff;
}

.ps-postmetas {
}

.ps-postmetas__main {
}

.ps-postmetas__list {
    display: flex;
    align-items: center;
}

.ps-postmetas__item {
    padding: 10px;
}

.ps-postmeta {
    display: flex;
    align-items: center;
    line-height: 1;
}

.ps-postmeta__icon {
    padding-right: 7px;
    display: block;
    font-size: 0;
}

.ps-postmeta__value {
}


.ps-rating {
    margin-bottom: 1.5em;
}
.ps-rating__header {}
.ps-rating__title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.ps-rating__content {}


.ps-article-producs .carousel1 {
    margin-bottom: 50px;
}


.ps-pricelist {}
.ps-pricelist__header {
    text-align: center;
    padding-bottom: 20px;
}
.ps-pricelist__content {
    padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .ps-pricelist .ps-table-responsive > .ps-table > tbody > tr > td {
        white-space: normal;
    }
}

.ps-table-space-tr {}
.ps-pricelist .ps-table > tbody > tr.ps-table-space-tr + tr > td,
.ps-pricelist .ps-table > tbody > tr.ps-table-space-tr + tr > th {
    border-top: none;
}
.ps-table > tbody > tr:first-child > th,
.ps-table > tbody > tr:first-child > td {
    border-top: none;
}
.ps-table-space-td {}

.prosh_link{
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 13px 25px;
  border: 1px solid #58a9f3;
  color: #549ce1;
  background: #fff;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5833333333;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  transition: border .2s ease,background .2s ease;
  display: inline-block;
  margin-top: 25px;
}
.prosh_link:hover{
  border-color: #d8eafd;
  background: #d8eafd;
}

@media (min-width: 1001px) {
  .page-home .header-top1{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .page-home .header-center1{
    padding-bottom: 40px;
  }
}
@media (min-width: 761px) {
  .page-home .padding1 {
    padding-top: 50px;
  }
  .page-home .list-tab1 {
    padding-bottom: 40px;
  }
  .page-home .carousel-list1 {
    margin-bottom: 60px;
  }
  .page-home .content-text1 {
    margin-bottom: 80px;
  }
  .page-home .content-text2 {
    margin-bottom: 90px;
  }
  .page-home .list-icon2 {
    margin-bottom: 80px;
  }
  .page-home .article-block1 {
    margin-bottom: 90px;
  }
  .page-home .review-list1 {
    margin-bottom: 90px;
  }
  .page-home .background-bottom1 {
      padding-top: 90px;
  }
  .page-home .carousel1 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 1420px){
  .page-home .carousel1 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 760px){
  .page-home .carousel1 {
    margin: 0 -4.5px 50px;
    padding-bottom: 44px;
  }
}

@media (max-width: 760px) {
  .overflow_hid {
    overflow: hidden !important;
  }
  .pos_rel {
    position: relative;
  }
  .custom_toggle_table {
    position: absolute;
    top: 4px;
    /* right: 4px; */
    left: 375px;
    width: 28px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    z-index: 5;
    border: 1px solid #549CE1;
    border-radius: 6px;
    color: #549CE1;
    background-color: #eff5fb66;
    backdrop-filter: blur(1px);
  }
  .custom_toggle_table.open {
    transform: scaleX(-1);
    left: unset;
    right: 4px;
  }
  .clone-head-table-wrap .custom_toggle_table{
    display: none;
  }
  .table-product1.custom_fw {
    display: block;
    width: 100vw;
    overflow: hidden;
  }
}
@media (max-width: 570px) {
  .custom_toggle_table {
    left: 345px;
  }

  .table-product1 input[type=text] {
    max-width: 90px;
  }
  .table-product1 tbody > tr[data-type="row"] > td:nth-child(7) input[type=text] {
    max-width: 75px;
  }
}



.product-information1__flags {
    position: absolute;
    top: 40px;
    left: 0;
}

.ps-flags {
    display: flex;
    flex-wrap: wrap;
}

.ps-flags__item {
    padding: 5px;
}

.ps-flag {
    background: #D5E8FB;
    padding: 5px 5px;
    border-radius: 4px;
    color: #fff;
}

.ps-flag--special_offer {
    background: #e52929;
}

.ps-flag--hit {
    background: #2992d9;
}

.ps-flag--best_price {
    background: #893ca9;
}

.ps-flag--new {
    background: #70a83d;
}

.carousel1__flags {
    position: absolute;
    top: 40px;
}

.carousel1__flags .ps-flags__item {
    padding: 2px;
}

.carousel1__flags .ps-flag {
    padding: 5px;
    font-size: 10px;
    line-height: 1;
}

.list-often-search1__list div {
  flex-flow: wrap;
}

.block_history{
  background: #EEF3F8;
  padding: 50px 30px;
  margin-bottom: 120px;
}
.block_h_date .h_circle{
  width: 80px;
  height: 80px;
  background-image: url(/img/с1.png);
  border-radius: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 37% 14%;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.block_h_date .h_circle.c4{
  background-position: 2% 18%;
  background-size: 300%;
}
.block_h_date .h_circle.c1{
  background-position: 84% 26%;
  background-size: 200%;
  background-image: url(/img/c2.png);
}
.block_h_date .h_circle.c3{
  background-position: 70% 66%;
  background-size: 250%;
  background-image: url(/img/c3.png);
}
.block_h_date .h_circle.c5{
  background-position: 85% 11%;
  background-size: 250%;
  background-image: url(/img/c2.png);
}
.block_h_date .h_info{
  margin-left: 30px;
  margin-top: -17px;
}
.block_history_top{
  display: flex;
}
.block_history_top .block_h_date{
  display: flex;
  width: 50%;
  justify-content: center;
}
.block_h_date .h_year{
  color: #58A9F3;
  font-size: 32px;
  font-weight: 500;
}
.block_h_date .h_head{
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.block_h_date .h_line{
  width: 2px;
  background: #58A9F3;
  height: 30px;
  margin: 0 auto;
}
.block_history_top .block_h_date .h_line{
  height: 50px;
}
.block_history .history_line{
  height: 2px;
  background: #58A9F3;
  width: 100%;
  position: relative;
}
.block_history_bottom .block_h_date{
  display: flex;
  width: 30%;
  justify-content: center;
}
.block_history_bottom .block_h_date:first-child{
  justify-content: flex-start;
}
.block_history_bottom .block_h_date:last-child{
  justify-content: flex-end;
}
.block_history .block_history_bottom .h_info{
  margin-top: 27px;
}
.block_history_bottom{
  display: flex;
  justify-content: space-between;
}
.block_history_mobile{
  display: none;
}
.vacancy_item{
  border: 2px solid #549CE1;
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 10px;
}
.vacancy_list{
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancy_column{
  column-count: 2;
  margin-bottom: 150px;
}
.vacancy_column .vacancy_item{
  break-inside: avoid;
}
.vacancy_body{
  display: none;
  margin-top: 30px;
}
.vacancy_title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vacancy_excerpt{
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.vacancy_btn{
  background: url(/img/vector.svg);
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: center;
}
.vacancy_btn.active{
  transform: rotate(180deg);
}
.vacancy_body p{
  margin-bottom: 10px;
  color: #666666;
}
.vacancy_body p strong{
  color: #000;
}
.vacancy_body ul{
  color: #666666;
  margin-left: 15px;
  margin-bottom: 20px;
}
.vacancy_body li:before{
  content: " \B7";
  font-size: 20px;
  margin-right: 5px;
}
.carousel-vacancy .next {
  position: absolute;
  top: 63px;
  right: -50px;
  z-index: 1;
  cursor: pointer;
  background: url(/build/assets/i101-0a72b8c5.svg) no-repeat 0 0;
  background-size: 31px 35px;
  width: 31px;
  height: 35px;
  display: flex;
  flex-shrink: 0;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11,M12=$m12,M21=$m21,M22=$m22,sizingMethod="auto expand");
  zoom: 1;
}
.carousel-vacancy .next:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url(/build/assets/i101-1-711a4c35.svg) no-repeat 0 0;
  background-size: 31px 35px;
  width: 31px;
  height: 35px;
  display: flex;
  flex-shrink: 0;
  opacity: 0;
}
.carousel-vacancy .prev {
  position: absolute;
  top: 63px;
  left: -50px;
  z-index: 1;
  cursor: pointer;
  background: url(/build/assets/i101-0a72b8c5.svg) no-repeat 0 0;
  background-size: 31px 35px;
  width: 31px;
  height: 35px;
  display: flex;
  flex-shrink: 0;
}
.carousel-vacancy .prev:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url(/build/assets/i101-1-711a4c35.svg) no-repeat 0 0;
  background-size: 31px 35px;
  width: 31px;
  height: 35px;
  display: flex;
  flex-shrink: 0;
  opacity: 0;
}
.carousel-vacancy .next:hover {
  background: none;
}
.carousel-vacancy .next:hover:before {
  opacity: 1;
}
.carousel-vacancy .prev:hover {
  background: none;
}
.carousel-vacancy .prev:hover:before {
  opacity: 1;
}
.carousel-vacancy .vacancy_item{
  margin-left: 10px;
  margin-right: 10px;
}
.carousel-vacancy{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.block_docs{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.block_docs div{
  padding-right: 10px;
  padding-left: 5px;
}
.block_docs .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_docs .slick-slide img{
  height: 150px;
}
.block_staff_wrap{
  overflow: hidden;
  margin-bottom: 70px;
}
.block_staff{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.staff_img{
  width: 225px;
  height: 225px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.staff_fio{
  font-size: 17px;
  font-weight: 600;
  max-width:200px;
  margin: 20px 10px 10px 10px;
}
.staff_desc{
  color: #666666;
  margin: 0 10px;
  max-width:200px;
  white-space: normal;
}
.block_reviews .review-list1__title{
  font-weight: 600;
}
.vacancy_form{
  margin-top: 40px;
}
.vacancy_form_title{
  text-transform: uppercase;
  font-weight: 700;
}
.vacancy_form_body{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 25px 0;
}
.vacancy_form_input{
  width: 48%;
  border: 1px solid #000;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.vacancy_form_submit{
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  background: #549CE1;
  border-radius: 8px;
  display: block;
  width: 280px;
  margin: 0 auto 25px auto;
}
.vacancy_form_check{
  width: 300px;
  margin: 0 auto 20px auto;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.vacancy_form_check a{
  color: #666666;
  text-decoration: underline;
}
.block_articles .article-block1__right{
  display: none;
}
.btn_readmore a{
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #58A9F3;
  border-radius: 8px;
  padding: 0 70px;
  height: 50px;
  display: inline-flex;
  line-height: 50px;
}
.btn_readmore a:hover {
  background: #0075e1;
}
.btn_readmore{
  text-align: right;
  margin-top: -90px;
  margin-bottom: 90px;
}
.btn_readmore.vac{
  margin-bottom: 110px;
  margin-top: -100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}
.block_history .history_line:after{
  content: "";
  width: 10px;
  height: 18px;
  background: url(/img/arrow.svg);
  top: -8px;
  position: absolute;
  background-repeat: no-repeat;
  right: -1px;
}
.menu1_sub, .menu3_sub{
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 7px 20px 20px;
  margin-top: -7px;
  margin-left: -15px;
}
.menu1_sub > li, .menu3_sub > li{
  padding-bottom: 12px;
}
.menu1_sub > li:last-child,
.menu3_sub > li:last-child{
  padding: 0;
}
.menu1_sub > li:first-child,
.menu3_sub > li:first-child{
  padding-bottom: 20px;
}
.menu1_sub > li:first-child:after {
  content: "";
  margin-left: 4px;
  background: url(/img/ar.svg) no-repeat 0 0;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  margin-top: 5px;
}
.menu3_sub > li:first-child a{
  font-weight: 600;
  text-decoration: none;
}
.menu3_sub > li:first-child:after {
  content: "";
  margin-left: 4px;
  background: url(/build/assets/i6-4ae34ec7.svg) no-repeat 0 0;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  margin-top: 5px;
  transform: rotate(180deg);
}
.menu1__item.parent:after,
.menu3__item.parent:after {
  content: "";
  margin-left: 4px;
  background: url(/build/assets/i6-4ae34ec7.svg) no-repeat 0 0;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  margin-top: 5px;
}
.menu1__item.parent.active:after {
  background: url(/img/ar.svg) no-repeat 0 0;
  transform: rotate(180deg);
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
}
.menu3__item.parent.active:after {
  background: url(/build/assets/i6-4ae34ec7.svg) no-repeat 0 0;
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
}
.menu1__item.parent:hover > .menu1_sub,
.menu3__item.parent:hover > .menu3_sub{
  display: block;
}
.menu1_sub li a{
  color: #000 !important;
  text-decoration: none !important;
}
.menu1_sub li:hover > a{
  text-decoration: none !important;
  color: #549ce1 !important;
}
.menu1_sub > li:first-child a{
  color: #549ce1 !important;
  text-decoration: underline !important;
}
.menu1_sub li.active a{
  color: #549ce1 !important;
  text-decoration: underline !important;
}

.tbl_prod_asics [data-type="header_m"]{
  border-top: 2px solid #fff;
}
.tbl_prod_asics [data-type="header_m"] .table-row-th{
  font-size: 0.9em;
}

.mobile-menu1__content .chose-city2{
  justify-content: end;
  padding: 0 10px 25px 0;
}
.header-mobile1__left__logo img{
  width: 150px;
}
.header_block_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_block_item1 {
  width: 225px;
  height: 60px;
}
.header_block_item1 .header-center1__logo img{
  max-width: 200px;
}
.header_block_item1 .header-center1__logo span {
  top: 33px;
  left: 48px;
}
.header_block_item2 .link-to-write1 {
  flex-direction: row;
}
.header_block_item2 .chose-city1 {
  flex-direction: row;
}
.header_block_item2 .header-top1__right {
  gap: 30px;
}
.header_block_item2{
  width: 75%;
}
.header_block_item2 .header-top1 {
  padding: 10px 0 15px;
}
.header_block_item2 .header-center1 {
  padding-bottom: 20px;
}
.header_block_item2 .chose-city1__drop2{
  top: -6px;
  left: 215px;
}
.block-hero1__top .menu-list1__content a {
  height: 46px;
  padding: 0 36px;
}

/* Menu width corrections */
@media (max-width: 1279px) {
  .block-hero1__top .menu-list1__content a {
    padding: 0 20px;
  }
  .menu-list1__content a span {
    gap: 16px;
  }
}

@media (max-width: 1040px) {
  .block-hero1__top .menu-list1__content a {
    padding: 0 12px;
  }
  .menu-list1__content a span {
    gap: 8px;
    font-size:15px; 
  }
}



.block-hero1__top .menu-list1__drop{
  top: 56px;
}
.header_block_item1 .chose-city1{
  display: none;
}
@media only screen and (max-width: 1279px) {
  .header_block_item2 .menu1 {
    flex-wrap: wrap;
    max-width: none;
    gap: 15px;
  }
  .header_block_item2 .menu1__item {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 1090px) {
  .header_block_item2 .link-to-write1 a {
    font-size: 0;
  }
  .header_block_item2 .header-center1 > div:first-child{
    flex-grow: 6;
  }
  .header_block_item2 .header-center1 > div:nth-child(2){
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1040px) {
  .header_block_item2 .header-top1__phone {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .header_block_item2 .header-center1__item {
      flex-grow: 0;
      flex-basis: auto;
  }
  .header_block_item2 {
    width: 65%;
  }
  .header_block_item1 {
    width: 283px;
  }
  .header_block_item1 .header-center1__logo img {
    max-width: 240px;
  }
  .header_block_item1 .header-center1__logo span {
    left: 57px;
    max-width: 195px;
  }
  .header_block_item2 .header-top1__phone {
    font-size: 20px;
  }
  .header_block_item2 .header-top1 {
    justify-content: end;
    gap: 20px;
  }
  .header_block_item2 .menu1 {
    gap: 25px;
  }
  .header_block_item2 .header-center1 > div:first-child{
    flex-grow: 0;
  }
  .header_block_item2 .header-center1 > div:nth-child(2){
    flex-grow: 0;
  }
  .header_block_item2 .chose-city1__drop2 {
    top: 35px;
    left: 0;
  }
  .header_block_item2 .search-block1__form{
    left: auto;
    right: 0;       
    -webkit-border-radius: 8px 0 8px 8px;
    -moz-border-radius: 8px 0 8px 8px;
    border-radius: 8px 0 8px 8px;
    box-shadow: 0 4px 4px #00000040;
  }
  .header_block_item2 .search-block1__form:before{
    left: auto;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #EDEDED transparent;
  }
}
@media only screen and (max-width: 900px) {
  .header_block_item2 .header-center1 > div:first-child {
    display: none;
  }
  .header_block_item2 .icon-function-site1 {
    gap: 50px;
  }
  .header_block_item2 .header-center1{
    justify-content: end;
  }
  .header_block_item2 .header-center1 > div{
    flex-basis: 26%;
  }
  .header_block_item1 .chose-city1{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 56px;
  }
  .header_block_item1 {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .header_block_item1 .chose-city1__drop2 {
    top: 42px;
  }
}
@media (max-width: 760px) {
  .tbl_prod_asics thead th{
    text-align: center;
  }
  .tbl_prod_asics thead th:before{
    margin: 0 auto;
  }
  .tbl_prod_asics [data-type="header"] .table-row-th,
  .tbl_prod_asics [data-type="header_m"] .table-row-th{
    padding-left: 15px;
  }
  .tbl_prod_asics tbody td:nth-child(2){
    padding-left: 15px;
  }
  .tbl_prod_asics [data-type="row"]:nth-child(odd) td{
    background-color: #fff;
  }
  .tbl_prod_asics [data-type="row"]:nth-child(even) td{
    background-color: #E4F4FC;
  }

  .block_staff {
    flex-direction: column;
    gap: 20px;
  }
  .staff_img {
    float:left;
    margin-right: 40px;
  }
  .staff_fio {
    max-width:none;
  }
  .staff_desc {
    max-width:none;
  }
}
@media (max-width: 450px) {
  .tbl_prod_asics colgroup col:nth-child(4){
    width: 40% !important;
  }
  .staff_img {
    float:none;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .block_staff_wrap{
    overflow: hidden;
    margin-bottom: 60px;
  }
  .block_staff {
    overflow: auto;
    position: relative;
    top: 50px;
    margin-top: -50px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .staff_item {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    vertical-align: top;
  }
  .block_history_top .block_h_date .h_line{
    height: 90px;
  }
}
@media (min-width: 931px) {
  .vacancy_title{
    min-height: 44px;
  }
}
@media (max-width: 930px) {
  .vacancy_column .vacancy_item{
    column-span: all;
  }
  .vacancy_column {
    margin-bottom: 80px;
  }
}
@media (max-width: 830px) {
  .carousel-vacancy{
    width: 100%;
    margin-bottom: 30px;
  }
  .carousel-vacancy .vacancy_item{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-vacancy > div:nth-child(n+3){
    display: none;
  }
  .btn_readmore.vac {
    margin-bottom: 80px;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .block_history{
    display: none;
  }
  .block_history_mobile{
    display: block;
    background: #EEF3F8;
    margin-bottom: 60px;
    padding: 40px 0;
  }
  .block_history_mobile .page-line{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .block_history_mobile .history_line{
    width: 2px;
    background: #58A9F3;
    position: relative;
    margin-top: 39px;
  }
  .block_history_mobile .block_history_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .block_history_wrap .block_h_date{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .block_history_wrap .block_h_date .h_c_l{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .block_history_wrap .block_h_date .h_info{
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .block_history_wrap .block_h_date .h_line {
    height: 2px;
    background: #58A9F3;
    width: 30px;
  }
  .block_history_mobile .history_line:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/img/arrow.svg);
    top: 99%;
    position: absolute;
    background-repeat: no-repeat;
    right: -8px;
    transform: rotate(90deg);
  }
}
@media (max-width: 760px) {
  .block_docs .slick-slide img{
    margin: 0 auto;
  }
  .block_docs .next, .block_docs .prev {
    display: block !important;
  }
  .block_docs .slick-list {
    overflow: hidden !important;
  }
  .block_docs .next {
    right: -20px;
  }
  .block_docs .prev {
    left: -20px;
  }
  .block_articles .title-style1__right{
    font-size: 15px;
  }
  .block_articles .title-style1__left{
    font-size: 22px;
    font-weight: 600;
  }
  .btn_readmore{
    margin-top: -10px;
  }
  .btn_readmore a{
    height: 60px;
    border: 1px solid #58A9F3;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2em;
    color: #000 !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .btn_readmore a:after {
    content: "";
    background: url(/build/assets/i26-ca41cf42.svg) no-repeat 0 0;
    background-size: 22px 20px;
    width: 22px;
    height: 20px;
    display: flex;
    flex-shrink: 0;
    margin-left: 8px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11,M12=$m12,M21=$m21,M22=$m22,sizingMethod="auto expand");
    zoom: 1;
  }
  .page-custom .title-page1,
  .block_reviews .review-list1__title{
    font-size: 22px;
    font-weight: 600;
  }
  .menu3_sub{
    display: block;
    position: relative;
    z-index: 0;
    background: none;
    box-shadow: none;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
  }
  .menu3__item {
    display: block;
  }
  .menu3_sub > li:first-child{
    display: none;
  }
  .menu3_sub a {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    display: flex;
    gap: 11px;
    align-items: center;
  }
  .menu3_sub a:before {
    content: "";
    background: url(/build/assets/i65-c66495fd.svg) no-repeat 0 0;
    background-size: 8px 2px;
    width: 8px;
    height: 2px;
    display: flex;
    flex-shrink: 0;
  }
  .menu3_sub li {
    display: flex;
    padding-left: 3px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .vacancy_form_check, .vacancy_form_submit{
    width: 100%;
  }
  .vacancy_form_input{
    width: 100%;
    margin-bottom: 20px;
  }
  .vacancy_form_body{
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
@media (max-width: 340px) {
  .header-mobile1__left__logo img{
    width: 80%;
  }
}
.modal-form1 .modal-form1__content{
  flex-basis: 190px;
}
.modal-up__desc{
  padding-bottom: 25px;
}
.modal-up__desc1{
  padding-bottom: 10px;
}
.product-information1__installment{
  color: #58A9F3;
  font-weight: 700;
  border-bottom: 1px dashed #58A9F3;
  float: right;
  margin-top: 10px;
}
.product-information1__installment:hover{
  border-bottom: 0;
}
@media only screen and (min-width: 761px) {
  .header-page-oplata{
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  .product-information1__installment{
    float: none;
    display: table;
  }
  .prosh_link{
    display: table;
  }
}

.block_check_serial{
  margin-bottom: 80px;
  width: 100%;
  max-width: 800px;
}
.block_check_serial > div{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.check_serial_text{
  width: 25%;
}
.check_serial_input{
  width: 45%;
}
.check_serial_btn {
  font-size: 16px;
  color: #fff;
  background: #58A9F3;
  border-radius: 15px;
  padding: 0 20px;
  height: 50px;
  display: inline-flex;
  line-height: 50px;
  font-weight: 500;
  margin-left: 30px;
  cursor: pointer;
}
.check_serial_btn:hover {
  background: #0075e1;
}
.check_serial_input input {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 12px;
  box-sizing: border-box;
}
.check_serial_1_alert, .check_serial_2_alert{
  display: none !important;
  background: hsla(0, 0%, 73.7%, .1);
  padding: 20px;
}
.check_serial_1_alert.show, .check_serial_2_alert.show{
  display: block !important;
}
.check_serial_error{
  color: #f90;
}
.check_serial_input input.error{
  border: 1px solid #f90;
}

.menu-list1 {
  z-index: 2;
}

@media only screen and (max-width: 840px) {
  .check_serial_input{
    width: 40%;
  }
}
@media only screen and (max-width: 760px) {
  .block_check_serial > div{
    flex-flow: wrap;
  }
  .check_serial_input{
    width: 100%;
    text-align: center;
  }
  .check_serial_input input{
    max-width: 350px;
  }
  .check_serial_text {
    width: 100%;
    text-align: center;
  }
  .check_serial_btn{
    margin: 0 auto;
  }
  .block_check_serial > div > div{
    margin-bottom: 20px;
  }
  .block_check_serial {
    margin-top: 40px;
  }
}

.new-list-brands1 {
  margin: 0;
  justify-content: start;
  align-items: start;
}
.new-list-brands1 > div{
  width: 39%;
  display: flex;
  flex-direction: column;
}
.new-list-brands1 > div:nth-child(3n){
  justify-content: end;
  width: 18%;
}
.new-list-brands1 .list-brands1-head > a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: #000;
  display: flex;
}
.new-list-brands1 .list-brands1-head.parent > a:after {
  content: "";
  margin-left: 8px;
  background: url(/build/assets/i6-4ae34ec7.svg) no-repeat 0 0;
  background-size: 12px 9px;
  width: 12px;
  height: 9px;
  margin-top: 6px;
}
.new-list-brands1 .list-brands1-head ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 10px 0;
  text-transform: uppercase;
  column-gap: 10px;
  display: none;
}
.new-list-brands1 .list-brands1-head ul a{
  color: #000;
  font-size: 12px;
}
.new-list-brands1 .list-brands1-head.parent:hover ul{
  display: block;
}
.new-list-brands1 .list-brands1-head.parent:hover > a:after{
  transform: rotate(180deg);
}
.contact-block1__text p.rezhim{
  max-width: 290px;
}

.banner-home picture::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(60,60,60,.7);
    z-index:2;
}

.social-block1.article_page2 img{
  width: 270px;
  max-width: 100%;
}
.social-block1.article_page2 p{
  line-height: 150%;
}
.social-block1.article_page2 p:first-of-type{
  margin-bottom: 15px;
}
.social-block1.article_page1{
  margin-bottom: 0;
  border-bottom: 0;
}
.list-block-category1__big-item-text p a{
  color: #000;
}
.list-block-category1__text span a{
  color: #000;
}
.banner-home__text-left a{
  color: #fff;
}

.menu-list1__content a.style1 span, .menu-list1__content a span, .header-top1__phone.mod1 {
  white-space: nowrap;
}
.header-top1__phone {
  margin-left:20px;
}
@media only screen and (max-width: 1360px) {
  .menu-list1__content.mod1 a span {
      font-size: 13px;
      gap: 10px;
  }
}
.social-list1 a.icon9 {
  background: url(/build/assets/rutube.svg) no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-shrink: 0;
}

.content-description2__blockquote { 
  align-items: flex-start;
}