* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

html,
body {
  height: 100%;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #161616;
  background: #EFEFEF;
}

.hidden {
  display: none;
}

.autocomplete-suggestions {
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border: 0.0625rem solid #e0e0e0;
  display: table;
}

.autocomplete-suggestion {
  display: table-row;
  width: 100%;
}

.autocomplete-suggestion:nth-child(even) {
  background-color: #fbfbfb;
}

.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #ffb400;
}

.autocomplete-suggestion div {
  width: 45px !important;
  text-align: center;
}

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
  padding: 0.125rem 0.3125rem;
  display: table-cell;
  vertical-align: middle;
}

.autocomplete-suggestions span {
  white-space: nowrap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff"),
    url("../fonts/Montserrat-Regular.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff"),
    url("../fonts/Montserrat-Bold.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff"),
    url("../fonts/Montserrat-SemiBold.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff"),
    url("../fonts/Montserrat-Medium.woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

._container {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 20px;
}

.main {
  flex: 1 1 auto;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.title h1 {
  font-size: calc(24px + 12 * (100vw / 1920));
  line-height: normal;
  font-weight: 700;
  margin: 20px 0px 30px 0px;
}

.title h2 {
  font-size: calc(24px + 12 * (100vw / 1920));
  line-height: normal;
  font-weight: 700;
}

.title span {
  color: #D3001B;
}

.breadcrumbs {
  display: flex;
  list-style-type: none;
  padding: 15px 0px;
  gap: 15px;
}

.breadcrumbs li {
  position: relative;
  display: flex;
  gap: 15px;
}

.breadcrumbs li a {
  color: inherit;
}

.breadcrumbs li:not(:last-child):after {
  content: '}';
}

.block {
  margin-bottom: 40px;
}

.block p {
  color: #161616;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: normal;
  margin-bottom: 20px;
}

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

/*---------------------------------------header----------------------*/
.header__burger {
  display: none;
}

.line__top {
  height: 6px;
  background-color: #D3001B;
  width: 100%;
  position: relative;
  z-index: 50;
}

.line__top::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 70%;
  height: 6px;
  background-color: #161616;
}

.line__top--mod {
  display: none;
}

.header {
  z-index: 5;
}

.header__wrapper {
  background-color: #FFFFFF;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

.header__content {
  padding-bottom: 20px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 26px;
  padding-bottom: 17px;
}

.header__top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__top-email {
  display: flex;
  margin-right: 54px;
  gap: 19px;
  margin-left: 15px;
}

.header__top-email a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #161616;
  transition: .5s ease;
}

.header__top-email a:hover {
  color:#D3001B;
}

.header__top-link {
  margin-right: 22px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__top-call a {
  display: block;
  color: #161616;
  line-height: normal;
  transition: .5s ease;
}

.header__top-call-link:hover {
  border-color: #D3001B ;
}

.header__top-call a:hover {
  color:#D3001B;
}

.header__top-call-number {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}

.header__top-call-link {
  border-bottom: 1px dashed #161616;
  letter-spacing: .3px;
}

.header__body {
  display: flex;
  padding-bottom: 17px;
  border-bottom: 1px dashed #161616;
  border-top: 1px dashed #161616;
  padding-top: 17px;
}

.header__catalog {
  margin-left: -27px;
}

.header__catalog-list {
  display: none;
}

.header__catalog-title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 230px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.header__catalog-title::before {
  position: absolute;
  content: '';
  border: 4px solid transparent;
  border-top: 7px solid #161616;
  right: 10px;
  top: 10px;
}

.header__catalog-title p {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.header__catalog-title p:hover {
  color: #D3001B;
}

.header__catalog:hover .header__catalog-list {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px 70px;
  padding: 60px 20px 40px 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header__catalog-item {
  display: flex;
  gap: 10px 30px;
  width: 280px;
}

.header__catalog-item a {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.header__catalog-item a:hover {
  color: #D3001B;
}

.header__catalog-item img {
  max-width: 80px;
}

.menu {
  width: 100%;
}

.menu__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.menu__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 3;
}

.menu__list-item a {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.menu__list-item a:hover {
  color: #D3001B;
}

/*---------------------------------------header----------------------*/

/*---------------------------------------homepage----------------------*/
.homepage {
  margin-top: 60px;
}

.swiper {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

.swiper-wrapper {
  box-sizing: content-box;
  margin-bottom: 58px;
}

.swiper-slide {
  display: flex;
  justify-content: space-between;
}

.swiper-pagination {
  text-align: start;
  margin-bottom: 35px;
  margin-left: 10px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 5px;
}

:root {
  --swiper-theme-color: #D3001B;
}

.slider__info {
  width: 450px;
 autoplay: true;
}

.slider__info h2 {
  color: #D3001B;
  font-size: calc(48px + 28 * (100vw / 1920));
  font-weight: 700;
  line-height: normal;
}

.slider__info h3 {
  font-size: calc(28px + 8 * (100vw / 1920));
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.slider__info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

.slider__info-text {
  margin-bottom: 26px;
}

.slider__info-text p {
  font-size: 16px;
  line-height: normal;
}

.slider__info dl {
  margin-bottom: 35px;
  padding-left: 30px;
  position: relative;
}

.slider__info dl::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
}

.slider__info dt {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}

.slider__info dd {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}

.slider__photo img {
  width: 100%;
}

.slider__link {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}

.slider__link a {
  width: 266px;
  border-radius: 10px;
  color: #FFF;
  background-color: #D3001B;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 40px 17px 40px;
  text-align: center;
}

/*---------------------------------------homepage----------------------*/

/*---------------------------------------technic----------------------*/
.line img {
  width: 100%;
}

.technic {
  background-color: #FFFFFF;
  padding-bottom: 31px;
  padding-top: 37px;
  margin-bottom: 63px;
}

.technic__search {
  margin-bottom: 22px;
  position: relative;
}

.technic__search input {
  width: 100%;
  background-color: #F5F5F5;
  color: #161616;
  font-size: 16px;
  line-height: normal;
  padding: 12px 40px 12px 61px;
  border-radius: 25px;
}

.technic__search::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 10px;
  left: 16px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
}

.technic__search button {
  background: inherit;
  position: absolute;
  right: 15px;
  top: 10px;
}

.technic__title {
  margin-bottom: 47px;
}

.technic__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-bottom: 35px;
}

.technic__items__no {
  padding: 50px 0px;
}

.technic__item {
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr 1fr / 1fr;
  text-align: center;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 13px 10px 23px 10px;
}

.technic__item-photo {
  margin-bottom: 20px;
  padding: 0px 0px 110% 0px;
}

.technic__item-photo img {
  position: absolute;
  max-width: 100%;
  width: max-content;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  margin: 0 auto;
}

.technic__item-text {
  margin-bottom: 8px;
}

.technic__item-text p {
  margin-bottom: 8px;
  color: #161616;
  text-align: center;
  font-size: 16px;
  line-height: normal;
}

.technic__item-cost p {
  margin-bottom: 6px;
  color: #161616;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.technic__item-title {
  margin-bottom: 10px;
}

.technic__item-title p {
  color: #161616;
  line-height: normal;
}

.technic__item-bay p {
  text-decoration: line-through;
  color: #161616;
}

.link {
  display: flex;
  justify-content: center;
}

.link a {
  width: 266px;
  border-radius: 10px;
  background: #D3001B;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 0px 17px 0px;
  text-align: center;
  display: inline-block;
}

/*---------------------------------------technic----------------------*/

/*---------------------------------------industrial----------------------*/
.industrial {
  margin-bottom: 80px;
}

.industrial__title {
  margin-bottom: 50px;
}

.industrial__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
}

.industrial__box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.industrial__box-description {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.industrial__box-description dd {
  color: #D3001B;
}

.industrial__box-description dd span {
  color: #161616;
}

.industrial__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industrial__info-text {
  flex-basis: 450px;
}

.industrial__info-text p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 40px;
}

.industrial__info-photo img {
  width: 100%;
}

.industrial__info-box {
  display: flex;
  align-items: center;
  padding: 20px 0px 60px 0px;
  gap: 24px;
  margin-top: -150px;
}

.industrial__photo {
  position: relative;
}

.industrial__photo img {
  width: 100%;
}

.industrial__bottom {
  display: flex;
  justify-content: start;
  margin-top: -150px;
  gap: 20px 160px;
  flex-wrap: wrap;
}

.industrial__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
}

.industrial__link a {
  border-radius: 10px;
  background: #D3001B;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 266px;
  padding: 17px 0px 17px 0px;
}

.industrial__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -25px;
}

.industrial__item {
  display: flex;
  text-align: center;
  flex-direction: column;
  max-width: 180px;
}

.industrial__item img {
  width: 100%;
  margin-bottom: 30px;
}

.industrial__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

/*---------------------------------------industrial----------------------*/

/*---------------------------------------home----------------------*/
.home {
  background-color: #FFFFFF;
  margin-bottom: 78px;
  padding-bottom: 25px;
  padding-top: 32px;
}

.home__title {
  margin-bottom: 47px;
}

.home__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  margin-bottom: 35px;
}

.home__item {
  display: grid;
  grid-auto-flow: row;
  grid-template: auto 1fr 1fr / 1fr;
  text-align: center;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 27px 10px 23px 10px;
}

.home__item-photo {
  margin-bottom: 30px;
  padding: 0px 0px 110% 0px;
}

.home__item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.home__item-text {
  margin-bottom: 47px;
}

.home__item-text p {
  color: #161616;
  font-size: 16px;
  line-height: normal;
}

.home__block-cost {
  margin-bottom: 6px;
}

.home__block-cost p {
  color: #161616;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.home__block-title {
  margin-bottom: 10px;
}

.home__block-title p {
  color: #161616;
  line-height: normal;
}

.home__block-bay p {
  color: #161616;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  text-decoration: line-through;
}

/*---------------------------------------home----------------------*/

/*---------------------------------------about---------------------*/
.about {
  margin-bottom: 70px;
}

.about__title h3 {
  color: #6B6B71;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.about__title {
  margin-bottom: 37px;
}

.about__body {
  display: flex;
  justify-content: space-between;
}

.about__body-info {
  flex-basis: 579px;
}

.about__body-info p {
  color: #161616;
  font-size: calc(14px + 2 * (100vw / 1920));
  line-height: normal;
  margin-bottom: 40px;
}

.about__body-photo {
  margin-right: -176px;
  margin-top: -100px;
}

.about__body-photo img {
  width: 100%;
}

.about__block {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.about__box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about__box-description {
  font-size: calc(14px + 2 * (100vw / 1920));
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about__box-description dd {
  color: #D3001B;
}

/*---------------------------------------about----------------------*/

/*---------------------------------------form----------------------------*/
.section-form {
  margin-bottom: 60px;
}

.form__content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.form__body {
  position: relative;
  z-index: 2;
  padding: 90px 10px 0px 26px;
}

.form__title {
  margin-bottom: 30px;
}

.form__title p {
  display: none;
}

.form {
  display: flex;
  gap: 29px;
}

.form__box {
  flex-basis: 389px;
}

.form__box-title {
  margin-bottom: 39px;
  position: relative;
}

.form__box-title label {
  display: block;
  color: #161616;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 11px;
  margin-left: 25px;
}

.form__box-title label::after {
  position: absolute;
  content: '*';
  color: #D3001B;
  top: -5px;
}

.form__box-title input {
  display: block;
  color: #161616;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 11px;
  width: 100%;
  padding: 17px 50px 17px 25px;
  border-radius: 10px;
}

.form__box-title textarea {
  color: #161616;
  font-size: 16px;
  line-height: normal;
  padding: 15px 15px 0px 24px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: -25px;
  height: 178px;
  resize: none;
}

.form__link {
  margin-bottom: 23px;
  max-width: 330px;
}

.form__link a {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.button {
  background: #D3001B;
  border-radius: 10px;
}

.button:hover {
  cursor: pointer;
  background: #9c0c1e;
}

.button button {
  background: #D3001B;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 0px;
  border-radius: 10px;
  width: 100%;
}

.form__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form__box-title img {
  position: absolute;
  top: 43px;
  right: 15px;
}



/*---------------------------------------form----------------------------*/

/*---------------------------------------footer----------------------------*/

.footer {
  background: #161616;
  padding-top: 37px;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 78px;
}

.footer__logo {
  margin-bottom: 43px;
}

.footer__phone {
  text-align: end;
  margin-bottom: 35px;
}

.footer__phone a {
  color: #C9C9C9;
  border-bottom: 1px dashed #C9C9C9;
  transition: .5s ease;
}

.footer__phone a:hover {
  color: #D3001B;
  border-color: #D3001B;
}

.footer__box {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer__box a {
  color: #C9C9C9;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
  border-bottom: none;
}

.footer__email {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 38px;
}

.footer__email a,
.footer__whatsapp a {
  color: #C9C9C9;
  font-size: 16px;
  transition: .5s ease;
  line-height: normal;
}

.footer__email a:hover,
.footer__whatsapp a:hover {
  color: #D3001B;
}

.footer__whatsapp {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 38px;
}

.footer__block h3 {
  color: #D3001B;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.footer__item {
  margin-bottom: 25px;
}

.footer__item a {
  color: #C9C9C9;
  font-size: 16px;
  line-height: normal;
  position: relative;
  padding-left: 25px;
  transition: .5s ease;
}

.footer__item a::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  top: 5px;
  left: 0;
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
}

.footer__item a:hover {
  color: #D3001B;
}

.footer__block-mod,
.footer__block-mod-info {
  margin-top: 30px;
}

.footer__bottom {
  background: #242424;
}

.footer__bottom {
  padding: 25px 0px 25px 0px;
}

.footer__bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__bottom-block p {
  color: #C9C9C9;
  font-size: 16px;
  line-height: normal;
}

.footer__bottom-block a {
  color: #C9C9C9;
  font-size: 16px;
  line-height: normal;
}

.footer__bottom-block span {
  color: #D3001B;
  font-weight: 700;
}

/*---------------------------------------footer----------------------------*/

/*---------------------------------------contact page----------------------------*/
.wrap_block__feedback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.block__feedback {
  border-radius: 10px;
  background: #D9D9D9;
  padding: 30px;
  margin-bottom: 30px;
}

.block__feedback__text {
  margin-bottom: 15px;
}

.block__feedback__phone {}

.block__feedback__phone a {
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  color: #161616;
}

.block__feedback__email a {
  color: #161616;
}

.block__feedback__whatsapp {}

.box__feedback {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}

/*---------------------------------------contact page----------------------------*/

/*---------------------------------------blog page----------------------------*/
.blog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.blog_item {
  margin-bottom: 30px;
}

.blog_item .h5 {
  margin-bottom: 20px;
}

.blog_item .blog_image {
  margin-bottom: 20px;
  display: flex;
}

.blog_item .blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.blog_item .h5 a {
  font-size: 24px;
  font-weight: 700;
  color: #161616;
}

.blog_item .blog_date {
  font-size: 12px;
  margin-bottom: 10px;
  color: #343434;
}

.blog_item .blog_annotation {
  margin-bottom: 20px;
}

.blog_content .link {
  justify-content: start;
}

/*---------------------------------------blog page----------------------------*/

/*---------------------------------------product page----------------------------*/
.product__page {
  margin-top: 40px;
}

.product__title {
  margin-bottom: 15px;
}

.product__title h1 {
  color: #D3001B;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.product_sku {
  font-size: 16px;
  font-weight: 500;
}

/*---------------------------------------product page----------------------------*/

.fn_ajax_buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.page_item {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #C9C9C9;
}

.page_item a {
color: inherit;
}

.page_item.active {
  background: #D3001B;
}

.page_item.active span {
  color: #fff;
}

.sort_link {
  padding: 5px 5px;
  background: #fff;
  border-radius: 5px;
}

.sort_link.active_up {
  background: #D3001B;
  color: #fff;
}

.product__page_content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product_gallery_wrap {
  flex: 0 0 460px;
}

.product_price_wrap {
  flex: 0 0 358px;
}

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

.product_features_wrap {
  flex: 0 0 300px;
}

.product_features_list {
  margin-bottom: 20px;
}

.product_features_item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 5px;
  margin-bottom: 12px;
}

.product_features_title {
  color: #D3001B;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product_features_name {
  color: #888;
  font-weight: 500;
}

.product_features_value {}

.product_features_consult {
  color: #D3001B;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}

.product_features_consult_phone {
  font-size: 24px;
  color: #161616;
  font-weight: 700;
  text-decoration: none;
}

.product_features_consult_phone:hover {
  color: #D3001B;
}

.product_price {
  border-radius: 10px;
  border: 1px solid #888;
  padding: 15px 30px;
  font-size: 28px;
  font-weight: 600;
  justify-content: center;
  min-height: 64px;
  align-items: center;
  display: flex;
}

.product_price_buy_1_click {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  border-radius: 10px;
  background: #D3001B;
  padding: 16px 30px;
  display: flex;
  margin-top: 24px;
  justify-content: center;
  min-height: 64px;
  align-items: center;
}

.product_price_list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.product_price_item {
  display: flex;
  margin-bottom: 20px;
  gap: 17px;
  align-items: center;
}

.product_price_item_title {
  font-weight: 500;
  font-size: 16px;
  color: #161616;
}

.product_price_item_title span {
  color: #D3001B;
}

.product_price_brand {
  margin-top: 30px;
}

.product_price_brand_title {
  color: #D3001B;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product_price_brand_img {
  margin-bottom: 15px;
}

.product_price_brand_img img {}

.product_price_brand_link {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  display: flex;
  align-items: center;
  gap: 13px;
}

.product_price_brand_link span {
  border-bottom: 1px dashed;
  padding-bottom: 3px;
}

.product_price_brand_link svg {}

.related_products {
  margin: 60px 0px;
}

.related_products_title {
  font-weight: 500;
  font-size: 20px;
  color: #D3001B;
  margin-bottom: 35px;
}

.second-swiper {
  width: 100%;
  overflow: hidden;
}

.fn_images .images_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fn_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab_navigation {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #C9C9C9;
}

.tab_navigation a {
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 0px;
}

.tab_navigation a.selected {
  border-bottom: 1px solid #d30044;
}

.tab {
  display: none;
  padding: 30px 0px;
}

.tab p {
  margin-bottom: 20px;
}

.features {
  max-width: 1000px;
  width: 100%;
}

.features li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  gap: 20px;
}

.features_title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 30px;
}

.features .features_name {
  color: #666;
  line-height: 20px;
}

.features .features_value {
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.popup {
  padding: 5px 5px 30px 5px !important;
  width: 100%;
  max-width: 345px;
}

.callback_form {
  max-width: 335px;
  width: 100%;
  border-radius: 5px;
  border: 5px solid rgb(102 98 98 / 50%);
  background-color: #D9D9D9 !important;
  border-width: 5px !important;
  padding: 0px!important;
  padding-bottom: 20px!important;
}


.popup_heading {
  background: #161616;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 10px;
  gap: 15px;
  margin-bottom: 25px;
}

.popup .fancybox-close-small:after {
  background: none;
  color: #fff;
  font: 25px/40px Arial, Helvet;
}

.popup .fancybox-close-small:hover:after {
  background: none;
}

.callback_form .form_group {
  padding: 0px 20px;
}

.callback_form .form_group input[type="text"] {
  width: 100%;
  margin-bottom: 25px;
  height: 45px;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
}

.callback_form .form_group textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  padding: 10px 15px;
}

.callback__button {
    display: flex;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #D3001B;
    height: 54px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.form_agree {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

.form_group .error {
  border:1px solid red ;
}

.form_agree a{color: inherit;text-decoration: underline;}

label.error {
  display: none!important;
}

.callback_sent_text {
  text-align: center;
}

#fastorder_product {
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.o_notify_v2_head {
    margin-bottom: 20px;
    margin-top: 30px;
}

.order_notify_v2 {
  text-align: center;
  margin-bottom: 40px;
}

.o_notify_v2_order_id_box {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-size: 20px;
    justify-content: center;
    margin-top: 30px;
    font-weight: 500;
}

.o_notify_v2_head svg {
  margin-bottom: 10px;
}

/*---------------------------------------media----------------------------*/
@media (max-width: 1280px) {
  .header__catalog {
    margin-left: -25px;
  }

  .header__catalog:hover .header__catalog-list {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    right: -5px;
  }
}

@media (max-width: 1200px) {
  .industrial__info {
    display: block;
  }

  .industrial__block {
    order: -1;
    margin-top: 35px;
    justify-content: center;
  }

  .industrial__bottom {
    margin-top: 0px;
    justify-content: center;
    gap: 0px 0px;
  }

  .industrial__link {
    margin-top: 30px;
    margin-left: 20px;
  }

  .industrial__info-box {
    margin-top: 24px;
    padding-bottom: 0px;
  }

  .product_features_wrap {
    display: none;
  }
}

@media (max-width: 1050px) {
  .slider__link {
    position: relative;
    text-align: center;
    margin-top: 80px;
  }

  .swiper-slide {
    flex-wrap: wrap;
  }

  .swiper-slide {
    justify-content: center;
  }

  .swiper-pagination {
    text-align: center;
    margin-bottom: 25px;
  }

  .swiper-pagination {
    margin-left: 0px;
  }
}

@media (max-width: 980px) {
  .industrial__info {
    justify-content: center;
  }

  .industrial__item {
    max-width: 150px;
  }

  .about__body {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about__body-photo {
    margin-right: 0px;
    margin-top: 0px;
  }

  .about__title {
    text-align: center;
    margin-bottom: 25px;
  }

  .about__title h3 {
    margin-bottom: 17px;
  }

  .home {
    margin-bottom: 28px;
  }

  .about__body-info p {
    margin-bottom: 30px;
  }

  .about__body-info p:last-child {
    margin-bottom: 10px;
  }

  .about__body-photo {
    margin-bottom: 30px;
  }

  .header__top-email {
    margin-right: 15px;
  }
}

@media (max-width: 890px) {
  .product__page_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 810px) {
  .breadcrumbs {
    display: none;
  }

  .header {
    background-color: #FFFFFF;
    opacity: 1;
  }

  .header__top-wrapper {
    display: flex;
    justify-content: space-between;
    flex: 1 0;
    align-items: center;
  }

  .header__content {
    width: 100%;
  }

  .logo__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
    z-index: 5;
  }

  .header__burger {
    z-index: 15;
    display: block;
    position: relative;
    width: 52px;
    height: 46px;
    cursor: pointer;
    top: 0px;
    background: #D3001B;
  }

  .header__burger span,
  .header__burger::before,
  .header__burger::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #FFFFFF;
  }

  .header__burger::before,
  .header__burger::after {
    content: '';
  }

  .header__burger::before {
    top: 9px;
    width: 55%;
    left: 10px;
  }

  .header__burger::after {
    bottom: 9px;
    width: 55%;
    left: 10px;
  }

  .header__burger span {
    top: 45%;
    width: 55%;
    left: 10px;
  }

  .menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 100px 20px 30px 20px;
    transition: All 0.5s ease 0s;
    overflow: auto;
  }

  .menu._active {
    top: 0;
  }

  .menu__list-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .menu__list {
    display: block;
    text-align: center;
    position: relative;
  }

  .menu__link {
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
  }

  .menu__wrapper {
    background: #D9D9D9;
    padding: 36px 0px 44px 20px;
    width: 100%;
    position: relative;
  }

  .menu__wrapper::after {
    position: absolute;
    content: '';
    top: -20px;
    right: 14px;
    border: 10px solid transparent;
    border-bottom: 18px solid #D9D9D9;
  }

  .technic {
    margin-bottom: 30px;
  }

  .technic__title {
    margin-bottom: 26px;
  }

  .industrial {
    padding-bottom: 32px;
  }

  .industrial__title {
    margin-bottom: 20px;
  }

  .home {
    padding-bottom: 35px;
  }

  .home__title {
    margin-bottom: 32px;
  }

  .about {
    margin-bottom: 48px;
  }

  .industrial__top {
    margin-bottom: 30px;
  }

  .header__catalog:hover .header__catalog-list {
    margin-top: 0px;
    padding: 30px 20px 15px 30px;
  }

  .header__catalog-item {
    max-width: 220px;
  }

  .homepage {
    margin-top: 30px;
  }

  .wrap_block__feedback {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .blog__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .product__title h1 {
    font-size: 20px;
  }

  .tab_navigation {
    text-align: center;
    gap: 10px;
    flex-direction: column;
  }

  .header__top-box {
    justify-content: center;
  }

  .header__top-email {
    order: 1;
    margin-right: 0px;
  }

  .header__top-link {
    margin-bottom: 30px;
  }

  .logo__header {
    margin-bottom: 0px;
  }

  .header__top-call-number {
    margin-top: 14px;
  }

  .header__top-call-link {
    margin-bottom: 20px;
  }

  .header__top-link {
    margin-right: 10px;
  }

  .header__body {
    border-bottom: 1px dashed #161616;
    padding-bottom: 10px;
  }

  .header__catalog-item img {
    display: none;
  }

  .header__catalog-item a {
    text-transform: none;
    margin-bottom: 22px;
    margin-left: 10px;
    position: relative;
  }

  .header__catalog-item a::before {
    position: absolute;
    content: '';
    background-image: url(../images/Vector.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    top: 5px;
    left: -20px;
  }

  .header__catalog:hover .header__catalog-list {
    padding: 30px 20px 15px 30px;
  }

  .header__catalog-item a {
    margin-bottom: 15px;
  }

  .title {
    text-align: center;
  }

  .form {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding-bottom: 26px;
  }

  .form__photo {
    display: none;
  }

  .form__body {
    padding: 26px 20px 0px 20px;
  }

  .section-form {
    background: #C9C9C9;
    margin-bottom: 0px;
  }

  .form__box-title {
    margin-bottom: 22px;
  }

  .form__title p {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .form__title {
    margin-bottom: 20px;
  }

  .form__link {
    margin-top: 37px;
    margin-left: 15px;
  }

  .form__link a {
    color: #6B6B71;
  }

  .footer__block-mod-info {
    display: none;
  }

  .footer__body {
    padding-bottom: 20px;
  }

  .footer__bottom-block {
    text-align: center;
    justify-content: center;
  }

  .footer__whatsapp {
    margin-bottom: 0px;
  }

  .footer__email {
    margin-bottom: 15px;
  }

  .footer__phone {
    margin-bottom: 20px;
  }

  .footer__box img {
    margin-left: -5px;
  }

  .line__top--mod {
    display: block;
    z-index: -1;
  }

  .line img {
    display: none;
  }

  .industrial__link {
    margin-left: 0px;
  }

  .home__item-text {
    margin-bottom: 20px;
  }

  .slider__info h2 {
    font-size: 48px;
  }
}

@media (max-width: 450px) {
  .line__top::after {
    width: 50%;
  }

  .header__catalog-title::before {
    right: -70px;
  }
}

@media (max-width: 350px) {
  .header__catalog-title::before {
    right: -40px;
  }
}

/*---------------------------------------media----------------------------*/