@font-face {
    font-family: 'PPPangramSans';
    src: url('../fonts/PPPangramSans-Bold.woff2') format('woff2'),
         url('../fonts/PPPangramSans-Bold.woff') format('woff'),
         url('../fonts/PPPangramSans-Bold.ttf') format('truetype'),
         url('../fonts/PPPangramSans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PPPangramSans';
    src: url('../fonts/PPPangramSans-Semibold.woff2') format('woff2'),
         url('../fonts/PPPangramSans-Semibold.woff') format('woff'),
         url('../fonts/PPPangramSans-Semibold.ttf') format('truetype'),
         url('../fonts/PPPangramSans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.header {
    position: fixed;
    top: 0;
    background: #ffffff;
    left: 0;
    z-index: 9999;
    right: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: #15141D;
    padding-top: 112px;
    font-family: 'PPPangramSans';
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: calc(1200px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    color: #121213;
    position: relative;
}
.home .footer {
    margin-top: 0 !important;
}
.home .services {
    margin-bottom: 0 !important;
}
.btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-decoration: none;
    border-radius: 32px;
    text-align: center;
    padding: 16px 24px;
    transition: all .3s linear;
    display: flex;
    width: fit-content;
}

.btn.btn_v1 {
    background: #111113;
    color: #ffffff;
}
.btn.btn_v1:hover {
    background: #2F0AD1;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    padding: 24px 0;
}
.header_wrap img {
    display: block;
}
.header_col {
    display: flex;
    align-items: center;
}
.header_col .btn {
    margin-left: 24px;
}
.header_col ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header_col ul li a{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: 0%;
    color: #121213;
}
.with_ico {
    display: flex;
    align-items: center;
}
.with_ico svg {
    margin-right: 16px;
}
.with_ico_margin_left svg {
    margin-left: 16px;
    margin-right: 0;
}
.hero_block h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 96px;
    letter-spacing: 0%;
    color: #121213;
    margin-bottom: 40px;
    display: block;
}
.hero_block .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.hero_block {
    padding-top: 130px;
    padding-bottom: 150px;
}
.hero_col > img {
    display: block;
    width: 100%;
}
.about_us {
    background: #F0EFFF;
    padding: 80px 0;
}
.home .last_news {
    margin-top: 0;
}
.title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0%;
    margin-bottom: 40px;
}
.no-image {
    height: 440px;
    background: #D2D0FE;
    border-radius: 24px;
    margin: 45px 0;
}
.about_us_content {
    padding-left: 300px;
}
p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 24px 0;
}
.cards_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.card_info {
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
}
.card_info_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
}
.card_info_number {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    width: fit-content;
    display: block;
    color: #000000;
    text-decoration: none;
}
.card_info_email {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #2F0AD1;
    width: fit-content;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
}
.card_info_text {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}
.title.white {
    color: #ffffff;
}
.white * {
    color: #ffffff;
}
.img {
    min-width: 280px;
    background: silver;
    max-width: 280px;
    height: 100%;
}
.last_news_text {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 36px;
}
.last_news .splide__slide {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
}
.last_news {
    overflow: hidden;
}
.last_news .splide__track {
    overflow: visible;
}
.last_news .splide__slide > div {
    padding: 50px;
}
.last_news_link {
    width: fit-content;
    color: #5441FB;
}
.last_news .splide__pagination {
    top: 0;
    position: relative;
    padding: 18px 24px;
    border-radius: 100px;
    gap: 24px;
    background: #ffffff;
    width: fit-content;
}
.wrapper_pagination {
    display: flex;
    align-items: center;
    margin-top: 45px;
    justify-content: center;
}
.splide__pagination__page {
    background: #121213;
    opacity: 1;
    margin: 0;
    outline: none;
}
.splide__pagination__page.is-active {
    background: #2F0AD1;
}
.more_news {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-left: 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}
.more_news svg {
    margin-left: 15px;
}
.advantages {
    margin: 80px 0;
}
.advantages_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    display: block;
    width: fit-content;
}
.advantages_item:not(:last-child) {
    margin-bottom: 80px;
}
.advantages_item:nth-child(even) > div {
    order: -1;
}
.advantages_item > img {
    width: 100%;
    display: block;
}
.services {
    padding: 80px 0;
    margin: 80px 0;
    background: #F0EFFF;
}
.services_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
.services_item_title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 48px;
}
.services_item_text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px;
}
.services_item:not(:last-child) {
    margin-bottom: 80px;
}
.footer {
    padding: 45px 0;
    margin-top: 80px;
    background: #121213;
}
.footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.footer_menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 80px;
}
.footer_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #0CC386;
}
.footer_menus_item ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
}
.footer_menus_item ul li:not(:last-child) {
    margin-bottom: 8px;
}
.footer_copy {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 24px;
}
.hero_v2 {
    margin-top: 50px;
    padding-bottom: 150px;
}
.hero_v2_wrapper {
    display: grid;
    grid-template-columns: 1fr 390px;
    grid-gap: 24px;
    align-items: center;
}
.hero_v2_item > img {
    display: block;
    width: 100%;
}
.setvices_item_wrap:not(:last-child) {
    margin-bottom: 80px;
}
.about_us_content p {
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 12px 0;
}
.setvices_item_wrap.white * {
    color: #ffffff;
}
.price {
    margin: 80px 0;
}
.price_item {
    background: #F0EFFF;
    padding: 48px;
    border-radius: 24px;
}
.price_title {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}
.price_title span {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
.price_description {
    max-width: 800px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.price_item:not(:last-child) {
    margin-bottom: 24px;
}
.faq_item {
    padding: 48px;
    background: #ffffff;
    border-radius: 24px;
}
.faq {
    padding: 80px 0;
    background: #F0EFFF;
}
.faq_item h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
}
.faq_item:not(:last-child) {
    margin-bottom: 24px;
}
.with_bg {
    padding: 80px;
    background: #F0EFFF;
}
.with_green_bg {
    background: #04704B;
    padding: 80px
}
.clients_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.clients_cards img {
    width: 100%;
    display: block;
}
.pl300 {
    padding-left: 300px;
}
.clients_text {
    margin-top: 45px;
    margin-bottom: 0;
}
.default_block {
    margin: 80px 0;
}
.team__item {
    padding: 48px;
    border-radius: 24px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-gap: 24px;
    align-items: center;
}
.team__item_name {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
.team__item_text {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}
.team__item_text2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.team__item_socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.team__item_socials a {
    font-weight: 600;
    border-radius: 24px;
    transition: all .3s linear;
    text-decoration: none;
    padding: 12px 24px;
    color: #121213;
    border: 2px solid #121213;
    font-size: 16px;
    line-height: 24px;
}
.team__item_socials a:hover {
    border-color: #2F0AD1;
    background: #2F0AD1;
    color: #ffffff;
}
.team__item > img {
    display: block;
    width: 100%;
}
.team__item:not(:last-child) {
    margin-bottom: 24px;
}
.location_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.location_item_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
}
.location_t {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.phone, .email{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #121213;
    text-decoration: none;
}
.email {
    color: #2F0AD1;
}
.location_line:not(:last-child) {
    margin-bottom: 24px;
}
.location_items {
    margin-bottom: 24px;
}
.location_wrap .btn {
    font-size: 16px;
    line-height: 24px;
}
.location_line > span {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.location_item {
    background: #F0EFFF;
    padding: 48px;
    border-radius: 24px;
}
.publications_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
.publications_item > img {
    width: 100%;
    display: block;
}
.publications_item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px
}
.publications_item_date {
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5441FB;
    margin-bottom: 12px;
}
.publications_item_text {
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}
.publications_item .btn {
    font-size: 16px;
    line-height: 24px;
}
.publications_item:not(:last-child) {
    margin-bottom: 45px;
}
.default_page {
    margin-top: 45px;
}
.default_page h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
}
.default_page p {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
    line-height: 36px;
}