html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
 /* Шапка */
 .header {
    overflow: hidden;
    background-color: #2452AA;
    height: 69px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }

.menu {
    margin-left: 10%;
  }

.header a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    line-height: 25px;
  }

.header a.logo {
    font-weight: bold;
  }

.header p {
	margin-top: 0;
	margin-bottom: 1rem
}



.button_menu p {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

 /* Пол */

.footer {
    background-color:#262626;
    height: 225px;
    margin: -17px 0 10px;
}
/* Наши услуги */
.uslugi_body{
	background-color:#ffffff;
	height: 613px;
	margin: -17px 0 10px;
}

.uslugi_card {
	display: grid;
	grid-template-columns: 245px 245px 245px 245px;
	justify-content: center;
	gap: 42px;
	margin-top: 80px;
}
.uslugi_img {
	width: 180px;
	border-radius: 12px;
	margin-top: 4%;
	margin-left: 12px;
	}

.uslugi_text {
	color: #FCFCFC;
	font-size: 17px;
	text-align: center;
	position: relative;
}

.uslugi_button {
	border-color: #2452AA;
	border-style: solid;
	background-color: #262626;
	border-radius: 6px;
	margin-left: 23%;
}

.button_text {
	width: 90px;
	height: 24px;
	color: #76A2F8;
	font-size: 12px;
}

/* Наши преимущества */

.card_preimushestva {
	display: grid;
	grid-template-columns: 20% 30% 20%;
	justify-content: center;
	gap: 25px}

/* Блок safe */
.safe {
	background: -webkit-linear-gradient(left, #262626 46%, rgb(0,0,0,0)100%),url(./pic/eye.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 741px;
	margin: 0 0 10px;
}

.safe_text {
	margin-left: 11%;
	position: absolute;
}
	
.cons {
	background: -webkit-linear-gradient(left, #262626 46%, rgb(0,0,0,0)100%),url(./pic/cons.jpg);
	height: auto;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 741px;
	margin: 0 0 10px;
  }

  .admin {
	background: -webkit-linear-gradient(left, #262626 46%, rgb(0,0,0,0)100%),url(./pic/admin.png);
	height: auto;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 741px;
	margin: 0 0 10px;
  }
  .dispetcher {
	background: -webkit-linear-gradient(left, #262626 46%, rgb(0,0,0,0)100%),url(./pic/dispetcher.jpg);
	height: auto;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 741px;
	margin: 0 0 10px;
  }

  .ads {
	background: -webkit-linear-gradient(left, #262626 46%, rgb(0,0,0,0)100%),url(./pic/ads.png);
	height: auto;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 741px;
	margin: 0 0 10px;
  }  

/* Контейнер тестовый */
.container {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    box-sizing: border-box;
  }

.card {
	height: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #2452AA;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card2 {
	width: 100%;
	height: 336px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #262626;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 12px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.media {
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.container div {
    width: 50%;
    height: 2em;
  
  }

  .o_company_card {
	display: grid;
	grid-template-columns: 30% 50%;
	justify-content: center;
	gap: 42px;
}