/* GENERAL STYLES */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

*::-webkit-scrollbar {
	width: 5px;
	height: 10px;
  }
  
*::-webkit-scrollbar-thumb {
	background: #0C54A0;
	border-radius: 5px;
}
  
*::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border: none;
}

body {
    font-family: 'Golos', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    overflow-x: hidden;
    overflow-y: visible;
}

body.hidden {
    overflow-y: hidden !important; 
}

ul {
    padding: 15px 0 0 20px;
}

input::placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder {
	color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
}
input:-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}

section {
    margin-bottom: 100px;
    width: 100%;
    overflow: hidden;
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 999;
}

header.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background: #fff;
}

.section__wrapper {
    width: 100%;
    padding: 0 46px;
    display: flex;
    flex-direction: column;
}

header.header .section__wrapper {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.header__left, .header__right {
    display: flex;
    background: #fff;
    position: relative;
    transition: all 1s ease;
}

.header__left__top, .header__right__top {
    display: flex;
    align-items: center;
    z-index: 2;
}

.burger {
    display: flex;
    align-items: center;
    margin-left: 36px;
    transition: all 1s ease;
    cursor: pointer;
}

.header__left {
    border-radius: 0 0 30px 0;
    width: 305px;
}

.header__right {
    border-radius: 0 0 0 30px;
}

.top__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 22px 46px 22px;
}

.video__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section.top__screen {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
    margin-bottom: 110px;
    position: relative;
}

section.top__screen::before {
    position: absolute;
    content: '';
    width: 46px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

section.top__screen::after {
    position: absolute;
    content: '';
    width: 46px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
}

span.burger__icon__line {
    width: 32px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    transition: all 1s ease;
}

.burger__icon {
    position: relative;
    margin-left: 8px;
    width: 32px;
    transition: all 1s ease;
}

span.burger__icon__line:nth-child(1) {
    top: -3px;
}

span.burger__icon__line:nth-child(2) {
    top: 2px;
}

span.burger__text {
    line-height: 1;
    transition: all 1s ease;
}

a.logo {
    display: flex;
}

a.nav__link {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
    margin-right: 36px;
    position: relative;
    transition: all 1s ease;
}

a.nav__link:hover,
a.hidden__nav__link:hover {
    color: #0C54A0;
}

a.hidden__nav__link:hover {
    font-weight: 600;
}

a.nav__link:after,
a.hidden__nav__link:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: black; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¸Ã‘ÂÃ‘â€¡ÃÂµÃÂ·ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s; /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

a.nav__link:hover:after,
a.hidden__nav__link:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: #0C54A0; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂ¾Ã‘ÂÃÂ²ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s;  /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

a.btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 12px 44px;
    background: #0C54A0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 1s ease;
}

a.btn.header__btn {
    padding: 8px 0;
    align-items: center;
    width: 110px;
    justify-content: center;
}

a.btn:hover {
    background: #000;
}

.burger:hover > .burger__text {
    color: #0C54A0;
}

.burger:hover > .burger__icon span.burger__icon__line {
    background: #0C54A0;
}

.burger.active span.burger__icon__line:nth-child(1),
header.active span.burger__icon__line:nth-child(2) {
    transform: rotate(45deg);
    top: 0;
    background: #000;
    width: 24px;
}

.burger.active span.burger__icon__line:nth-child(2),
header.active span.burger__icon__line:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
    background: #000;
    width: 24px;
}


.burger.active span.burger__text {
    color: #000;
}

.burger.active .burger__icon {
    width: 20px;
}

.header__left::after {
    content: '';
    position: absolute;
    background: url(../img/left_right_up.svg) no-repeat center;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 0;
}

.header__left::before {
    content: '';
    position: absolute;
    background: url(../img/left_right_up.svg) no-repeat center;
    width: 30px;
    height: 30px;
    bottom: -30px;
    left: 0;
}

.header__right::after {
    content: '';
    position: absolute;
    background: url(../img/right_left_up.svg) no-repeat center;
    width: 30px;
    height: 30px;
    bottom: -30px;
    right: 0px;
}

.header__right::before {
    content: '';
    position: absolute;
    background: url(../img/right_left_up.svg) no-repeat center;
    width: 30px;
    height: 30px;
    top: 0;
    left: -30px;
}

section.top__screen .section__wrapper {
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
}

.offer {
    max-width: 904px;
    width: 100%;
    background: #fff;
    border-radius: 0 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0 0 0;
    bottom: 22px;
    position: relative;
}

h1.title {
    font-size: 56px;
    font-weight: 500;
    line-height: 62px;
}

p.subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    line-height: 30px;
    max-width: 535px;
    margin: 9px 0 29px 0;
}

a.btn.offer__btn {
    padding: 12px 24px;
}

.offer::after {
	content: '';
	position: absolute;
	background: url(../img/left_up_down.svg) no-repeat center;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: -30px;
}

.offer::before {
	content: '';
	position: absolute;
	background: url(../img/left_up_down.svg) no-repeat center;
	width: 30px;
	height: 30px;
	top: -30px;
	left: 0;
}

section.top__screen .section__wrapper::after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    right: 46px;
    bottom: 22px;
    background: url(../img/right_left_down.svg) no-repeat center;
}

h2.section__title {
    font-size: 64px;
    font-weight: 500;
    line-height: 74px;
    margin-bottom: 40px;
}

.section__description p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
}

.section__description p:last-child {
    margin: 0;
}

.section__description {
    max-width: 50%;
}

section.description {
    margin-bottom: 80px;
}

.core__items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.core__list.left, .core__list.right {
    display: flex;
    flex-direction: column;
    max-width: 442px;
    width: 100%;
    padding-top: 145px;
}

.core__item {
    background: #EBECEC;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18.4px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    transition: all 1s ease;
}

.core__header {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.core__body {
    padding: 0 16px 10px 16px;
    max-width: 332px;
    transition: all 1s ease;
    display: flex;
}

span.core__title {
    font-weight: 400;
    transition: all 1s ease;
}

span.core__title.bold {
    font-weight: 500;
}

section.core .section__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 688px;
}

.core__container {
    width: 688px;
    height: 688px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(74.41% 74.41% at 17.53% 25.59%, #FFFFFF 0.5%, rgba(194, 200, 231, 0.15) 37.06%, rgba(64, 78, 153, 0.1) 67%, rgba(143, 143, 143, 0.08) 96.22%);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.core__container__img {
    width: 600px;
    height: 600px;
    background: url(../img/core.svg) no-repeat center center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.core__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 51px;
    text-align: center;
    color: #fff;
}

.rules__items {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.rule__item {
    width: 100%;
    /* max-width:630px;  */
    background: #EBECEC;
    border-radius: 20px;
    padding: 28px;
}

.rule__icon {
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

h3.rule__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-top: 16px;
}

section.rules {
    margin-bottom: 100px;
}

.content__text {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    font-size: 20px;
    line-height: 25px;
}

.content__text p {
    max-width: 900px;
}

section.core {
    margin-bottom: 60px;
}

section.content {
    margin-bottom: 100px;
}

.section__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.arrows {
    display: flex;
}

.arrow {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 1s ease;
    cursor: pointer;
}

.arrow.prev {
    margin-right: 12px;
}

.arrow.next {
    transform: rotate(180deg);
}

.arrow:hover {
    background: #0C54A0;
    border-color: #0C54A0;
}

.arrow:hover > svg rect {
    fill: #fff;
}

.section__info h2.section__title {
    margin: 0;
}

.arrow:hover > svg g path {
    stroke: #fff;
}

.arrow svg g path {
    transition: all 1s ease;
}

.card__item {
    max-width: 442px;
    background: #EBEBEB;
    border-radius: 30px;
    position: relative;
    padding: 40px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 1s ease !important;
}

.card__item.active {
    max-width: 904px;
    width: 100%;
}

.card__text p {
    margin-bottom: 12px;
}

.card__text p:last-child {
    margin: 0;
}

.card__text {
    height: 339px;
    overflow: hidden;
}

.card__item.active .card__text {
    overflow-y: scroll;
}

.card__text__wrapper {
    position: relative;
}

.card__text__overlay {
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #EBEBEB 23.46%, rgba(235, 235, 235, 0) 100%);
    bottom: 0;
    transition: all 1s ease;
}

.card__item.active .card__text__overlay {
    opacity: 0;
}

.person__info {
    display: flex;
    max-width: 362px;
    align-items: center;
    margin-top: 12px;
}

.person__img {
    display: flex;
}

.card__icon__wrapper {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 35px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
}

.person__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
}

span.person__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500;
}

span.person__status {
    line-height: 16.8px;
    font-size: 14px;
}

.card__icon {
    background: #000;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 1s ease;
}

.card__item.active .card__icon {
	transform: rotate(45deg);
}

span.card__icon__line {
    width: 14px;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: all 1s ease;
}

span.card__icon__line:nth-child(2) {
    transform: rotate(90deg);
}

.card__item:hover > .card__icon__wrapper .card__icon,
.accordion__item:hover > .accordion__header .card__icon__wrapper .card__icon {
    transform: rotate(90deg);
    background: #0C54A0;
}

.card__item:hover > .card__icon__wrapper .card__icon span.card__icon__line,
.accordion__item:hover > .accordion__header .card__icon__wrapper .card__icon span.card__icon__line {
    width: 18px;
}

.card__icon__wrapper::before {
    content: '';
    position: absolute;
    background: url(../img/right_left_down.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    bottom: 0;
    left: -25px;
}

.card__icon__wrapper::after {
    content: '';
    position: absolute;
    background: url(../img/right_left_down.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: -25px;
    right: 0;
}

.mes__img{
    max-width: 1920px;
}


.mes__img img{ 
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.btns {
    margin-top: 20px;
    display: flex;
}

.btns a.btn:nth-child(2) {
    margin-left: 20px;
}

.rule__item .btns a.btn:nth-child(2) {
    margin-left: 10px;
}
.rule__item .btns a.btn:nth-child(3) {
    margin-left: 10px;
}

.section__wrapper .btns a.btn:nth-child(2) {
    margin-left: 10px;
}
.section__wrapper .btns a.btn:nth-child(3) {
    margin-left: 10px;
}
.section__wrapper .btns a.btn:nth-child(4) {
    margin-left: 10px;
}




.cards__items {
    padding-top: 40px;
}

section.cases .section__info {
    margin: 0;
}

.team__item {
    max-width: 442px;
    display: flex;
    flex-direction: column;
}

.team__item img {
    width: 100%;
    border-radius: 20px;
    margin: 0;
    padding: 0;
}

h3.team__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0 4px 0;
}

.row__one, .row__two, .row__three {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.row__two {
    justify-content: flex-end;
}

.row__three {
    margin: 0;
}

.team__item.vacansy {
    position: relative;
    border-radius: 30px;
    cursor: pointer;
}

.vacansy__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team__item.vacansy:hover > .vacansy__inner .card__icon__wrapper .card__icon,
.news__item:hover > .news__img .card__icon__wrapper .card__icon {
    transform: rotate(-30deg);
    background: #0C54A0;
}

.card__icon svg {
    transition: all 1s ease;
}

.team__item.vacansy:hover > .vacansy__inner .card__icon__wrapper .card__icon svg,
.news__item:hover > .news__img .card__icon__wrapper .card__icon svg {
    width: 19px;
    height: 19px;
}

.news__item:hover > .news__img img {
    width: 110%;
}

h3.vacansy__title {
    font-size: 54px;
    font-weight: 500;
    line-height: 54px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
}

.news__list.swiper {
    padding-top: 100px;
}

section.team {
    margin-bottom: 0;
}

section.news .section__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

section.news .section__wrapper .news__info {
    max-width: 442px;
    width: 100%;
    padding-top: 100px;
}

h3.news__title {
    styleName: Text/1920/Manrope/text;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin: 16px 0 12px 0;
}

.news__item {
    max-width: 442px;
    text-decoration: none;
    color: #000;
    transition: all 1s ease;
    cursor: pointer;
}

.news__img {
    position: relative;
    display: flex;
    max-width: 442px;
    height: 400px;
    border-radius: 30px 30px 0 30px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}

.hidden__detail__text {
    display: none;
}

section.faq h2.section__title {
    margin-bottom: 64px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.accordion__item {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #ebecec;
    overflow: hidden;
    position: relative;
    transition: all 1s ease;
}

.accordion__header {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    color: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    transition: all 1s ease;
}

.accordion__body.collapse {border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}

.accordion__item .card__icon__wrapper {
    top: 0;
    bottom: auto;
    border-radius: 0 0 0 35px;
    justify-content: flex-end;
    align-items: flex-start;
}

.accordion__item .card__icon__wrapper::after {
    content: '';
    position: absolute;
    background: url(../img/right_left_up.svg) no-repeat center;
	background-size: 25px;
    width: 25px;
    height: 25px;
    bottom: -25px;
    right: 0px;
    top: auto;
}

.accordion__item .card__icon__wrapper::before {
    content: '';
    position: absolute;
    background: url(../img/right_left_up.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 0;
    left: -25px;
}

.bg__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/faq__hover.svg) center top;
    background-color: #EBECEC;
    transition: all 1s ease;
    z-index: -1;
}

.accordion__item.accordion__item_show .bg__overlay {
    background: url(../img/faq__active.svg) center top;
}

.accordion__item.accordion__item_show:hover > .bg__overlay {
    background: url(../img/faq__active.svg) center top;
}

.accordion__item.accordion__item_show {
    background-color: transparent;
}

.accordion__item.accordion__item_show .card__icon {
    transform: rotate(45deg);
}

.accordion__item.accordion__item_show:hover > .accordion__header .card__icon__wrapper .card__icon  {
    transform: rotate(135deg);
}

.accordion__item:hover {
    background-color: transparent;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.accordion__content {max-width: 904px;padding: 0 0 40px 40px;}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

section.call {
    margin-bottom: 20px;
}

.call__wrapper {
    display: flex;
    background: url(../img/call__bg.svg) no-repeat -160px center;
    background-color: #0C54A0;
    border-radius: 30px;
    justify-content: flex-end;
    padding: 32px 0;
    height: 415px;
}

.call__info {
    max-width: 904px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.call__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 51px;
    color: #fff;
}

p.call__subtitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin: 12px 0 36px 0;
    color: #fff;
}

section.call a.btn {
    color: #000;
    background: #fff;
    padding: 12px 54.5px;
}

section.call a.btn:hover {
    background: #000;
    color: #fff;
}

.call__info__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.call__info__footer {
    color: #fff;
    line-height: 23px;
}

.footer__wrapper {
    background: #EBECEC;
    border-radius: 30px;
    padding: 36px 40px 18px;
}

footer.footer {
    margin-bottom: 20px;
}

.footer__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.footer__logos {
    display: flex;
    align-items: center;
    /*margin-right: 290px;*/
}

a.sk {
    /* margin-left: 69px; */
}

h3.footer__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 28px;
}

p.address {
    margin-bottom: 28px;
}

p.phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

p.phone a {
    color: #000;
    text-decoration: none;
    transition: all 1s ease;
}

p.phone a:hover {
    color: #0C54A0;
}

p.phone a {
    position: relative;
}

p.phone a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: black; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¸Ã‘ÂÃ‘â€¡ÃÂµÃÂ·ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s; /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

p.phone a:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: #0C54A0; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂ¾Ã‘ÂÃÂ²ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s;  /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 18px;
}

a.footer__nav__links, a.politics {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    position: relative;
    transition: all 1s ease;
}

a.footer__nav__links:hover, a.politics:hover {
    color: #0C54A0;
}

a.footer__nav__links:after, a.politics:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: black; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¸Ã‘ÂÃ‘â€¡ÃÂµÃÂ·ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s; /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

a.footer__nav__links:hover:after, a.politics:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: #0C54A0; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂ¾Ã‘ÂÃÂ²ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s;  /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.footer__copyright a {
    text-decoration: none;
    color: #000;
    position: relative;
    transition: all 1s ease;
}

a.beznebes:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: #000; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¸Ã‘ÂÃ‘â€¡ÃÂµÃÂ·ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s; /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

a.beznebes:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px; /* Ãâ€™Ã‘â€¹Ã‘ÂÃÂ¾Ã‘â€šÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    background-color: #000; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€¡ÃÂµÃ‘â‚¬ÃÂºÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂ¾Ã‘ÂÃÂ²ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸*/
    transition: width 1s;  /* Ãâ€™Ã‘â‚¬ÃÂµÃÂ¼Ã‘Â Ã‘ÂÃ‘â€žÃ‘â€žÃÂµÃÂºÃ‘â€šÃÂ° */
}

.partner__item {
    max-width: 536px;
    text-align: center;
    width: auto !important;
}

/* SWIPER */

.swiper {
    width: 100%;
}

.arrow.swiper-button-disabled,
.arrow.swiper-button-disabled:hover {
    border-color: #ccc;
    background-color: transparent;
    cursor: default;
}

.arrow.swiper-button-disabled svg g path,
.arrow.swiper-button-disabled:hover > svg g path {
    stroke: #ccc;
}

#partners .swiper-wrapper {
align-items: center;
}


/* MODAL */

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: flex-end;
    align-items: center;
    z-index: 9999;
}

.modal.visible {
    display: flex;
}

.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    transition: all 1s ease;
    opacity: 0;
}

.modal__overlay.visible {
    opacity: 1;
}

.news__modal .modal__wrapper {
    z-index: 1;
    height: 100%;
    max-width: 796px;
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 0;
    transition: all 1s ease;
    transform: translateX(100%);
}

.news__modal .modal__wrapper.visible {
    transform: translateX(0%);
}

.news__modal .modal__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #000;
    border-radius: 50%;
    top: 32px;
    left: -74px;
    cursor: pointer;
    transform: rotate(45deg);
    border: none;
    opacity: 0;
    transition: all 1s ease;
}

.modal__close.visible {
    opacity: 1;
}

.modal__news__img {
    width: 100%;
    height: 45vh;
    overflow: hidden;
}

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

.modal__news__content {
    padding: 62px 100px;
    height: 100%;
    max-height: 55vh;
    overflow-y: scroll;
}

h3.modal__news__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.modal__news__text p {
    margin-bottom: 15px;
}

.news__modal span.modal__close__line {
    width: 14px;
    height: 1px;
    background: #fff;
    position: absolute;
}

span.modal__close__line:nth-child(2) {
    transform: rotate(90deg);
}

.news__modal .modal__close:hover {
    background: #0C54A0;
    transform: rotate(135deg);
}

/* MODAL CALL */

.modal.call__modal,
.modal.vacansy__modal,
.modal.video__modal {
    display: none;
    justify-content: center;
}

.modal.call__modal.visible,
.modal.vacansy__modal.visible,
.modal.video__modal.visible {
    display: flex;
}

.modal__wrapper {
    z-index: 1;
    position: relative;
    max-width: 904px;
    /* width: 100%; */
    padding: 40px 40px 52px;
    background: #F3F3F3;
    border-radius: 30px;
    opacity: 0;
    transition: all 1s ease;
}

.modal__wrapper.visible {
    opacity: 1;
}

.form {
    display: flex;
    flex-direction: column;
}

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
}

.form.sended .overlay {
    display: flex;
}

.form.sended .overlay.visible {
    opacity: 1;
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

h3.modal__title {
    font-size: 64px;
    font-weight: 500;
    line-height: 74px;
}

.form p.subtitle {
    font-size: 18px;
    line-height: 27px;
    max-width: 100%;
    margin: 12px 0 28px 0;
}

input.modal__input {
    font-family: 'Golos', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    height: 60px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
    outline: 0;
    border: 1px solid transparent;
    padding: 20px;
    position: relative;
    transition: all 1s ease;
}

input.modal__input:hover, input.modal__input:focus {
    border-color: #0C54A0;
}

input.modal__btn {
    background: #0C54A0;
    color: #fff;
    font-family: 'Golos', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 44px;
    border: none;
    outline: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: all 1s ease;
}

input.modal__btn:hover {
    background: #000;
}

.submit {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

p.politics {
    margin-left: 40px;
    font-size: 14px;
    line-height: 18px;
    max-width: 256px;
}

a.politics__link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: all 1s ease;
}

a.politics__link:hover {
    color: #0c54a0;
    border-color: #0c54a0;
}

.modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    cursor: pointer;
    transition: all 1s ease;
}

.modal__close:hover {
    background: #000;
}

span.modal__close__line {
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    transition: all 1s ease;
}

.modal__close:hover > span.modal__close__line {
    background: #fff;
}

.custom-file-upload {
    position: relative;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 1s ease;
}

input#myfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label#file-label {
    color: #aaa;
    font-family: 'Golos', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    height: 60px;
    width: 100%;
    border-radius: 20px;
    outline: 0;
    border: 1px solid transparent;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: all 1s ease;
}

.custom-file-upload.load label#file-label {
    color: #000;
}

svg.file__icon {
    position: absolute;
    right: 20px;
    transition: all 1s ease;
}

svg.file__icon path {
    transition: all 1s ease;
}

.custom-file-upload:hover {
    border-color: #0c54a0;
}

.custom-file-upload:hover > svg.file__icon path {
    fill: #0c54a0;
}

.video__modal .modal__wrapper, .pres__modal .modal__wrapper {
    max-width: 1028px;
    max-height: 766px;
}

.video__modal .modal__close, .pres__modal .modal__close {
    background: #000;
    border: none;
    top: 0;
    right: -74px;
}

.video__modal .modal__close span.modal__close__line, .pres__modal .modal__close span.modal__close__line {
    background: #fff;
}

.video__modal .modal__close:hover, .pres__modal .modal__close:hover {
    background: #0c54a0;
}

h3.video__item__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 16px;
    transition: all 1s ease;
}

.video__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video__item {
    max-width: 440px; 
    cursor: pointer;
}

.video__item:hover > h3.video__item__title {
    color: #0c54a0;
}

.video__item__img img {
    width: 100%;
    z-index: 2;
	transition: all .5s ease;
}

.video__item__img {
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

/* HIDDEN HEADER NAV */

.hidden__nav {
    position: absolute;
    background: #fff;
    border-radius: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 0;
    width: 305px;
    overflow: hidden;
    transition: all 1s ease;
}

a.hidden__nav__link {
    font-family: Golos;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: color, border .5s ease;
    position: relative;
}

.header__left .hidden__nav {
    height: 0px;
}

.header__left.active .hidden__nav {
    height: 360px;
}

.header__left a.hidden__nav__link:nth-child(1) {
    margin-top: 86px;
}

.header__left a.hidden__nav__link:last-child {
    margin-bottom: 30px;
}

.header__left.active {
    border-radius: 0 0 0 0;
}

.header__left.active span.burger__icon__line:nth-child(1),
header.header .active__nav span.burger__icon__line:nth-child(1) {
    top: 0px;
    transform: rotate(45deg);
}

.header__left.active span.burger__icon__line:nth-child(2),
header.header .active__nav span.burger__icon__line:nth-child(2) {
    top: 0px;
    transform: rotate(-45deg);
}

.header__right .hidden__nav {
    border-radius: 0 0 0 30px;
    width: 195px;
    align-items: flex-end;
    right: 0px;
    z-index: 3;
    opacity: 1;
    display: flex;
    height: 70px;
}

.header__right .hidden__nav a.hidden__nav__link:last-child {
    margin-bottom: 0;
}

.header__right__top {
    padding: 18px 0 23px 36px;
    background: #fff;
    border-radius: 0 0 0 30px;
    z-index: 5;
}

.header__right .hidden__nav a.hidden__nav__link:nth-child(1) {
    margin-top: 86px;
}

.header__right.active .hidden__nav {
    height: 230px;
}

.header__right .hidden__nav a.hidden__nav__link {
    text-transform: uppercase;
}

a.btn.header__btn svg {
    margin-left: 4px;
    display: none;
}

.header__right.active a.btn.header__btn svg {
    display: flex;
}

/* DESKTOP NONE */

.hidden__mobile__nav {
    display: flex;
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transform: translateY(-100%);
    transition: all 1s ease;
}

.arrows.mobile__arrows {
    display: none;
}

/* PRELOADER */

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
}

.preloader.disable {
    transform: translateY(-100%);
}

.preloader__wrapper {
    width: 100%;
    height: 100%;
    padding: 0 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all 1s ease;
}

.preloader__wrapper.visible {
    opacity: 1;
}

.preloader__info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.preloader__logo {
    display: flex;
}

.preloader__logo svg {
    width: 340px;
    height: 77px;
}

.preloader__percent {
    font-size: 110px;
    font-weight: 400;
    line-height: 90px;
    display: flex;
}

.percent__value {
    display: flex;
}

.percent__dinamic {
    position: relative;
    overflow: hidden;
    max-height: 90px;
}

.percent__dinamic__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    transition: all 1s ease;
    transform: translateY(30%);
}

.preloader__progress {
    width: 100%;
    height: 4px;
    margin-top: 13px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
}

.progressbar__wrapper {
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,.3);
}

.progressbar__line {
    height: 4px;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: all 1s ease;
}

@keyframes preloaderNumChange {
    0% {
        transform: translateY(30%);
    }
    40% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-33%);
    }
    100% {
        transform: translateY(-67%);
    }
}


@keyframes preloaderLineChange {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.preloader.active .progressbar__line {
    animation: preloaderLineChange 4s ease 1;
    animation-fill-mode: forwards;
}

.preloader.active .percent__dinamic__wrapper {
    animation: preloaderNumChange 4s ease 1;
    animation-fill-mode: forwards;
}

div#panel {
    position: fixed;
    z-index: 99999999;
    width: 100%;
}

input.modal__input.error, input.modal__input.error:hover, input.modal__input.error:focus {
    border-color: #DF8484;
}

.play__btn {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c54a0;
    border-radius: 50%;
    z-index: 3;
    transition: all .5s ease;
}

.play__btn svg {
    width: 20px;
    height: 20px;
}


.video__item video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 13px;
}

.video__item__img img.none__opacity,
.play__btn.none__opacity {
    opacity: 0;
}

.video__item__img img.disable,
.play__btn.disable {
    z-index: 0;
}

.modal.pres__modal {
    justify-content: center;
}


.video__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}




.pres__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: flex-start;
    gap: 20px; */
}

.pres__list a {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    color: #000;
    text-decoration: none;
    transition: all .5s ease;
}

.pres__item {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pres__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.pres__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 465px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
}

.more .pres__item__img {
    height: 80px;
}

.modal.pres__modal .modal__wrapper {
   /* max-width: 1028px;*/
}

.pres__list a:hover {
    color: #0c54a0;
}





.modal.doc__modal {
    justify-content: center;
}

.modal.doc__modal .modal__wrapper {
    max-width: 600px;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal.doc__modal .modal__wrapper img {
    width: auto;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.modal.doc__modal .modal__wrapper h3.modal__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 40px;
}

section.none__page {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 98vh;
}

section.none__page .section__wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url(/local/templates/inka/img/404_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding: 0;
    margin: 0 46px;
}

section.none__page::before {
    position: absolute;
    content: '';
    width: 46px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

section.none__page::after {
    position: absolute;
    content: '';
    width: 46px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
}

.error__404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    text-align: center;
}

h1.error__title {
    font-size: 214.76px;
    font-weight: 500;
    line-height: 214.76px;
    text-align: right;
    color: #fff;
}

h2.error__subtitle {
    font-size: 56px;
    font-weight: 500;
    line-height: 62.16px;
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
}

.error__mes {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    text-align: center;
    color: #fff;
}

.hidden__detail__img {
	display: none;
}

.card__text span.highlight {
    color: #0C54A0;
    font-weight: bold;
}

section#modules .rule__item {
    display: grid;
    height: auto;
    justify-items: center;
    align-content: space-between;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

section#modules .rule__icon {
    min-height: 8rem;
}

section#modules .rule__icon a{
    height: 47px;
    display: flex;
    min-height: 8rem;
}


section#modules .rule__icon > img {
    min-width: 8rem;
}

section#modules h3.rule__title {
    text-align: center;
}