

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #fff	;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}


p {
  margin-top: 16px;
}
ul {
	list-style: none;
}
ul, ol {
  text-align: left;
}


a:hover {
  text-decoration: underline;
}



/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  font-weight: 700;
	text-align: left;
	text-transform: uppercase;
  color: #fff;
	margin-bottom: 16px;
	line-height: 120%;
}

h1 {
	font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

/* Button */
.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 110px;
	height: auto;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: #3E3EF4;
	border: 1px solid #3E3EF4;
	font-size: 16px;
	font-weight: 500;
	font-style: normal !important;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	padding: 11px 23px;
	margin: 16px auto 0px auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none!important;
}

.button:hover {
	background-color: #fff;
	color: #3E3EF4;
}




/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}



/* Special */
.image img,
.background img {
	display: block;
	position: relative;
	margin: auto;
}

.background {
	display: block !important;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	z-index: -1;
}

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


svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}



/* Article */

.article__button {
	margin: 16px auto 0 0;
}
article > *:first-child,
.article > *:first-child {
	margin-top: 0px;
}

article > * + *,
.article > * + * {
	margin-top: 16px;
}

article > * + h2,
.article > * + h2 {
	margin-top: 16px;
}
article > * + h3,
.article > * + h3 {
	margin-top: 16px;
}
article > * + h4,
.article > * + h4 {
	margin-top: 16px;
}

article > h2 + *,
.article > h2 + * {
	margin-top: 0px;
}

article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
	margin-top: 0;
}

article li:first-child,
.article li:first-child {
	padding-top: 0px;
}

article p:first-child,
.article p:first-child {
	margin-top: 0px;
}


/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    -webkit-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 32px 20px;
	z-index: 0;
}

.cover {
	max-width: 100%;
	padding-left: -webkit-calc(50% - ((1200px - 20px) / 2));
	padding-left: calc(50% - ((1200px - 20px) / 2));
	padding-right: -webkit-calc(50% - ((1200px - 20px) / 2));
	padding-right: calc(50% - ((1200px - 20px) / 2));
}

.content > *,
.cover > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	    -webkit-flex: 1 1 auto;
	        flex: 1 1 auto;
}



/* HEADER */
.header {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #030B15;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__logo {
	max-width: 257px;
}
.header__logo > img {
  display: block;
  position: relative;
  max-width: 100%;
}

.header__logo[href]:hover {
  opacity: 0.50;
}
.header__link {
	margin-left: auto;
	color: #C6C6C6;
	text-decoration: none!important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
}
.header__link:hover {
	color: #fff;
}
.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
	margin: 0 0 0 auto;
}


/**prime***/
.prime {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 96px;
	padding-bottom: 227px;
}
.prime__title {
	font-weight: 500;
	text-transform: uppercase;
	max-width: 900px;
	text-align: center;
	margin-bottom: 24px;
}
.prime__text {
	max-width: 600px;
	margin: 0 0 50px 0;
	text-align: center;
	color:#E4E7EC;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
}
.prime__arrow {
	width: 70px;
	height: 70px;
	display: block;
	cursor: pointer;
}
.prime__arrow:hover {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}


/**tiles**/
.tiles {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 96px;
	padding-bottom: 96px;
	background: #030B15;
}
.tiles::before, .tiles::after {
	content: '';
	display: block;
	width: 100%;
	height: 19px;
	position: absolute;
	left: 0;
	background-repeat: repeat;
	background-size: cover;
}
.tiles::before {
	background-image: url(../images/tiles-top-img.png);
	background-position: top;
	top: -1px;
}
.tiles::after {
	background-image: url(../images/tiles-bottom-img.png);
	background-position: bottom;
	bottom: -1px;
}
.tile {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	padding: 32px 20px;
	-webkit-border-radius: 14px;
	        border-radius: 14px;
	background: #20212A;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
}

.tile p {
	color: #C6C6C6;
}


.banner {
	margin: 96px auto 64px auto;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	overflow: hidden;
	padding: 85px 32px;
	background-color: #000;
}
.banner__wrap {
	max-width: 550px;
}

.banner__text {
	margin: 0 0 20px 0;
	color: #C6C6C6;
}

.banner__background img{
	-o-object-position: left;
	   object-position: left;
}
.article {
	padding-top: 65px;
	padding-bottom: 96px;
	color: #000;
}
.article__title {
	color: #000;
}


.contacts {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #030B15;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contacts::after {
	content: '';
	display: block;
	width: 100%;
	height: 19px;
	position: absolute;
	left: 0;
	top: -1px;
	background-image: url(../images/tiles-top-img.png);
	background-position: top;
	background-repeat: repeat;
	background-size: cover;
}
.contacts__title {
	text-align: center;
	max-width: 700px;
}
.contacts__text {
	margin: 0 0 32px 0;
	max-width: 700px;
	color: #C6C6C6;
	text-align: center;
}


.form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 643px;
	width: 100%;
}
.form__input {
	display: block;
	width: 100%;
	outline: none;
	padding: 21px 16px;
	-webkit-border-radius: 11px;
	        border-radius: 11px;
	border: 1px solid rgba(246, 246, 246, 0.06);
	background: rgba(255, 255, 255, 0.06);
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	color: #667085;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}
.form__input:focus {
	color: #1D2939;
	background-color: #fff;
	border-color: #D0D5DD;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
::-webkit-input-placeholder {
	opacity: 1;
	color: #667085;
}
::-moz-placeholder {
	opacity: 1;
	color: #667085;
}
:-ms-input-placeholder {
	opacity: 1;
	color: #667085;
}
::-ms-input-placeholder {
	opacity: 1;
	color: #667085;
}
::placeholder {
	opacity: 1;
	color: #667085;
}
textarea.form__input {
	resize: none;
	height: 130px;
}
input.error {
	border-color: rgba(255,0,0,1.00);
}
.form__button {
	width: 100%;
}



.footer {
	padding-top: 64px;
	padding-bottom: 40px;
	background: -o-linear-gradient(91deg, #0B1D33 11.06%, #030B15 99.43%);
	background: linear-gradient(359deg, #0B1D33 11.06%, #030B15 99.43%);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer a {
	text-decoration: none!important;
}
.footer a:hover {
	color: #fff;
}
.footer__copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	padding-top: 24px;
	border-top: 1px solid rgba(228, 231, 236, 0.40);
	margin-top: 64px;
	color: #98A2B3;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.footer__copy p{
	color: #98A2B3;
	text-align: center;
	margin: 8px;
}
.footer__copy a {
	color: #98A2B3;
	text-align: center;
	margin: 8px;
	display: inline-block;
}

.footer__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__contacts p{
	margin: 0 0 20px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.footer__contacts a {
	color: #C6C6C6;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.28px;
}




.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
	z-index: 999;
	overflow-y: auto;
}
.popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup__content {
	padding: 24px;
	width: 100%;
	height: auto;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	background:#FFF;
	-webkit-box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
	        box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 20px 24px -4px rgba(16, 24, 40, 0.10);
	margin: auto;
	max-width: 445px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}

.popup__title {
	color: #555;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.popup__image {
	max-width: 224px;
	margin-bottom: 32px;
}
.popup__button {
	cursor: pointer;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 20px;
	height: 20px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-decoration: none!important;
	outline: none;
	background: none;
}
.popup__button:hover {
	opacity: 0.7;
}
