@charset "UTF-8";

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: normal;
}

p {
  color: #333333;
  line-height: 1.8;
  font-size: .875rem;
  margin-bottom: .75rem;
  font-weight: normal;
}

p strong {
  font-weight: 700;
  color: #1C274C;
}

p:last-child {
  margin-bottom: 0;
}

a:hover {
  color: #E31E24;
}

ul li {
  color: #333333;
}

ul li strong {
  font-weight: 700;
  color: #1C274C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C274C;
}

.title-h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sub-title__line {
  color: #E31E24;
  position: relative;
  padding: 0 4rem;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: inline-flex;
}

.sub-title__line:before,
.sub-title__line:after {
  content: '';
  width: 3.125rem;
  height: 3px;
  background: #E31E24;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.sub-title__line:before {
  left: 0;
}

.sub-title__line:after {
  right: 0;
}

h1 {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.text-red {
  color: #E31E24 !important;
}

.lh-1 {
  line-height: normal !important;
}

.lh-12 {
  line-height: 1.2;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 1;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-64 {
  font-size: 32px !important;
  line-height: 1;
}

.fs-86 {
  font-size: 86px !important;
  line-height: 1;
}

.fs-96 {
  font-size: 96px !important;
  line-height: 1;
}

.text-green {
  color: #B2CD3B;
}

.text-blue {
  color: #6A2383;
}

.text-violet {
  color: #B51B84;
}

td.vertical {
  transform: rotate(-90deg);
}

.img-tb-label {
  width: 4rem;
  height: 4rem;
}

.table {
  margin-top: 1rem;
  border-top: 2px solid #828282;
  border-bottom: 2px solid #828282;
}

.table thead th {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  background: #B2CD3B;
  vertical-align: middle;
  font-weight: bold;
}

.table thead th p {
  color: #fff;
  font-weight: bold;
}

.table tbody th {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  background: #B2CD3B;
  vertical-align: middle;
  font-weight: bold;
}

.table tbody th p {
  color: #fff;
  font-weight: bold;
}

.table td,
.table th {
  padding: .5rem;
  border-bottom: 1px solid #828282;
}

.table ul,
.table ol {
  margin-bottom: 0;
  font-size: .875rem;
}

.table ul li,
.table ol li {
  margin: .2rem 0 !important;
  line-height: 1.4 !important;
}

.table h4 {
  margin-top: 0;
}

.table p {
  margin-bottom: .75rem;
  line-height: 1.5;
  font-size: .875rem;
  color: #000;
}

.table p:last-child {
  margin-bottom: 0;
}

.table-swot {
  border-top: none;
}

.table-swot h6 {
  font-weight: 700;
  text-transform: uppercase;
}

.table-swot tr td {
  border-top: none;
}

.table-swot tbody th {
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  border-bottom: 2px solid #BDBDBD;
}

.table-swot tbody th p {
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.table-middle td,
.table-middle th {
  vertical-align: middle;
}

.table-first:first-child th {
  background: #B2CD3B;
  color: #fff;
  font-weight: 900;
  vertical-align: middle;
}

.table-first:first-child th p {
  color: #fff;
  font-weight: 900;
}

.table-last td:last-child {
  background: #E8E9ED;
}

.table-last td:last-child p {
  font-weight: normal !important;
}

.table-last-2 td:nth-last-child(2) {
  background: #E8E9ED;
}

.table-last-2 td:nth-last-child(2) p {
  font-weight: normal !important;
}

.table-last-3 td:nth-last-child(3) {
  background: #E8E9ED;
}

.table-last-3 td:nth-last-child(3) p {
  font-weight: normal !important;
}

.table + .footnote {
  margin-top: 0;
  padding-top: 0;
}

.table + .footnote:before {
  display: none;
}

.table-note {
  font-size: .875rem;
  margin-bottom: 1rem;
}

.container {
  max-width: 1300px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > [class^="col"],
.row > [class*=" col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  border-radius: .75rem;
  font-size: .875rem;
  font-weight: 600;
  padding: .75rem 2rem;
}

.btn-primary {
  background-color: #E31E24;
  border-color: #E31E24;
}

.btn-primary:hover {
  background-color: #1C274C;
  border-color: #1C274C;
}

.breadcrumb {
  background: #fff;
  margin-bottom: 0;
  padding: 1rem 0;
}

.breadcrumb-item {
  font-size: .875rem;
}

.breadcrumb-item a {
  color: #828282;
}

.breadcrumb-item.active {
  margin-left: .5rem;
  padding-left: 1.25rem;
  position: relative;
}

.breadcrumb-item.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: .75rem;
  height: 2px;
  background: #BDBDBD;
}

.card {
  border-radius: .75rem;
  border: none;
}

.relative {
  position: relative;
}

.section-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section-bg {
  background: #E8E9ED;
}

.table-responsive + .footnote {
  margin-top: 0;
  padding-top: 0;
}

.table-responsive + .footnote:before {
  display: none;
}

.link-more {
  font-size: .875rem;
  font-weight: 600;
  color: #1C274C;
  position: relative;
  padding-right: 2.75rem;
}

.link-more:hover {
  text-decoration: none;
  color: #E31E24;
}

.link-more:hover:after {
  transform: translateY(-50%) translateX(6px);
}

.link-more:hover:before {
  transform: translateY(-50%) translateX(6px) rotate(45deg);
}

.link-more:after,
.link-more:before {
  transition: transform .3s ease;
}

.link-more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.link-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.icon-title-text__icon {
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 1rem;
}

.icon-title-text__title {
  font-weight: 700;
  margin-bottom: .75rem;
  color: #1C274C;
  font-size: 1.125rem;
  line-height: 1.2;
}

.icon-title-text__text {
  font-size: .8125rem;
}

.icon_block {
  background: #E8E9ED;
  padding: 1.5rem;
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.icon_block-col {
  display: flex;
}

.icon_block.icon-right .icon-title-text__icon {
  margin-left: auto;
  margin-bottom: 0;
}

.icon_block.icon-right .icon-title-text__title {
  max-width: 70%;
}

.icon_no_block {
  margin-bottom: 1.25rem;
}

.icon_no_block.no-left .icon-title-text__icon {
  border-radius: .75rem;
  background: #E8E9ED;
  padding: 1rem;
  width: 6rem;
  height: 6rem;
  flex: 0 0 6rem;
}

.icon_no_block.no-left .icon-title-text__title {
  max-width: 81%;
  font-size: 1.125rem;
}

.hero-top__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hero-top__text {
  font-size: .875rem;
  margin-bottom: 1.5rem;
}

.hero-top__btn {
  font-size: .875rem;
  padding: 1rem 3.5rem;
  display: block;
  width: 100%;
}

.modal-content {
  border: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  font-size: .875rem;
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}

.modal-body {
  padding: 1.5rem 2rem;
}

.modal-title {
  font-weight: 700;
}

.modal__text-info {
  font-size: .875rem;
  margin-bottom: 1rem;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  min-height: 60px;
  padding: 1rem 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-brand {
  margin-right: 2rem;
  display: block;
  width: 12.5rem;
}

.header_left,
.header_right {
  display: flex;
  align-items: center;
}

.header_left {
  margin-right: auto;
}

.header_right {
  margin-left: auto;
}

.header-phone .contact_phone {
  padding-left: 2.25rem;
}

.header-phone .contact_phone:before {
  top: -.25rem;
  background-image: url("../images/icon-phone-red.svg");
}

.footer {
  flex-shrink: 0;
  position: relative;
  z-index: 101;
  background: #333333;
  color: #fff;
  padding: 2rem 0;
  padding-top: 4rem;
}

.footer-brand {
  margin-bottom: 2rem;
  display: block;
}

.footer-slogan {
  font-weight: 600;
  line-height: 1.6;
}

.footer-nav {
  margin-left: auto;
}

.footer-nav .main-nav a {
  color: #fff;
}

.footer-copy {
  font-size: .875rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #505E78;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.footer-arrow-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 25rem;
  background: #1C274C;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1101;
}

.footer-arrow-top:hover {
  background: #E31E24;
  color: #fff;
}

.footer-link__policy {
  color: #fff;
  text-decoration: none;
  font-size: .8125rem;
}

.footer-link__policy:hover {
  text-decoration: none;
}

.footer .contact_phone:before {
  background-image: url("../images/icon-phone-white.svg");
}

.footer .contact_mail:before {
  background-image: url("../images/icon-mail-white.svg");
}

.footer .contact_adress {
  font-size: .875rem;
}

.footer .contact_adress:before {
  background-image: url("../images/icon-map-white.svg");
}

.nav-mobile-menu {
  border: none;
  position: relative;
  z-index: 101;
  background: none;
  padding: 0;
  display: none;
  width: 24px;
  height: 24px;
}

.nav-mobile-menu:focus {
  outline: none;
}

.nav-mobile-menu:before,
.nav-mobile-menu:after {
  content: '';
}

.nav-mobile-menu:before,
.nav-mobile-menu:after,
.nav-mobile-menu span {
  left: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  background: #4F4F4F;
  margin: 0 auto;
  transition: 0.4s;
}

.nav-mobile-menu span {
  top: 50%;
  margin-top: -1px;
}

.nav-mobile-menu:before {
  top: 3px;
}

.nav-mobile-menu:after {
  bottom: 3px;
}

.nav-mobile-menu_btn {
  padding-right: 1rem;
}

.main-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.main-nav__item {
  list-style: none;
  margin-right: 1.5rem;
}

.main-nav__item a {
  font-size: .875rem;
  font-weight: 600;
  color: #1C274C;
}

.main-nav__item a:hover,
.main-nav__item a.active {
  color: #E31E24;
  text-decoration: none;
}

.sidebar {
  border: 1px solid #E0E0E0;
  border-radius: .75rem;
  position: sticky;
  top: 120px;
  margin-bottom: 1.5rem;
}

.left_category_submenu {
  display: none;
}

.left_category-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.left_category-menu__header {
  border-bottom: 1px solid #E0E0E0;
}

.left_category-menu__header .left_category-menu__header {
  border-bottom: none;
}

.left_category-menu__header .left_category-menu__header .left_category_submenu {
  display: none;
}

.left_category-menu__header:last-child {
  border-bottom: none;
}

.left_category-menu__header.active-parent > .left_category_submenu {
  display: block;
}

.left_category-menu__sub {
  list-style: none;
  padding-left: .25rem;
}

.left_category-menu__sub-item > a {
  padding: .75rem 1.5rem !important;
  padding-top: 0 !important;
}

.left_category-menu li a {
  color: #1C274C;
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  font-size: .875rem;
}

.left_category-menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  height: 1rem;
  width: 4px;
  border-radius: 4px;
}

.left_category-menu li a:hover {
  text-decoration: none;
  color: #E31E24;
}

.left_category-menu li a.active {
  font-weight: 600;
}

.left_category-menu > li > a.active:before {
  background: #E31E24;
}

.left_service-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.left_service-menu__item {
  border-bottom: 1px solid #E0E0E0;
}

.left_service-menu__item:last-child {
  border-bottom: none;
}

.left_service-menu__item a {
  color: #1C274C;
  display: block;
  padding: 1rem 1.5rem;
  padding-right: 1rem;
  font-size: .875rem;
  position: relative;
}

.left_service-menu__item a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  height: 1.25rem;
  width: 4px;
  border-radius: 4px;
}

.left_service-menu__item a:hover {
  text-decoration: none;
  color: #E31E24;
}

.left_service-menu__item a.active {
  font-weight: 600;
}

.left_service-menu__item a.active:before {
  background: #E31E24;
}

.contact_phone,
.contact_mail,
.contact_adress {
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.contact_phone:before,
.contact_mail:before,
.contact_adress:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact_phone:before {
  background-image: url("../images/icon-phone.svg");
}

.contact_mail:before {
  background-image: url("../images/icon-mail.svg");
}

.contact_adress:before {
  background-image: url("../images/icon-map.svg");
}

.contact-body {
  position: relative;
}

.contact-body__row {
  position: relative;
}

.contact-card {
  padding: 1rem;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

.contact-card__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.contact-card__text {
  font-size: .875rem;
  margin-bottom: 1.5rem;
}

.contact-map {
  margin-top: -26rem;
  height: 30rem;
  border-radius: .75rem;
  background: url("../images/map.jpg") no-repeat top center;
}

.page_breadcrumb {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 2rem;
}

.page_content {
  margin-bottom: 4rem;
}

.page_article ul {
  padding-left: 0;
}

.page_article ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1.5rem;
}

.page_article ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #BDBDBD;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.category-content {
  margin-bottom: 4rem;
}

.category__info {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.detail-info {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  background: #E8E9ED;
}

.detail-info__icon {
  margin-right: 2rem;
}

.detail-info__text {
  margin-right: 2rem;
  font-weight: 500;
}

.detail-info__btn {
  align-self: center;
  white-space: nowrap;
}

.product_order__info {
  padding: 1.5rem;
  border: 1px dashed #E0E0E0;
  border-radius: .75rem;
  color: #4F4F4F;
}

.product_order__info-text {
  font-size: .8125rem;
}

.product_order__info h3 {
  margin-top: 0;
  font-size: 1rem;
  margin-bottom: .25rem;
}

.product_order__img {
  min-height: 20rem;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
}

.product_order__img img {
  max-height: 28rem;
  border-radius: .75rem;
}

.product_order__btn {
  margin-bottom: 1rem;
  padding: 1rem;
  text-transform: uppercase;
}

.product_order__btn-group {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #E8E9ED;
  border-radius: .75rem;
}

.product_pos_sticky {
  position: sticky;
  top: 120px;
}

.info-text {
  font-size: .875rem;
}

.info-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-text ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  line-height: 1.3;
}

.info-text ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #c7c7c7;
  z-index: 0;
}



.info-text ul li .info-right {
  background: #fff;
  padding-left: 6px;
  position: relative;
  z-index: 1;
  text-align: right;
  color: #000;
}

.index-page h2 {
  font-size: 1.5rem;
}

.index-page__about > .container > .row {
  align-items: center;
}

.index-page__about-logo {
  margin-bottom: 1.5rem;
}

.index-page__about-text {
  margin-bottom: 1.5rem;
}

.section-padding_index-top {
  position: relative;
  overflow: hidden;
}

.section-padding_index-top:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#1C274C 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.15;
  pointer-events: none;
}

.index-catalog__header {
  margin-bottom: 1.5rem;
}

.index-catalog__header-left {
  margin-right: auto;
}

.index-catalog__header-title {
  margin-bottom: .75rem;
  margin-top: 0;
}

.index-catalog__header-subtitle {
  font-size: .8125rem;
  margin-bottom: 1rem;
}

.index-catalog__header-more {
  font-size: 1rem;
}

.index-catalog__imgwrap {
  margin: 0 auto;
}

.index-catalog__img {
  max-height: 10rem;
}

.index-catalog__card {
  padding: 1.5rem;
  border-radius: .75rem;
  border: none;
}

.index-catalog__title {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}

.index-catalog__text {
  font-size: .8125rem;
  margin-bottom: .75rem;
}

.index-partner__item {
  border: 1px solid #E0E0E0;
  border-radius: .75rem;
  padding: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
}

.home-news__imgwrap {
  margin: 0 auto;
}

.home-news__img {
  margin-bottom: 1rem;
}

.home-news__card {
  padding: 1.5rem;
  border-radius: .75rem;
  border: none;
}

.home-news__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1C274C;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.home-news__title:hover {
  text-decoration: none;
}

.home-news__text {
  font-size: .875rem;
  margin-bottom: .75rem;
}

.home-news__more {
  font-size: 1rem;
}

.services-item {
  display: flex;
}

.services-item__inner {
  border: 1px solid #E0E0E0;
  margin-bottom: 1.25rem;
  padding: 1.75rem;
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
}

.services-item__inner:hover {
  text-decoration: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border-color: #fff;
  cursor: pointer;
}

.services-item__inner:hover .services-item__title,
.services-item__inner:hover .services-item__link {
  color: #E31E24;
}

.services-item__img {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  background: #E8E9ED;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
}

.services-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  color: #333333;
}

.services-item__text {
  margin-bottom: 1rem;
  font-size: .875rem;
  color: #4F4F4F;
}

.services-item__link {
  margin-top: auto;
}

.category-inner {
  margin-bottom: 1.5rem;
}

.category-inner__list {
  padding-left: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.category-inner__item {
  max-width: 100%;
  padding: 10px;
}

.category-inner__link {
  padding: 1rem;
  border: 2px dotted #E0E0E0;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: .75rem;
  color: #1C274C;
  font-weight: 700;
  font-size: .875rem;
}

.category-inner__link:hover {
  text-decoration: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border-color: #fff;
}

.category-inner__img {
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: .75rem;
  background: #fff;
  border: 1px solid #F2F2F2;
  padding: .25rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.category-item {
  display: flex;
}

.category-item__inner {
  border: 1px solid #E0E0E0;
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
}

.category-item__inner:hover {
  text-decoration: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border-color: #fff;
}

.category-item__img {
  height: 16rem;
  width: auto;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-radius: .75rem;
  overflow: hidden;
}

.category-item__title {
  font-weight: 700;
  color: #1C274C;
  margin-bottom: 1.25rem;
  display: block;
}

.category-item__title:hover {
  text-decoration: none;
}

.category-item__text {
  margin-bottom: 1.25rem;
  font-size: .875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-item__btn-group {
  margin-top: auto;
}

.category-item__btn-order {
  padding: .5rem 1rem;
}

.category-item__link-more {
  margin-left: 1rem;
}

.news-item {
  display: flex;
}

.news-item__inner {
  border: 1px solid #E0E0E0;
  margin-bottom: 1.25rem;
  padding: 1.75rem;
  border-radius: .75rem;
  display: flex;
  flex-direction: column;
}

.news-item__inner:hover {
  text-decoration: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border-color: #fff;
  cursor: pointer;
}

.news-item__inner:hover .services-item__title,
.news-item__inner:hover .services-item__link {
  color: #E31E24;
}

.news-item__img {
  margin: 0 auto;
  border-radius: .75rem;
  margin-bottom: 1.5rem;
}

.news-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  color: #333333;
}

.news-item__text {
  margin-bottom: 1rem;
  font-size: .875rem;
  color: #4F4F4F;
}

.news-item__link {
  margin-top: auto;
}

html,
body {
  position: relative;
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.main {
  padding-top: 60px;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .title-h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  h3 {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .section-padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .icon-title-text__title {
    font-size: 1.375rem;
  }

  .hero-top__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .hero-top__text {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .hero-top__btn {
    display: inline-block;
    width: auto;
    font-size: 1.125rem;
    padding: 1rem 3.5rem;
  }

  .header {
    min-height: 90px;
    padding: 1rem 0;
  }

  .header-phone {
    margin-right: 1.5rem;
  }

  .footer {
    display: flex;
    align-items: center;
  }

  .footer-arrow-top {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
  }

  .nav-mobile-menu {
    width: 28px;
    height: 28px;
  }

  .nav-mobile-menu:before,
  .nav-mobile-menu:after,
  .nav-mobile-menu span {
    height: 3px;
  }

  .nav-mobile-menu_btn {
    border-right: 2px solid #1C274C;
    margin-right: 2rem;
    padding: .5rem 0;
    padding-right: 2rem;
  }

  .index-page h2 {
    font-size: 2.5rem;
  }

  .index-catalog__header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }

  .index-catalog__header-subtitle {
    font-size: .875rem;
    max-width: 75%;
    margin-bottom: 0;
  }

  .index-catalog__title {
    font-size: 1.5rem;
    margin-bottom: .25rem;
  }

  .index-catalog__text {
    font-size: .875rem;
  }

  .index-catalog__more {
    font-size: 1rem;
  }

  .category-inner__list {
    display: flex;
    flex-wrap: wrap;
  }

  .category-inner__item {
    display: inline-flex;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .main {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .fs-64 {
    font-size: 64px !important;
  }
}

@media (max-width: 767.98px) {
  .table-responsive {
    max-width: 100%;
    overflow: auto;
  }

  .table-responsive .table {
    min-width: 600px;
  }

  .icon_no_block {
    display: flex;
  }

  .icon_no_block.no-left .icon-title-text__icon {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
    margin-right: 1rem;
  }

  .hero-top {
    padding: 1.5rem 0;
  }

  .hero-top__image {
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .hero-top__image img {
    margin: 0 auto;
    width: 70vw;
  }

  .header-brand {
    width: 4.5rem;
  }

  .header-nav {
    display: none;
  }

  .header-phone .contact_phone {
    padding-left: 2rem;
    font-size: .875rem;
  }

  .header-btn__order {
    display: none;
  }

  .footer-nav {
    display: none;
  }

  .index-page__about-logo {
    width: 60vw;
  }

  .index-page__about-btn {
    margin-bottom: 1.5rem;
    display: inline-block;
  }
}