/* import */
/* color */
/* mixin */
html {
	scroll-behavior: smooth;
}
[id] {
    scroll-margin-top: 100px;
}
#order {
	scroll-margin-top: 160px;
}
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
/* class */
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.row-0 {
  margin: 0;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}
/* castom */
.section-slider .owl-nav,
.section-slider2 .owl-nav {
  display: inline-block !important;
  margin-top: 30px;
}
.section-slider .owl-prev,
.section-slider2 .owl-prev {
  margin-right: 7px !important;
}
.section-slider .owl-prev,
.section-slider2 .owl-prev,
.section-slider .owl-next,
.section-slider2 .owl-next {
  width: 30px !important;
  height: 30px !important;
  color: #f7f7f7 !important;
  background: #CD2122 !important;
  border-radius: 4px !important;
  outline: 0;
}
.section-slider .owl-prev:hover,
.section-slider2 .owl-prev:hover,
.section-slider .owl-next:hover,
.section-slider2 .owl-next:hover {
  opacity: 0.8;
}
/* ELEMENTS */
.btn-link {
  padding: 20px 30px;
  border-radius: 4px;
  background: #CD2122;
  color: #f7f7f7 !important;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn-link_oval {
  border-radius: 30px;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-button {
  padding: 20px 30px;
  border: none;
  border-radius: 4px;
  outline: 0;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
}
.btn-button:hover {
  opacity: 0.8;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.link-dotted:hover {
  border: none;
}
/* spec */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
a {
  color: #CD2122;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.row.menu {
	flex-wrap:nowrap;
}
/* TEMPLATE */
/* header */
#header {
  position: relative;
	color: #F6F6F6;
  /* form */
  /* slider top */
}
.header_mobile {
  display: none;
}
#header .header_mobile .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#header .header_mobile .header-top, 
#header .header_mobile .header-bottom {
  height: 80px;
}
#header .header_mobile .header-top {
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 7;
  border: solid 1px #141414;
  background-color: #f6f6f6;
}
#header .header_mobile .content_left, 
#header .header_mobile .content_right {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#header .header_mobile .content_right {
  justify-content: right;
}
#header .header_mobile .btn-container button {
  background: transparent;
  padding: 0;
}
#header .header_mobile .btn-container #callingSidebar {
  width: 30px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  gap: 5px;
  padding: 0px;
  border: 0px solid #ffffff00;
}
#header .header_mobile .btn-container #callingSidebar span {
  width: 100%;
  height: 0;
  border: solid 1px #141414;
  border-radius: 5px;
}
#header .header_mobile .header-logo {
  margin-bottom: 0;
  margin-left: 10px;
}
#header .header_mobile .header-logo .description{
  color: #000000;
  font-size: 12px;
  text-align: left;
}
#header .header_mobile .header-logo img {
  height: 18px;
}
#header .header_mobile .btn_search {
  background-color: transparent;
}
#header .header_mobile .btn-container button:hover {
  cursor: pointer;
}
#header .header_mobile .btn_search svg,
#header .header_mobile .header-phone_mobile svg
{
  width: 30px;
  fill: #141414;
}
#header .header_mobile .header-btn-zayvka {
  margin-bottom: 0;
  white-space: nowrap;
}
#header .header_mobile .search__container {
  width: 100%;
  top: 0px;
  padding: 10px 20px;
  position: fixed;
  z-index: 3;
  background-color: #ffffff;
  border-bottom: solid 1px #b9b9b9;
  transition: top 0.5s ease;
}
#header .header_mobile .search__container.active { 
  top: 80px;
}
#header .header_mobile .search__container .form, 
#header .header_mobile .search__container form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#header .header_mobile .search__container input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: none;
  background: transparent;
  color: #000;
}
#header .header_mobile .search__container input:focus {
  outline: none;
}
#header .header_mobile .search__container .btn-container,
#header .header_mobile .search__container #searchSVG
{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#header .header_mobile .search__container #btnStartSearch,
#header .header_mobile .search__container #btnSearchClose,
#header .header_mobile .search__container 
{
  fill: #696969;
}
#header .header_mobile .search__container .btn-container:has(#btnStartSearch) {
  padding: 2px;
  border: solid 1px #696969;
  border-radius: 2px;
}
#header .header_mobile .search__container #btnStartSearch {
  padding: 0;
}
#header .header_mobile .search__container #searchSVG {
  width: 25px;
  height: 25px;
}
#header .header_mobile .search__container #btnStartSearch,
#header .header_mobile .search__container #btnStartSearch svg 
{
  width: 30px;
  height: 30px;
}
#header .header_mobile .search__container #btnSearchClose svg {
  width: 25px;
  height: 25px;
}

/* Контейнер для удобного позиционирования элементов */
.header__search-container {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 10px; /* Отступ между кнопкой и полем */
}
/* Обычное (скрытое) состояние поля поиска */
.search-field-wrapper {
    display: none; /* Полностью скрываем элемент */
    opacity: 0;
    transition: opacity 0.3s ease; /* Задел для плавной анимации появления */
}

/* Класс активации, который будет добавлять JavaScript */
.search-field-wrapper.is-visible {
    display: flex; /* Показываем элемент в потоке */
    opacity: 1; /* Делаем его полностью видимым */
	align-items: center;
	justify-content: center;
}

/* Базовые стили для самого инпута (можно настроить под свой дизайн) */
.search-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
	width: 60%;
	position: absolute;
	top: 160px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px){
	.header-main-page .search__glass {
		filter: invert(1);
	}
	[id] {
    	scroll-margin-top: 10px;
	}
	#order {
		scroll-margin-top: 80px;
	}
}

@media (max-width: 767px){
	[id] {
    	scroll-margin-top: 40px;
	}
	#order {
		scroll-margin-top: 100px;
	}
}

button#searchToggle {
    width: 35px;
    background: none;
}
#sidebarWrapper {
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 5;
  visibility: hidden;
  transition: visibility 0.5s;
}
#sidebarWrapper.active {
  visibility: visible;
}
#sidebarWrapper .menu__container {
  width: 100%;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -450px;
  transition: left 0.5s ease;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-right: solid 1px #696969;
  overflow: auto;
  margin-top: 70px;
}
#sidebarWrapper .menu__container:has(.nav__list[data-depth-level="4"]) {
  z-index: 9;
}
#sidebarWrapper .menu__container:has(.nav__list[data-depth-level="3"]) {
  z-index: 8;
}
#sidebarWrapper .menu__container:has(.nav__list[data-depth-level="2"]) {
  z-index: 7;
}
#sidebarWrapper .menu__container:has(.nav__list[data-depth-level="1"]) {
  z-index: 6;
}
#sidebarWrapper .menu__container.first {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
}
#sidebarWrapper.active .menu__container.first,
#sidebarWrapper.active .menu__container:has(:not(.first)).active
{
  left: 0;
}
#sidebarWrapper .nav__item {
  display: flex;
  background-color: transparent;
}
#sidebarWrapper .nav__item.selected {
  background-color: #cfcece;
}
#sidebarWrapper .nav__item a {
  width: 100%;
  padding: 20px 30px;
  display: block;
  border-bottom: solid 1px #b9b9b9;
  font-size: 1.0em;
  font-weight: 700;
  color: #141414;
}
#sidebarWrapper .nav__item:has(ul)::after {
  margin: 20px 10px 20px -30px;
  content: "\f105";
  font-family: FontAwesome;
  display: inline;
}
#sidebarWrapper .content__menu_bottom {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#sidebarWrapper .phone .header-phone__link {
  display: none;
}
#sidebarWrapper .phone a {
  display: flex;
  align-items: center;
  font-size: 1.0em;
  color: #222222;
  text-decoration: none;
}
#sidebarWrapper .phone img {
  height: 30px;
  margin-right: 15px;
}
#sidebarWrapper .email a {
  display: flex;
  align-items: center;
  font-size: 1.0em;
  color: #222222;
  text-decoration: none;
}
#sidebarWrapper .email a:before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 1.7em;
  font-weight: 500;
  margin-right: 18px;
}
#sidebarWrapper .social ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#sidebarWrapper .social i:before {
  font-size: 1.6em;
  color: black;
}
#sidebarWrapper .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#sidebarWrapper .info .header-address,
#sidebarWrapper .info .header-working-time
{
  display: flex;
  flex-direction: row;
}
#sidebarWrapper .info .header-address__text,
#sidebarWrapper .info .header-working-time__text
{
  font-size: 0.8em;
}
#sidebarWrapper .menu__container .sidebar-menu__btn-container .close-btn__sidebar-menu { 
  min-width: 100px;
  margin: 10px;
  padding: 15px 50px 15px 10px;
  display: flex;
  align-items: center;
  font-size: 1.0em;
  font-weight: 100;
  background: transparent;
}
#sidebarWrapper .menu__container .sidebar-menu__btn-container .close-btn__sidebar-menu svg { 
  min-width: 20px;
  margin: 0 20px 0 0;
}
#sidebarWrapper .menu__container .menu-title__sidebar-menu .title-text { 
  min-width: 100px;
  padding: 10px 30px 15px;
  font-size: 1.0em;
  font-weight: 600;
  color: #a30000;
}
#sidebarWrapper .nav__item .nav__item a {
  font-size: 1.0em;
  font-weight: 500;
}


#header .header-main-page {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #F6F6F6;
}
#header .header-inner-main-page {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
#header .header-inner {
  background: #F6F6F6;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#header .header-top {
  padding-top: 20px;
  margin-bottom: 20px;
}
#header .header-logo img {
  max-width: 200px;
  max-height: 100px;
}
.header-address,
.header-working-time
{
  display: flex;
	color: #222222;
}
.header-address__icon,
.header-working-time__icon
{
  font-size: 1.1em;
  margin-right: 10px;
}
.header-address__icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 1em;
}
.header-working-time__icon:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 1em;
}
.header-address__text,
.header-working-time__text
{
  font-size: 0.9em;
  line-height: 1.3;
  text-wrap: nowrap;
}
#header .header-phone {
  position: relative;
  text-align: right;
  margin-bottom: 3px;
}
#header .header-phone__main-phone {
  display: inline-block;
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 3px;
  transition: all 1s;
  color: #222222;
}
#header .header-phone__main-phone:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.7em;
  color: #ccc;
  vertical-align: middle;
}
#header .header-phone__main-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 1em;
}
#header .header-phone__main-phone:hover .header-phone__popup {
  display: block;
}
#header .header-phone__link {
  text-decoration: none;
	color: #222222;
}
#header .header-phone__popup {
  position: absolute;
  z-index: 3;
  top: -4px;
  right: 0;
  display: none;
  border: 2px solid #dadada;
  min-width: 240px;
  min-height: 50px;
  padding: 20px 20px 10px 20px;
  background: #fff;
  color: #333;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
}
#header .header-phone__popup-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#header .header-phone__popup-item:last-child {
  border-bottom: none;
}
#header .header-phone__popup-link-phone {
  color: #333;
  text-decoration: none;
}
#header .header-phone__popup-link-email {
  font-size: 0.8em;
  color: #333;
}
#header .header-phone__popup-link-email:hover {
  text-decoration: none;
}
#header .header-phone__messenger {
  margin-bottom: -10px;
}
#header .header-phone__messenger ul {
  display: flex;
  justify-content: center;
}
#header .header-phone__messenger ul li {
  margin-right: 15px;
}
#header .header-phone__messenger ul li:last-child {
  margin-right: 0;
}
#header .header-phone__messenger .fa {
  padding: 10px;
  font-size: 1.4em;
  color: #e4e3e3;
  border-radius: 3px;
}
#header .header-phone__messenger .fa:hover {
  opacity: 0.8;
}
#header .header-phone__messenger .fa-whatsapp {
  color: #1eaa53;
  font-size: 1.5em;
  margin-top: -2px;
}
#header .header-phone__messenger .fa-max img {
  max-width: 26px;
  max-height: 26px;
}
#header .header-phone__messenger .fa-telegram {
  color: #1979a1;
}
#header .header-phone__messenger .fa-vk {
  color: #537baa;
}
#header .header-phone__messenger .fa-instagram {
  background: -webkit-linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header .header-btn-callback {
  text-align: right;
}
#header .header-btn-callback__link {
  margin-right: 11px;
  font-size: 0.9em;
  text-decoration: none;
  border-bottom: 1px dotted #f7f7f7;
	color: #222222;
}
#header .header-btn-callback__link:hover {
  border: none;
}
#header .header-btn-zayvka__link {
  padding: 15px;
}
#header .menu-line-main-page {
  border-bottom: 1px solid #f7f7f7;
}
#header .menu-line {
  border-top: 1px solid #f7f7f7;
}
#header .header-form {
  position: relative;
  width: 100%;
}
#header .header-form__inner {
  position: absolute;
  right: 390px;
  top: -650px;
  z-index: 100;
  margin-top: 0;
}
#header .header-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#header .header-slider__img {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#header .header-slider__img .big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#header .header-slider__img .small {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  #header .header-slider__img .big {
    display: none;
  }
  #header .header-slider__img .small {
    display: block;
  }
}
#header .header-slider__shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#header .header-slider__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 660px;
}
#header .header-slider__offer {
  position: absolute;
  z-index: 3;
  top: 39%;
  left: 0;
  padding: 30px 30px 60px 30px;
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#header .header-slider__title {
  font-size: 2.8em;
  margin: 0 0 10px 0;
}
#header .header-slider__desc {
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-size: 1.1em;
}
#header .header-slider__price {
  margin: 0 auto;
  font-size: 2.2em;
}
#header .header-slider__btn {
  display: flex;
  margin-top: 30px;
}
/* wrapper */
.wrapper {
  padding: 70px 0;
}
.wrapper-main-page {
  padding: 0;
}
.wrapper-inner {
  display: flex;
}
/* SIDEBAR */
#sidebar {
  margin-right: 60px;
  width: 270px;
  min-width: 270px;
}
/* CONTENT */
.content-box {
  width: 100%;
  /* spec */
  /* breadcrumb */
}
.content-box p,
.content-box ul,
.content-box ol {
  color: #333;
}
.content-box p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.content-box ul,
.content-box ol {
  margin: 10px 0 20px 5%;
}
.content-box ul {
  list-style: square;
}
.content-box ol {
  list-style: decimal;
}
.content-box ul li,
.content-box ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.content-box img {
  max-width: 100%;
  height: auto;
}
.content-box b,
.content-box strong {
  font-weight: 600;
}
.content-box i {
  font-style: italic;
}
.content-box i.fa {
  font-style: normal;
}
.content-box sup {
  position: relative;
  top: -0.5em;
}
.content-box sub {
  position: relative;
  top: 0.5em;
}
.content-box h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.content-box h2 {
  font-size: 1.6em;
  margin: 27px 0 20px 0;
}
.content-box h3,
.content-box .news-item__title {
  font-size: 1.4em;
  margin: 27px 0 20px 0;
}
.content-box h4 {
  font-size: 1.14em;
  margin: 27px 0 20px 0;
}
.content-box h5 {
  font-size: 1em;
  font-weight: bold;
}
.content-box table {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 0.9em;
  margin: 20px 0 30px 0;
}
.content-box td,
.content-box th {
  border: 0;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #dadada;
}
.content-box th {
  text-transform: uppercase;
  padding: 15px 5px;
  background: #CD2122;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
}
.content-box tr {
  background: #fff;
}
.content-box table td:first-child {
  text-align: left;
  padding-left: 24px;
}
.content-box table tr:nth-child(odd) {
  background: #f7f7f7;
}
.content-box .breadcrumb {
  margin: 0 0 10px 0;
  overflow: hidden;
  color: #777;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.content-box .breadcrumb a {
  text-decoration: none;
}
.content-box .breadcrumb a:hover {
  text-decoration: none;
}
.content-box .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.content-box .breadcrumb ul li {
  background: none;
  float: left;
  margin: 0 10px 0 0;
  font-size: 0.9em;
}
.content-box .breadcrumb li + li:before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 1em;
  margin: 0 10px 0 0;
}
.content-box .breadcrumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.content-box .breadcrumb ul li:last-child {
  background: none;
  line-height: 1.7;
}
/* footer */
#footer .footer__top {
  padding: 50px 0;
  background: #f7d5ce;
}
#footer .footer__logo img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}
#footer .footer__text {
  margin-bottom: 20px;
  color: #222;
  font-size: 0.9em;
  line-height: 150%;
}
#footer .footer__hr {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  background: #3e4c5a;
}
#footer .footer__phone {
  margin-bottom: 30px;
  font-size: 1.3em;
  color: #f7f7f7;
}
#footer .footer__phone a {
  text-decoration: none;
  color: #222222;
}
#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email {
  display: none;
}
#footer .footer .header-phone__popup-item {
  margin-bottom: 10px;
}
#footer .footer__btn-callback {
  margin-bottom: 40px;
}
#footer .footer__btn-callback-link {
  padding: 13px 20px;
}
#footer .footer__mail {
  margin-bottom: 15px;
}
#footer .footer__mail a {
  color: #222222;
  text-decoration: none;
  text-wrap: nowrap;
}
#footer .footer__mail a:before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 0.9em;
  margin-right: 8px;
}
#footer .footer__address {
  margin-bottom: 20px;
  color: #222222;
  font-size: 0.9em;
  line-height: 130%;
}
#footer .footer__address:before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 3px;
  font-size: 1.1em;
}
#footer .footer__menu-title {
  margin: 20px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #222222;
}
#footer .footer__menu-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3e4c5a;
  display: block;
  margin: 15px 0;
}
#footer .footer__menu a {
  display: block;
  margin-bottom: 17px;
  color: #222222;
  text-decoration: none;
}
#footer .footer__menu a:hover {
  text-decoration: none;
  color: #222222cc;
}
#footer .footer__bottom {
  padding: 30px 0;
  background: #fff;
}
#footer .footer__social ul {
  display: flex;
}
#footer .footer__social ul li {
  padding-left: 25px;
}
#footer .footer__social a {
  color: #3f4f60;
  font-size: 1.5em;
}
#footer .footer__social a:hover {
  color: #8ea0b5;
}
#footer .footer__contacts .fa-max img {
  max-width: 16px;
  max-height: 16px;
}
#footer .footer__copyright {
  color: #222222;
  font-size: 0.8em;
}
#footer .footer__copyright a {
  color: #222222;
  margin-right: 10px;
}
/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.content-box *[id^=bx_incl] {
  display: block;
}




.borderbx {
    width: 100%;
}
