@font-face {
  font-family: "Montserrat-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"),
       url("../../fonts/Montserrat-Regular.ttf") format("ttf");
}

:root{
	--Montserrat-Regular: "Montserrat-Regular", sans-serif;
	--red: #e21117;
	--dark-red: #FF2100;
	--gray: #9f9f9f;
  --gray-dark: #333;
  --gray-light: #eff3f6;
  --gray-lightest: #FAFAFA;
  --grayest: #d3d3d2;
  --white: #fff;
  --blue: #3183d7;
  --black: #000;
}

* {
  margin: 0;
  padding: 0;
}

html {
	font-size:62.5%;
}

body {
  font-family: "Montserrat-Regular", "Arial", sans-serif;
  font: 18px var(--Montserrat-Regular);
}

a {
	color:var(--gray);
  text-decoration: none;
}

a:hover {
	color:var(--blue);
  text-decoration: none;
}

ul {
	margin:0; padding:0;
	list-style:none;
}

ul li {
  font-size: 16px;
}

div[itemprop="articleBody"] {
  margin-bottom: 35px;
}

div[itemprop="articleBody"] ul li:before, div.content-category ul li:before, .about-us ul li:before {
  content: '\2714';
  padding-right: 7px;
  color: var(--red);
}

.flex {
	display:flex !important;
}

.flex-sb {
	display:flex !important;
	justify-content: space-between;
}

.flex-jc-c {
	display:flex !important;
	justify-content: center;
}

.flex-end {
	display:flex !important;
	justify-content: flex-end;
}

.flex-c {
	display: flex !important;
	align-items: center;
}

.flex-cc {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.flex-c-sb {
	display: flex !important;
	align-items: flex-start;
	justify-content: space-between;
    gap: 5px;
}

.flex-wrap {
	display:flex !important;
	flex-wrap:wrap;
}

.page-header {
  display: none;
}

.page-header h1 {
  margin: 0 0 10px;
  font: 700 40px var(--Montserrat-Regular);
  text-transform: uppercase;
  color: #000;
  letter-spacing: 10px;
}

.main-wrapper {
	/*position:relative;*/
	min-height:100%;
	overflow:auto;
}

.header__wrapper--first {
  color: var(--white);
  background-color: #0b5ed7;
  font: var(--Montserrat-Regular);
  font-size: 16px;
}

.header__wrapper--first{
	padding: 10px 0;
}

.header__second {
  width: 100%;
}
.social-links {
    display: flex;
    justify-content: end;
    align-items: center;
}
.social-links .sl__item {
	display: inline-block;
	width: 32px;
	height: 32px;
  	margin:5px;
	background-size: cover;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transform-origin: center bottom;
}
.sl__item {
    background-color: var(--color_white, #ffffff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid var(--color_white, #ffffff);
    border-radius: 20%;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.social-links .sl__item:hover {
	transform: translateY(-5px) scale(1.2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.social-links .sl__item:active {
	transform: translateY(0) scale(1.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.sl__item--telegram{
      background-image: url(/images/telegram.png);
}
.sl__item--whatsapp{
      background-image: url(/images/whatsapp.png);
}
.sl__item--post{
      background-image: url(/images/elektro.png);
}


/* main menu */

.main-menu>li {
  text-align: center;
}

.main-menu a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  transition: .25s;
  font-weight: 500;
  font-size: 17px
}

.main-menu a:hover,
.main-menu > li.active > a,
.main-menu li.current > a {
  color: #f14c2e;
  text-decoration: none;
}

.main-menu > li.active,
.main-menu li.current {
  background-color:#f14c2e;
  color:white;
}

.main-menu > li.active > a,
.main-menu li.current > a {
    color:white;
}

.main-menu ul {
  position: absolute;
  z-index: 1;
  padding: 10px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
}

.main-menu .nav-child li {
  text-align:left
}

.main-menu ul li+li {
  margin-top: 5px;
}

.main-menu ul a {
  padding: 5px 15px;
  color: rgba(120, 120, 120, 0.91);
}

.main-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.header__wrapper--second {
  background-color: var(--white);
  color: var(--white);
}

nav.topMenuHeader {
  background-color: var(--white);
}

.main-menu a:hover,
.main-menu > li.active > a,
.main-menu li.current > a {
	color: var(--blue);
	text-decoration: none;
}

.main-menu > li.active,
.main-menu li.current {
	background-color: var(--white);
	color: var(--black);
}

.main-menu > li.active > a,
.main-menu li.current > a {
	color: var(--blue);
}

ul.main-menu li a {
  position: relative;
}

ul.main-menu li.deeper a.main-menu-arrow {
  padding: 0 18px 0 18px;
  margin-right: 3px;
}

ul.main-menu li.deeper a.main-menu-arrow:first-child:after {
  content: ""; 
  background: url(/templates/microton/img/keyboard_arrow_down_24dp_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.main-menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 19px;
  padding: 0 5px 0 5px;
  color: var(--black);
  text-transform: none;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.topMenuHeaderFixed {
  position: fixed;
  z-index: 10010;
  /* width: 1903px; */
  left: 0px;
  top: 0px;
  bottom: auto;
	background-color: var(--white);
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.main-menu-logo {
  max-height: 80px;
}

.mine-menu-button {
  position: relative;
  height: 65px;
  background-color: var(--blue);
  width: 60%;
}

.mine-menu-button:first-child:after {
  content: ""; 
  background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24_white.svg);
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 5px;
}

.main-menu li {
  position: relative;
}

.main-menu li ul {
  position: absolute;
  z-index: 9999;
  padding: 20px 0 20px 0;
  border: 0;
  border-top: 3px solid var(--black);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  left: 10px;
  width: 300px;
}

.main-menu li ul a {
  text-align: left;
}
/* Скрываем все дочерние списки по умолчанию */
.nav-child .nav-child {
    display: none;
}

/* Показываем дочерний список при наведении на родительский элемент */
.nav-child .deeper:hover > .nav-child {
    display: block;
}

/* Показываем список при наведении на product__title */
.nav-child .deeper:hover > .product__title + ul.nav-child {
    display: block;
    left: 150px;
}




/* Стили для модального окна */

.modal-dialog {
  max-width: 500px;
  top: 25%;
}

.modal-content {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header {
  border-bottom: none;
  padding: 20px;
  text-align: center;
  display: flow;
}
.modal-header .btn-close {
  position: absolute;
    top: 8px;
    right: 8px;
}

.modal-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.modal-header p {
  font-size: 16px;
  color: #666;
}

.modal-body {
  padding: 20px;
}

.modal-body input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.modal-body .fb-form__checkbox {
  margin-right: 10px;
}

.modal-body .fb-form__label {
  font-size: 14px;
  color: #333;
}

.modal-body .fb-form__label a {
  color: #007bff;
  text-decoration: none;
}

.modal-body .fb-form__label a:hover {
  text-decoration: underline;
}

.modal-footer {
  border-top: none;
  padding: 20px;
  text-align: center;
}

.modal-footer .btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}

.modal-footer .btn__second {
  background-color: #ccc;
  color: #333;
  border: none;
}

.modal-footer .btn__second:hover {
  background-color: #bbb;
}

.modal-footer .btn__accent {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.modal-footer .btn__accent:hover {
  background-color: #0056b3;
}


/* Top slider */

.mine-top-slider-wrapper {
  /* width: 1920px;
  height: 700px;
  min-height: 700px; */
}

.mine-top-slider-wrapper .swiper-slide {
  height: 700px;
}

.mine-top-slider-wrapper .swiper-button-next {
  color: var(--white);
}

.mine-top-slider-wrapper .swiper-button-prev {
  color: var(--white);
}

.mine-top-slider-slide {
  height: 700px;
}

.mine-top-slider-slide_1 {
  background: center / cover no-repeat url("/templates/microton/img/top-slider/1.jpg");
}

.mine-top-slider-slide_2 {
  background: center / cover no-repeat url("/templates/microton/img/top-slider/8.jpg");
}

.mine-top-slider-slide_3 {
  background: center / cover no-repeat url("/templates/microton/img/top-slider/7.jpg");
}

.mine-top-slider-slide_4 {
  background: center / cover no-repeat url("/templates/microton/img/top-slider/10.jpg");
}

.mine-top-slider-slide_content {
  background-color: rgba(0, 0, 0, .3);
  height: 700px;
  padding: 0 15% 0 15%;
}

.mine-top-slider-slide_content_title {
  font-size: 50px;
  color: var(--white);
}
.mine-top-slider-slide_content_subtitle {
  font-size: 55px;
  color: var(--white);
}

.mine-top-slider-slide-button {
  position: relative;
  height: 65px;
  width: 100%;
}

.mine-top-slider-slide_content_width {
  min-width: 100%;
}

/* about-section */

.about-section-inner {
  margin: 50px 0;
}

.about-section-column-left {
  padding-right: 30px;
  border-right: 2px solid #4991dc;
}
.line {
      position: absolute;
    height: 2px;
    display: block;
    bottom: 0px;
    width: 72px;
    background: #3183d7;
}
.text {
    position: relative;
    text-align: center;
}

.about-section-column-right {
  padding-left: 30px;
}

.about-section-phone {
  font-size: 30px;
  color: var(--black);
}

.about-section-form-title {
  font-weight: 700;
  margin: 30px 0 10px 0;
}

.about-section-form-label {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-weight: 700;
}

.about-section-form-input {
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 0 10px;
  border-bottom: 1px solid #000;
  resize: none;
  max-height: 120px;
}

.about-section-form-file input {
  padding: 5px 10px 10px;
}

.about-section-form-button {
  position: relative;
  height: 65px;
  width: 100%;
  margin: 30px 0 !important;
}

.about-section-hours-operation {
  border: 0;
  border-top: 2px solid #000;
}

.about-section-hours-operation-title {
  font-size: 30px;
  text-transform: uppercase;
  padding: 30px 0 15px 0;
}

.about-section-hours-operation-time-row {
  margin: 15px 0;
}

.about-section-hours-operation-time {
  font-weight: 700;
}

.about-section-company-title {
  font-size: 40px;
  text-transform: uppercase;
}

.about-section-company-title h2 {
  font-size: 40px;
  font-weight: 700;
}

.about-section-company-title span {
  font-weight: 700;
  color: #0b53b3;
}

.about-section-company-text h3 {
  font-size: 32px;
  color: #0b53b3;
}

.about-section-company-text p {
  margin: 10px 0;
}
.about-section-company-text a {
  font-size: 1.8rem;
}
.about-section-company-text a:hover {
  color: #0b53b3;
}

.partners-section {
    text-align: center;
    padding: 20px;
}

.partners-section h2 {
    margin-bottom: 20px;
}

.partners-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: end;
}

.partner-logo img {
    max-width: 100%;
    height: auto;
}

/* catalog section */
.complex {
  padding: 50px 0;
  margin-bottom: 100px;
  background: #f2f2f2;
}

.complex__after {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .complex {
    margin-bottom: 60px;
    padding: 40px 0;
  }
}

.text-block {
  line-height: 1.1;
}
.text-block h2{
    font-weight: 500;
    text-transform: uppercase;
    color: #0b53b3;
    font-size: 36px;
    margin-bottom: 26px;
}

.text-block p {
  margin-bottom: 15px;
}

.text-block hr {
  margin: 32px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.row-category {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  justify-content: space-between;
}

.category-card-wrap {
  margin-bottom: 10px;
  width: 48%;
}

.category-card {
  min-width: 324px;
  height: 258px;
  background: linear-gradient(130deg, #212529 0, #5d5f61 50%, #212529 100%);
  padding-left: 18px;
  padding-top: 12px;
  display: block;
  margin-top: 40px;
  max-width: 100%;
  transition: box-shadow .3s;
  position: relative;
}

@media screen and (max-width: 991px) {
  .category-card {
    width: 306px;
    height: 238px;
  }
}

@media screen and (max-width: 767px) {
  .category-card {
    width: 290px;
    height: 233px;
  }

  .category-card-wrap {
    width: 320px;
    margin: 0 auto 20px;
  }
}

.category-card__text:before,
.link-show-more:before {
  transition: .3s;
  left: 0;
  top: 35%;
  position: absolute;
  content: '';
}

.category-card__text {
  font-size: 32px;
  color: #fff;
  max-width: 150px;
  display: inline-block;
  vertical-align: top;
}

.category-card__text:before {
  display: block;
  height: 2px;
  width: 40px;
  margin-top: 6px;
  background-color: #fff;
}

.category-card:not(div):hover .category-card__text:before,
.category-card__after > * {
  width: 55%;
}

@media screen and (max-width: 1259px) {
  .category-card__text {
    width: 129px;
  }
}

@media screen and (max-width: 767px) {
  .category-card__text {
    font-size: 15px;
    width: 142px;
  }
}

@media screen and (max-width: 575px) {
  .category-card__text {
    width: 127px;
  }
}

.category-card__more {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

.category-card__after {
  margin-top: 10px;
}

.category-card__after > :not(:last-child) {
  margin-bottom: 5px;
}

.category-card:not(div):hover {
  box-shadow: 1px 3px 8px 2px rgba(0,0,0,.4);
  background: linear-gradient(130deg,#0a3e66 0,#0b53b2 50%,#0076bf 100%);
}

.category-card.category-card_action {
  background: url(/local/templates/safe/css/../img/card/card_red.jpg);
  background-size: cover;
  max-width: calc(100% - 25px);
}

.category-card.category-card_action .category-card__img {
  right: -30px;
  bottom: 15px;
}

.category-card__img {
  position: absolute;
  right: -1px;
  bottom: 0;
  height: calc(100% + 40px);
  display: flex;
  align-items: flex-end;
}

.category-card__img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.inner-services-section-title h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  color: var(--black);
  font-weight: 700;
}

.inner-services-section-title h2 span {
  font-weight: 700;
}

.inner-services-section-text-bottom {
  color: var(--white);
}

.inner-services-section-text-top {
  color: var(--white);
}

.inner-services-section-text-bottom {
  margin: 35px 0;
  color: var(--black);
}

/* inner our works section */

.inner-our-works-section-bg {
  /*background-image: url(/templates/microton/img/inner-our-works-section/inner-our-works-section-bg-img.webp);*/
}

.inner-our-works-section-wrapper {
  /*background-image: url(/templates/microton/img/catalog-icon/catalog-card-bg-gray.webp);
  background-color: #f5f5f5;*/
  padding: 30px 0;
}

.inner-our-works-section-title h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  color: var(--black);
  font-weight: 700;
}

.inner-our-works-section-title h2 span {
  font-weight: 700;
}

.inner-our-works-section-text-bottom {
  color: var(--white);
}

.inner-our-works-section-text-top {
  color: var(--white);
}

.inner-our-works-section-text-bottom {
  margin: 35px 0;
  color: var(--black);
}

/* map section */

.map-section-container {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.map-section-inner {
  min-height: 100%;
}

.map-section-wrapper {
  margin: 0;
  padding: 0;
}

.map-section-wrapper .col-12 {
  margin: 0;
  padding: 0;
}

.map-section-contacts-wrapper {
  background-color: var(--blue);
  padding: 80px 80px;
  height: 500px;
  color: #fff;
}

.map-section-contacts-card h2 {
  text-align: center;
  font-size: 40px !important;
  text-transform: uppercase;
}

.map-section-contacts-card .col-2 {
  height: 50px;
  margin: 10px 0;
}

.map-section-contacts-card .col-10 {
  height: 50px;
  margin: 10px 0;
}

.map-section-contacts-card .col-12 {
  height: 50px;
  margin: 10px 0;
}

.map-section-contacts-card-icon img {
  width: 50px;
}

/* advantages */
.advantages {
  margin-bottom: 100px;
}

.advantages-section-title h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 30px 0 30px 0;
  color: var(--black);
  font-weight: 700;
}

.advantages-section-first-row {

}

.advantages-section-second-row {
  margin-top: 15px;
}

.advantages-section:hover {
  opacity: 0;
  transition: opacity 3s;
}

.advantages-section-item {
  position: relative;
  width: 300px;
  height: 300px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease;
}

.advantages-section-item:hover .advantages-section-item-title {
  color: var(--white);
  text-shadow: 0px 0px 14px #fff;
}

[class^="advantages-section-item-"] {
  position: relative;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

[class^="advantages-section-item-"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}


.advantages-section-item-1-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg1.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-2-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg2.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-3-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg3.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-4-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg4.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-5-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg5.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-6-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg6.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-7-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg7.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-8-bg {
  background-image: url(/templates/microton/img/advantages-icon/bg4.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.advantages-section-item-inner {
  position: absolute;
  right: 0;
  left: 0;
  /* top: 25%; */
  padding: 10px;
  min-width: 100%;
  min-height: 100%;
  background-color: var(--white);
}

.advantages-section-item-inner img {
  padding-top: 23%;
}

.advantages-section-item-inner:hover {
  opacity: 0;
  transition: opacity 1s;
}

.advantages-section-item-title {
  position: absolute;
  top: 75%;
  left: 0;
  font-weight: 700;
  text-align: center;
}

.advantages-section-item-title-top-mod {
  top: 73%;
}

.advantages-section-item-title:hover {
  color: var(--black);
}

.advantages-section-item-title-small {
  position: absolute;
  top: 70%;
  left: 0;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.advantages-section-item-title-small:hover {
  color: var(--black);
}

.advantages-section-item-btn {
  position: relative;
  width: 300px;
  height: 300px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
}

.advantages-section-item-btn-text {
  height: 135px;
}

.advantages-section-item-btn-block {
  height: 135px;
}

/* reviews slider */

.mine-reviews-section-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.mine-reviews-section {
  margin-top: 50px;
}

.mine-reviews-section-title h2 {
  position: absolute;
  top: 50px;
  font-size: 40px !important;
  text-transform: uppercase;
  padding: 0 80px;
  color: var(--white);
  font-weight: 700;
}

.gradient-custom {
}

.mine-reviews-slider-wrapper .swiper-button-next {
  color: var(--blue);
}

.mine-reviews-slider-wrapper .swiper-button-prev {
  color: var(--blue);
}

.mine-reviews-slider-slide {
  min-height: 300px;
}

.mine-reviews-slider-slide_content {
  position: relative;
  width: 80%;
}

.mine-reviews-slider-slide_content_title {
  font-size: 30px;
  color: var(--black);
}
.mine-reviews-slider-slide_content_subtitle {
  color: var(--black);
}

.mine-reviews-slider-slide-button {
  position: relative;
  height: 65px;
  width: 100%;
}

.mine-reviews-slider-slide_content_width {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 15px;
  background-color: #f2f2f2;
}

/* feedback section */

.questions-section-wrapper {
  background: url(/templates/microton/img/questions/q1.jpg) center / cover no-repeat;
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
}

.questions-section-container {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
}

.questions-section-inner {
  min-height: 100%;
}

.questions-section-question {
  padding: 80px;
  color: var(--white);
  font-size: 40px;
}

.questions-section-question span {
  font-weight: 700;
}


.questions-section-wrapper .col-12 {
  margin: 0;
  padding: 0;
}

.questions-section-contacts-wrapper {
  /* position: relative; */
  background-color: var(--white);
  padding: 10px 50px;
  height: 300px;
}

.questions-section-contacts-card {
  /* position: absolute; */
}

.questions-section-contacts-card h2 {
  font-size: 40px !important;
  text-transform: uppercase;
}

.questions-section-contacts-card .col-2 {
  height: 50px;
  margin: 10px 0;
}

.questions-section-contacts-card .col-10 {
  height: 50px;
  margin: 10px 0;
}

.questions-section-contacts-card .col-12 {
  height: 50px;
  margin: 10px 0;
}

.questions-section-contacts-card-icon {
  /* background-image: url(/templates/microton/img/contacts-icon/phone.png); 
  min-width: 100%;
  min-height: 100%;*/
}

.questions-section-contacts-card-icon img {
  width: 50px;
}

/* footer section */

.all-except-footers{
  min-height: 100vh;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  /* padding: 0 0 35px; */
  width: 100%;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.7rem;
}

footer a {
  transition:.25s;
}

footer a:hover {
  color:#555;
}

.footer-menu {

}

.footer-menu li {

}

.footer-menu a {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  transition:.25s;
}

.footer-menu a:hover {
  color: var(--gold);
}

.footer-menu ul {
  display: none;
}

.footer__first {
  margin-bottom: 35px;
  padding: 25px 0;
}

.footer__address {

}

.footer__phones {

}

.footer__phones a:active {
  color: #f65b2b !important;
}

.footer__phones a:visited {
  color: #f65b2b !important;
}

.footer__phones a:focus {
  color: #f65b2b !important;
}

.footer__phones a:hover {
  color: #f65b2b !important;
}

.footer__tit {
  margin: 0 0 10px;
}

.footer__address p {
  margin: 0;
}

.footer__address p,
.footer__phones a {
  font-size:16px;
  cursor: default;
}

.footer__phones a {
  display: block;
}

.footer__phones a+a{
margin-top: 2px;
}

.footer__second {
  padding-top: 47px;
}

.footer__copy {
  background-color: white;
  margin-top: 50px;
  color: #848484;
  padding-top: 10px;
}

.footer__copyright-link {
  display: block;
  margin: 8px 0 0;
  color:#333;
}

.footer__copyright-link img {
/*width: 270px;*/
width: 175px;
object-fit: contain;
}

.footer__logo img {
max-width: 200px;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #0b5ed7;
  /* background-image: url(/templates/microton/img/footer-section/footer-section-bg-img.webp); */
  color: #fff;
  font-size: 1.7rem;
}

.footer-section-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 13px;
}

.footer-section-wrapper .row {
  margin: 0;
  padding: 0;
}

.footer__first ul.nav {
  padding: 0 50px 0 50px;
}

.footer__first ul.nav a {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
}

.footer__first ul.nav li ul.nav-child a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}

.footer__first ul.nav li {
  margin: 15px;
}

.footer__first ul.nav li ul.nav-child li {
  margin: 5px 5px 0 0;
}

.footer__first ul.nav .item-101 {
  display: none;
}

.footer__first ul.nav .item-175 {
  
}

.footer__first ul.nav .item-176 {
  
}

.footer-section-social-icon img {
  width: 30px;
  margin: 10px;
}

.footer-section-is-logo img {
  width: 200px;
}

.footer-section-contacts-wrapper {
  margin-top: 15px;
  width: 300px;
}

.footer-section-contacts-wrapper .col-12 {
  margin: 5px 0;
}

/* sidebar left */

.sidebar-left-col {
  margin-top: 20px;
}


.sidebar-left-col ul.nav a {
  font-weight: 700;

}

.sidebar-left-col ul.nav li ul.nav-child a {
  font-size: 14px;
}

.sidebar-left-col ul.nav li {
  margin-top: 15px;
}

.sidebar-left-col ul.nav li ul.nav-child {
  margin: 10px 0 0 10px;
}
.product__title {
  text-transform: uppercase;
  color: #1e73be;
}

.sidebar-left-col ul.nav .item-101 {
  display: none;
}

.sidebar-left-col ul.nav .item-175 {
  display: none;
}

.sidebar-left-col ul.nav .item-176 {
  display: none;
}

.sidebar-left-col ul.nav .item-177 {
  display: none;
}
.sidebar-left-col ul.nav .item-222 {
  display: none;
}

/* breadcrumbs section */

.mine-examples-wrapper {
  margin: 50px 0;
}

.breadcrumbs-section {
  margin-bottom: 0;
}

/* mine examples */

.works {
  background: #f2f2f2;
  padding-bottom: 100px;
}

.slider {
    position: relative;
    width: 100%;
}

.slides {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    display: block;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-size: 88px;
    transition: 0.6s ease;
    user-select: none;
    border: none;
    background: transparent;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    transform: scale(1.2);
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.thumbnails img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnails img:hover {
    transform: scale(1.1);
}

/*   klient   */
.logo-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-height: 180px;
  position: relative;
}

.logo-strip {
   display: flex;
   position: relative;
}

.logo {
   margin-right: 20px;
}
/* inner catalog pages */

.catalog__title {
  margin-bottom: 35px
}

.catalog__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #999
}

.catalog__bar-item {
  display: block;
  white-space: nowrap
}

.catalog__bar-item:not(:first-child) {
  margin-left: 10px
}

.catalog__bar-item.catalog__bar-count {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.catalog__bar-item.catalog__bar-pagination {
  margin-left: 30px
}

@media screen and (max-width: 767px) {
  .catalog__bar-item.catalog__bar-pagination {
      display:none
  }
}

.catalog__header {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px
}

.catalog__footer {
  margin-bottom: 60px;
  text-align: center
}

.catalog__footer .pagination {
  margin-top: 20px
}

.catalog__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -13px 40px
}

.catalog__cards.border_hover .catalog__card>* {
  z-index: 1
}

.catalog__cards.border_hover .catalog__card:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  z-index: 0;
  border: 1px solid transparent;
  transition: .3s;
  width: calc(100% + 2px)
}

.catalog__card-icon,.catalog__card-label {
  z-index: 2!important;
  position: absolute;
  top: 0
}

.catalog__cards.border_hover .catalog__card:hover:after {
  border-color: #ddd
}

.catalog__card {
  margin-top: 40px;
  padding: 0 13px;
  width: 33.3333%
}

.catalog__card-icon,.catalog__card-label_new {
  background-color: #0b53b3;
  color: #fff;
  padding: 6px 17px;
  font-size: 14px
}

@media screen and (max-width: 1259px) {
  .catalog__card {
      width:50%
  }
}

@media screen and (max-width: 767px) {
  .catalog__card {
      width:100%;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
      justify-content: center
  }
}

@media screen and (min-width: 1260px) {
  .catalog__card:not(:nth-child(3n)) {
      border-right:1px solid #ddd
  }
}

@media screen and (min-width: 768px) {
  .catalog__card:not(:nth-child(2n)) {
      border-right:1px solid #ddd
  }
}

.catalog__card-label {
  right: 0
}

.catalog__card-icon {
  left: 0
}

.catalog.catalog-simple .catalog__card:nth-child(3n) {
  border-right: none
}

.catalog__cards-no-found {
  text-align: center;
  padding: 40px 0 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}
.catalog__cards--main {
  margin-top: 0;
}

.catalog__card--main {
  padding: 0 8px;
  margin-top: 24px;
}

.catalog__card.catalog__card--main {
  width: 25%;
}

.catalog__card.catalog__card--main .tile-card {
  display: flex;
      flex-direction: column;
    align-items: center;
    justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.catalog__card.catalog__card--main .tile-card__img {
  flex-shrink: 0;
  height: 155px;
}

.catalog__card.catalog__card--main .tile-card__inner {
      display: flex;
    align-items: center;
    text-align: center;
}

.catalog__card.catalog__card--main .title-border {
  font-size: 12px;
}

.catalog__card.catalog__card--main .tile-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog__card.catalog__card--main .tile-card__content:last-child {
  margin: 18px;
}

@media screen and (min-width: 1260px) {
  .catalog__card.catalog__card--main:nth-child(4n) {
      border-color: transparent;
  }

  .catalog__card.catalog__card--main:not(:nth-child(4n)) {
      border-right: 1px solid #ddd;
  }
}

@media screen and (max-width: 1259px) {
  .catalog__card.catalog__card--main {
      width: 33.3333%;
  }
}

@media (min-width: 768px) and (max-width: 1259px) {
  .catalog__card.catalog__card--main:not(:nth-child(3n)) {
      border-right: 1px solid #ddd;
  }

  .catalog__card.catalog__card--main:nth-child(3n) {
      border-right: 1px solid transparent;
  }
}

@media screen and (max-width: 767px) {
  .catalog__card.catalog__card--main {
      width: 50%;
  }

  .catalog__card.catalog__card--main:nth-child(1), .catalog__card.catalog__card--main:nth-child(2n+1) {
      border-right: 1px solid #ddd;
  }
}

@media screen and (max-width: 400px) {
  .catalog__card.catalog__card--main .tile-card__img {
      width: 34px;
      height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .catalog.catalog-simple .tile-card {
      margin:0 auto
  }

  #filter-md {
      margin-bottom: 30px
  }
}
.catalog__card.catalog__card--main .title-border {
  font-size: 16px;
}

.tile-card .title-border {
  transition: .3s;
}
.tile-card .title-border {
  transition: .3s
}

.tile-card:hover .title-border {
  color: #f58214
}

.tile-card:active .title-border {
  color: #083c80
}
.title-border {
  color: #0b53b3;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 5px
}

.highlight-effect:before,.title-border:after {
  display: block;
  position: absolute;
  content: ''
}

.title-border:after {
  top: 100%;
  left: 0;
  border-bottom: 2px solid;
  width: 49px;
  transition: width .3s
}

.title-border:hover:after {
  width: 100%
}
.title-border {
    color: #0b53b3;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.highlight-effect:before,.title-border:after {
    display: block;
    position: absolute;
    content: ''
}

.title-border:after {
    top: 100%;
    left: 0;
    border-bottom: 2px solid;
    width: 49px;
    transition: width .3s
}

.title-border:hover:after {
    width: 100%
}
/* cat */
.subheading-category {
  display: none;
}
        .title__cat {
            font-size: 24px;
            color: #1e73be;
            font-weight: bold;
          margin-bottom: 32px;
        }
        .content__cat {
            display: flex;
            gap: 20px;
          margin-bottom: 32px;
        }
        .image__cat {
            flex: 1;
            text-align: center;
        }
        .image__cat img {
            max-width: 100%;
            height: auto;
        }
        .details__cat {
            flex: 2;
        }
        .details__cat ul {
            list-style: none;
            padding: 0;
        }
        .details__cat li {
            margin-bottom: 10px;
            font-size: 16px;
        }
        .details__cat li:before {
           content: '\2714';
           padding-right: 7px;
           color: var(--red);
        }
.items-leading {
  margin-bottom: 58px;
}

/* card */
.inner-catalog-item {
  box-shadow: 0px 6px 7px 0px #ddd;
}
.inner-catalog-item:hover {
   box-shadow: 0px 6px 7px 0px #5d9ddf; 
}
.inner-catalog-item-title {
    font-size: 2rem;
    text-align: center;
    margin: 13px;
}
.inner-catalog-item-title a {
  color: #1e73be;
}
.inner-catalog-item-title a:hover {
  color: #3384d7;
}
/* product-card */
.product-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.breadcrumbs a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.product-main {
    display: flex;
    gap: 20px;
  justify-content: space-around;
  margin-top: 32px;
}

.product-image img {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.product-image {
   flex: 1;
}
.product-info {
      flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-info h2 {
    font-size: 24px;
    color: #1e73be;
    font-weight: bold;
    margin-bottom: 32px;
}

.buy-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.add-to-cart {
    padding: 10px 20px;
    background-color: #f0ad4e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.add-to-cart:hover {
    background-color: #ec971f;
}

.corporate-consult {
    padding: 10px 20px;
    background-color: var(--blue);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.corporate-consult:hover {
    background-color: #0b5ed7;
}

.product-specs {
  display: flex;
  gap: 28px;
  margin-top: 56px;
}

/*.product-specs h2 {
    margin-bottom: 10px;
    font-size: 18px;
}*/

.product-specs table {
    width: 100%;
    border-collapse: collapse;
}

/*.product-specs table td {
    padding: 10px;
    border: 1px solid #ddd;
}*/

.product-note {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 12px;
    color: #777;
}
.product-table {
    border: 1px solid #0b53b3;
    padding: 10px 17px 0;
}
.product-table-title {
  color: #0b53b3;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    background-color: #fff;
    z-index: 1;
    margin-top: -27px;
    margin-left: -7px;
    max-width: 100%;
}
/*.catalog__card {
    margin-top: 40px;
    padding: 0 13px;
    width: 33.3333%
}

.catalog__card-icon,.catalog__card-label_new {
    background-color: #0b53b3;
    color: #fff;
    padding: 6px 17px;
    font-size: 14px
}

@media screen and (max-width: 1259px) {
    .catalog__card {
        width:50%
    }
}

@media screen and (max-width: 767px) {
    .catalog__card {
        width:100%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1260px) {
    .catalog__card:not(:nth-child(3n)) {
        border-right:1px solid #ddd
    }
}

@media screen and (min-width: 768px) {
    .catalog__card:not(:nth-child(2n)) {
        border-right:1px solid #ddd
    }
}

.catalog__card-label {
    right: 0
}

.catalog__card-icon {
    left: 0
}

.catalog.catalog-simple .catalog__card:nth-child(3n) {
    border-right: none
}

.catalog__cards-no-found {
    text-align: center;
    padding: 40px 0 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media screen and (max-width: 991px) {
    .catalog.catalog-simple .tile-card {
        margin:0 auto
    }
}*/
/* company */
.company {
  margin: 40px 0;
}

.company span {
  font-weight: 600;
}

.right-image {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  max-width: 650px;
    }
/*  доставка */

    .method__title {
      font-size: 32px;
      margin: 40px 0;
      text-align: center;
    }
    .delivery-methods {
      display: flex;
      justify-content: center;
      gap: 40px;
    }
    .method {
      max-width: 320px;
    }
    .method img {
      width: 128px;
      height: 128px;
    }
    .method h3 {
      font-size: 18px;
      margin: 20px 0 10px;
    }
    .method p {
      font-size: 14px;
      color: #555;
    }

/* contacts-section */

.contacts-section-inner {
  margin: 50px 0;
}

.contacts-section-column-left {
  padding-right: 30px;
  border-right: 2px solid #000;
}

.contacts-section-column-right {
  padding-left: 30px;
}

.contacts-section-phone {
  font-size: 30px;
  color: var(--black);
}

.contacts-section-form-title {
  font-weight: 700;
  text-align: center;
  margin: 30px 0 10px 0;
}

.contacts-section-form-label {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-weight: 700;
}

.contacts-section-form-input {
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 0 10px;
  border-bottom: 1px solid #000;
  resize: none;
  max-height: 120px;
}

.contacts-section-form-file input {
  padding: 5px 10px 10px;
}

.contacts-section-form-button {
  position: relative;
  height: 65px;
  width: 100%;
  margin: 30px 0 !important;
}

.contacts-section-hours-operation {
  border: 0;
}

.contacts-section-hours-operation-title {
  font-size: 30px;
  text-transform: uppercase;
  padding: 30px 0 15px 0;
}

.contacts-section-hours-operation-time-row {
  margin: 15px 0;
}

.contacts-section-hours-operation-time {
  font-weight: 700;
}

.contacts-section-company-title {
  font-size: 40px !important;
  text-transform: uppercase;
}

.contacts-section-company-title h2 {
  font-size: 40px !important;
  font-weight: 700;
}

.contacts-section-company-title span {
  font-weight: 700;
}

.contacts-section-company-text p {
  margin: 10px 0;
}

/* docs */
.instructions-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.instructions-list {
    list-style-type: none;
    padding: 0;
}

.instructions-list li {
    margin-bottom: 10px;
}

.instructions-list li a {
    text-decoration: none;
    color: #007BFF;
    font-size: 16px;
}

.instructions-list li a:hover {
    text-decoration: underline;
}

/* galery__jobs */
.gallery__jobs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}

.gallery__jobs img {
    width: calc(25% - 10px);
    height: 230px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
}

 .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        .overlay img {
            max-width: 90%;
            max-height: 80%;
            border-radius: 10px;
        }
        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #fff;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 50%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .close-btn:hover {
            background: #ddd;
        }

/* our works */

.our-works-section .card {
  border: 0;
}

.our-works-section img {
  display: block;
  height: 410px;
  object-fit: cover;
}

/* fancybox */

.fancybox__container {
  z-index: var(--fancybox-zIndex, 10050);
}

/* pagination */

.pagination-list {
  margin-top: 30px;
  display: flex;
}

.pagination-list li.hidden-phone {
  margin-right: 10px;
}

@media screen and (max-width: 1864px) {
  .main-menu-logo {
    max-height: 70px;
  }

  .mine-menu-button {
    height: 60px;
  }

  .main-menu a {
    font-size: 16px;
  }

  .mine-menu-button {
    font-size: 12px;
  }

  .header__wrapper--first {
    font-size: 12px;
  }

  .mine-menu-button:first-child:after {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
  }
}

@media screen and (max-width: 1706px) {
  .main-menu-logo {
    max-height: 60px;
  }

  .mine-menu-button {
    height: 55px;
  }

  .main-menu a {
    font-size: 14px;
  }

  .main-menu li ul {
    position: absolute;
    z-index: 9999;
    padding: 20px 0 20px 0;
    border: 0;
    border-top: 3px solid var(--black);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    top: 35px;
    left: 10px;
    width: 300px;
  }
}

@media screen and (max-width: 1536px) {
  .main-menu-logo {
    max-height: 50px;
  }

  .mine-menu-button {
    height: 50px;
  }

  .main-menu a {
    font-size: 12px;
  }

  .mine-menu-button {
    font-size: 10px;
  }

  .map-section-contacts-wrapper {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 1320px) {
  .main-menu-logo {
    max-height: 40px;
  }

  .main-menu a {
    font-size: 10px;
}

  .header__wrapper--first {
    font-size: 10px;
  }

  .mine-menu-button:first-child:after {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }

  .main-menu li ul {
    position: absolute;
    z-index: 9999;
    padding: 20px 0 20px 0;
    border: 0;
    border-top: 3px solid var(--black);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    top: 30px;
    left: 10px;
    width: 300px;
  }

  .mine-reviews-slider-slide_content {
    max-height: 50%;
    width: 60%;
  }
}

@media screen and (max-width:991px) {
  .header__first {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		/* flex-direction: column; */
		/* gap: 5px; */
		/* align-items: center; */
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.header__logo {
		margin: 15px 0;
	}

	.main-menu {
		margin: 0;
	}

	.main-menu a {
		padding: 20px 0;
		font-size: 15px;
	}

  .main-menu-logo {
    max-height: 30px;
  }

  .main-menu a {
    font-size: 8px;
  }

  .catalog-section-bg {
    height: auto;
  }

  .mine-reviews-slider-slide_content {
    min-height: 35%;
    max-height: 60%;
  }

  .map-section-contacts-wrapper {
    padding: 10px 10px;
  }

  .questions-section-question {
    padding: 30px;
    color: var(--white);
    font-size: 30px;
  }
}

@media screen and (max-width:800px) {
  .item-page .page-header {
    margin-top: 75px;
  }

  .inner-catalog-wrapper h2 {
    margin: 75px 0 10px;
  }

  .header__wrapper--first {
    display: flex;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .header__wrapper--second {
    position: fixed;
    left: 0; top: 0;
    z-index: 6;
    padding: 0 15px;
    border:unset;
    width:100%;
  }

  .header__feedback {
    display: flex;
    flex-direction: column;
    gap: 6px
  }

  .our-products__wrapper {
    /*align-items: baseline;*/
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
  }

  .burger,
  .header__second,
  .black-wrapper {
    transition: .35s;
  }

  .header__second {
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 2px 1px transparent;
  }

  .header__second.active {
    opacity: 1;
    height: 248px;
    box-shadow: 0 0 2px 1px #ccc;
  }

  .header__telephones a {
    cursor: pointer;
  }

  .view-article header {
    border-bottom: 1px solid #ccc;
  }

  .main-menu {
    flex-direction:column;
    padding: 10px 0;
  }

  .main-menu a {
    padding: 10px 0;
    color: gray;
  }

  .burger {
    display:block;
    position: relative;
    margin: 20px 0 20px 0;
    border: unset;
    width: 40px; height: 40px;
    background-color: #fff;
    cursor:pointer;
    box-shadow: 0 0 2px 1px transparent;
  }

  .burger.active {
    box-shadow: 0 0 2px 1px #ccc;
  }

  .burger__line {
    position: absolute;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
    width: 25px; height:3px;
    background-color:#333;
  }

  .burger__line:nth-child(1) {
    top: calc(50% - 10px);
  }

  .burger__line:nth-child(3) {
    top: calc(50% + 10px);
  }

  .black-wrapper {
    position: fixed;
    left:0; top:0;
    z-index: 5;
    width:0; height:100%;
    opacity: 0;
    background-color: rgba(0,0,0,.85);
  }

  .black-wrapper.active {
    width:100%;
    opacity: 1;
  }

  .header__second {
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 2px 1px transparent;
  }

  .header__second.active {
    opacity: 1;
    /*height: 385px;*/
    overflow-y: auto;
    padding: 0;
    box-shadow: 0 0 2px 1px #ccc;
  }

  .main-menu {
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
  }

  .main-menu ul b{
    display: none;
    position: relative;
    border: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: none;
  }

  .main-menu ul li+li {
    margin-top: 2px;
  }

  .main-menu a {
    padding: 5px 0;
  }

  .breadcrumb>li {
    padding: 5px 0;
  }

  .main-menu-logo {
    max-height: 80px;
  }

  .main-menu {
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    padding-bottom: 50px;
  }

  .flex-c-sb {
    justify-content: start;
    align-items: start;
  }

  .main-menu a {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    font-weight: 700;
    padding: 0;
  }

  .main-menu>li {
    text-align: left;
  }

  .main-menu > li.active, .main-menu li.current {
    padding: 0;
  }

  ul.main-menu li.deeper a.main-menu-arrow {
    padding: 0 0 0 0;
  }

  ul.main-menu li.deeper a.main-menu-arrow:first-child:after {
    content: ""; 
    background: none;
    background-size: 0 0;
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header__wrapper--first {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
  }

  .header__wrapper--second {
    top: auto;
  }

  .topMobileMenuHeaderFixed {
    position: fixed;
    top: 0;
  }

  .header__second.active {
    height: 100%;
    box-shadow: 0 0 0 1px #fff;
  }

  .mine-mobile-menu-button {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: var(--white);
    color: var(--blue);
  }

  .mine-mobile-menu-button:first-child:after {
    content: ""; 
    background: url(/templates/microton/img/trending_flat_24dp_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    right: 5px;
  }

  .burger__line {
    background-color: var(--black);
  }

  .burger.active {
    box-shadow: 0 0 2px 1px #fff;
  }

  .main-menu li ul {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    background: none;
    padding: 0 0 20px 0;
    border: 0;
    border-top: 3px solid var(--black);
    top: 0;
    left: 0;
    font-weight: 300;
  }

  .main-menu li ul a {
    font-weight: 300;
    border: 0;
    border-top: 1px solid rgba(245, 245, 245, 1);;

  }

  .mine-top-slider-wrapper {
    margin-top: 100px;
  }

  .mine-top-slider-slide_content {
    padding: 5%;
  }

  .mine-reviews-slider-slide_content {
    min-height: 50%;
    max-height: 70%;
  }

  .about-section-column-left {
    padding-right: 0;
  }

  .about-section-column-right {
    padding-left: 10px;
  }

  .contacts-section-column-left {
    padding-right: 0;
  }

  .contacts-section-column-right {
    padding-left: 10px;
  }

  .inner-catalog-item img {
    object-fit: contain;
  }

  .inner-catalog-card-img img {
    display: block;
    height: 270px;
    object-fit: contain;
  }

  .our-works-section img {
    object-fit: contain;
  }

  .footer__second {
    padding-top: 0;
  }

  .footer-section-is-logo {
    margin: 15px 0;
  }
}