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

*, *:before, *:after {
  -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, textadrea {
  font-family: inherit;
}
*/

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

.Button{
    display: flex;
    background: #000066;
    height: 50px;
    width: 232px;
    border-radius: 20px;
    align-items: center;
    margin: auto;
}

.StartBuy {
    margin: auto;
    color: white;
}

/*
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;
}

body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container{
	max-width: 1100px;
	margin: 0px auto;
}
.content{
	min-width: 100%;
}
.columns__row{
	display: flex;
	align-items: center;
	flex-direction: column;
	
}
.columns__column{
	margin: 20px 0px 10px 0px;
}
.item__body{
	max-width: 450px;
	align-content: center;
	margin-top: 70px;
	margin-left: 20px;
	margin: 0px 30px 0px 30px;
}
.item__row{
	display: flex;
	align-items: center;
}
.reverce__row{
	flex-direction: row-reverse;
}

@media (max-width: 992px){
	.item__row{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.reverce__row{
		flex-direction: column;
	}
	.item__body{
		text-align: center;
	}
}
.item__image img{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.item__title{
	font-size: 24px;
	font-weight: bold;
	color: black;
		margin: 1px 0px 25px 0px;
}
.item__text{
	font-size: 16px;
	margin: 1px 0px 30px 0px;
}

/*
a Button StartBuy{
	position: relative;
	background-color: #304fbe;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 30px;
	transition: 0.5s;
	width: 110px;
	height: 35px;
	border-radius: 5px;
	transition: 0.5;
}
*/
*/
a:hover{
	background-color: darkblue;
		padding: 15px 33px;
}

.footer{
	margin-top: 10px;
	background-color: #f9faff;
	padding: 20px;
}

ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

ul li::before{
	content: '';
  background: #0404ff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  padding-bottom: 2px;
  box-shadow: 0px 0px 5px #0404ff;
}

@media (max-width: 992px){
/*a{
		font-size: 2em;
}
*/
.fooer_row{

	margin: 0 auto;
	max-width: 450px;
}
}
