/* FONTS SETTINGS */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
/* COLORS */
/* BASIC SETTINGS */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 10px 'Roboto Slab', serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
}
h1 {
  font: normal 500 4rem/4.7rem 'Roboto', sans-serif;
}
h2 {
  font: 3.6rem/4.7rem 'Roboto Slab', serif;
  letter-spacing: 0.05em;
}
h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .04em;
}
h4 {
  font: normal 500 1.8rem/2.8rem 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}
address {
  font-style: normal;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #111111;
}
a.nav-pills__link {
  margin-right: .8rem;
  padding: .8rem 3.4rem;
  display: inline-block;
  color: #003270;
  border: 2px solid transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
}
a.nav-pills__link.current {
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
}
a.nav-pills__link:hover {
  background: #b8d5dc;
  color: #003270;
  border: 2px solid #b8d5dc;
}
a.page__link {
  padding: .1rem .7rem;
  display: inline-block;
  color: #003270;
  border: 2px solid transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
}
a.page__link_prev {
  margin-right: .6rem;
}
a.page__link_next {
  margin-left: .6rem;
}
a.page__link.current {
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
}
a.page__link:hover {
  background: #b8d5dc;
  color: #003270;
  border: 2px solid #b8d5dc;
}
button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.46);
}
input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.46);
}
input:-moz-placeholder {
  color: rgba(17, 17, 17, 0.46);
}
input::-ms-clear {
  display: none;
}
p {
  margin: 0;
}
.container,
.container-md {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
.container {
  max-width: 127rem;
}
.container-md {
  max-width: 85rem;
}
.section {
  padding-bottom: 5rem;
}
.pb-10-5 {
  padding-bottom: 10rem;
}
/*=================_M A I N  - P A G E _=================*/
.title {
  font: normal 500 2.5rem/3rem 'Roboto', sans-serif;
  letter-spacing: 0.04em;
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #111111;
}
.title-descr {
  font: normal 1.8rem/2.1rem 'Roboto Slab', serif;
}
/* HEADER */
.header__container {
  padding-top: 3.3rem;
  padding-bottom: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__container > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  margin-right: 3.8rem;
}
.header__search-form {
  position: relative;
  text-align: right;
}
.header__search-form .search-input {
  padding: .6rem 1.1rem;
  max-width: 16.5rem;
  height: 3.3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #000000;
  border: 1.5px solid #111111;
}
.header__search-form .search-input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.46);
}
.header__search-form .search-btn {
  position: absolute;
  top: 5px;
  left: -46px;
  width: 2.3rem;
  height: 2.3rem;
  background: url(asset-path("search-icon.svg", image));
  background-size: contain;
  cursor: pointer;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo__img {
  width: 100%;
  max-width: 29.7rem;
}
.address-wrap {
  margin-left: auto;
}
.address__link {
  margin-bottom: 1.8rem;
  display: block;
  position: relative;
  font: normal 500 1.8rem/2.1rem 'Roboto', sans-serif;
  letter-spacing: 0.035em;
  text-align: right;
  -webkit-transition: .15s;
  transition: .15s;
}
.address__link:before {
  display: block;
  width: 2.3rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  left: -46px;
  content: '';
  background-size: contain;
}
.address__link_mail {
  letter-spacing: 0.07em;
}
.address__link_mail:before {
  background: url(asset-path("mail-icon.svg", image)) no-repeat;
}
.address__link_phone:before {
  background: url(asset-path("phone-icon.svg", image)) no-repeat;
}
/* TOP-MENU */
.top-menu,
.top-menu__link {
  background: #d8e8ec;
}
.top-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 140rem;
  list-style: none;
}
.top-menu__item {
  width: calc(100% / 6);
  text-align: center;
  font: normal 500 1.8rem/0.8 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #000000;
  -webkit-transition: background .25s;
  transition: background .25s;
}
.top-menu__links {
  display: block;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: 100%;
  height: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}
.top-menu__link {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}
.top-menu__link:hover {
  background: #b8d5dc;
  color: #111111;
}
.top-menu-toggle {
  display: none;
}
/*MAIN-SLIDER*/
.main-slider {
  position: relative;
}
.main-slider__item {
  position: relative;
}
.main-slider__title {
  padding: 2.4rem 0 2.4rem 5.9rem;
  position: absolute;
  right: 0;
  top: 52.5%;
  z-index: 1;
  width: 72.6rem;
  height: 15.8rem;
  background: rgba(128, 128, 128, 0.57);
  border-radius: 2rem 0 0 2rem;
  color: #ffffff;
}
.main-slider__title h3 {
  margin: 0;
  padding-bottom: 1.6rem;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #ffffff;
  border-bottom: solid 0.6rem #d8e8ec;
}
.main-slider__title p {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .04em;
}
.main-slider__img {
  width: 100%;
}
.main-slider__title a:link {
  color: #ffffff;
}
.main-slider .slick-next,
.main-slider .slick-prev {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 4.2rem;
  height: 4.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-slider .slick-prev {
  left: 4rem;
  background-image: url(asset-path("prev-sl-btn.svg", image));
}
.main-slider .slick-next {
  right: 4rem;
  background-image: url(asset-path("next-sl-btn.svg", image));
}
/*BUSINESS*/
.business {
  padding: 7.8rem 0rem 8rem;
}
.business__container {
  padding: 0 .5rem;
}
.business h2 {
  margin-bottom: 4.5rem;
  text-align: center;
}
.business__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.business__item {
  position: relative;
  margin: 1rem;
  overflow: hidden;
}
.business__item__title {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36%;
  background: rgba(128, 128, 128, 0.57);
  -webkit-transition: .5s;
  transition: .5s;
}
.business__item__title h3 {
  max-width: 90%;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.business__item:hover .business__img {
  opacity: 1;
}
.business__item:hover .business__item__title {
  background-color: rgba(128, 128, 128, 0.8);
}
.business__img {
  display: block;
  width: 100%;
  max-width: 35rem;
  opacity: .9;
  -webkit-transition: .25s;
  transition: .25s;
}
/*BUSS-DESCR*/
.buss-descr {
  background: #e5ebf1;
}
.buss-descr h4 {
  margin-bottom: 3.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.buss-descr p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.buss-descr ul {
  margin-top: 2.7rem;
  font-size: 18px;
  line-height: 28px;
}
.buss-descr li {
  margin-top: 2rem;
}
.buss-descr li:before {
  margin-right: 1.1rem;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  border-radius: 50%;
  background: #003270;
}
.buss-descr__item {
  margin: 0 auto;
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buss-descr__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.buss-descr__img,
.buss-descr__block {
  width: 50%;
  max-width: 70rem;
}
.buss-descr__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 57rem;
  background-size: cover;
}
.buss-descr__img_left {
  background: url(asset-path("bus_descr_1.png", image)) center no-repeat;
}
.buss-descr__img_right {
  background: url(asset-path("bus_descr_2.png", image)) center no-repeat;
}
.buss-descr__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8rem;
}
.buss-descr__block_right h4 {
  max-width: 79%;
}
.buss-descr__block .wrap {
  padding: 0 1.5rem;
  max-width: 55.5rem;
}
/*NEWS*/
.news {
  padding: 7.8rem 0 8.3rem;
}
.news h2 {
  margin-bottom: 7.2rem;
}
.news h4 {
  text-transform: uppercase;
  margin-bottom: 3.1rem;
}
.news__container {
  padding-left: 12rem;
}
.article {
  margin-bottom: 5rem;
  font: normal 1.8rem/2.8rem 'Roboto Slab', serif;
}
.article__date {
  color: #003270;
}
.article a.article__link {
  -webkit-transition: .15s;
  transition: .15s;
}
.article a.article__link:hover {
  color: #003270;
}
a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
  max-width: 34.5rem;
  font: normal 500 1.8rem 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #003270;
  -webkit-transition: .25s;
  transition: .25s;
}
a.btn:hover {
  color: #003270;
  background: #b8d5dc;
}
.footer {
  padding: 9rem 0rem 7.2rem;
  color: #111111;
  background: #e5ebf1;
}
.footer-menu {
  background: none;
}
.footer-menu__link {
  font: normal 500 1.4rem/3.5rem 'Roboto', sans-serif;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12rem;
  width: 100%;
}
.footer__item:last-child {
  margin-bottom: -15px;
  -ms-flex-preferred-size: 28.5%;
  flex-basis: 28.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 2.8rem;
}
.footer .logo__img {
  max-width: 30.2rem;
}
.footer__title {
  margin-bottom: 2.1rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.footer__title-descr {
  margin-bottom: 3.2rem;
}
.footer__address span {
  display: block;
  font: normal 500 1.4rem/2.4rem 'Roboto', sans-serif;
}
.footer__address p {
  display: block;
  font: normal 500 1.4rem/2.4rem 'Roboto', sans-serif;
}
.footer__sert {
  padding-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
/*=================_C A T A L O G - P A G E _=================*/
.breadcrumb ol {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb__item {
  margin-bottom: .5rem;
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #111111;
}
.breadcrumb__item:after {
  margin-left: .5em;
  margin-right: .5em;
  display: inline;
  content: '\00BB';
  font-size: 1.1em;
  line-height: 1;
}
.breadcrumb__item.current:after {
  display: none;
}
.breadcrumb__item a {
  -webkit-transition: .15s;
  transition: .15s;
}
.breadcrumb__item a:hover {
  color: #003270;
}
.section__header h1 {
  margin-top: 7.4rem;
  margin-bottom: 5rem;
  color: #111111;
}
.cat-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cat-section__item {
  width: 50%;
}
.category {
  margin-left: 10.5rem;
}
.category__header {
  font: normal bold 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #000000;
}
.category__list {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding-left: 3.2rem;
  list-style: circle;
}
.category__item {
  position: relative;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
  color: #000000;
  cursor: pointer;
}
.category__item > a:hover:before {
  position: absolute;
  left: -4rem;
  display: inline;
  content: '\25BA';
}
.category__item:hover {
  list-style: none;
}
.sub-category__list {
  padding-left: 4.2rem;
  list-style: square;
}
.sub-category__item > a:hover:before {
  position: absolute;
  left: -4rem;
  display: inline;
  content: '\25BA';
}
.sub-category__item:hover {
  list-style: none;
}
/*=================_E Q U I P - P A G E_=================*/
.equip {
  padding-bottom: 10rem;
  font: normal normal 1.6rem/2.2rem 'Roboto', sans-serif;
  color: #000000;
}
.equip-info {
  padding-bottom: 0;
  font: normal normal 1.6rem/2.2rem 'Roboto', sans-serif;
  color: #000000;
}
.equip__header h1 {
  margin-top: 7.4rem;
  margin-bottom: 5rem;
  color: #111111;
}
.equip__category {
  margin-left: 0;
}
.category-descr {
  max-width: 81.8rem;
}
.nav-pills {
  margin: 5rem auto;
}
.category-product {
  margin: 2.5rem -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-product__item {
  position: relative;
  margin: 1rem;
  max-width: 29.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #b3b3b3;
  opacity: 1;
  -webkit-transition: .25s;
  transition: .25s;
}
.category-product__item:hover {
  opacity: .75;
}
.category-product__img {
  margin: 1rem 2.4rem 0;
  display: block;
  max-width: 24.7rem;
}
.category-product__title {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.category-product__title h3 {
  margin: 0 auto;
  max-width: 95%;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
}
.category-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=================_S T A T - C O M P - P A G E_=================*/
.category__item.current .sub-category__list {
  margin-left: 3.5rem;
}
.sub-category__list {
  font-weight: 500;
}
/*=================_N E W S - P A G E_=================*/
.news-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.news-form-control {
  margin-right: 2rem;
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #6a6a6a;
}
.news-form-control[type="submit"] {
  color: #ffffff;
  background: #003270;
  -webkit-transition: .25s;
  transition: .25s;
}
.news-form-control[type="submit"]:hover {
  background: #b8d5dc;
  color: #003270;
  border-color: #b8d5dc;
}
.news-form-group {
  position: relative;
}
.news-form-group:first-child:after,
.news-form-group:nth-child(2):after {
  position: absolute;
  top: 1.2rem;
  right: 3.2rem;
  z-index: 4;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  content: '\25BC';
}
.form-control {
  position: relative;
  z-index: 5;
  padding-left: 1.5rem;
  width: 19rem;
  height: 3.6rem;
  background: transparent;
  border: 2px solid #003270;
}
.form-control[type="submit"] {
  padding-right: 1.5rem;
}
.news-section h4 {
  margin-bottom: 3.1rem;
  text-transform: uppercase;
}
.news-section__btn {
  width: 29.3rem;
  height: 3.6rem;
}
.outline {
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
  -webkit-transition: .25s;
  transition: .25s;
}
.outline:hover {
  background: #b8d5dc;
  color: #003270;
  border-color: #b8d5dc;
}
/*==================_C U R R E N T_C O N D I T I O N =================================*/
.top-menu__links.current {
  color: #ffffff;
  background: #003270;
}
.top-menu__link.current:hover {
  color: #111111;
  background: #b8d5dc;
}
.breadcrumb__item.current {
  color: #595959;
}
.category__item.current,
.sub-category__item.current {
  list-style: none;
  cursor: default;
  font-weight: 900;
}
.category__item.current:before,
.sub-category__item.current:before {
  display: none;
  content: '\25BA';
}
.category__item.current > span,
.sub-category__item.current > span {
  position: relative;
}
.category__item.current > span:before,
.sub-category__item.current > span:before {
  position: absolute;
  left: -2rem;
  content: '\25B2';
}
.category__item.current > span:hover:before,
.sub-category__item.current > span:hover:before {
  left: -4rem;
  display: inline;
}
.category__item.current > span:hover:before {
  left: -2rem;
}
.sub-category__item.current > span:hover:before {
  left: -2rem;
}
/*=================_S E R V I C E S - P A G E_=================*/
.services-section__body p {
  margin-bottom: 2rem;
  max-width: 71.1rem;
  font: 1.6rem/1.9rem 'Roboto', sans-serif;
}
.img-box {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-box__item {
  margin-right: .4rem;
  width: 17.2rem;
  height: 12.9rem;
}
.img-box__item_bot {
  margin-right: 1.4rem;
  width: 30.8rem;
  height: 20.5rem;
}
.img-box__item,
.img-box__item_bot {
  opacity: .9;
  -webkit-transition: .25s;
  transition: .25s;
  overflow: hidden;
}
.img-box__item img,
.img-box__item_bot img {
  min-width: 100%;
  min-height: 100%;
}
.img-box__item:hover,
.img-box__item_bot:hover {
  opacity: 1;
}
/*=================_A B O U T__P A G E_=================*/
/*=================_TABS_=================*/
.tabs {
  max-width: 81.8rem;
  position: relative;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
}
.tabs > .content-tab {
  display: none;
  margin-bottom: -2rem;
  padding-top: 5rem;
}
.tabs > .content-tab p,
.tabs > .content-tab ul {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.tabs > .content-tab p {
  margin-bottom: 2rem;
}
.tabs > .content-tab ul li {
  margin-bottom: 2rem;
}
.tabs > .content-tab ul li:first-child {
  margin-top: 2rem;
}
.tabs input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.4rem;
  padding: 0 2.5rem;
  height: 4rem;
  border: 2px solid transparent;
  color: #003270;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.tabs > label:hover {
  color: #003270;
  background: #b8d5dc;
  cursor: pointer;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input:checked + label {
  color: #ffffff;
  background: #003270;
  border: solid 2px #003270;
}
.tabs > input:checked + label:hover {
  color: #003270;
  background: #b8d5dc;
  border-color: #b8d5dc;
  cursor: pointer;
}
.tabs a {
  color: #003270;
}
#tab1:checked ~ #content-tab1,
#tab2:checked ~ #content-tab2,
#tab3:checked ~ #content-tab3,
#tab4:checked ~ #content-tab4 {
  display: block;
}
/*=================_C O N T A C T S - P A G E_=================*/
.contacts-section__body {
  max-width: 80.2rem;
}
.contacts-section__title,
.contacts-section__address p {
  margin-bottom: 2.5rem;
}
.contacts-section__address {
  font: 500 1.6rem/1.9rem 'Roboto', sans-serif;
}
.map {
  margin-top: 10rem;
}
.map__header h2 {
  margin-bottom: 5rem;
  font: normal 500 4rem/4.7rem 'Roboto', sans-serif;
  color: #111111;
}
.map__body {
  max-width: 82rem;
  overflow: hidden;
}
#map {
  width: 88%;
  max-width: 82rem;
  height: 61.7rem;
}
/*=================_E N G L I S H - P A G E _=================*/
.english-section__body {
  margin-bottom: -2rem;
  max-width: 81.8rem;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
}
.english-section__body p {
  margin-bottom: 2rem;
}
.english-section__body ul li {
  margin-bottom: 2rem;
}
.english-section__body ul li:first-child {
  margin-top: 2rem;
}
/*=================_P R O D U C T - P A G E _=================*/
.back-link {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset-path("prev_arrow_blue.svg", image));

  /*соединить с кнопкой слика*/
}
.product {
  padding-top: 13rem;
  padding-bottom: 4.4rem;
  //вернуть, когда админ перезагрузит картинки
  //background: url(asset-path("product_bg.svg", image)) right 0 top 12.5rem no-repeat;
  background-size: 43%;
  /* 43%  60rem*/
}

.product-property__content ul {
  list-style: disc;
}

.product-descr__content ul {
  list-style: disc;
}

.product-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-title__item {
  width: 50%;
}
.product__heading {
  margin: 1.8rem 0 8.1rem;
}
.product-image {
  position: absolute;
  right: 0;
  bottom: -4.4rem;
  height: 100%;
}
.product-image img {
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 100%;
  height: inherit;
  object-fit: contain;
}
.product-producer {
  margin-bottom: 4.7rem;
  font: normal 500 3rem/3.5rem 'Roboto', sans-serif;
}
.download {
  font: normal normal 1.8rem/2.8rem 'Roboto Slab', serif;
}
.download__link {
  display: inline-block;
}
.download__link img {
  margin-bottom: -0.2rem;
  display: inline-block;
}
@media (max-width: 399.98px) {
  .product {
    background-position: bottom -8rem right -10rem;
  }
}
/*=================_SLIDER-SECTION=================*/
.slider-section {
  padding: 9rem 0rem 12.4rem;
  background: #d8e8ec;
}
.product-slider {
  margin: 0 -1rem;
}
.product-slider__item {
  padding: 0 1rem;
}

.product-slider__item img {
  object-fit: cover;
}

.product-slider .slick-next,
.product-slider .slick-prev {
  position: absolute;
  bottom: -9rem;
  z-index: 1;
  width: 4.8rem;
  height: 4.8rem;
}
.product-slider .slick-prev {
  left: calc(50% - 93px);
  background-image: url(asset-path("prev_arrow_blue.svg", image))
}
.product-slider .slick-next {
  right: calc(50% - 93px);
  background-image: url(asset-path("next_arrow_blue.svg", image));
}
/*=================SLIDER-SECTION=================*/
.product-descr > .container,
.product-property > .container,
.product-files > .container {
  max-width: 106rem;
}
.product-descr__heading h2 {
  margin: 7.8rem 0rem 6.8rem;
}
.product-descr__content {
  max-width: 84rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.product-descr__content p {
  margin-bottom: 3.1rem;
}
.product-property__heading h2 {
  margin: 7rem 0rem;
}
.product-property__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
}
.product-property__table tr:nth-child(odd) {
  background: #e5ebf1;
}
.product-property__table td {
  padding: 0 2px;
}
.product-property__table td:first-child {
  width: 70%;
}
.product-files {
  padding-bottom: 10rem;
}
.product-files__heading h2 {
  margin: 8rem 0;
}
.product-files__item {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6rem;
}

.product-files__item img {
  margin-right: 4.2rem;
  width: 4.4rem;
  height: 100%
}
/*===================_M E D I A_=======================*/
@media (max-width: 1199.98px) {
  .product {
    background: none;
  }
  .main-slider__title {
    padding: 2rem 0 2rem 5rem;
    width: 60.5rem;
    height: 14rem;
  }
  .main-slider__title h3 {
    font-size: 3rem;
  }
  .main-slider__title p {
    font-size: 2rem;
  }
  .main-slider__img {
    max-width: 115%;
  }
  .buss-descr h4 {
    max-width: 100%;
  }
  .buss-descr__block {
    padding-left: 3.5rem;
  }
  .news__container {
    padding-left: 5rem;
  }
  .footer__container {
    padding-left: 5rem;
  }
  .category {
    margin-left: 3.5rem;
  }
  #map {
    height: 52.7rem;
  }
}
@media (max-width: 991.98px) {

  .main-slider__title {
    top: auto;
    bottom: 0;
    padding: 1rem 0 1rem 4rem;
    width: 100%;
    height: 10rem;
    border-radius: 0;
  }
  .main-slider__title h3 {
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }
  .main-slider__title p {
    font-size: 1.6rem;
  }
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__container > .wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__search-form {
    margin-left: 4.6rem;
  }
  .title-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
  .address-wrap {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .address__link {
    margin-left: 4.6rem;
  }
  .address__link_mail {
    display: none;
  }
  .address__link_phone {
    margin-bottom: 0;
  }
  .top-menu__item {
    font-size: 1.6rem;
  }
  .business__img {
    max-width: 35rem;
  }
  .buss-descr h4 {
    margin-bottom: 2rem;
  }
  .buss-descr ul {
    margin-top: 2rem;
  }
  .buss-descr__block {
    padding-top: 2rem;
    padding-left: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news__container {
    padding-left: 2.5rem;
  }
  .footer__container {
    padding-left: 2.5rem;
  }
  .footer__sert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__sert img:first-child {
    margin-bottom: 20px;
  }
  .category {
    margin-left: 1rem;
  }
  #map {
    height: 43.3rem;
  }
  .product {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .product__heading {
    margin-bottom: 3.5rem;
  }
  .product__heading h1 {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .product-image {
    bottom: -2rem;
  }
  .product-producer {
    margin-bottom: 3.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .download {
    font-size: 1.6rem;
  }
  .product-property__table td:nth-child(2) {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .product-image img {
    width: inherit;
  }
  .noback{
    overflow: hidden;
  }
  .scroll-hidden {
    overflow: hidden;
  }
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 899;
    width: 0%;
    height: 100%;
    background: rgba(17, 17, 17, 0.46);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .overlay.responsive {
    width: 100%;
  }
  .header__container {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
  .header__container > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__title {
    font-size: 2.4rem;
  }
  .header__address {
    display: none;
  }
  .header__search-form {
    display: block;
    margin-left: 5.3rem;
    width: 32rem;
    max-width: 62%;
  }
  .header__search-form .search-input {
    width: 100%;
    max-width: 100%;
    background: #fafcfd;
  }
  .header__search-form .search-btn {
    left: -3.8rem;
    background-image: url(asset-path("search-icon_white.svg", image));
  }
  .title-wrap {
    margin-top: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .title-descr {
    margin-top: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 79%;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo__img {
    max-width: 40.5vw;
  }
  .address-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    z-index: 888;
    margin: 0;
    width: 100vw;
    height: 70px;
    background-color: #003270;
  }
  .top-menu > .container {
    padding: 0;
  }
  .top-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding-top: 5rem;
    width: 0vw;
    height: 100vh;
    background-color: #003270;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    overflow: hidden;
  }
  .top-menu .container {
    padding: 0;
    height: 100%;
  }
  .top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 5.5rem;
    font-size: 2rem;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
  .top-menu__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: .25em;
  }
  .top-menu-toggle {
    position: fixed;
    top: 2.3rem;
    right: 1.5rem;
    z-index: 901;
    display: block;
    width: 4rem;
    height: 4rem;
  }
  .top-menu-toggle__item {
    position: absolute;
    right: 0;
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top-menu-toggle__item:first-child {
    top: 0;
  }
  .top-menu-toggle__item:nth-child(2) {
    top: 11px;
  }
  .top-menu-toggle__item:last-child {
    top: 22px;
  }
  .top-menu-toggle__item.responsive {
    background-color: #ffffff;
  }
  .top-menu-toggle__item:first-child.responsive {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    top: 11px;
  }
  .top-menu-toggle__item:nth-child(2).responsive {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  .top-menu-toggle__item:last-child.responsive {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    top: 11px;
  }
  .top-menu.responsive {
    width: 90vw;
  }
  .top-menu.responsive .top-menu__item {
    width: 100%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }
  .top-menu.responsive .top-menu__item .top-menu__links {
    margin-left: 4rem;
    text-align: left;
    color: #ffffff;
    background: transparent;
  }
  .top-menu.responsive .top-menu__item:not( :nth-of-type(1)) {
    border-top: 1px solid #ffffff;
  }
  .top-menu.responsive .top-menu__item:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .top-menu.responsive .top-menu__item:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }
  .top-menu.responsive .top-menu__item:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .top-menu.responsive .top-menu__item:nth-child(4) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
  }
  .top-menu.responsive .top-menu__item:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .top-menu.responsive .top-menu__item:nth-child(6) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }
  .top-menu.responsive .top-menu__item:hover {
    background-color: #82b5c2;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .main-slider {
    display: none;
  }
  .buss-descr h4 {
    margin-bottom: 2.5rem;
  }
  .buss-descr ul {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .buss-descr__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buss-descr__item:nth-child(2n) {
    background: #ffffff;
  }
  .buss-descr__img {
    display: none;
  }
  .buss-descr__block {
    padding-top: 5rem;
    width: auto;
    max-width: 100%;
  }
  .buss-descr__block_left {
    padding-top: 2.5rem;
  }
  .buss-descr__block .wrap {
    max-width: 100%;
  }
  .news {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    background: #d8e8ec;
  }
  .news h2 {
    margin-bottom: 2.5rem;
  }
  .footer {
    padding: 2.5rem 0rem;
  }
  .footer__container {
    padding-left: 2.5rem;
  }
  .footer__item:first-child {
    margin: 0 auto;
    text-align: center;
  }
  .footer__item:last-child {
    display: none;
  }
  .footer__title-descr {
    margin-bottom: 2.5rem;
  }
  .footer .logo {
    margin-bottom: 2.6rem;
  }
  .footer .logo__img {
    max-width: 54%;
  }
  .section {
    padding-bottom: 2.5rem;
  }
  .section__header p {
    margin-top: 5rem;
  }
  .cat-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cat-section__item {
    width: 100%;
  }
  .category {
    margin-left: 0;
  }
  .category__list {
    margin-bottom: 2.5rem;
  }
  .breadcrumb {
    display: none;
  }
  .news-form-control {
    margin-bottom: 2rem;
  }
  .img-box {
    margin-bottom: 0;
  }
  .img-box__item {
    margin-bottom: .4rem;
  }
  .img-box__item_bot:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .tabs > label {
    margin: .5rem .7rem;
    padding: 0;
    width: 45%;
    border-color: #003270;
  }
  .tabs > label:hover {
    color: #ffffff;
    background: #003270;
  }
  #map {
    height: 33.2rem;
  }
  .product {
    padding-top: 0;
    background: none;
  }
  .product-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-title__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
  }
  .product-title__item h1 {
    margin-bottom: 0;
  }
  .product-image {
    position: relative;
    bottom: 0;
  }
  .product-image img {
    position: static;
    bottom: 0;
    right: 0;
  }
  .product-property__table td {
    vertical-align: top;
  }
  .product-property__table td:first-child {
    width: auto;
  }
}
/*==================_U P - B U T T O N_=======================*/
#toTop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5) url(up_arrow_blue.svg) no-repeat center;
  background-size: cover;
  border: solid 2px #003270;
  border-radius: 30px;
  overflow: hidden;
}
#toTopHover {
  display: block;
  margin-left: -2px;
  margin-top: -2px;
  width: 40px;
  height: 40px;
  background: url(up_arrow_blue.svg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*======================================================*/
@media (max-width: 575.98px) {
  .equip {
    padding-bottom: 5rem;
  }
  .nav-pills,
  .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-form-group {
    width: 19rem;
  }
  .news-form-group:first-child:after,
  .news-form-group:nth-child(2):after {
    right: 1.2rem;
  }
  #map {
    width: 100%;
    max-width: 42rem;
  }
  .product {
    background-position: bottom -25rem right -15rem;
  }
}
@media (max-width: 479.98px) {
  .pb-10-5 {
    padding-bottom: 5rem;
  }
  .business {
    padding-top: 0;
    padding-bottom: 0;
  }
  .business__container {
    padding: 0;
  }
  .business h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 90%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .business__item {
    margin: 0;
    width: 100%;
  }
  .business__item__title {
    height: 32.5%;
  }
  .business__img {
    max-width: 100%;
  }
  .news h2 {
    max-width: 90%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .news a.btn {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
  }
  .sub-category__list {
    padding-left: 2rem;
  }
  .sub-category__item.current > span:hover:before {
    left: -6.2rem;
  }
  .section__header h1,
  .equip__header h1 {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .nav-pills {
    margin: 2.5rem auto;
    max-width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-pills__link {
    width: 100%;
    text-align: center;
  }
  .nav-pills__link:first-child {
    margin-bottom: .5rem;
  }
  a.nav-pills__link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .news-section .article__body p {
    margin-top: 0;
  }
  .news-section__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .news-form {
    margin-bottom: 0rem;
  }
  .sub-category__item.current:before {
    left: -5.5rem;
  }
  .img-box__item {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
  }
  .img-box__item_bot {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
  }
  .img-box__item_bot:last-child {
    margin-bottom: 0;
  }
  .tabs > label {
    margin-left: .4rem;
    margin-right: .4em;
  }
  .tabs > .content-tab {
    padding-top: 2.5rem;
  }
  .map {
    margin-top: 5rem;
  }
  .map__header h2 {
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .product {
    background-position: bottom -15rem right -10rem;
    background-size: 100%;
  }
  .product__heading {
    margin-top: 0;
  }
  .product__heading h1 {
    font-size: 2.5rem;
  }
  .product-title__item {
    width: 100%;
  }
  .product-producer {
    margin-bottom: 2.5rem;
  }
  .slider-section {
    padding: 5rem 0rem;
  }
  .slick-next,
  .slick-prev {
    display: none!important;
  }
  .product-descr h2,
  .product-property h2,
  .product-files h2 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
  .product-descr__content p {
    margin-bottom: 2.5rem;
  }
  .product-property__table {
    font-size: 1.6rem;
  }
  .product-files {
    padding-bottom: 5rem;
  }
  .product-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-files__item:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 320px) {
  .product-property__table {
    font-size: 1.4rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category-product__item {
    width: 29.3rem;
  }
}
