/* Указываем box sizing */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


@font-face {
  font-family: 'Gilroy-ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Gilroy-Black';
  font-style: normal;
  font-weight: 800;
	src: url('../fonts/gilroy-black.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-black.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-black.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-black.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-black.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-black.svg#gilroy-black') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Intro';
  font-style: normal;
  font-weight: 400;
	src: url('../fonts/intro_regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/intro_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/intro_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/intro_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/intro_regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/intro_regular.svg#intro_regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
	src: url('../fonts/helvetica-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/helvetica-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/helvetica-regular.svg#helvetica-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

/* jost-600 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src:  url('../fonts/jost/Jost-Regular.eot');
  src:  url('../fonts/jost/Jost-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
        url('../fonts/jost/Jost-Regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jost-700 - latin */
@font-face {
  font-family: 'Jost-SemiBold';
  font-style: normal;
  font-weight: 600;
  src:  url('../fonts/jost/Jost-SemiBold.eot');
  src: url('../fonts/jost/Jost-SemiBold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/jost/Jost-SemiBold.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body{
  font-family: 'Helvetica';
  color: #232121;

  font-size: 17px;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.035em;
  font-style: normal;

  background: #ffffff;
  /* todo ? */
  transition: .4s;
}

h1{
  font-size: 40px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  text-transform: none;
  font-family: "Gilroy-ExtraBold";
  color: black;
}


h2{
  font-family: "Jost-SemiBold";
  font-size:28px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:0.05em;
  font-style:normal;
  text-transform:uppercase;
  text-align: center;
  color: black;
  margin-bottom: 40px;
}

h3{
  font-family: "Intro";
  font-size:20px;
  line-height:1.4;
  font-weight:400;
  letter-spacing:0.1em;
  font-style:normal;
  color: black;
}
p{
  text-align: justify;
  text-indent: 30px;
}
.thin-dot-list ul {
    list-style-type: none; /* Убираем стандартный маркер браузера */
    padding-left: 0;       /* Убираем лишний отступ */
}

.thin-dot-list li {
    position: relative;
    padding-left: 15px;    /* Отступ до текста, чтобы точка не сливалась */
    margin-left: 25px;
}

.thin-dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 4px;             /* Размер маркера (тонкая точка) */
    height: 4px;            /* Размер маркера */
    background-color: #000; /* Цвет точки */
    border-radius: 50%;     /* Делаем квадрат фоном идеальным кругом */
    text-indent: 30px;
}

a{
  text-decoration: none;
}
.wrapper {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper-full{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.section{
  margin-bottom: 80px;
}
.button{
  width: 330px;
  height: 50px;
  padding: 5px 60px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing:0.15em;
  line-height: 29px;
  color: #FFFFFF;
  background: #232323;
  border: 0;
  transition: 0.6s ease;
  font-size: 13px;
  font-family: "Jost";
}
/*HEADER STYLES START*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: .4s linear;
  z-index: 999;
  border-bottom: 1px solid #C6C6C6;

    background: white;
}
/* todo */
/* .header_active{
  background: white;
} */
.header__full{
  border-bottom: 1px black;
}
.header__wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: end;
  transition: .4s linear;
}
/* todo */
/* .header__wrapper_active{
  padding-top: 2px;
} */
.header__logo {
  width: 493px;
  height: 71px;
  display: block;
  position: relative;
  margin-right: 40px;
  padding: 13px 0 13px 0;
  font-family: 'Gilroy-ExtraBold';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 23px;
}
.header__logo_img{
  height: 19.5px;
  margin-top: 1px;
}
.header__logo_pos {
  position: absolute;
  top: 26px;
}
.header__logo_pos a{
  text-decoration: none;
  color: black;
}
.header__nav{
}

.header__list{
  /* height: 45px; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.header__list_item{
  height: 63px;
  margin-right: 41px;
  padding: 13px 0 13px 0;
  border-bottom: 2px solid #ffffff00;
}
.header__list_item_{
  height: 63px;
  margin-right: 41px;
  padding: 13px 0 13px 0;
  border-bottom: 2px solid #ffffff00;
}

/* todo animation header__list_item_active*/
.header__list_item_active{
  border-bottom: 2px solid #000000;
}

.header__list_item:last-child{
  margin-right: 0px;
}

.header__list_item_link{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
}
.header__list_item_link_{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.header__list_item_link:hover, .header__list_item_link:focus, .header__list_item_link:active{
  color: #e34000;
}

.header_burger{
  display: none;
  position: relative;
}

.burger_line{
  width: 100%;
  height: 1.5px;
  background-color: black;
  position: absolute;
  left: 0;
}
.burger_line_1{
  top: 0;
}
.burger_line_2{
  top: 50%;
  transform: translateY();
}
.burger_line_3{
  bottom: 0;
}
/*HEADER STYLES END*/


/*INTRO STYLES START*/
.intro{
  background: url(../img/main.jpg) no-repeat center;
  background-size: cover;
  margin-top: 71.4px;
  padding-top: 130px;
  padding-bottom: 184px;
  transition: 1s;
}
.intro__content{
  color: white;
  margin-left: 20%;
  margin-right: 20%;
}
.intro__title{
  color: white;
  visibility: hidden;
}
.intro__logo_img{
    width: 100%;
}
.intro__subtitle{
  font-size: 16px;
  color: white;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  font-weight: 600;

}
.intro__telephone{
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 36px;
 /* background: rgba(0,0,0,0.3); */
  padding: 10px;
  font-weight: 600;
  text-align: center;
}
.intro__button{
      padding: 15px 60px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 29px;
    color: #FFFFFF;
    background: #181414cc;
    border: 1px solid #ffffff63;
    transition: 0.6s ease;
    font-size: 13px;
    font-family: "Jost";
    font-weight: 800;
        margin: 0 33%;
    display: block;
}
.intro__button:hover, .intro__button:focus, .intro__button:active{
  background: #757575;
}
/*INTRO STYLES END*/

/*ABOUT STYLES START*/
/*ABOUT STYLES END*/

/*CONTACTS STYLES START*/
.contacts{
  background: #F6F6F6;
  /* background: #F1F3F4; */
  padding: 40px 0 40px 0;
}
.contacts__content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0px;
}
.contacts__txt{
  border-width: 0px;
  grid-column: span 1;
  justify-self: start;
}
.contacts__map{
  border-width: 0px;
  grid-column: span 2;
  justify-self: end;
}
.contacts__map_title{
  font-family: "Jost";
  margin: 0 auto;
  margin-bottom: 40px;
}
.contacts__map_iframe{
  width: 700px;
  height: 425px;
}
.contacts__txt_subtitle p{
  font-size: 17px;
  text-align: left;
}
/*CONTACTS STYLES END*/


/*SERVICE STYLES START*/
.service{
  padding-top: 100px;
  margin-bottom: 10px;
}
.service_menu{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.service_menu a{
  border-bottom: 1px solid black;
}
.service_menu_item{
  width: 530px;
  padding: 10px 0px;
  border-bottom: 2px solid #ffffff00;
}
.service_menu_item_active{
border-bottom: 2px solid black;
}
.service_menu_item h2{
  margin: 0;
}
/*SERVICE STYLES END*/

/*EVACUATOR STYLES START*/
.evacuator{
  display: none;
  transition: 0.6s ease;
}
.evacuator h2{
  margin: 10px;
}
.evacuator p{
font-family: "Jost";
}
.evacuator_img{
  background: url(../img/service.jpeg) no-repeat center;
  height: 670px;
  overflow: hidden;
}
.evacuator_subtitle{
  font-size: 13px;
  font-family: "Jost";
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
/*EVACUATOR STYLES END*/

/*OTHER SERVICE STYLES START*/
.other_service{
  transition: 0.6s ease;
}
/*OTHER SERVICE STYLES END*/

/*PARTS STYLES START*/
.parts{
  padding-top: 100px;
  margin-bottom: 130px;
}
.contacts_map{
  padding-top: 100px;
  margin-bottom: 0px;
}
/*PARTS STYLES END*/

/*CATALOG STYLES START*/
.catalog{
  padding-top: 100px;
  margin-bottom: 120px;
}
.catalog__wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.catalog__left_menu{
  width: 210px;
  height: fit-content;
  display: block;
  position: fixed;
  transition: 0.3;
}
.catalog__left_menu a{
  text-decoration: none;
  width: 210px;
  cursor: pointer;
}
ul#menu, ul#menu ul {
 list-style-type:none;
}
ul#menu {
 padding: 0;
}
ul#menu li{
 padding: 4px 0;
}
ul#menu ul li{
 padding: 5px 0;
}
.catalog__left_menu_mobile{
  display: none;
}
.catalog__left_menu_classificator{
  width: 100%;
  border: 1px solid black;
  font-family: "Jost";
  color: black;
  font-size: 12px;
  margin: 4px auto;
  transition: 0.3s;
  display: block;
}
.catalog__left_menu_classificator p{
  margin: 10px auto;
  text-align: center;
}

.catalog__left_menu_classificator:hover{
  background: #e34000;
  border: 1px solid black;
  color: white;
}
.catalog__left_menu_classificator_active{
  /* background: #e34000; */
  background: black;
  color: white;
  border: 1px solid #ffffff00;
}

.level_1{
  width: 195px;
  padding: 10px 0px;
}
.level_2{
  width: 175px;
  font-size: 12px;
}

.level_1 p{
  font-size: 14px;
  color: black;
  transition: 0.3s;
}
.level_2 p{
  font-size: 12px;
  color: black;
  transition: 0.3s;
}

/* .level_1 p:hover, .level_2 p:hover{
  color: #e34000;
} */

.catalog__left_menu_item{
/* height: 26px; */
width: 210px;
}
.catalog__left_menu_item p:hover{
  color: #e34000;
}
.catalog__left_menu_item_wrapper{
display: flex;
}
.catalog__left_menu_item_active{
  background: #e34000;
}
.catalog__left_menu_item_active p{
  background: white;
  color: black;
  margin-left: 5px;
  padding-left: 10px;
  font-weight: 600;
}
.catalog__left_menu_item_active p:hover{
  color: black;
}

.catalog__left_menu_mobile{
  display: none;
}

.triangle_right {
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 13px solid black;
  }

.catalog__list{
  width: 100%;
  margin-top: 4px;
  margin-left: 245px;
}
.catalog__list_cards_brand{
  margin: 0 auto;
  text-align: center;
  transition: 0.5s;
}
.catalog__list_options{
  /* height: 45px; */
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
.catalog__list_option{
  margin: 0 5px;
  width: 200px;
  height: 30px;
  border: 1px solid black;
}
.catalog__list_option:first-child{
  margin-left: 0;
}
.catalog__list_option:last-child{
  margin-right: 0;
}

.catalog__dropdown_container {
	display: none;
}



/* Колесная формула, Грузоподъемность START*/
/* .dropdown{
  width: 100%;
  font-family: "Jost";
  border: 0;
  position: relative;
}
.dropdown * {
  box-sizing: border-box;
}
.select{
   display: flex;
   justify-content: space-between;
   align-items: center;
   cursor: pointer;
   transition: 0.3s;
   padding: 0 5px;
}
.select-clicked{
  background: e34000;
}
.select:hover{
  color: #e34000;
}
.caret{
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 6px solid black;
   transition: 0.3s;
}
.caret-rotate{
  transform: rotate(180deg);
} */
/*  Колесная формула, Грузоподъемность END */
.menu{
  list-style: none;
  padding: 0.2em 0.5em;
  border: 1px solid black;
  background: white;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 999;
}
.menu li{
  cursor: pointer;
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
}
.menu li:hover{
  color: #e34000;
}
.active{
  font-weight: 800;
}
.menu-open{
  display: block;
  opacity: 1;
}
.catalog__selector{
  width: 100%;
  font-family: "Jost";
  border: 0;
}

.catalog__list_cards{
  min-height: 100vh;
}
.catalog__list_cards_group{
  transition: 0.5s;

}
.catalog__list_cards_of_group{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}
.card{
  border-width: 0px;
  grid-column: span 1;
  justify-self: stretch;
}
.catalog__button{
  width: 100%;
  background: black;
  color: white;
  font-family: "Jost";
  margin-top: 10px;
  display: block;
  padding: 10px;
  transition: 0.3s;
}
.catalog__button p{
  text-align: center;
  font-size: 12px;
}
.catalog__button:hover{
  background: #e34000;
}
.flip-card {
  height: 300px;
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  transition: 0.3s;
}

.flip-card-inner img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.flip-card-inner:hover{
  width: 100%;
  height: 100%;
  scale: 1.025;
  object-position: center;
  object-fit: cover; /* Do not scale the image */
}
.flip-card-cover{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0000004d;
}
.flip-card-cover h3{
  text-align: left;
  margin: 25px;
  font-size: 21px;
  color: white;
  font-family: 'Gilroy-ExtraBold';
  text-transform:uppercase;
  font-variant: small-caps;
}

/*CATALOG STYLES END*/


/*CATALOG_ITEM STYLES START*/
.catalog_item{
  padding-top: 100px;
  transition: 0.3s;
  /* margin-bottom: 120px; */
}
.catalog_item_gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-around;
  margin-bottom: 40px;
  transition: 0.3s;
  padding: 40px 40px 0 40px;
}
.catalog_item_gallery img{
  /* height: 450px; */
  margin-left: auto;
  transition: 0.3s;
}
.catalog_item_scheem{
  margin: 0 auto;
}

.catalog_item_description {
  transition: 0.3s;
}
.catalog_item_download{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  color: black;
  transition: 0.3s;
}
.catalog_item_download:hover{
  color: #e34000;
}
.catalog_item_download img{
  margin-left: 0;
  margin-right: 10px;
  height: 20px;
}
.catalog_item__table_head{
  margin-bottom: 22px;
}
.catalog_item__table{
  line-height: 1.85;
  font-family: 'Helvetica';
  font-size: 17px;
  letter-spacing: 0.05em;
  font-style: normal;
  border-collapse: collapse;
}
.catalog_item__table tr{
  border-top: solid 1px #999;
}
.catalog_item__table tr td:first-child{
  width: 300px;
}
.catalog_item__table tr td:last-child{
  width: 200px;
}

.catalog_item_sitrak{
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.catalog_item__sitrak_head {
  margin-top: 22px;
}
.catalog_item__sitrak_head:first-child {
  margin-top: 0px;
}


.catalog_item_main_img {
 height: 250px;
}
.catalog_item_main_sitrak_img {
  height: 300px;
}
.catalog_item_main_doosan_img {
  height: 450px;
}
/*CATALOG_ITEM STYLES END*/


/*FORM STYLES START*/
.form_sec__wrapper{
  width: 900px;
  margin: 0 auto;
}
.form{
  /* background: #fcf5f5; */
  padding: 0px 15px;
  margin: 0px auto;
  transition: .01s;
}
.form__inputs__wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
  margin: 0 auto;
}
.form_col{
  border-width: 0px;
  grid-column: span 2;
  justify-self: center;
}
.form__field-box{
  position: relative;
  margin-bottom: 20px;
}
.form__field{
  width: 380px;
  border: 0;
  border-bottom: 1px solid #232121;
  padding-left: 4px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Helvetica';
  font-weight: 200;
  /* color: white; */
}
.form__field:focus,
.form__field:valid{
  box-shadow: none;
  outline: none;
}

.form__label{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 16px;
  pointer-events: none;
  transition: 0.34s;
  /* color: white; */
}

.form__field:focus ~ label,
.form__field:valid ~ label{
  top: -12px;
  left: 0px;
  font-size: 10px;
}
.form__submit{
  margin: 20px auto;
  display: block;
  /* background: #8ab700; */
}

.form_textarea{
  border-width: 0px;
  grid-column: span 4;
  justify-self: center;
  width: 840px;
  padding-top: 15px;
  padding-bottom: 0;
  top: 0px;
}
.form_textarea-box{
  position: relative;
}
.form__area_field{
  width: 100%;
  height: 200px;
  border: 0;
  font-size: 18px;
  padding: 20px 15px 0px 15px;
  margin: 0px;
  border: 1px solid #232121;
}
.form__area_field:focus ~ label,
.form__area_field:valid ~ label{
  top: 5px;
  left: 10px;
  font-size: 10px;
}

.form_msg_txt{
  transition: 1.1s;
  opacity: 0;
}

.form_msg_active{
  margin-top: 50px;
  text-align: center;
  transition: .2s;
}
/*FORM STYLES END*/

/*FOOTER STYLES START*/
.footer{
  background: black;
  padding: 30px 0;
}
.footer__content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0px;
  margin: 0 auto;
  margin-top: 50px;
}
.footer__content_1{
  border-width: 0px;
  grid-column: span 2;
  justify-self: start;
  color: white;
  text-decoration: none;
}
.footer__content_1 a {
  color: white;
}
.footer__content_2{
  border-width: 0px;
  grid-column: span 2;
  justify-self: end;
  text-align: end;
}
.footer__title{
  font-family: "Jost-SemiBold";
  font-size:18px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:0.05em;
  font-style:normal;
  text-transform:uppercase;
  color: white;
  margin-bottom: 20px;
}
.footer_link{
  color: white;
}
.footer_link img{
  width: 30px;
  color: white;
  margin-left: 30px;
}
.footer_social_icons{
  display: flex;
}
.footer__logo{
  margin-top: 30px;
  color: white;
  border-top: 1px solid #ffffff;
}
.footer__logo_txt{
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
/*FOOTER STYLES END*/


/*MEDIA START*/
/* BURGER */
@media screen and (max-width: 1111px){
  h1{
    font-size: 35px;
  }
  h2{
    font-size: 25px;
  }
  .catalog__list_cards_group{
    padding-top: 10px;
  }
  .header_burger{
    display: block;
    width: 25px;
    height: 18px;
    margin-bottom: 9px;
  }
  .header__nav{
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    padding: 80px 40px;
    transform: translateX(100%);
    opacity: .1;
    transition: .35s all linear;
    margin-top: 0px;
  }
  .header__nav_active{
    transform: translateX(0);
    opacity: 1;
  }
  .header__list_item{
    width: 100%;
    margin-right: 0;
  }
  .header__list_item a{
    color: #232121;
    line-height: 68px;
    font-size: 19px;
    letter-spacing: 0.3em;
  }

  .header__nav-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 11;
  }

  .header__nav-close-line{
    display: block;
    height: 1.5px;
    width: 100%;
    background-color: #232121;
    position: absolute;
    top: 50%;
  }
  .header__nav-close-line:first-child{
    transform: translateX(-50%) rotate(45deg);
  }

  .header__nav-close-line:last-child{

    transform: translateX(-50%) rotate(-45deg);
  }
}



/* ALL < 1111 */
@media screen and (max-width: 1111px){
  .header__wrapper{
    align-items: center;
    justify-content: space-between;
  }

  .header__list_item_link{
    display: flex;
    position: relative;
  }

    .mobile-wrapper{
      padding: 0px 30px;
    }

    .header{
    padding-bottom: 13px;
    }
    .header__wrapper{
      max-width: 100vw;
      padding-top: 10px;
      align-items: center;
    }
    .header__logo{
      width: 200px;
    }
    .header_burger{
      display: block;
      width: 20px;
      height: 15px;
    }
    .header__list_item a{
      line-height: 48px;
      font-size: 15px;
      letter-spacing: 0.2em;
    }
    .header__list_item_link{
      display: flex;
      position: relative;
    }

    .header__nav-close{
      width: 25px;
      height: 25px;
      top: 15px;
    }

    .intro{
      height: 100vh;
      padding-top: 80px;
      padding-bottom: 100px;
      background: url(../img/main.jpg) no-repeat 2%;
      background-size: cover;
      text-align: center;
    }


    .intro__content{
      margin-left: 0px;
    }
    .intro__title {
      font-size: 28px;
      letter-spacing: 0.025em;
      margin-bottom: 20px;
    }
    .intro__subtitle {
        margin-top: 27%;
        font-size: 16px;
        color: white;
        background: rgba(0,0,0,0.3);
        padding: 10px;
    }
    .intro__telephone{
      text-align: center;
      text-decoration: none;
      color: white;
    }
    

    
    .contacts__content {
      display: block;
    }
    .contacts__txt{
      margin-bottom: 40px;
    }
    .contacts__map_iframe{
      width: 100%;
      height: 425px;
    }

    .form_sec__wrapper{
      width: 100%;
      margin: 0 auto;
    }
    .form__inputs__wrap{
      display: block;
    }
    .form_col{
      padding: 0 12px 0 12px;
    }
    .form__field {
      width: 100%;
    }
    .form_textarea{
      width: 100%;
      margin-bottom: 40px;
      /* padding-top: 0; */
    }

    /* CATATOG MOBILE LEFT MENU MOBILE START */
    .catalog__wrapper{
      display: block;
    }

    .catalog__left_menu_mobile{
      display: block;
    }

    .catalog__dropdown {
      position: relative;
      margin: 0px auto;
      margin-top: 20px;
      width: 300px;
      height: 50px;
    }
    .catalog__dropdown::before{
      content: '';
      position: absolute;
      top: 25px;
      right: 28px;
      width: 12px;
      height: 2px;
      background: #555;
      z-index: 10;
      transform: rotate(40deg);
      transition: 0.5s;
    }
    .catalog__dropdown.active::before{
      right: 20px;
    }
    .catalog__dropdown::after{
      content: '';
      position: absolute;
      top: 25px;
      right: 20px;
      width: 12px;
      height: 2px;
      background: #555;
      z-index: 10;
      transform: rotate(-40deg);
      transition: 0.5s;
    }
    .catalog__dropdown.active::after{
      right: 28px;
    }
    .catalog__dropdown input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-left: 20px;
      cursor: pointer;
      font-size: 16px;
      border-radius: 0px;
      font-family: "Jost";
    }
    .catalog__dropdown .catalog__dropdown_option{
      position: absolute;
      width: 100%;
      top: 70px;
      background: white;
      box-shadow: 0 30px 30px rgba(0,0,0,0.05);
      border-radius: 3px;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transition: 0.25s;
      font-family: "Jost";
      z-index: 99;
    }
    .catalog__dropdown .catalog__dropdown_option div {
      padding: 12px 20px;
      cursor: pointer;
    }
    .catalog__dropdown.active .catalog__dropdown_option  {
      visibility: visible;
      opacity: 1;
    }
    .catalog__dropdown .catalog__dropdown_option div:hover{
      background: #e34000;
      color: white;
    }

    .catalog__dropdown_type {
      position: relative;
      margin: 20px auto;
      margin-bottom: 40px;
      width: 300px;
      height: 50px;
    }
    .catalog__dropdown_type::before{
      content: '';
      position: absolute;
      top: 25px;
      right: 28px;
      width: 12px;
      height: 2px;
      background: #555;
      z-index: 10;
      transform: rotate(40deg);
      transition: 0.5s;
    }
    .catalog__dropdown_type.active::before{
      right: 20px;
    }
    .catalog__dropdown_type::after{
      content: '';
      position: absolute;
      top: 25px;
      right: 20px;
      width: 12px;
      height: 2px;
      background: #555;
      z-index: 10;
      transform: rotate(-40deg);
      transition: 0.5s;
    }
    .catalog__dropdown_type.active::after{
      right: 28px;
    }
    .catalog__dropdown_type input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-left: 20px;
      cursor: pointer;
      font-size: 16px;
      border-radius: 0px;
      font-family: "Jost";
    }
    .catalog__dropdown_type .catalog__dropdown_type_option{
      position: absolute;
      width: 100%;
      top: 70px;
      background: white;
      box-shadow: 0 30px 30px rgba(0,0,0,0.05);
      border-radius: 3px;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transition: 0.25s;
      font-family: "Jost";
    }
    .catalog__dropdown_type .catalog__dropdown_type_option div {
      padding: 12px 20px;
      cursor: pointer;
    }
    .catalog__dropdown_type.active .catalog__dropdown_type_option  {
      visibility: visible;
      opacity: 1;
      z-index: 99;
    }
    .catalog__dropdown_type .catalog__dropdown_type_option div:hover{
      background: #e34000;
      color: white;
    }

    .catalog__left_menu{
      display: none;
      position: relative;
    }
    .catalog__left_menu_mobile{
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between;
    }
    .catalog__left_menu_mobile a{
      border-bottom: 1px solid black;
    }
    .catalog__left_menu_item_mobile{
      width: auto;
      padding: 10px 0px;
      border-bottom: 2px solid #ffffff00;
    }
    .catalog__left_menu_item_mobile_active{
    border-bottom: 2px solid black;
    }
    .catalog__left_menu_item_mobile h2{
      margin: 0;
      font-size: 14px;
    }
    .catalog__left_menu_classificator_mobile{
      width: 49%;
    }
    .catalog__list{
      margin: 0;
    }
    .catalog__list_cards_of_group{
      grid-template-columns: repeat(1, 1fr);
    }
    /* .catalog__list_cards_of_group {
          display: grid;
      grid-template-columns: repeat(1, 1fr);
    } */

    /* CATATOG MOBILE LEFT MENU MOBILE END */
    .catalog_item_gallery{
      display: flex;
      flex-direction: column-reverse;
    }
    .catalog_item__table_head{
      margin-top: 30px;
    }
    .catalog_item_gallery img {
      height: 100%;
      margin-bottom: 30px;
    }
    .catalog_item_gallery{
      padding: 0px 40px 0 40px;
    }
    .catalog_item_download img {
      height: 20px;
    }

    .service{
      padding-top: 100px;
      margin-bottom: 10px;
    }
    .service_menu_item h2 {
      font-size: 14px;
    }
    .service_menu_item{
      width: auto;
    }
    .service_menu_evacuator{
      width: 49%;
    }
    .service_menu_others{
      width: 49%;
    }
    .evacuator_img{
      height: 600px;
      background-size: 100%;
    }
    .catalog__left_menu{
      display: none;
    }


}
/* ALL < 1111 */
@media screen and (max-width: 850px){
    .intro {
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 100px;
    background: url(../img/main.jpg) no-repeat 90%;
    background-size: cover;
    text-align: center;
}
    .intro__subtitle {
        margin-top: 14%;
        font-size: 16px;
        color: white;
        background: rgba(0,0,0,0.3);
        padding: 10px;
    }
.intro__content {
    margin-left: 0px;
    padding-top: 30px;
            margin: 0 auto;
}
    .intro__button{
        margin: 0 auto;
    }
    
    .catalog_item_gallery img {
      height: 200px;
      margin: 0 auto;
      margin-bottom: 30px;
    }
}

/* ALL < 480 */
@media screen and (max-width: 480px){

  .evacuator_img{
    height: 300px;
    background-size: 100%;
  }
}
