.four_programms__wrapper .item_btn, .month > div, .text_uppercase {
    text-transform: uppercase
}

:root {
    --darkblue: #466AE0;
    --orange: #FCB81D;
    --darkgreen: #1BBC79;
    --red: #E92D67
}

@-webkit-keyframes widthAnimation {
    from {
        width: 0%
    }
    to {
        width: calc(100% - 2rem)
    }
}

@keyframes widthAnimation {
    from {
        width: 0%
    }
    to {
        width: calc(100% - 2rem)
    }
}

@-webkit-keyframes opacityAnimation {
    0%, 75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacityAnimation {
    0%, 75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.flexColumn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.border_block, .row {
    display: -webkit-box;
    display: -ms-flexbox
}

.border_block, .systemset_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.w-100 {
    width: 100%
}

.position-absolute {
    position: absolute !important
}

.position-relative {
    position: relative !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 2rem !important
}

.p-5 {
    padding: 3rem !important
}

.m-auto {
    margin: 0 auto !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 2rem !important
}

.m-5 {
    margin: 3rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.9375rem
}

.row > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 320px) {
    .col-12, .col-6 {
        padding: 0 .9375rem
    }

    .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .9375rem
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 .9375rem
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .9375rem
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 .9375rem
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .9375rem
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 .9375rem
    }
}

@media (min-width: 575px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .9375rem
    }

    .justify-content-sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.color_green {
    color: var(--darkgreen)
}

.color_blue, .get .move-number .number.blue {
    color: var(--darkblue)
}

.color_orange {
    color: var(--orange)
}

.color_red {
    color: var(--red)
}

.font-weight-bold {
    font-weight: 600
}

.border_block {
    padding: .125rem;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.color_block, .color_block__item .icon {
    display: -webkit-box;
    display: -ms-flexbox
}

.border_block .element {
    padding: .2rem .75rem;
    border-radius: 2rem;
    color: #fff;
    font-size: .875rem;
    position: absolute;
    top: -.55rem;
    left: 2rem
}

.border_block.orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#FCB81D), to(rgba(252, 184, 29, .3)));
    background: linear-gradient(180deg, #FCB81D 0, rgba(252, 184, 29, .3) 100%)
}

.border_block.orange .element {
    background-color: var(--orange)
}

.border_block.orange .list::before {
    border-color: var(--orange)
}

.border_block.red {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--red)), to(rgba(233, 45, 103, .3)));
    background: linear-gradient(180deg, var(--red) 0, rgba(233, 45, 103, .3) 100%)
}

.border_block.red .element {
    background-color: var(--red)
}

.border_block.red .list::before {
    border-color: var(--red)
}

.border_block.green {
    background: -webkit-gradient(linear, left top, left bottom, from(#1bbc79), to(rgba(27, 188, 121, .3)));
    background: linear-gradient(180deg, #1bbc79 0, rgba(27, 188, 121, .3) 100%)
}

.border_block.green .element {
    background-color: var(--darkgreen)
}

.border_block.green .list::before {
    border-color: var(--darkgreen)
}

.border_block.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#466ae0), to(rgba(70, 106, 224, .3)));
    background: linear-gradient(180deg, #466ae0 0, rgba(70, 106, 224, .3) 100%)
}

.border_block.blue .element {
    background-color: var(--darkblue)
}

.border_block.blue .list::before {
    border-color: var(--darkblue)
}

.border_block.fill {
    background: linear-gradient(181deg, #BD8CFF 1.11%, #9799FF 30.21%, #5287FF 65.62%, #3273FA 94.24%), #FFF;
    color: #fff
}

.border_block.fill .border_block__content {
    background-color: transparent
}

.border_block__content {
    padding: 1.4rem;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.border_block .list {
    position: relative;
    padding-left: 1rem;
    margin-bottom: .75rem
}

.border_block .list::before, .month > div::before {
    content: "";
    position: absolute
}

.border_block .list:last-child {
    margin-bottom: 0
}

.border_block .list::before {
    left: 0;
    top: .35rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    border: 1px solid
}

.color_block__item, .foryou_block, .four_programms, .month > div, section, section .container {
    position: relative
}

.show_elem .show_anim {
    -webkit-animation: widthAnimation 3s ease-in-out forwards;
    animation: widthAnimation 3s ease-in-out forwards
}

.show_elem .show_info, .show_elem .show_month .month {
    -webkit-animation: opacityAnimation 4s forwards;
    animation: opacityAnimation 4s forwards
}

.color_block {
    overflow: hidden;
    width: 0;
    display: flex;
    padding-right: 2rem
}

.color_block__item {
    height: 2rem;
    width: 33.3%
}

.color_block__item.green {
    background: -webkit-gradient(linear, right top, left top, from(#1BBC79), to(rgba(27, 188, 121, .3)));
    background: linear-gradient(270deg, #1BBC79 0, rgba(27, 188, 121, .3) 100%);
    z-index: 3
}

.color_block__item.green .icon {
    background-color: var(--darkgreen)
}

.color_block__item.blue {
    background: -webkit-gradient(linear, right top, left top, from(#466AE0), to(rgba(70, 106, 224, .3)));
    background: linear-gradient(270deg, #466AE0 0, rgba(70, 106, 224, .3) 100%);
    z-index: 2
}

.color_block__item.blue .icon {
    background-color: var(--darkblue)
}

.color_block__item.orange {
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 184, 29, .3)), to(#FCB81D));
    background: linear-gradient(90deg, rgba(252, 184, 29, .3) 0, #FCB81D 100%);
    z-index: 1
}

.color_block__item.orange .icon {
    background-color: var(--orange)
}

.color_block__item .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 100%;
    border-radius: 0 1rem 1rem 0
}

.info_block__item, .month {
    display: -webkit-box;
    display: -ms-flexbox
}

.foryou_wrapper, .month {
    -webkit-box-pack: justify
}

.color_block__item .icon svg {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.month {
    padding: 0 2rem;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0
}

.month > div {
    padding-top: 2.8rem;
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: 1
}

.month > div::before {
    width: 1px;
    height: 2rem;
    top: 0;
    left: 50%;
    background-color: #AFAFAF
}

.info_block {
    border-radius: .75rem;
    border: 1px solid var(--darkblue);
    background: rgba(70, 106, 224, .05);
    padding: 1.5rem;
    opacity: 0
}

.info_block__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .875rem
}

.info_block__item:last-child {
    margin-bottom: 0
}

.info_block__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    fill: var(--darkblue);
    margin-right: .75rem
}

section .container {
    z-index: 10
}

.programm .left {
    width: 14.125rem;
    height: 14.125rem;
    top: -5rem;
    left: 0
}

.programm .left svg {
    width: 100%;
    min-height: 100%
}

.programm .right {
    top: -5rem;
    right: 0rem;
    width: 26.43rem;
    height: 26rem
}

.programm .right svg {
    width: 100%;
    min-height: 100%
}

.programm .middle {
    width: 16rem;
    height: 16rem;
    bottom: 1rem;
    left: 35%
}

.programm .middle svg {
    width: 100%;
    min-height: 100%
}

.programm .bg {
    width: 90rem;
    height: 31.5rem;
    right: 0;
    bottom: -1rem
}

.programm .bg svg {
    width: 100%;
    min-height: 100%
}

.foryou {
    padding-top: 8.87rem
}

.foryou svg {
    width: 100%;
    min-height: 100%;
    max-width: 100%
}

.foryou .left {
    left: 0;
    bottom: 10rem;
    width: 18.125rem;
    height: 18.125rem
}

.foryou .right {
    right: 0;
    top: 10rem;
    width: 14.125rem;
    height: 14.125rem
}

.foryou .center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48rem;
    height: 38rem;
    max-width: 100%
}

.foryou_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.foryou_wrapper:last-child .foryou_block_border:first-child .foryou_block {
    border-radius: 0rem 0rem 0rem 3.5rem
}

.foryou_block_border {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28rem;
    flex: 0 0 28rem;
    max-width: 28rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.foryou_block_border.red {
    background: -webkit-gradient(linear, left top, left bottom, from(#e92d67), to(rgba(233, 45, 103, .2)));
    background: linear-gradient(180deg, #e92d67 0, rgba(233, 45, 103, .2) 100%);
    border-radius: 1.5rem 1.5rem 0;
    padding: .125rem
}

.foryou_block_border.red .icon {
    background-color: rgba(233, 45, 103, .05)
}

.foryou_block_border.red .foryou_block {
    border-radius: 1.35rem 1.35rem 0;
    padding: 1.125rem 1.725rem 1.125rem 1.375rem
}

.foryou_block_border.green {
    background: -webkit-gradient(linear, left top, left bottom, from(#1bbc79), to(rgba(27, 188, 121, .3)));
    background: linear-gradient(180deg, #1bbc79 0, rgba(27, 188, 121, .3) 100%);
    border-radius: 1.5rem;
    padding: .125rem
}

.foryou_block_border.green .icon {
    background-color: rgba(27, 188, 121, .1)
}

.foryou_block_border.green .foryou_block {
    border-radius: 1.35rem;
    padding: 1.125rem 1.725rem 1.125rem 1.375rem
}

.foryou_block_border.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#466ae0), to(rgba(70, 106, 224, .3)));
    background: linear-gradient(180deg, #466ae0 0, rgba(70, 106, 224, .3) 100%);
    border-radius: 0 1.5rem 1.5rem;
    padding: .125rem
}

.foryou_block_border.blue .icon {
    background-color: rgba(50, 115, 250, .05)
}

.foryou_block_border.blue .foryou_block {
    border-radius: 0 1.35rem 1.35rem;
    padding: 1.125rem 1.725rem 1.125rem 1.375rem
}

.foryou_block {
    border-radius: 0rem 3.5rem 0rem 0rem;
    font-size: 1rem;
    background-color: #fff;
    overflow: hidden;
    width: 100%
}

.foryou_block .icon {
    width: 4.5rem;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: .5rem
}

.foryou_block .icon img {
    width: 2rem;
    height: 2rem;
    min-height: unset
}

.foryou_block .title {
    font-size: 1.25rem;
    font-weight: 600
}

.foryou_block img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.get {
    margin-top: 5rem
}

.get .border-right {
    border-right: 1px solid #AFAFAF
}

.get .move-number .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
    font-size: 2.7rem;
    font-weight: 700
}

.get .move-number .number.green {
    color: var(--darkgreen)
}

.get .move-number .number.orange {
    color: var(--orange)
}

.get .move-number_text {
    font-size: 1.4rem;
    font-weight: 400
}

.get .border_block {
    border-radius: 2.25rem 0rem
}

.get .border_block__content {
    border-radius: 2.2rem 0rem
}

.get .border_block:nth-child {
    border-radius: 0rem 2.25rem
}

.get .border_block:nth-child__content {
    border-radius: 0rem 2.2rem
}

.four_programms {
    padding-top: 4.5rem;
    padding-bottom: 4rem
}

.four_programms > svg {
    width: 15rem;
    height: 15rem;
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.four_programms .right {
    width: 17rem;
    height: 15rem;
    left: -9rem;
    position: absolute
}

.four_programms__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.9375rem;
    padding-bottom: 2rem
}

.four_programms__wrapper .item {
    width: 25%;
    max-width: 25%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: relative
}

.four_programms__wrapper .item:nth-child(1) .item_img {
    border-bottom-right-radius: 0
}

.four_programms__wrapper .item:nth-child(1) .item_btn {
    background-color: var(--darkgreen)
}

.four_programms__wrapper .item:nth-child(2) {
    padding-top: 2rem
}

.four_programms__wrapper .item:nth-child(2) .item_img {
    border-top-right-radius: 0
}

.four_programms__wrapper .item:nth-child(2) .item_btn {
    background-color: var(--darkblue)
}

.four_programms__wrapper .item:nth-child(3) .item_img {
    border-bottom-left-radius: 0
}

.four_programms__wrapper .item:nth-child(3) .item_btn {
    background-color: var(--orange)
}

.four_programms__wrapper .item:nth-child(4) {
    padding-top: 2rem
}

.four_programms__wrapper .item:nth-child(4) .item_img {
    border-top-right-radius: 0
}

.four_programms__wrapper .item:nth-child(4) .item_btn {
    background-color: var(--red)
}

.four_programms__wrapper .item svg {
    position: absolute;
    right: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.four_programms__wrapper .item_img {
    width: 100%;
    height: 9rem;
    border-radius: 1rem;
    overflow: hidden
}

.four_programms__wrapper .item_img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.four_programms__wrapper .item_btn {
    font-size: .85rem;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    padding: .66rem;
    border-radius: 3rem;
    position: relative;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: -1.5rem auto 0
}

.four_programms__wrapper .item_text {
    padding-top: .35rem;
    font-size: 1rem;
    text-align: center
}

.four_programms__wrapper .item_text span {
    font-weight: 600
}

.systemset {
    background: url(../../../images-main/partner/systemset_bg.jpg);
    padding: 5rem 0;
    position: relative
}

.systemset .container > svg {
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: -3rem
}

.systemset_wrapper {
    margin: 0 -.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews_item__head, .reviews_slider-arrow, .structure_wrapper {
    display: -ms-flexbox;
    display: -webkit-box
}

.systemset_wrapper .item {
    width: 20%;
    padding: .5rem
}

.systemset_wrapper .item:nth-child(1) > div {
    height: 9.6rem;
    border-color: var(--darkblue)
}

.systemset_wrapper .item:nth-child(2) > div {
    height: 12rem;
    border-color: var(--darkgreen)
}

.systemset_wrapper .item:nth-child(3) > div {
    height: 14rem;
    border-color: var(--orange)
}

.systemset_wrapper .item:nth-child(4) > div {
    height: 16.7rem;
    border-color: var(--mint)
}

.systemset_wrapper .item:nth-child(5) > div {
    height: 19.4rem;
    border-color: var(--red)
}

.systemset_block {
    padding: 1.33rem 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
    border-bottom: 4px solid;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.systemset_block .icon {
    width: 3.66rem;
    height: 3.66rem;
    margin-bottom: .65rem
}

.systemset_block .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    text-align: center
}

.structure {
    padding-top: 3.3rem;
    overflow: hidden;
}

.structure_wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1rem
}

.structure_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(23% - .55rem);
    flex: 0 0 calc(23% - .55rem);
    max-width: calc(23% - .55rem);
    padding: 0 1rem;
    margin-bottom: 1.25rem;
    position: relative
}

.structure_item .border_block {
    border-radius: 1rem
}

.structure_item .border_block.tr-radius-0, .structure_item .border_block.tr-radius-0 .border_block__content {
    border-top-right-radius: 0
}

.structure_item .border_block.tl-radius-0, .structure_item .border_block.tl-radius-0 .border_block__content {
    border-top-left-radius: 0
}

.structure_item .border_block.br-radius-0, .structure_item .border_block.br-radius-0 .border_block__content {
    border-bottom-right-radius: 0
}

.structure_item .border_block.bl-radius-0, .structure_item .border_block.bl-radius-0 .border_block__content {
    border-bottom-left-radius: 0
}

.structure_item .border_block__content {
    font-size: 1rem;
    font-weight: 600;
    padding: 1.75rem 2.5rem;
    text-align: center;
    border-radius: .875rem
}

.structure_item svg {
    position: absolute;
    right: -.75rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.roadmap {
    padding-top: 5rem
}

.roadmap img {
    width: 30.25rem;
    height: auto
}

.have {
    margin-top: 3.2rem;
    background-image: url(../../../images-main/partner/have_bg.webp);
    background-size: cover;
    background-position: center 30%;
    padding: 5rem 0
}

.have_title {
    padding-bottom: 5.6rem
}

.have_item {
    padding: 0 1rem
}

.have_item.up-to-top {
    margin-top: -2.5rem
}

.have_item__img {
    width: 9.8rem;
    height: 9.8rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto
}

.have_item__text .title {
    font-size: 1.25rem;
    font-weight: 700
}

.have_item__text .text {
    font-size: 1rem
}

.reviews {
    padding: 5.2rem 0 8.3rem;
    background-image: url(../../../images-main/partner/reviews_bg.webp);
    background-size: cover;
    overflow: hidden;
}

.reviews_slider {
    margin-bottom: 5rem
}

.reviews_slider-arrow {
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #000;
    cursor: pointer
}

.reviews_slider-arrow:hover {
    background-color: rgba(79, 79, 79, .06);
    -webkit-box-shadow: 0 .25rem 2rem 0 rgba(79, 79, 79, .1);
    box-shadow: 0 .25rem 2rem 0 rgba(79, 79, 79, .1)
}

.reviews_slider-arrow svg {
    width: 1rem;
    height: 1rem
}

.reviews_slider-arrow.prev {
    margin-right: .8rem;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.reviews_item {
    border-radius: 1.5rem;
    background: #FFF;
    -webkit-box-shadow: 0 .25rem 2rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem 2rem 0 rgba(0, 0, 0, .05);
    overflow: hidden
}

.reviews_item_wrapper {
    padding: 0 1rem
}

.reviews_item__head {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(175, 175, 175, .4);
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews_item__head svg {
    width: 2rem;
    height: 2rem
}

.reviews_item__company {
    color: #466AE0;
    font-size: .85rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: .3rem
}

.reviews_item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1D;
    font-size: 1.33rem;
    font-weight: 600;
    line-height: 140%;
    padding-right: 1rem
}

.reviews_item__name span {
    color: #AFAFAF;
    font-size: .83rem;
    font-weight: 400;
    line-height: 140%
}

.reviews_item__body {
    padding: 1rem 1.5rem 1.5rem
}


.reviews_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews_info__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    padding-top: 4.6rem
}

.reviews_info__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    position: relative;
    padding-left: 5rem
}

.reviews_info__right img {
    position: absolute
}

.reviews_info__right img.el_1 {
    width: 12.25rem;
    max-width: 12.25rem;
    height: 12.25rem;
    top: -10rem
}

.reviews_info__right img.el_2 {
    width: 8.8rem;
    max-width: 8.8rem;
    height: 8.8rem;
    top: -8rem;
    right: 0
}

.reviews_info__right img.el_3 {
    width: 11.25rem;
    max-width: 11.25rem;
    height: 11.25rem;
    right: 7rem;
    top: 3rem
}

.reviews_info__right img.el_4 {
    width: 8.3rem;
    max-width: 8.3rem;
    height: 8.3rem;
    right: -3.5rem;
    top: 1.75rem
}

@media (max-width: 1200px) {
    .structure_item .border_block__content {
        height: 5.25rem;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews {
        overflow: hidden
    }

    .reviews_info__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .reviews_info__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 991px) {
    .programm h1, .programm p {
        width: 42.5rem;
        max-width: 100%;
        text-align: center
    }

    .first-block__left .mobile-image img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .month {
        padding: 0
    }

    .programm h1 {
        margin: 0 auto 2rem
    }

    .programm p {
        margin: 0 auto 1rem
    }

    .programm button {
        margin: 0 auto
    }

    .foryou_block_border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
        flex: 0 0 22rem;
        max-width: 22rem
    }

    .systemset_wrapper .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        width: unset
    }

    .systemset_wrapper .item .text {
        font-size: .875rem
    }

    .structure .text36-extrabold {
        text-align: center
    }

    .structure_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%
    }

    .reviews_slider__header {
        padding: 0 1rem 2rem !important
    }

    .reviews .have_title {
        text-align: left
    }

    .reviews_info {
        position: relative
    }

    .reviews_info__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        position: relative;
        z-index: 1
    }

    .reviews_info__right {
        position: absolute;
        right: 4rem;
        bottom: 6rem;
        z-index: 0;
        opacity: .65
    }

    .reviews_info__right img.el_2 {
        right: 1.5rem
    }

    .reviews_info__left > *{
        text-align: center !important;
        margin: 0 auto;
    }
    .reviews_info__left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .reviews_info__right{
        display: none;
    }
    .reviews {
        padding: 5rem 0;
    }
}

@media (max-width: 767px) {
    .foryou {
        padding-top: 5rem
    }

    .foryou_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .foryou_block_border {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36rem;
        flex: 0 0 36rem;
        max-width: 100%
    }

    .border_block {
        width: 28rem;
        max-width: 100%;
        margin: 0 auto 2rem
    }

    .month > div {
        font-size: .875rem;
        font-weight: 600
    }

    .color_block, .show_month {
        display: none
    }

    .info_block {
        opacity: 1 !important;
        margin-top: 0 !important
    }

    .get .border-right {
        border: none
    }

    .get_text {
        text-align: center;
        padding: 0 .5rem !important
    }

    .get .move-number_wrapper {
        width: 100%
    }

    .get .move-number_wrapper > div {
        padding-left: 0 !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .get .move-number {
        padding: 1rem 1rem 0
    }

    .four_programms__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .four_programms__wrapper .item {
        width: 43%;
        max-width: 43%
    }

    .systemset_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 2rem
    }

    .systemset_wrapper .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 96.5%
    }

    .systemset_wrapper .item > div {
        height: 6rem !important
    }

    .systemset_wrapper .item .systemset_block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .systemset_wrapper .item .systemset_block .icon {
        margin-right: 1rem;
        margin-top: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.7rem;
        flex: 0 0 3.7rem;
        width: unset
    }

    .systemset_wrapper .item .systemset_block .text {
        width: 16rem;
        text-align: left
    }

    .systemset_wrapper .item:nth-child(1) > div {
        width: 43%
    }

    .systemset_wrapper .item:nth-child(2) > div {
        width: 50%
    }

    .systemset_wrapper .item:nth-child(3) > div {
        width: 62%
    }

    .systemset_wrapper .item:nth-child(4) > div {
        width: 77%
    }

    .systemset_wrapper .item:nth-child(5) > div {
        width: 91%
    }

    .structure_item {
        margin-bottom: 1.5rem
    }

    .structure .border_block {
        margin-bottom: 0
    }

    .roadmap .col-12:first-child .img {
        margin-bottom: 2rem;
        padding-left: 4rem
    }

    .roadmap .col-12:last-child .img {
        padding-right: 4rem
    }

    .roadmap .img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        display: block
    }

    .roadmap .img img {
        max-width: 95%
    }
}

@media (max-width: 620px) {
    .structure_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 575px) {
    .four_programms__wrapper .item {
        width: 25rem;
        max-width: 100%;
        padding-top: 2rem !important
    }

    .four_programms__wrapper .item svg {
        display: none
    }

    .systemset .text36-extrabold {
        text-align: center
    }

    .systemset_wrapper .item > div {
        width: unset !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .systemset_wrapper .item .systemset_block .icon {
        margin-top: .5rem
    }

    .systemset_wrapper .item .systemset_block .text {
        width: unset
    }

    .roadmap .col-12 .img {
        padding: 0 !important;
        margin: 0 0 2rem !important
    }

    .roadmap .img {
        width: 100%
    }

    .roadmap .img img {
        width: 100%;
        max-width: 100%
    }

    .have_item {
        width: 480px;
        max-width: 100%;
        padding: 0 !important;
        margin: 0 auto 2rem !important
    }

    .reviews {
        /* padding-bottom: 14rem;
        margin-bottom: 0; */
        padding: 5rem 0; /* mark */
    }

    .reviews_info__right {
        bottom: -2rem;
        opacity: .85
    }

    .reviews_info__right img.el_2 {
        right: 3.5rem;
        top: -2rem
    }

    .reviews_info__right img.el_3 {
        top: 0;
        right: 13rem
    }

    .reviews_info__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .structure_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 93%;
        flex: 0 0 93%;
        max-width: 93%
    }

    .structure_item svg {
        display: none
    }

    .reviews_slider__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reviews .have_title {
        text-align: center;
        margin-bottom: 1rem
    }
}

/*# sourceMappingURL=partner.css.map */
