.hero{
    margin-top: 90px;
    padding-bottom: 30px;
}
.hero__column_main{
    background: var(--gradient);
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hero__column_slider{
    display: none;
}
.hero__column-transparent-btn{
    margin-bottom: 15px;
}
.hero__column-title,
.hero__column-title > span{
    color: var(--light-bg);
    font-size: 22px;
    font-family: var(--semibold);
    text-transform: uppercase;
}
.hero__column-title{
    margin-bottom: 15px;
}
.hero__column-title > span{
    display: block;
    color: var(--accent-color-two);
}
.hero__column-text{
    color: var(--text-dark-color);
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}
.hero__column-btn {
    font-family: var(--bold);
}
.advantages__cards,
.chances__cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:0 7.5px;
    margin: -15px;
}
.advantages__card,
.chances__card{
    width: calc(100%/1 - 15px);
    margin: 7.5px;
    padding: 15px;
    background-color: var(--light-bg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.advantages__card-column_img{
    display: none;
}
.advantages__card-text{
    margin-bottom: 15px;
}
.advantages__card-btn{
    font-size: 14px;
    font-family: var(--semibold);
}
.advantages__card-btn_dark{
    border-color: var(--title-color);
    background-color: var(--title-color);
}
.chances__card-text{
    margin-bottom: 10px;
}
.chances__card-list-item:not(:last-child){
    margin-bottom: 10px;
}
.chances__card-list-item{
    position: relative;
    padding-left: 20px;
}
.chances__card-list-item::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #DADADA90;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.achievements__content{
    background: var(--gradient);
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.achievements_btn_transparent{
    margin-bottom: 10px;
}
.achievements__title{
    font-size: 24px;
    font-family: var(--semibold);
    color: var(--light-bg);
    margin-bottom: 15px;
}
.achievements__box-text{
    margin-bottom: 20px;
}
.achievements__text{
    color: var(--text-dark-color);
}
.achievements__text:not(:last-child){
    margin-bottom: 10px;
}
.achievements__column_img{
    display: none;
}
.team__slide{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.team__slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(70,100,200,0) 0%, rgba(32,55,129,0.5) 100%);;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.team__slide-box-img{
    position: relative;
    width: 100%;
    padding-bottom: 130%;
}
.team__slide-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team__slide-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    padding: 25px 15px;
    z-index: 2;
}
.team__info-name{
    color: var(--light-bg);
    font-size: 18px;
    font-family: var(--semibold);
    margin-bottom: 10px;
}
.team__slide-info-content{
    width: 100%;
}
.team__info-list-item{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 2px;
}
.team__info-list-item:not(:last-child){
    margin-bottom: 5px;
}
.team__info-characteristic,
.team__info-value{
    color: var(--light-bg);
    font-size: 14px;
    font-family: var(--medium);
}
.team__info-value{
    white-space: nowrap;
}
.path__content-cards{
    min-height: 100px;
}
.path__content-card{
    padding: 15px 10px;
    /* overflow: hidden; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.path__content-card:not(:last-child){
    margin-bottom: 15px;
}
.path__content-card:nth-child(1){
    position: -webkit-sticky;
	position: sticky;
	top: 75px;
    background-color: #E3E9F7;
}
.path__content-card:nth-child(2){
    position: -webkit-sticky;
	position: sticky;
	top: 85px;
    background-color: #B5CAFD;
}
.path__content-card:nth-child(3){
    position: -webkit-sticky;
	position: sticky;
	top: 95px;
    background-color: #5671E5;
}
.path__content-card:nth-child(4){
    position: -webkit-sticky;
	position: sticky;
	top: 105px;
    background-color: #FBBD1D;
}
.path__content-card:nth-child(5){
    background: var(--gradient);
    position: -webkit-sticky;
	position: sticky;
	top: 115px;
}

.path__content-card-top{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.path__content-card-top-title{
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--semibold);
}
.path__content-card:nth-child(3) > .path__content-card-top > .path__content-card-top-title{
    color: var(--light-bg);
}
.path__content-card:nth-child(4) > .path__content-card-top > .path__content-card-top-title{
    color: var(--light-bg);
}
.path__content-card:nth-child(5) > .path__info-content > .path__content-card-top > .path__content-card-top-title{
    color: var(--light-bg);
}
.path__content-card-top-time{
    font-family: var(--medium);
    background-color: rgba(34,48,110,0.37);
    white-space: nowrap;
}
.path__content-card:nth-child(4) > .path__content-card-top > .path__content-card-top-time{
    background-color: #FFFFFF60;
}
.path__content-card:nth-child(5) > .path__info-content > .path__content-card-top > .path__content-card-top-time{
    background-color: #FFFFFF60
}

.path__info-title{
    color: var(--accent-bg);
    font-size: 18px;
    font-family: var(--semibold);
    max-width: 600px;
    margin-bottom: 15px;
}
.path__info-box-text{
    margin-bottom: 20px;
}
.path__info-text:not(:last-child){
    margin-bottom: 10px;
}
.path__info-text{
    color: var(--text-dark-color);
}
.path__info-link-doc{
    border: 1px solid var(--light-bg);
    background-color: #FFFFFF20;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.path__info-column_image{
    display: none;
}

.accordion__cards{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.accordion__card{
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #FFFFFF10;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.accordion__card-top{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.accordion__card-title{
    font-size: 15px;
    font-family: var(--medium);
    margin-bottom: 5px;
}
.accordion__card-btn-transporent{
    color: var(--main-color);
    font-family: var(--medium);
    border: 1px solid var(--accent-color-two);
}
.panel{
    display: none;
}
.accordion__card-btn > .switcher{
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.accordion__card-top.active >
.accordion__card-btn > 
.switcher > svg{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.accordion__card-bottom{
    padding: 15px;
    background-color: var(--light-bg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.accordion__card-text{
    font-size: 14px;
}
.accordion__card-text:not(:last-child){
    margin-bottom: 10px;
}
.stories__slide{
    background-color: var(--light-bg);
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.stories__slide-box-img{
    background-color: #000;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.stories__slide-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-play{
    position: absolute;
    background-color: #00000060;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    translate: -50% -50%;
}
.box-play > img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.stories__slide-info-top{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.stories__slide-info-bottom{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.stories__slide-name{
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--semibold);
}
.stories__slide-resh-sud {
    color: var(--accent-bg);
    white-space: nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.stories__slide-resh-sud > svg{
    fill: var(--accent-bg);
}
.stories__slide-value{
    color: var(--title-color);
    font-family: var(--semibold);
    white-space: nowrap;
}
.footer{
    padding-bottom: 30px;
}
.footer__cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:0 7.5px;
    margin: -15px;
}
.footer__card{
    width: calc(100%/1 - 15px);
    margin: 7.5px;
    padding: 15px;
    background-color: var(--light-bg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.footer__card-logo{
    margin-bottom: 20px;
}
.footer__card-box-tel{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.footer__card-tel{
    color: #4664C8;
    font-size: 18px;
    font-family: var(--medium);
}
.footer__card-box-soc{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__card-soc-link > svg {
    fill: #4664C8;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
}
.footer__card-item{
    color: #999999;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer__card-address-link{
    display: inline-block;
    font-size: 16px;
    color: #4664C8;
    font-family: var(--medium);
    margin-bottom: 20px;
}
.footer__card-btn{
    font-size: 14px;
}
.footer__card-list-item:not(:last-child){
    margin-bottom: 15px;
}
.footer__card-item-value{font-size: 14px;}
