@charset "UTF-8";
@import "reset.css";
@import "all.min.css";
@import "slider.css";
@font-face {
  font-family: "roboto";
  src: url("../webfonts/roboto.ttf");
}
@font-face {
  font-family: "roboto-bold";
  src: url("../webfonts/roboto-bold.ttf");
}
@font-face {
  font-family: "roboto-italic";
  src: url("../webfonts/roboto-italic.ttf");
}
@font-face {
  font-family: "roboto-light";
  src: url("../webfonts/roboto-light.ttf");
}
@font-face {
  font-family: "opensans";
  src: url("../webfonts/opensans.ttf");
}
@font-face {
  font-family: "opensans-bold";
  src: url("../webfonts/opensans-bold.ttf");
}
footer .section-footer .footer-nav,
footer .section-footer .footer-contacts__item,
footer .section-footer,
.section-advantages .advantages-list .advantages-item,
.section-advantages .advantages-list,
.header__nav,
.header__phone,
.header__toolbar-wrapper .toolbar-nav,
.header__toolbar-wrapper .toolbar .logo__link,
.header__toolbar-wrapper .toolbar__logo,
.header__toolbar-wrapper .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-size: 1.5rem;
  font-family: "roboto-light", sans-serif;
}
body nav.navbar .dropdown:hover > .dropdown-menu {
  /* top: 38px; */
  /* display: block; */
  /* z-index: 1042; */
}
body.modal-open {
  padding-right: 0 !important;
  position: fixed;
  width: 100%;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "roboto", sans-serif;
}
body a {
  color: #f77f1a;
  transition: all 0.3s;
}
body a:hover {
  color: #293133;
  text-decoration: none;
}
body button {
  transition: all 0.3s;
}
body i {
  transition: all 0.3s;
}
body .button {
  font-size: 1.6rem;
  color: #fff;
  padding: 1.5rem 3rem;
  font-family: "roboto-light", sans-serif;
  border: 1px solid #293133;
  text-align: center;
  border-radius: 5px;
}
body .button:hover {
  background-color: #f5f5f5;
  color: #f77f1a;
}
body .nav-subtitle {
  display: block;
  font-size: 1.3rem;
}
body .form-group {
  margin-bottom: 0;
  position: relative;
}
body .form-group input,
body .form-group textarea,
body .form-group select {
  background-color: #f5f5f5;
  border: 2px solid #979da2;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px 15px;
  height: auto;
  max-width: 280px;
  margin: 20px auto 20px;
}
body .form-group input:focus,
body .form-group textarea:focus,
body .form-group select:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
body .form-group .input-group-addon {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body .form-group .input-group-addon i {
  font-size: 1.6rem;
  color: #979da2;
}
body .form-group .input-group-addon i:hover {
  color: #979da2;
}
body .form-group .btn-callback_dark {
  width: 100%;
  background-color: #bdbdbd;
  color: #f5f5f5;
  margin-top: 2rem;
}
body .form-group .btn-callback_dark i {
  color: #f5f5f5;
}
body .form-group .btn-callback_dark:hover {
  background-color: #293133;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
body .form-group .invalid-tooltip {
  background-color: #bdbdbd;
}
body .form-group .form-control.is-invalid,
body .form-group .was-validated .form-control:invalid {
  border-color: #bdbdbd !important;
}
body .form-check {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
body .form-check label {
  padding-left: 15px;
}
body .restore-pass {
  margin-top: 35px;
  border-top: 2px solid #bdbdbd;
}
body .restore-pass__link {
  display: block;
  margin-top: 30px;
  color: #293133;
}
body .restore-pass__link:hover {
  color: #f77f1a;
}
body .modal-content {
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
body .modal-content .modal-close {
  position: absolute;
  right: -2rem;
  top: -2rem;
  opacity: 1;
  text-shadow: none;
}
body .modal-content .modal-close i.fa-times-circle {
  font-size: 2rem;
  color: #f5f5f5;
}
body .modal-content .modal-body {
  padding: 4rem;
  font-size: 1.6rem;
  text-align: center;
}
body .modal-content .modal-body .modal-title {
  font-weight: bold;
  margin-bottom: 2rem;
}

.header_inner-pages {
  background: url(/src/header_bg.jpg) 50% 50% #003569;
  background-size: cover;
}

.header {
  background-color: #003569;
}
.header__toolbar-wrapper {
  position: relative;
  z-index: 3;
}
.header__toolbar-wrapper .toolbar {
  padding: 3rem 0;
}
.header__toolbar-wrapper .toolbar .logo__img {
  height: 5rem;
}
.header__toolbar-wrapper .toolbar .logo__name {
  margin-left: 2rem;
  font-family: "roboto", sans-serif;
  color: #f5f5f5;
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item {
  margin-right: 1rem;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item:last-child {
  margin-right: 0;
}
.header__toolbar-wrapper .toolbar-nav .dropdown-toggle::after {
  display: none;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link {
  display: flex;
  position: relative;
  align-items: center;
  font-family: "roboto-light", sans-serif;
  color: #f5f5f5;
  font-size: 1.43rem;
  height: 40px;
  padding: 0 1rem;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link::after {
  content: "";
  width: 0;
  opacity: 0;
  height: 0.1rem;
  border-radius: 3px;
  background-color: #f77f1a;
  position: absolute;
  bottom: 0.1rem;
  left: 10px;
  /* transform: translateX(-50%); */
  transition: all 0.3s;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link:hover,
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link.active {
  color: #f5f5f5;
}
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link:hover::after,
.header__toolbar-wrapper .toolbar-nav li.nav-item a.nav-link.active::after {
  width: 80%;
  opacity: 1;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown a.dropdown-toggle {
  position: relative;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown a.dropdown-toggle::after {
  opacity: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  height: auto;
  width: 1rem;
  background: 0;
  border: 0;
  font-weight: 900;
  font-size: 0.8rem;
  display: block;
  position: absolute;
  left: auto;
  right: -0.5rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown a.dropdown-toggle:hover::after {
  width: 1rem;
  right: -0.5rem;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 0 1.5rem;
  animation-duration: 0.3s;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu::before {
  content: "";
  height: 0.2rem;
  width: 100%;
  border-radius: 3px;
  background-color: #f77f1a;
  position: absolute;
  top: -0.45rem;
  left: 0;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 1.4rem;
  padding: 1rem 0;
  border-bottom: 1px dashed #bdbdbd;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  color: #f77f1a;
  background: 0;
}
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu a.dropdown-item:active,
.header__toolbar-wrapper .toolbar-nav li.dropdown .dropdown-menu a.dropdown-item:focus {
  background: 0;
  color: #293133;
}
.header__toolbar-wrapper .toolbar-nav a.has-sub {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.header__slider {
  position: relative;
  margin-top: -11rem;
  background-color: #293133;
}
.header__slider .slider-header__item {
  opacity: 0.4;
}
.header__content {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  /* height: 60rem; */
  z-index: 2;
}
.header__content_inner-pages {
  /* height: 20rem; */
  position: relative;
  top: auto;
}
.header__content_inner-pages .header__phone {
  position: relative;
  top: auto;
  width: 100%;
  justify-content: flex-end;
}
.header__content_inner-pages .header__phone .phone__email {
  padding-left: 3rem;
}
.header__content_inner-pages .header__nav {
  position: relative;
  top: auto;
  padding: 4rem 0;
}
.header__phone {
  animation-delay: 0.4s;
  position: absolute;
  width: 450px;
  right: 0;
  top: 5rem;
}
.header .phone > div:hover i {
  color: #f77f1a;
}
.header .phone i {
  font-size: 2.5rem;
  color: #f5f5f5;
  margin-right: 2.5rem;
}
.header .phone a {
  color: #f5f5f5;
  font-size: 2.3rem;
  font-family: "roboto", sans-serif;
}
.header .phone a:hover {
  color: #bdbdbd;
}
.header .phone__email a {
  font-size: 2rem;
  font-family: "roboto-light", sans-serif;
}
.header .phone__email a:hover {
  color: #f77f1a;
}
.header .phone__number span {
  font-size: 2rem;
  font-family: "roboto-light", sans-serif;
}
.header__nav {
  position: absolute;
  top: 14rem;
  left: 2.5rem;
  right: 2.5rem;
  z-index: 1;
  justify-content: start;
  flex-wrap: wrap;
}
.header__nav .nav-cat__parent {
  position: relative;
  padding: 0.5rem;
}
.header__nav .nav-cat__parent > a {
  display: block;
  line-height: 3.4rem;
  padding: 0 1.17rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #f5f5f5;
  border-radius: 3px;
}
.header__nav .nav-cat__parent > a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  margin-left: 1rem;
  display: block;
  float: right;
  transition: all 0.3s;
}

.main_cat > a::after {
  content: none !important;
}

.header__nav .nav-cat__parent .cat-dropdown {
  max-height: 0;
  margin-top: 0.5rem;
  box-sizing: border-box;
  width: 240px;
  background-color: #f3f3f3;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 5px;
}
.header__nav .nav-cat__parent .cat-dropdown li {
  padding: 0 2rem;
  border-bottom: 1px dashed #bdbdbd;
}
.header__nav .nav-cat__parent .cat-dropdown li:last-child {
  border: 0;
}
.header__nav .nav-cat__parent .cat-dropdown a {
  color: #293133;
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.header__nav .nav-cat__parent .cat-dropdown a:hover {
  color: #f77f1a;
}
.header__nav .nav-cat__parent.over > a {
  background-color: #f5f5f5;
  color: #293133;
}
.header__nav .nav-cat__parent.over > a::after {
  transform: rotate(180deg);
  color: #293133;
}
.header__nav .nav-cat__parent.over .cat-dropdown {
  max-height: 400px;
  min-height: 100%;
  overflow-y: auto;
}
.header__nav .nav-cat:first-child {
  animation-delay: 0.4s;
}
.header__nav .nav-cat:nth-child(2) {
  animation-delay: 0.6s;
}
.header__nav .nav-cat:nth-child(3) {
  animation-delay: 0.8s;
}
.header__nav .nav-cat:nth-child(4) {
  animation-delay: 1s;
}
.header__nav .nav-cat:nth-child(5) {
  animation-delay: 1.26s;
}
.header__nav .nav-cat:nth-child(6) {
  animation-delay: 1.4s;
}
.header__nav .nav-cat:nth-child(7) {
  animation-delay: 1.6s;
}
.header__descr {
  position: absolute;
  left: 2.5rem;
  top: 30rem;
}
.header .main-descr__title {
  font-size: 3.7rem;
  color: #f5f5f5;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.header .main-descr__subtitle {
  font-size: 2.5rem;
  color: #f5f5f5;
  margin-bottom: 5rem;
}
.header .main-descr__btn {
  width: auto;
  background-color: #f77f1a;
  border: 1px solid #fff;
}
.header .main-descr__btn:hover {
  background-color: #003569;
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 22px;
  color: #bdbdbd;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: #fff;
  padding: 1.5rem 3rem;
  margin: 0 -1.5rem;
  border-radius: 5px 5px 0 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #bdbdbd;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #003569;
}
.breadcrumb-wrapper .breadcrumb a:hover {
  color: #bdbdbd;
}

.section-catalogue__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-catalogue .catalogue__menu {
  flex: 0 1 320px;
  margin-right: 2.5rem;
  margin-top: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.section-catalogue .catalogue .aside-menu__item {
  margin-bottom: 1rem;
}
.section-catalogue .catalogue .aside-menu__item .menu-btn {
  font-family: "roboto", sans-serif;
  line-height: 1.3;
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #f77f1a;
  padding: 1rem 3.1rem 1rem 1.5rem;
  transition: all 0.3s;
  color: #f5f5f5;
}
.section-catalogue .catalogue .aside-menu__item .menu-btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.section-catalogue .catalogue .aside-menu__item .menu-btn.collapsed {
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #f8f8f8;
  color: #293133;
  padding: 1rem 3.1rem 1rem 1.5rem;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.3s;
}
.section-catalogue .catalogue .aside-menu__item .menu-btn.collapsed::after {
  transform: translateY(-50%) rotate(180deg);
}
.section-catalogue .catalogue .aside-menu__item ul {
  list-style: none;
  padding: 2rem 1.5rem 1.5rem;
  background-color: #003569;
  border-radius: 0 0 5px 5px;
}
.section-catalogue .catalogue .aside-menu__item ul li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #bdbdbd;
}
.section-catalogue .catalogue .aside-menu__item ul li:last-child {
  border: 0;
}
.section-catalogue .catalogue .aside-menu__item ul a {
  color: #fff;
}
.section-catalogue .catalogue .aside-menu__item ul a:hover {
  color: #f77f1a;
}
.section-catalogue .catalogue .aside-menu__item ul a.active {
  color: #f77f1a;
}

.section-catalogue .catalogue__prodlist {
  flex: 0 0 calc(100% - 320px);
}
.section-catalogue .catalogue .prodlist {
  animation-delay: 0.2s;
  margin-top: 15px;
}
.section-catalogue .catalogue .prodlist__wrapper {
  margin-top: -35px;
}
.section-catalogue .catalogue .prodlist .prodlist-header__name {
  justify-content: start;
}
.section-catalogue .catalogue .prodlist .prodlist-header {
  font-weight: bold;
}
.section-catalogue .catalogue .prodlist__item {
  display: grid;
  grid-template-columns: 40% 10% 15% 15% 20%;
  margin-bottom: 10px;
  height: 100%;
}
.section-catalogue .catalogue .prodlist__item > div {
  padding: 1rem 1.5rem;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-catalogue .catalogue .prodlist__item > div .btn-request {
  padding: 0;
  color: #f77f1a;
}
.section-catalogue .catalogue .prodlist__item > div .btn-request:hover {
  color: #293133;
}
.section-catalogue .catalogue .prodlist__item .price {
  text-align: center;
}
.section-catalogue .catalogue .prodlist__item .price__currency,
.section-catalogue .catalogue .prodlist__item .price__pretext {
  font-size: 1.2rem;
}
.section-catalogue .catalogue .prodlist__item.product {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  transition: all 0.3s;
}
.section-catalogue .catalogue .prodlist__item.product:hover {
  background-color: #fffbf6;
}
.section-catalogue .catalogue .prodlist__pagination {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-catalogue .catalogue .prodlist__pagination ul.pagination {
  justify-content: center;
}
.section-catalogue .catalogue .prodlist__pagination ul.pagination .page-link {
  color: #003569;
  padding: 0.5rem 1rem;
  border-color: #bdbdbd;
}
.section-catalogue .catalogue .prodlist__pagination ul.pagination .page-item.disabled .page-link {
  color: #bdbdbd;
  border-color: #bdbdbd;
  background-color: #fbfbfb;
}
.section-catalogue .catalogue .prodlist__pagination ul.pagination .page-item.active .page-link {
  color: #f5f5f5;
  background-color: #f77f1a;
  border-color: #f77f1a;
}

.section-title {
  padding: 0 1.5rem 3.5rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  overflow: hidden;
}
.section-title span {
  display: block;
}
.section-title span::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: #f77f1a;
  margin-right: -100%;
  right: -20px;
}

section {
  padding: 4rem 0;
}

.section-advantages .advantages-list__item {
  flex: 0 0 30%;
  transition: all 0.3s;
}
.section-advantages .advantages-list__item:hover {
  background-color: #003569;
}
.section-advantages .advantages-list__item:hover .advantages-item__text_big {
  color: #f5f5f5;
}
.section-advantages .advantages-list__item:hover .advantages-item__img {
  margin-right: 0;
}
.section-advantages .advantages-list .advantages-item {
  padding: 0.5rem 2.5rem;
  border: 1px solid #bdbdbd;
  position: relative;
  overflow: hidden;
}
.section-advantages .advantages-list .advantages-item__text {
  font-size: 1.8rem;
  line-height: 1;
  color: #bdbdbd;
}
.section-advantages .advantages-list .advantages-item__text_big {
  font-size: 6rem;
  color: #003569;
  font-family: "roboto", sans-serif;
  line-height: 1;
}
.section-advantages .advantages-list .advantages-item__img {
  font-size: 8rem;
  color: #f77f1a;
  transition: all 0.3s;
  margin-right: -4rem;
}

.section-production {
  background-color: #f5f5f5;
}
.section-production__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}
.section-production .category-list {
  background-color: #fff;
  /* */
  transition: all 0.3s;
}

.section-production .category-list .category-list_content_wrp {
  padding: 2.5rem;
}

.section-production .category-list__img {
  position: relative;
  overflow: hidden;
  height: 20rem;
}
.section-production .category-list__img a {
  height: inherit;
}
.section-production .category-list__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 2rem 0;
}

.section-production .category-list__title a {
  color: #212529;
}
.news-block {
  font-size: 1.4rem;
}

.section-production .category-list ul {
  list-style: none;
  padding: 0;
}
.section-production .category-list ul a {
  display: block;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #bdbdbd;
}
.section-production .category-list ul a:hover {
  padding-left: 0.5rem;
  margin-right: -0.5rem;
}
.section-production .category-list ul li:last-child a {
  border-bottom: 0;
}
.section-production .category-list:hover {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1rem 20px #bdbdbd;
}
.section-production .category-list__btn {
  color: #bdbdbd;
}
.section-production .category-list__btn:hover {
  color: #293133;
}
.section-production .category-list:nth-child(2) {
  animation-delay: 0.2s;
}
.section-production .category-list:nth-child(3) {
  animation-delay: 0.4s;
}
.section-production .category-list:nth-child(4) {
  animation-delay: 0.6s;
}
.section-production .category-list:nth-child(5) {
  animation-delay: 0.8s;
}
.section-production .category-list:nth-child(6) {
  animation-delay: 1s;
}
.section-production .category-list:nth-child(7) {
  animation-delay: 1.2s;
}
.section-production .category-list:last-child {
  animation-delay: 1.4s;
}

.section-home-descr__title {
  font-size: 2rem;
  padding: 2.5rem 0;
  text-transform: uppercase;
}

.section-request {
  background: #f1f1f1;
}
.section-request__title {
  text-transform: none;
  text-align: center;
  padding: 0 1.5rem 1rem;
}
.section-request__title span::after {
  display: none;
}
.section-request__img {
  max-width: 300px;
  margin: 0 auto;
}
.section-request__form.form-group {
  padding-left: 3.5rem;
}
.section-request__form.form-group .col-md-6,
.section-request__form.form-group .col-md-4,
.section-request__form.form-group .col-12 {
  padding: 0 0.5rem;
}
.section-request__form.form-group input,
.section-request__form.form-group textarea {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
}
.section-request__form.form-group input.form-check-input {
  width: auto;
}
.section-request__form.form-group .form-check-label span {
  font-size: 1.2rem;
  display: block;
  margin-left: 1rem;
  line-height: 1.2;
}
.section-request__form.form-group .btn-submit {
  border: 0;
  display: block;
  font-size: 1.6rem;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "roboto", sans-serif;
  width: 100%;
  margin: 0.5rem auto 0;
  padding: 1rem;
  background-color: #f77f1a;
  border-radius: 5px;
}
.section-request__form.form-group .btn-submit:hover {
  background-color: #003569;
}
.section-request__form.form-group .invalid-tooltip {
  top: 4.4rem;
  left: 2rem;
}
.section-request__form.form-group .form-check {
  margin-top: 0;
}

#button-totop {
  display: inline-block;
  background-color: #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s;
  z-index: 1000;
}
#button-totop:hover {
  cursor: pointer;
  background-color: #333;
}
#button-totop:active {
  background-color: #555;
}
#button-totop::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}

footer {
  padding: 4rem 0;
  background-color: #003569;
  color: #f5f5f5;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f77f1a !important;
}
footer .section-footer {
  align-items: flex-start;
}
footer .section-footer__subtitle {
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 2rem;
  color: #fff;
}
footer .section-footer__item {
  margin-right: 2rem;
}
footer .section-footer__item:last-child {
  margin-right: 0;
}
footer .section-footer .footer-copyright__logo {
  max-width: 250px;
}
footer .section-footer .footer-copyright__descr {
  padding-top: 2.5rem;
}
footer .section-footer .footer-contacts__item {
  justify-content: left;
  margin-bottom: 1rem;
}
footer .section-footer .footer-contacts__item i {
  padding-right: 1.3rem;
  font-size: 2rem;
  color: #f77f1a;
}
footer .section-footer .footer-contacts__item .phones-footer a {
  display: block;
}
footer .section-footer .footer-nav {
  align-items: flex-start;
}
footer .section-footer .footer-nav__list:first-child {
  margin-right: 3.5rem;
}
footer .section-footer .footer-nav__list li:last-child a {
  border-bottom: 0;
}
footer .section-footer .footer-nav__list li:first-child a {
  padding-top: 0;
}
footer .section-footer .footer-nav__list a {
  display: block;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #bdbdbd;
}

.price-request .modal-content {
  border: 0;
}
.price-request .modal-content .modal-body {
  padding: 0 1.5rem;
}
.price-request .modal-content .modal-body input,
.price-request .modal-content .modal-body textarea {
  padding: 0.5rem 1rem;
  border-width: 1px;
  margin: 0.8rem 0;
  width: 100%;
  max-width: 100%;
}
.price-request .modal-content .col-md-6,
.price-request .modal-content .col-12 {
  padding: 0 0.8rem;
}
.price-request__title {
  background-color: #003569;
  margin: 0 -1.5rem 0 !important;
  border-radius: 4px 4px 0 0;
  padding: 1.5rem;
  text-transform: uppercase;
  color: #f5f5f5;
  letter-spacing: 1px;
}
.price-request__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-request .modal-product {
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 2.5rem;
}
.price-request .modal-product > div {
  margin-right: 1.5rem;
}
.price-request .modal-product > div:last-child {
  margin-right: 0;
}
.price-request .modal-product__name span {
  display: block;
  text-align: left;
}
.price-request .modal-product__quantity {
  width: 4.2rem;
}
.price-request .modal-product__quantity input {
  margin: 0 !important;
}
.price-request .modal-product__unit {
  width: 5.5rem;
}
.price-request .modal-product__unit select {
  padding: 0.5rem;
  border-width: 1px;
}
.price-request__form .btn-submit {
  display: block;
  font-size: 1.6rem;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "roboto", sans-serif;
  width: 100%;
  margin: 2.5rem auto;
  padding: 1.9rem;
  background-color: #f77f1a;
  border-radius: 5px;
}
.price-request__form .btn-submit:hover {
  background-color: #003569;
}
.price-request__form input.form-check-input {
  width: auto !important;
}
.price-request__form label.form-check-label span {
  display: block;
  margin-left: 1rem;
  font-size: 1rem;
}
.price-request__form .invalid-tooltip {
  margin-top: -9px;
  margin-left: 9px;
}

@media (max-width: 992px) {
  .section-catalogue .catalogue .prodlist__wrapper {
    margin-top: 0;
  }

  .header__descr {
    /* bottom: 8rem; */
  }

  .section-advantages .advantages-list .advantages-item {
    padding: 0.5rem 0.8rem;
  }

  .section-advantages .advantages-list .advantages-item__text {
    font-size: 1.4rem;
  }

  .section-advantages .advantages-list .advantages-item__text_big {
    font-size: 5rem;
  }

  .section-advantages .advantages-list__item {
    flex: 0 0 33%;
  }

  .section-production__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  footer .section-footer {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  footer .section-footer__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  footer .section-footer__item:first-child {
    order: 3;
  }

  body.over {
    position: relative;
    width: 100%;
    height: 100%;
  }
  body.over .header__content {
    z-index: 0;
  }

  .toolbar__nav {
    animation: none;
  }

  .navbar {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
  }
  .navbar .navbar-toggler {
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 0;
  }
  .navbar .navbar-toggler::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    line-height: 30px;
    color: #293133;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
  .navbar .navbar-toggler.opened {
    position: fixed;
    right: 320px;
  }
  .navbar .navbar-toggler.opened::after {
    content: "";
  }
  .navbar .navbar-collapse {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 320px;
    background: #293133;
    padding: 2.5rem;
    transition: all 0.3s;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
  .navbar .dropdown-menu {
    /* display: block; */
    background-color: transparent !important;
    border: 0;
  }
  .navbar .dropdown-menu a {
    color: #f5f5f5;
  }
  .navbar .dropdown-menu::before {
    display: none;
  }

  .header__toolbar-wrapper .toolbar-nav li.nav-item {
    width: 100%;
    text-transform: uppercase;
  }

  .header__content_inner-pages .header__nav {
    margin: 2rem 0;
  }

  .section-catalogue__inner {
    flex-direction: column;
  }

  .section-catalogue .catalogue__menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .navbar-collapse {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #000;
    transition: all 0.3s;
  }
  .navbar-collapse.show {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header .main-descr__title {
    font-size: 4rem;
  }

  .section-advantages .container {
    max-width: 100%;
  }

  .section-catalogue {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body {
    /* margin-right: -11px; */
  }

  .section-catalogue .catalogue .prodlist__item {
    grid-template-columns: 40% 15% 20% 25%;
  }

  .header__content_inner-pages .header__nav {
    margin: 1rem auto;
    left: auto;
    right: auto;
    max-width: 450px;
  }

  .breadcrumb-wrapper {
    display: none;
  }

  .advantages-list {
    flex-direction: column;
  }
  .advantages-list .advantages-item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .advantages-list .advantages-item:last-child {
    margin-bottom: 0;
  }
  .advantages-list .advantages-item__img {
    margin-right: 0 !important;
  }

  .header__phone {
    width: auto;
    right: 0;
    padding: 0 1rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .header .main-descr__title {
    font-size: 3rem;
  }

  .header .main-descr__subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .section-production__wrapper {
    grid-template-columns: 1fr;
  }

  .section-production .category-list__img img {
    /* width: 100%; */
  }

  html {
    font-size: 8px;
  }

  .slider-header .slick-slide {
    height: 525px;
  }

  .header__content {
    /* height: 58rem; */
  }

  .header__content_inner-pages {
    /* height: 22rem; */
  }
}
@media (max-width: 378px) {
  .header__content_inner-pages {
    /* height: 22rem; */
  }
}

.subcat {
  border: 1px solid #999;
  padding: 10px;
}

#result {
  padding: 25px;
}
#result img {
  filter: none;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quantity-btn__more,
.quantity-btn__less {
  color: #f77f1a;
}
.quantity-btn__more:hover,
.quantity-btn__less:hover {
  color: #000;
}

.slick-slide {
  opacity: 1;
  margin: 0 2rem;
  width: 100%;
}
.slick-slide.slick-active {
  opacity: 1;
}

.bx {
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .ymap {
    height: 400px;
  }
}
