@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&subset=latin,cyrillic&display=swap');

button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

body, html {
	font-family: sans-serif;
	line-height: 1.4em;
	color:#646970;
	font-size:20px;
	padding:0;
	margin:0;
	width: 100%;
}

p {
	margin:0 0 1.5rem;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  margin:0 0 1em;
  line-height:1.5em;
  color:#101317;
}
h1 {
	font-size:56px;
	line-height: 68px;
	padding:0 5%;
	margin:0 0 .75em;
}
h2 {
	font-size:44px;
	line-height: 56px;
	margin:0 0 1.5em;
}
h3 {
	font-size:28px;
	line-height: 34px;
	margin:0 0 .75em;
}
h4 {
	font-size:24px;
	line-height: 1rem;
	margin:0 0 .75em;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.card {
	background-color:#1013170D;
	border-radius: 16px;
	margin-bottom: 40px;
	padding:2.5rem 1.25rem;
}
.card.no-insets{
	padding:0;
}
.card.text-center {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.card p {
	margin-bottom: 0;
}

header {
	background: #101317 url("../images/top.png") no-repeat bottom center;
  	background-size: 100% auto;
	color:#9EAAD3;
	padding-bottom:5rem;
}
header h1 {
	color:#fff;
}
header p {
	font-size:26px;
	line-height: 30px;
}
header .container img:first-child {
	margin:2.5rem 0 1.5rem;
}
.main-car{
	width: 100%;
	height: auto;
}

.tag{
	display: flex;
	width: fit-content;
	padding:.15rem .65rem;
	border-radius: 100rem;
	font-size:.85em;
}
.tag.green {
	background-color:oklab(0.732897 -0.168919 0.09438 / 0.15);
	color:lab(71.4376 -59.4106 38.0321);
}
.tag.blue {
	background-color:oklab(0.62039 -0.0543154 -0.187265 / 0.15);
	color:lab(54.5335 3.31545 -66.5298);
}
.tag.orange {
	background-color:oklab(0.820303 0.0327696 0.134884 / 0.15);
	color:lab(79.1095 16.747 59.9157);
}

.app-image{
	padding-left:5%;
}
.app-image img{
	margin:-3rem auto 0;
	display:block;
}

.models img {
	width: 100%;
	height: auto;
}

.bottom{
	background: #101317 url("../images/bot.png") no-repeat top center;
	background-size: 100% auto;
	padding-top:22rem;
	padding-bottom:4rem;
	margin-top:-10rem;
}
.dark-theme {
	color:#9496A0;
}
.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{
	color:#fff;
}
.dark-theme .card {
	background-color:#ffffff0D;
}
.bottom .container img {
	margin-bottom:1rem;
}

footer{
	font-size:0.8rem;
	padding:3rem 0 2rem;
}
footer.dark-theme{
	color:#6A6B70;
}
footer p{
	margin:0
}
footer.dark-theme {
	background: #1C1F23;
} 
hr {
	background-color: #ffffff0d;
	height:1px;
	border:none;
	margin:1.5rem 0;
}
footer a{
	/* text-decoration: underline; */
	color:#CAD0E4;
}
footer a:hover{
	text-decoration: underline;
	color:#DD9E91;
}
.socials {
	list-style: none;
	display: flex;
	justify-content: end;
	gap: 1rem;
}
.socials a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:2rem;
	height: 2rem;
	background-color: #ffffff15;
	border-radius: 4rem;
}
.socials a:hover {
	background-color: #ffffff27;
}

p.crossed {
	text-decoration: line-through;
}
.price h2 {
	margin:1.5em 0 1em;
}
p.price {
	font-size:2em;
	line-height: 1.4;
	color:#fff;
}

/* sm */
@media only screen and (max-width:47.9999em) {
	h1 {
		font-size:32px;
		line-height: 1.15em;
		padding:0 5%;
		margin:0 0 .75em;
	}
	h2 {
		font-size:30px;
		line-height: 44px;
		margin:0 0 1.5em;
	}
	h3 {
		font-size:26px;
		line-height: 34px;
		margin:0 0 .75em;
	}
	h4 {
		font-size:24px;
		line-height: 1rem;
		margin:0 0 .75em;
	}
	.no-padding-left{
		text-align: center;
		padding:2rem 1.75rem;
	}
	header, .bottom {
		background-size: 175% auto;
	}
	header p {
		font-size:22px;
		line-height: 30px;
	}
	header .main-car {
		/* margin-top:-1.5rem; */
	}
	.bottom{
		margin-top: -4rem;
		padding-top:8rem;
		padding-bottom: 0;
	}
	footer {
		padding: 1.25rem 0;
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	footer p {
		margin-bottom: 1rem;
	}
	.socials{
		justify-content: center;
		padding: 0;
	}
	hr{
		margin-top: .75rem;
	}
}

/* md */ 
@media only screen and (max-width:63.999em) {

}

/* lg */
@media only screen and (min-width:75em) {
	.no-padding-left {
		padding-left:0;
	}
	.padding-right-10{
		padding-right:10%;
	}
}