/* Bootstarap */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-left: 4px;
	padding-right: 4px;
}
.row {
	margin-left: -4px;
	margin-right: -4px;
}

:root {
	--main-black: #2A2A36;
	--accent-violet: #5F63DF;
	--accent-violet-60: #9FA1EC;
	--transition: .2s all;
}
.page-content > section *:not(.section-title) {
	font-family: 'Graphik';
}
.check-circle {
	display: inline-block;
	position: relative;
	padding-left: 26px;
}
.check-circle::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: calc(50% - 10px);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.8883 8.15062C17.2266 9.81084 16.9855 11.5369 16.2053 13.0408C15.425 14.5448 14.1527 15.7358 12.6006 16.4153C11.0484 17.0948 9.31027 17.2216 7.67596 16.7746C6.04164 16.3276 4.60995 15.3339 3.61964 13.9591C2.62934 12.5843 2.14027 10.9115 2.23401 9.21979C2.32774 7.52805 2.99861 5.91957 4.13474 4.6626C5.27086 3.40562 6.80357 2.57612 8.47727 2.31244C10.151 2.04875 11.8645 2.36681 13.332 3.21358' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.40625 8.89136L9.62847 11.1136L17.0359 3.70618' stroke='%235F63DF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
strong {
	font-weight: 500 !important;
}
.page-content section .section-title,
.page-content section .section-title *,
.page-content section h1,
.page-content section h2,
.page-content section h3,
.page-content section h4,
.page-content section h5,
.page-content section h6 {
	/*font-family: 'Euclid';*/
	font-family: 'Graphik';
	line-height: 1.2em;
	font-weight: 500;
}
.title-size-0{font-size:58px}
.title-size-1{font-size:48px}
.title-size-2{font-size:40px}
.title-size-3{font-size:24px}
.title-size-4{font-size:20px}
.violet-text {
	color: var(--accent-violet);
}
@media screen and (max-width:768px) {
	.title-size-1,
	.title-size-0{font-size:48px}
	.title-size-2{font-size:36px}
}
@media screen and (max-width:576px) {
	.page-content section h2:not(.public__item-ttl)  {
		font-size: 32px !important;
	}
	.title-size-1,
	.title-size-0{font-size:36px}
	.title-size-2{font-size:32px}
}
.btn_header {
	font-size: 16px;
	padding: 11px 20px;
	color: var(--main-black);
	border-color: var(--main-black);
	line-height: 20px;
	border-radius: 25px;
}
.btn_header:hover {
	padding: 11px 20px;
}
.btn_header span::after {
	display: none;
}
.link-arrow,
.link-arrow span,
.simple-link {
	color: var(--accent-violet);
	font-family: "Euclid" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.43em;
	position: relative;
	display: inline-block;
}
.link-arrow--white {
	color: #fff;
}
.simple-link {
	text-underline-offset: .05em;
	transition: var(--transition);
}
.simple-link--black {
	color: var(--main-black);
}
.simple-link:hover {
	text-underline-offset: .2em;
}
.link-arrow,
.link-arrow span {
	text-decoration: none;
}
.link-arrow {
	padding-right: 1em;
	position: relative;
}
.default-btn {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 22px 22px 22px 22px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	transition: var(--transition);
	border: 1px solid var(--main-black);
	background-color: var(--main-black);
	cursor: pointer;
}
.default-btn:not(:active):hover {
	transform: translate(0,-3px);
	box-shadow: 0 3px 7px 0px rgba(0,0,0,.4);
}
.default-btn--violet {
	border: 1px solid var(--accent-violet);
	background-color: var(--accent-violet);
}
.default-btn--border-black {
	background-color: transparent;
	border: 1px solid var(--main-black);
	color: var(--main-black);
}
.default-btn--border-violet {
	background-color: transparent;
	border: 1px solid var(--accent-violet-60);
	color: var(--accent-violet-60);
}
.default-btn--border-violet-2 {
	background-color: transparent;
	border: 1px solid var(--accent-violet);
	color: var(--accent-violet);
}
.default-btn--arrow {
	padding-right: 33px;
}
.link-arrow::after,
.default-btn--arrow::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: var(--transition);
}
.link-arrow::after {
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='%235F63DF'/%3E%3C/svg%3E%0A");
}
.link-arrow--white::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.default-btn--arrow::after {
	right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='white'/%3E%3C/svg%3E%0A");
}
.default-btn--arrow.default-btn--border-black::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='%232A2A36'/%3E%3C/svg%3E%0A");
}
.default-btn--arrow.default-btn--border-violet::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='%239FA1EC'/%3E%3C/svg%3E%0A");
}
.default-btn--arrow.default-btn--border-violet-2::after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 9.53033C0.512563 9.82322 0.987437 9.82322 1.28033 9.53033L5.28033 5.53033C5.42098 5.38968 5.5 5.19891 5.5 5C5.5 4.80109 5.42098 4.61032 5.28033 4.46967L1.28033 0.46967C0.987437 0.176777 0.512563 0.176777 0.21967 0.46967C-0.0732233 0.762563 -0.0732233 1.23744 0.21967 1.53033L3.68934 5L0.21967 8.46967C-0.0732233 8.76256 -0.0732233 9.23744 0.21967 9.53033Z' fill='%235F63DF'/%3E%3C/svg%3E%0A");
}

.link-arrow:hover::after,
.default-btn:hover::after {
	transform: translateX(8px);
}
.menu-open-close {
	top: 15px;
}
@media (min-width:576px) {
	.header_nav_wrap {
		padding: 8px 0;
	}
}
@media (min-width: 576px) and (max-width: 1199px) {
    .menu-open-close,
    .menu-open-close.scrolled {
        top: 12px;
    }
}
@media screen and (max-width: 380px) {
    .menu-open .menu-open-close {
        left: auto;
    }
    .menu_top_logo img {
    	margin-left: -12px;
    }
}
.header_nav_wrap .logo {
	width: 104px;
}
.header_nav_wrap > a {
	transform: translate(0,-3px);
}
.menu_top_logo img {
	width: 104px;
	margin-top: 17.5px;
}
@media screen and (min-width:1100px) {
	.footer-menu-col__wrap {
		grid-template-columns: grid-template-columns: repeat(3, auto);
	}
}
@media screen and (min-width:1200px) {
	.footer-menu-col__wrap {
		max-width: 940px;
	}
}
@media screen and (max-width:1370px) and (min-width:1281px) {
	.footer-menu-col__wrap {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
}
body > .page-content > footer {
	overflow: hidden;
}