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

*,
*:before,
*:after {
  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;
}

body {
  font-family: "Roboto";
  color: white;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Roboto";
  background-color: rgb(44, 44, 61);
}

.wrapper-page {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Roboto";
  /* background-color: rgb(77, 77, 100); */
  background-color: rgb(246, 249, 255);
}

.content {
  flex: 1 1 auto;
}

.container {
  max-width: 1240px;
  padding: 0px 10px;
  margin: 0 auto;
}

.button {
  padding: 10px;
}

.h2_title {
  font-family: "Roboto";
  color: #c69e67;
  text-align: center;
  font-size: 35px;
}

.h4_title {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.block_cont {
  padding: 50px 0px 40px 0;
}

.text-gold {
  color: #c69e67;
  /* color: #b39d76; */
}


/* base */


.form_btn button {
  position: fixed;
  width: 200px;
  height: 50px;
  background-color: #318c4d;
  bottom: 0;
  right: 20px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  z-index: 20;
}

.modal-fon {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fon__close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
}

.modal {
  top: calc(50% - 361px);
  left: calc(50% - 300px);
}

.none {
  visibility: hidden;
  opacity: 0;
  transition: 0.2;
  -webkit-transition: 0.2;
  -moz-transition: 0.2;
  -ms-transition: 0.2;
  -o-transition: 0.2;
}


.modal form {
  width: 300px;
  padding: 32px;
  border: 1px solid #bdbcbc;
  background-color: #232332;
  letter-spacing: 1px;
  position: relative;
  z-index: 35;
}

.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* button */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #232332;
}

.logo {
  position: relative;
  left: 10%;
}

.logo img {
  width: 40px;
  height: 90%;
}

.header .menu .menu_items {
  display: flex;
  justify-content: space-around;
}

.header .menu .menu_items .menu_item .link {
  color: rgb(240, 240, 245);
  font-size: 18px;
  display: block;
  padding: 20px 40px;
}

.header__phone {
  display: flex;
  align-items: center;
}

.header__phone a {
  margin-right: 35px;
  color: #fff;
}

.preview {
  position: relative;
  font-size: 35px;
  overflow: hidden;
  background: #232332;
}

.preview .preview_image {
  height: 850px;
}

.preview .preview_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preview .preview_black {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(175deg, rgba(35, 35, 50, 0.2), rgba(35, 35, 50, 0.2) 100%, rgb(35, 35, 50) 10%); */
  background: linear-gradient(0deg, rgb(44, 44, 61) 3%, rgb(0, 0, 0, 0.2) 27%);
  z-index: 2;
}

.preview .preview_content {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 0;
  padding: 40px 0px;
}

.preview .preview_content .preview_content_title {
  display: flex;
  align-items: end;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.preview .preview_content .preview_content_title .content_title_image img {
  width: 160px;
}

.preview .preview_content .preview_content_title .content_title_name {
  padding: 20px 60px;
  /* font-family: "Roboto regular"; */
  color: #b39d76;
  text-align: center;
  background: linear-gradient(90deg, rgba(30, 30, 45, 0), rgb(30, 30, 45, 0.5) 8%, rgb(30, 30, 45) 92%, rgba(30, 30, 45, 0));
  font-size: 50px;
}

.preview .preview_content .preview_content_text {
  background: linear-gradient(140deg, rgb(30, 30, 45, 0.6), rgb(30, 30, 45, 0.1) 55%, rgba(30, 30, 45, 0) 58%);
  position: relative;
}

.preview .preview_content .preview_content_text .content_desc {
  max-width: 850px;
  padding: 20px 100px 20px 20px;
}

.preview .preview_content .preview_content_text .content_desc .desc {
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}

.preview .preview_content .preview_content_text .content_desc .desc_tel {
  font-size: 20px;
  max-width: 300px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* .preview .preview_content .preview_content_text .content_desc .desc_tel p:last-child {
  margin-top: 30px;
  line-height: 30px;
} */
.preview .preview_content .preview_content_text .content_desc .desc_tel p {
  margin-right: 20px;
}

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

.baners {
  width: 100%;
}

.banners_secur {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 50%;
}

.baners__banner {
  position: relative;
  /* border: 1px solid #645a47; */
  /* outline: 1px solid #fff; */
  /* outline-offset: 2px; */
  width: 75%;
  padding: 10px;
  height: 175px;
  overflow: hidden;
  margin: 5px 0;
  /* background-color: hsla(240, 17%, 17%, 0.959); */
}

.baners__banner a {
  color: #fff !important;
}

.baners__banner a:visited {
  color: #fff !important;
}

.banner_fon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.banner_fon img {
  width: 100%;
  opacity: 1;
  align-self: center;
}

.banner_info {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .banner-t-light {
  background-color: #ffffff93;
  color: #ab0002;
} */

.banner_info h2 {
  margin: 5px 0;
  font-size: 21px;
}

.banner-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #1e1e2e2d; */
  background: linear-gradient(180deg, rgb(44, 44, 61, 0.9) 43%, rgb(0, 0, 0, 0.2) 100%);
  opacity: 0.8;
}




/* .preview .preview_content .preview_content_text .content_desc_img {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 740px;
  height: 400px;
}

.preview .preview_content .preview_content_text .content_desc_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */


.together-main {
  display: flex;
  flex-direction: column;
}

.about_title .content_desc_img img {
  width: 100%;
}

.content_desc img {
  width: 150px;
}

.aboutavto {
  position: relative;
}

.aboutavto h3 {
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}

.aboutavto::after {
  content: 'Авторитет';
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  line-height: 1.44;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 15px;
  opacity: 0.1;
}

/* position: absolute;
    z-index: -1;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "Альфа-легион";
    font-size: 10rem;
    line-height: 1.44;
    font-weight: 800;
    color: rgba(134, 117, 77, 0.05);
    white-space: nowrap;
    text-transform: uppercase; */

.aboutavto p {
  font-size: 18px;
  line-height: 30px;
}

.swip h2 {
  margin-bottom: 20px;
}

.swip__elements {
  margin: 20px 20px 0px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.swip__element {
  max-width: 80px;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
}


.swip__element p {
  padding-top: 5px;
}

.services .services_items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 180px;
}

.services .services_items .services_item {
  position: relative;
  width: 200px;
}

.services .services_items .services_item .item_img {
  background-color: #232332;
  padding: 25px;
  cursor: pointer;
}

.services .services_items .services_item .item_img img {
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.services .services_items .services_item .item_img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.item_dop {
  display: none !important;
  position: absolute;
  right: -10px;
  top: -15px;
  width: 30px;
  height: 30px;
  font-size: 28px;
  text-align: center;
  background-color: #45455c;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}




.services a {
  color: #fff !important;
  opacity: 0.9;
}

.services a:hover {
  opacity: 1;
}

.about_us h2 {
  margin-bottom: 30px;

}

.about_us_elms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.about_us_elm {
  display: flex;
  flex-direction: column;
  margin: 10px 10px;
  max-width: 280px;
}

.about_us_elm p {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 25px;
}

.about_us_elm .digit {
  border: 3px solid #c69e67;
  padding: 10px 16px;
  color: #c69e67;
  max-width: fit-content;
  margin-bottom: 10px;
  font-size: 20px;
}

.security_items {
  margin-top: 80px;
}

.security_items .tabs .tabs-nav {
  display: flex;
  justify-content: space-between;
  background: url("../assets/img/bg2.webp");
}

.security_items .tabs .tabs-nav .tabs-nav__item {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  flex: 1;
  text-align: center;
  font-size: 20px;
  padding: 15px 0px;
}

.tabs-nav__item-mobile {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  padding: 5px 5px;
  width: 100%;
  background-color: #b39d76;
  margin: 5px 0;
}

.tabs-nav__item-mobile:after {
  content: "ᐁ";
  color: inherit;
  margin-left: 10px;
}


.security_items .tabs .tabs-nav .tabs-nav__item.is-active {
  background-color: #b39d76;
}

.security_items .tabs .tabs__content {
  margin-top: 60px;
}

.security_items .tabs .tabs__content .tab {
  display: none;
}

.security_items .tabs .tabs__content .tab .security_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 {
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el3 {
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: center;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con {
  background-color: rgb(35, 35, 50);
  text-align: center;
  border: 2px solid rgba(100, 80, 60, 0.2);
  margin: 10px;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con span {
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(100, 80, 60, 0.2);
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img {
  margin: 0 auto;
  width: 150px;
  height: 123px;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 25px;
}

/* 
.security_items .tabs .tabs__content .tab .security_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 {
  display: grid;
  align-items: baseline;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con {
  background-color: rgb(35, 35, 50);
  text-align: center;
  border: 2px solid rgba(100, 80, 60, 0.2);
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con span {
  display: block;
  padding: 15px;
  font-size: 18px;
  border-bottom: 1px solid rgba(100, 80, 60, 0.2);
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img {
  margin: 0 auto;
  width: 150px;
  height: 123px;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 25px;
} */

.security_items .tabs .tabs__content .tab .security_content .securyty_el2 {
  height: 450px;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_el2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.security_items .tabs .tabs__content .tab .security_content .securyty_text p {
  font-size: 20px;
  padding: 10px 5px;
  border-bottom: 2px white solid;
  margin-bottom: 30px;
}

.security_items .tabs .tabs__content .tab.is-active {
  display: block;
}



.security_items .tabs .tabs__content .tab-2 .security_content .securyty_el1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .about_map {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.about .about_map .map_image {
  position: relative;
}

.about .about_map .map_image .reg {
  position: absolute;
  top: 40%;
  left: 20%;
  text-align: center;
  font-size: 26px;
  color: #F0F0F5;
  opacity: 0.6;
}

.about .about_map .map_image .city {
  font-size: 32px;
  position: absolute;
  top: 80%;
  left: 25%;
}

.about .about_map .map_image img {
  height: 600px;
}

.about .about_map_text {
  max-width: 600px;
}

.about .about_map_text .about_title {
  font-family: "Roboto";
  /* color: #b39d76; */
  font-size: 35px;
}

.about .about_map_text .about_p {
  margin-top: 40px;
  font-size: 22px;
  line-height: 30px;
}



.banners .h4_title {
  font-size: 24px;
  padding: 40px 0;

}

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

.banners_card img {
  width: 300px;
  margin-top: 15px;
}

.header .social img {
  width: 25px;
  margin: 10px 0;
  margin-right: 5px;
}

.footer {
  background-color: rgb(35 35 50);
}

.footer .license {
  position: relative;
  width: 200px;
}

.footer .license_contacts {
  display: flex;
  flex-direction: column;
}

.footer .license_contacts .social {
  display: flex;
}

.footer .license_contacts .social img {
  width: 35px;
  margin: 10px 0;
  margin-right: 5px;
}

.footer .license img:first-child {
  width: 100%;
}

.footer .license img:last-child {
  width: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer .contact {
  padding: 35px 0px;
  /* display: flex;
  align-items: center; */
  gap: 80px;
}

.footer .contact .mobile_wrapper {
  gap: 40px;
  display: flex;
  flex-direction: row;
}

.footer .contact .contact_image img {
  width: 180px;
}

.contact_text_info {
  display: flex;
  flex-direction: column;
}

.contact_text_info button {
  margin-top: 10px;
}

.footer .contact .contact_text {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.footer a {
  color: #b39d76;
}


.p-mini {
  font-size: 18px;
  line-height: 24px;
}



.footer .contact .contact_text .contact_text_email {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* map */

.modal_map {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, 0.9);
}

.modal_map-fon {
  position: fixed;
  z-index: 11;
  height: 100%;
  width: 100%;
}

.modal_map-map {
  position: fixed;
  z-index: 12;
  width: 1000px;
  background-color: #232332;
  padding: 30px;
}


#map {
  width: 100%;
  height: 500px;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: 5px;
}

.map__btns {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.map__btns input {
  padding: 10px;
  margin-right: 15px;
}


.selectPoint {
  margin: -110px 0px 0px -50px;
  padding: 5px;
  background-color: white;
  border: 1px solid silver;
  border-radius: 5px;
  color: #000;
}

.selPointText {
  margin: 5px 0px 2px 0px;
  text-align: center;
}

.btnSelectPoint {
  width: 90%;
  height: 25px;
  margin: 5%;
  border: 1px solid silver;
  border-radius: 5px;
}

/* map */


.contact__form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 300px;
}

form {
  width: 300px;
  padding: 32px;
  border: 1px solid #bdbcbc;
  letter-spacing: 1px;
}

.form_title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 700;
}

.contact__form input {
  width: 100%;
}

.form_group {
  position: relative;
  margin-bottom: 32px;
}

.form_group input,
textarea {
  resize: none;
  width: 100%;
  max-height: 40px;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
  color: #e0e0e0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}

.form_label {
  font-size: 12px;
  opacity: 0.6;
}

.form_button {
  height: 30px;
}

.green {
  background-color: #318c4d;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.red {
  background-color: #8c3131;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}


.form_group input:focus,
.form_group textarea:focus {
  border-bottom: 1px solid #c69e67;
}


.personal {
  font-size: 10px;
  line-height: 10px;
  opacity: 0.6;
}

.personal a {
  color: #b39d76;
}

.politic__text {
  color: #232332;
}



/* image */

.image {
  cursor: zoom-in;
  position: relative;
  z-index: 2;
}

.plus {
  position: absolute;
  z-index: 1;
  width: 20px !important;
  left: 110px;
  top: 12px;
  opacity: 0.5;
}

.plus img {
  width: 100%;
}


.popup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

.popup_bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}


.popup_img {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  width: 350px;
}

.main_body .popup_img {
  background: rgba(151, 151, 151, 0.5) !important;
}

.popup_img {
  pointer-events: none;
}

/* image */

.rc-anchor-normal {
  width: 230px !important;
}


@media(max-width: 1300px) {
  .logo {
    position: relative;
    left: 5%;
  }

  .logo img {
    width: 40px;
    height: 90%;
  }
}

@media(max-width: 1200px) {
  .preview .preview_content .preview_content_text .content_desc .desc {
    font-size: 30px;
  }

  .preview .preview_content .preview_content_text .content_desc_img {
    display: none;
  }

  .footer .contact .contact_image img {
    width: 120px;
  }
}

@media(max-width: 1000px) {


  .logo {
    position: relative;
    left: 5%;
  }

  .logo img {
    width: 40px;
    height: 90%;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el2 {
    display: none;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .security_items .tabs .tabs__content .tab.is-active-mobile {
    display: block;
  }

  .footer .contact {
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer .contact .mobile_wrapper {
    gap: 40px;
    display: flex;
  }

  .footer .contact .contact_image img {
    width: 80px;
  }


  .footer .contact .contact_text {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  /* map */


  .modal_map {
    z-index: 40;
  }

  .modal_map-fon {
    z-index: 41;
  }


  .modal_map-map {
    position: fixed;
    z-index: 42;
    width: 96%;
    margin: 0 2%;
    background-color: #232332;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }


  #map {
    width: 100%;
    height: 440px;
  }

  .map__btns {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
  }

  .map__btns input {
    width: 100%;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }


  .selectPoint {
    margin: -110px 0px 0px -50px;
    padding: 5px;
    background-color: white;
    border: 1px solid silver;
    border-radius: 5px;
    color: #000;
  }

  .selPointText {
    margin: 5px 0px 2px 0px;
    text-align: center;
  }

  .btnSelectPoint {
    width: 90%;
    height: 25px;
    margin: 5%;
    border: 1px solid silver;
    border-radius: 5px;
  }

  /* map */

}

@media(max-width: 991px) {
  .security_items {
    margin-top: 0px;
  }

  .license-mobil {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer .license {
    width: 120px;
  }

  .baners__banner {
    position: relative;
    width: 100%;
    /* border: 1px solid #645a47; */
    /* outline: 1px solid #fff; */
    /* outline-offset: 2px; */
    padding: 5px;
    height: 140px;
    overflow: hidden;
    margin: 5px 0;
  }

  .banner_fon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
  }

  .banner_fon img {
    width: 100%;
    opacity: 0.6;
    align-self: center;
  }

  .banner_info {
    position: relative;
    z-index: 2;
    font-size: 16px !important;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .banner_info h2 {
    font-size: 16px;
    margin: 5px 0;
  }

}

@media(max-width: 800px) {

  .preview .preview_content .preview_content_text .content_desc .desc_tel p:last-child {
    margin-top: 10px;
    line-height: 30px;
    text-align: left;
    margin-left: 5px;
  }

  .preview .preview_content .preview_content_text .content_desc {
    padding: 40px 30px;
  }

  .preview .preview_content .preview_content_text .content_desc .desc {
    font-size: 24px;
    line-height: 30px;
  }

  /* .preview .preview_content .preview_content_text .content_desc .desc_tel {
    font-size: 20px;
    max-width: 300px;
    margin-top: 10px;
    text-align: center;
  } */

  .preview .preview_content .preview_content_text .content_desc .desc_tel {
    font-size: 20px;
    max-width: 300px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
  }


  .block_cont {
    padding: 20px 0px;
  }



  .services .services_items .services_item .item_img {
    background-color: #232332;
    padding: 15px;
    cursor: pointer;
  }

  .about .about_map_text .about_p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .security_items .tabs .tabs__content .tab .security_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con {
    background-color: rgb(35, 35, 50);
    text-align: center;
    border: 2px solid rgba(100, 80, 60, 0.2);
    margin: 10px;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con span {
    display: block;
    padding: 1px;
    font-size: 12px;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img {
    margin: 0 auto;
    width: 120px;
    height: 100px;
  }

  .security_items .tabs .tabs__content .tab .security_content .securyty_el1 .securyty_con .securyty_con_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
  }

  .swip__elements {
    margin: 10px;
    margin-bottom: 0;
  }

  .swip__element img {
    max-width: 30px;
  }

  .swip__element p {
    font-size: 10px;
  }



  .banners_card img {
    width: 150px;
  }



  .footer .contact .contact_image img {
    width: 50px;
  }


  /* .preview .preview_content .preview_content_text .content_desc .desc_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  .p-mini {
    font-size: 14px;
    line-height: 15px;
  }

}

@media(max-width: 500px) {

  .preview .preview_image {
    height: 450px;
  }

  .preview .preview_content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: calc(100% - 400px);
    left: 0;
    padding: 40px 0px;
  }

  .content_desc img {
    margin: 20px 0;
    width: 80px;
  }


  .preview .preview_content .preview_content_text .content_desc {
    padding: 15px 15px;
  }

  .preview .preview_content .preview_content_text .content_desc .desc {
    font-size: 24px;
    max-width: 100px;
  }

  .preview .preview_content .preview_content_text .content_desc .desc_tel p:last-child {
    margin-top: 10px;
    line-height: 30px;
    text-align: left;
    margin-left: 5px;
  }

  .h2_title {
    font-size: 24px;
  }

  .aboutavto::after {
    top: 95%;
    font-size: 3rem;
    letter-spacing: 10px;
    opacity: 0.1;
  }

  .about .about_map_text .about_title {
    font-family: "Roboto";
    /* color: #b39d76; */
    padding-top: 15px;
    font-size: 24px;
  }

  .services .services_items .services_item {
    width: 120px;
    margin: 5px;
  }

  .services .services_items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .h4_title {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
  }


  .security_items .tabs .tabs-nav {
    flex-wrap: wrap;
  }

  .security_items .tabs .tabs-nav .tabs-nav__item {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    padding: 5px 5px;
    width: 100%;
  }



  .security_items .tabs .tabs__content .tab .security_content .securyty_text p {
    font-size: 18px;
    padding: 5px 5px;
    border-bottom: 2px white solid;
    margin-bottom: 10px;
  }


  .about_us_elms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .about_us_elm {
    display: flex;
    margin: 10px 10px;
    max-width: 300px;
  }

  .about_us_elm p {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
  }

  .about_us_elm .digit {
    border: 3px solid #c69e67;
    padding: 10px 16px;
    color: #c69e67;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .about_us_elm p {
    font-size: 14px;
  }

  .popup_img {
    width: 300px;
  }


}