
nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}


* {
	box-sizing: border-box
}


body {
	color: #676e8b;
	font-family: Circular, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	width: 100%
}

img {
	height: auto
}

a {
	transition: color .2 ease-out
}

a, a:hover {
	text-decoration: none
}

a:hover {
	cursor: pointer;
	cursor: hand
}

.header {
	margin: 0 auto;
	max-width: 1248px;
	padding: 0 24px;
	width: 100%;
	margin-bottom: 88px;
	padding-top: 142px;
	text-align: center
}

@media screen and (max-width:599px) {
	.header {
		margin-bottom: 56px;
		padding-top: 64px
	}
}

.header__inner {
	margin: 0 auto;
	max-width: 832px;
	padding: 0 24px;
	width: 100%
}

@media screen and (max-width:599px) {
	.header__inner {
		padding: 0
	}
}



@media (max-width:375px) {
	.header__title {
		font-size: 36px;
		line-height: 1.3
	}
}

@media screen and (max-width:599px) {
	.header__title {
		padding: 0
	}
}


.header h2 {
	color: #090b17;
	font-family: Circular, Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 60px
}

@media (max-width:375px) {
	.header h2 {
		font-size: 36px;
		line-height: 1.3
	}
}

.header .cta__form {
	justify-content: center;
	margin-top: 40px
}

.header .cta__input {
	background-color: #f4f6f8;
	border: 1px solid transparent;
	transition: all .4s ease-in-out
}

.header .cta__input:focus {
	border: 1px solid #5340ff
}

.header .cta__button {
	background: #5340ff;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: Circular, Arial, sans-serif;
	font-weight: 300;
	transition: all .2s ease-in-out;
	border-radius: 8px;
	font-size: 16px;
	height: 64px;
	line-height: 20px;
	padding: 21px 24px;
	flex-shrink: 0
}

.header .cta__button:hover {
	background: #1800f3;
	color: #fff;
	cursor: pointer;
	transform: scale(1.03)
}

.header__full {
	margin: 0 auto;
	max-width: 832px;
	padding: 0 24px;
	width: 100%;
	padding-bottom: 88px;
	padding-top: 142px;
	text-align: left
}

@media screen and (max-width:599px) {
	.header__full {
		padding: 0
	}
}

h1 {
	color: #c0c8cc;
	font-family: Circular, Arial, sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 23px;
    margin: 70px 0 50px 0;
}
.main_header {
    margin-top:  150px;
    text-align: center;
}


@media (max-width:599px) {
	.header__full {
		margin: 118px 24px 88px
	}
}

.header__2-col {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	text-align: left
}

.header__2-col>* {
	margin: 24px
}

@media (max-width:599px) {
	.header__2-col {
		align-items: center;
		flex-direction: column
	}
}

@supports (grid-area:auto) {
	.header__2-col {
		display: grid;
		grid-column-gap: 48px;
		grid-row-gap: 48px
	}
	.header__2-col>* {
		margin: auto
	}
	@media (max-width:999px) {
		.header__2-col {
			grid-column-gap: 24px
		}
	}
}

.header__2-col>:first-of-type {
	flex: 1;
	width: calc(41.66 % - 48px)
}

.header__2-col>:nth-of-type(2) {
	flex: 1;
	width: calc(58.33 % - 48px)
}

@media (max-width:599px) {
	.header__2-col>:first-child {
		width: calc(100% - 48px)
	}
	.header__2-col>:nth-child(2) {
		width: calc(100% - 48px)
	}
}

@supports (grid-area:auto) {
	.header__2-col {
		grid-template-columns: repeat(12, 1fr);
		justify-items: center
	}
	.header__2-col>:nth-child(n) {
		margin: 0;
		width: auto
	}
	.header__2-col>:first-child {
		grid-column-end: span 5
	}
	.header__2-col>:nth-child(2) {
		grid-column-end: span 7
	}
	@media (max-width:599px) {
		.header__2-col {
			grid-template-columns: 1fr
		}
		.header__2-col>:first-child {
			grid-column-end: 2;
			grid-column-start: 1
		}
		.header__2-col>:nth-child(2) {
			grid-column-end: 2;
			grid-column-start: 1
		}
	}
}

.header__2-col h2 {
	color: #090b17;
	font-family: Circular, Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px
}

@media (max-width:375px) {
	.header__2-col h2 {
		font-size: 30px;
		line-height: 1.3
	}
}

.header__2-col p,
.header__2-col ul {
	margin-top: 24px
}

.header__2-col li {
	background: url(https://cdn.looka.com/images/icons/ic_checkmark_circle.svg) no-repeat 0 5px;
	color: #676e8b;
	padding-left: 32px
}

.header__2-col li+li {
	margin-top: 16px
}

@media (min-width:1000px) {
	.header__2-col>:nth-child(2) {
		max-width: 100%;
		padding-left: 96px
	}
}

@media (max-width:999px) {
	.header__2-col {
		grid-template-columns: 1fr
	}
}

body.navbar--open {
	height: 100%;
	overflow-y: hidden;
	width: 100%
}

.navbar {
	align-items: center;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(11, 7, 110, .04);
	display: flex;
	height: 70px;
	justify-content: space-between;
	left: 0;
	padding: 10px 24px;
	position: absolute;
	top: 0;
	transition: all .45s ease;
	width: 100%;
	z-index: 100
}

.navbar--hidden {
	position: fixed;
	top: -70px
}

.navbar--sticky {
	position: fixed
}


@media (min-width:1000px) {
	.navbar__main {
		justify-content: flex-end
	}
}

@media (max-width:999px) {
	.navbar__main {
		align-items: flex-start;
		background: #fff;
		display: none;
		flex-direction: column;
		height: calc(100vh - 70px);
		justify-content: flex-start;
		left: 0;
		padding: 30px;
		position: fixed;
		top: 70px;
		transition: all .3s ease-in;
		width: 100vw
	}
}

.navbar__toggle:after {
	top: 75%;
	transform-origin: center
}

@media (min-width:1000px) {
	.navbar__toggle {
		display: none
	}
}

.navbar__logo {
	height: 50px
}

.navbar__logo,
.navbar__logo-logojoy {
	display: flex;
	margin-right: 20px;
	position: relative;
	width: 134px
}

.navbar__nav {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto
}

.navbar__nav,
.navbar__nav a,
.navbar__nav a:visited {
	color: #090b17
}

@media (max-width:999px) {
	.navbar__nav a {
		color: #090b17;
		display: block;
		padding: 5px 10px 10px 0
	}
}

@media (min-width:1000px) {
	.navbar__nav li {
		margin-right: 32px
	}
	.navbar__nav li:last-of-type {
		margin-right: 0
	}
}

@media (min-width:1000px) {
	.navbar__nav {
		align-items: center
	}
}

@media (max-width:999px) {
	.navbar__nav {
		flex-direction: column;
		font-size: 24px;
		font-weight: 500;
		text-align: left
	}
}

@keyframes a {
	0% {
		height: 20%
	}
	20% {
		height: 20%
	}
	80% {
		height: 100%
	}
	to {
		height: 100%
	}
}

.lightbox {
	background-color: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity .2s ease-in;
	visibility: hidden;
	width: 100vw;
	z-index: 10
}

.lightbox--active {
	opacity: 1;
	visibility: visible
}

.lightbox__image {
	display: block;
	max-width: 60vw
}

@media (max-width:600px) {
	.lightbox__image {
		max-width: 75vw
	}
}

.lightbox__image_container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lightbox__button {
	background: transparent;
	border: 0;
	cursor: pointer;
	outline: none
}

.lightbox__button--left,
.lightbox__button--right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16vw
}

@media (max-width:600px) {
	.lightbox__button--left,
	.lightbox__button--right {
		width: 10vw
	}
}

.lightbox__button--left {
	left: 10px
}

@media (max-width:600px) {
	.lightbox__button--left {
		left: 0
	}
}

.lightbox__button--right {
	right: 10px
}

@media (max-width:600px) {
	.lightbox__button--right {
		right: 0
	}
}

.lightbox__button[disabled] {
	display: none
}

.lightbox__button--close {
	color: #dae2f2;
	font-size: 40px;
	mix-blend-mode: luminosity;
	position: absolute;
	right: 20px;
	top: 10px
}

@media (max-width:600px) {
	.lightbox__button--close {
		font-size: 30px;
		right: 10px;
		top: 0
	}
}
