html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #202020;
  background: #fff;
  position: relative;
}
.mobile-menu {
  display: none;
}
/*---HEADER---*/
.top-menu {
  background: #e73d52;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.top-menu p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.top-menu__desc p {
  text-transform: none;
}
.middle-menu {
  background: #007199;
  height: 100px;
}
.middle-menu-wrap {
  background: #007199;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contacts {
  margin: 0 50px;
  text-align: center;
}
.header-contacts-phone,
.header-contacts-mail {
  color: #fff;
  display: block;
}
.header-contacts-phone:hover,
.header-contacts-mail:hover {
  color: #fff;
}
.header-contacts-phone {
  margin-bottom: 13px;
  position: relative;
  padding-left: 30px;
}
.header-contacts-phone:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/phone.svg') 50% 50% no-repeat;
  background-size: 100%;
}
.header-contacts-mail {
  position: relative;
  padding-left: 30px;
}
.header-contacts-mail:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/mail.svg') 50% 50% no-repeat;
  background-size: 100%;
}
.header-search-wrap {
  position: relative;
}
.header-search-input {
  width: 700px;
  height: 50px;
  border-radius: 7px;
  padding: 0 20px;
  outline: none;
  border: 0;
}
.header-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  background: url('../img/search.svg') 50% 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  outline: none;
}
.main-menu {
  background: #007199;
  height: 50px;
}
.menu-list {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item {
  list-style: none;
}
.menu-item.active .menu-link {
  text-decoration: underline;
}
.menu-link {
  color: #fff;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
.menu-link:hover {
  color: #fff;
}

/*---HEADER---*/
/*---BANNER---*/
.banner {
  padding: 25px 0;
}
.banner a:hover {
  text-decoration: none;
}
.banner-slider {
  height: auto!important;
  background: #fff;
  padding: 50px;
  display: none;
}
.banner-slider-item {
  outline: none;
  display: none;
}
.banner-slider-item:first-of-type {
  display: block;
}
.banner-slider .slick-dots {
  bottom: 20px;
  left: 0;
}
.slick-dots li button:before {
  color: #007199 !important;
  font-size: 10px!important;
}
.banner-slider-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-slider-item-info {
  width: 40%;
  color: #202020;
}
.banner-slider-item-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner-slider-item-subtitle {
  font-size: 28px;
}
.banner-slider-item-img {
  width: 55%;
  height: 350px;
}
.banner-slider-item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.banner-company-slider {
  margin-top: 25px;
  background: #f5f5f5;
  border-radius: 15px;
  display: none;
}
.banner-company-slider img {
  max-height: 80px;
}
.banner-company-item {
  padding: 0;
  outline: none;
}
/*---BANNER---*/
/*---SEARCH BLOCK---*/
.search-section {
  padding: 50px 0;
  background: #007199;
}
.search-input {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding: 0 20px;
}
.search-wrap {
  position: relative;
}
.search-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  background: url('../img/search.svg') 50% 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  outline: none;
}
/*---SEARCH BLOCK---*/
/*---NEWS BLOCK---*/
.home-news-section {
  padding: 60px 0;
}
.section-title {
  font-size: 24px;
  color: #202020;
  margin-bottom: 30px;
  font-weight: bold;
}
.more-btn {
  background: #007199;
  max-width: 350px;
  width: 100%;
  height: 50px;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 46px;
  border: 2px solid transparent;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.more-btn:hover {
  border: 2px solid #007199;
  background: transparent;
  color: #007199;
  text-decoration: none;
}
.home-news-item {
  height: 475px;
  margin-bottom: 60px;
}
.share-block img {
  display: block;
  object-fit: none;
  height: 475px;
  width: 100%;
}
.news-img {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.news-img img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.3s;
}
.news-img img:hover {
  transform: scale(1.1);
}
.news-descr {
  margin-top: 20px;
}
.news-title {
  font-size: 18px;
  color: #007199;
  font-weight: bold;
}
.news-title:hover {
  color: #007199;
}
.date {
  margin: 15px 0;
  color: #7e777a;
}
.news-text {
  color: #202020;
  margin-bottom: 10px;
}
.more-link {
  color: #007199;
  font-weight: bold;
}
.more-link:hover {
  color: #007199;
}
/*---NEWS BLOCK---*/
/*---FOOTER---*/
.footer {
  background: #32404c;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.footer-contacts-item {
  text-align: center;
  border-right: 1px solid #fff;
}
.footer-contacts-item:last-of-type {
  border: 0;
}
.footer-adress {
  line-height: 2;
  text-align: left;
}
.footer-phone {
  display: block;
  color: #fff;
  margin-bottom: 9px;
}
.footer-phone:hover {
  color: #fff;
}
.footer-phone:last-of-type {
  margin: 0;
}
.footer-mail {
  display: block;
  color: #fff;
  margin-bottom: 9px;
}
.footer-mail:hover {
  color: #fff;
}
.footer-mail:last-of-type {
  margin: 0;
}
.footer-social-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.footer-social:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.footer-social img {
  display: block;
  width: 15px;
  height: 15px;
}
.footer-social i {
  margin-top: 2px;
  font-size: 18px;
  color: #ffffff;
}
.footer-copyright {
  text-align: right;
  color: #fff;
}
/*---PAGE ARTICLES---*/
.page-articles-section {
  margin-top: 50px;
}
.page-articles-item {
  margin-bottom: 30px;
}
.page-articles-item-img {
  width: 100%;
  height: 260px;
  display: block;
  overflow: hidden;
}
.page-articles-item-img img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.page-articles-item-img img:hover {
  transform: scale(1.1);
}
.paginition-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
  border-top: 1px solid #e3e3e3;
}
.paginition-block a {
  display: block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #7e777a;
}
.paginition-block a.active-page {
  color: #007199;
}
.arrow {
  width: 18px;
  height: 8px;
  background: url('../img/arrow-pag.png') 50% 50% no-repeat;
  background-size: 100%;
  display: block;
}
/*---PAGE ARTICLES---*/
/*---PAGE SHARE---*/
.page-share-section {
  margin-top: 50px;
}
.page-share-item {
  margin-bottom: 30px;
}
.page-share-item-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.page-share-item-img img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.page-share-item-img img:hover {
  transform: scale(1.1);
}
.share-text {
  margin-top: 20px;
}
/*---PAGE SHARE---*/
/*---PAGE PRODUCTION---*/
.page-production-section {
  margin-top: 15px;
}
.page-production-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.page-production-img {
  width: 40%;
  height: 100px;
}
.page-production-img img {
  /* width: 100%;
  height: 100px; */
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  /* object-fit: contain; */
}
.page-production-descr {
  width: 57%;
}
/*---PAGE PRODUCTION---*/
/*---PAGE COMPONENTS---*/
.page-components-section {
  margin: 50px 0;
  min-height: 37vw;
}
.page-components-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.components-tabs {
  flex-direction: column;
  width: 48%;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.components-tabs.nav-tabs .nav-link {
  font-size: 20px;
  color: #007199;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
.components-tabs.nav-tabs .nav-link.active {
  color: #202020;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.components-tabs.nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('../img/arrow.svg') 50% 50% no-repeat;
  background-size: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-components-block .tab-content {
  width: 48%;
}
.components-tabs-title {
  font-size: 20px;
  color: #202020;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
.components-tabs-list {
  margin-top: 20px;
  padding-left: 20px;
}
.components-tabs-item {
  list-style: none;
}
.components-tabs-link {
  display: block;
  font-weight: bold;
  color: #202020;
  margin-bottom: 10px;
  position: relative;
}
.components-tabs-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('../img/arrow.svg') 50% 50% no-repeat;
  background-size: 100%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.components-tabs-link:hover {
  color: #202020;
}
/*---PAGE COMPONENTS---*/
.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #007199;
  padding-right: 20px;
}
.breadcrumb a::after {
  content: ">";
  padding-left: 20px;
  text-decoration: none;
}
.breadcrumb li:last-of-type a::after {
  display: none;
}
.btn-primary {
  background: #007199;
}
.text-empty {
  margin: 10px 0 20px;
}
.text-content {
  padding: 20px 0 40px;
  min-height: 51vh;
}
.text-content * {
  font-family: 'Roboto', sans-serif !important;
}
.text-content ul {
  padding-left: 20px;
}
.text-content p {
  margin: 10px 0;
}
.text-content img {
  max-width: 100%;
}
.text-content h2,
.text-content h3 {
  margin: 30px 0 20px 0;
}
.text-content table td {
  border: 1px solid #A9A9A9;
  padding: 5px;
}
.category__description {
  padding-top: 40px;
}
.category__description * {
  font-family: 'Roboto', sans-serif !important;
}
.category__description ul {
  padding-left: 20px;
}
.category__description p {
  margin: 10px 0;
}
.category__description img {
  max-width: 100%;
}
.category__description h2,
.category__description h3 {
  margin: 30px 0 20px 0;
}
.main-content {
  padding: 35px 0 20px;
  min-height: 57vh;
  width: 100%;
}
.storage-download {
  padding-top: 20px;
  text-align: center;
}
.branch__item {
  list-style: none;
  margin: 5px 0;
}
.branch__link {
  color: #007199;
}
.search-table {
  margin-bottom: 20px;
  width: 100%;
}
.search-table td,
.search-table th {
  border: 1px solid #007199;
  text-align: left;
  padding: 15px;
}
.search-table td.search-table__checkbox,
.search-table th.search-table__checkbox,
.search-table td.search-table__stock,
.search-table th.search-table__stock {
  text-align: center;
}
.search-table th {
  background: #007199;
  color: #fff;
}
.search-table a {
  color: #202020;
}
#search {
  display: none;
}
.header-search {
  position: relative;
}
.header-search__buttons {
  color: #fff;
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
}
.header-search__buttons span {
  padding-right: 15px;
  font-size: 12px;
  cursor: pointer;
}
.header-search__buttons span.active {
  font-weight: bold;
}
.english-link,
.english-link:hover {
  color: white;
  display: inline-block;
  float: right;
  text-decoration: none;
}

#form-language {
  float: right;
}

#form-language a, #form-language span {
  color: #ffffff;
  font-size: 14px;
  padding: 0 5px;
}

#form-language span {
  text-decoration: underline;
}

.common-button {
  background: #007199;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid transparent;
}
.common-button:hover {
  color: #007199;
  background: #fff;
  border: 1px solid #007199;
  transition: 0.2s ease-in-out;
}
.common-text {
  line-height: 25px;
}
.fastorder-product__phone {
  height: 43px;
  margin-right: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.error {
  border: 1px solid #e73d52;
}
.success {
  border: 1px solid green;
}
.dev {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 15px;
  bottom: -25px;
}
.dev:hover {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .text-content img {
    height: auto !important;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
    height: 80px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 111;
    background: #007199;
  }
  .mobile-menu-header {
    height: 80px;
    border-bottom: 1px solid #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #form-language a, #form-language span {
    color: #202020;
  }
  .mobile-menu-body {
    display: none;
    background: #f5f5f5;
    z-index: 111;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #202020;
  }
  .mobile-logo {
    display: block;
    margin-left: 15px;
  }
  .mobile-logo img {
    display: block;
    height: 60px!important;
  }
  .mobile-btn {
    display: block;
    margin-right: 15px;
  }
  .mobile-btn p {
    width: 40px;
    height: 3px;
    background: #fff;
  }
  .mobile-menu-list {
    margin-bottom: 25px;
  }
  .mobile-menu-list li {
    margin: 0 0 15px 0;
    list-style: none;
  }
  .mobile-menu-list a {
    color: #202020;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
  }
  .line-1 {
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    transition: 0.3s;
  }
  .line-2 {
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 8px 0;
    transition: 0.3s;
  }
  .line-3 {
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    transition: 0.3s;
  }
  .mobile-btn.active {
    margin-bottom: 10px;
  }
  .mobile-btn.active p {
    margin-bottom: 0px;
  }
  .mobile-btn.active .line-1 {
    transform: rotate(45deg) translate(7px, 5px);
  }
  .mobile-btn.active .line-2 {
    display: none;
  }
  .mobile-btn.active .line-3 {
    transform: rotate(-45deg) translate(-3px, 5px);
  }
}
@media only screen and (max-width: 991px) {
  .footer-contacts-item,
  .footer-contacts-item:last-of-type {
    text-align: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
  }
  .english-link,
  .english-link:hover {
    color: #297199;   
    float: none;
    padding: 15px 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-social-block {
    justify-content: center;
  }
  .footer-copyright,
  .footer-social-block {
    display: inline-block;
  }
  .footer-social {
    margin-left: 0;
  }
  .footer-social-block {
    margin-top: 10px;
  }
  .banner-slider-item-subtitle {
    font-size: 20px;
  }
  .page-articles-item {
    margin-bottom: 50px;
  }
  table {
    display: block;
    white-space: nowrap;
    overflow-y: auto;
  }
  .banner-slider-item-title {
    font-size: 22px;
  }
  .banner-slider .banner-slider-item-info {
    left: 15px;
    top: 48px;
  }
  .banner-slider .banner-slider-item-img1 {
    object-fit: contain;
    height: 350px;
  }
  .dev {
    right: auto;
    left: 15px;
    bottom: -40px;
  }
  .banner-slider-item-wrap {
    padding: 55% 0 0 0;
    background-position: 0 50%;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slider {
    padding: 25px;
  }
  .banner-slider-item-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner-slider-item-img img {
    height: 200px;
  }
  .banner-slider-item-wrap {
    flex-direction: column;
  }
  .banner-slider-item-img {
    width: 100%;
  }
  .banner-slider-item-info {
    width: 50%;
  }
  .banner-slider .slick-dots {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .page-share-item-img,
  .page-articles-item-img {
    height: 260px;
    margin-bottom: 10px;
  }
  .page-share-item-img img {
    height: 260px;
  }
  .page-components-block {
    flex-direction: column;
  }
  .components-tabs {
    width: 100%;
  }
  .page-components-block .tab-content {
    width: 100%;
  }
  .components-tabs.nav-tabs .nav-link {
    padding: 10px 0;
    font-size: 18px;
  }
  .components-tabs-title {
    font-size: 18px;
  }
  .page-production-item {
    flex-direction: column;
  }
  .page-production-img {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
  }
  .page-production-img img {
    height: 120px;
  }
  .page-production-descr {
    width: 100%;
  }
  .banner-company-slider {
    width: 90%;
    margin: 0 auto;
  }
}
