
.transformation {
    margin-bottom: 50px;
}
.transformation_items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.transformation_items > * {
    width: calc(100%/2 - 25px);
    border-radius: 43px; 
    padding: 34px 42px 56px;
    background: #FFFFFF;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);
}
.transformation_item.active {
    background: linear-gradient(264.41deg, #C0E654 1.1%, #9AC731 100%);
    box-shadow: none;
}
.transformation_item-title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 119.4%;
    color: #29282E;
    margin-bottom: 33px;
}
.transformation_item.active .transformation_item-title {
    color: #3C4611;
}
.transformation_item ul {
    list-style: none;
}
.transformation_item ul li {
    display: flex;
    align-items: center;
    gap: 18px;  
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 128.9%;
    color: #758481;
}
.transformation_item ul li + li {
    margin-top: 24px;
}
.transformation_item .icon {
    width: 39px;
    height: 39px;
}
.transformation_item.active ul li {
    color: #3C4611;
}



.calculator {
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
    border-radius: 32px;
    padding: 80px;
}
.calculator .line {
    display: flex;
    gap: 44px;
}
.calculator .line > * {
    width: calc(100%/2 - 22px);
}
.calculator .line + .line {
    margin-top: 30px;
}
.calculator .line .field {
    display: flex;
    flex-direction: column;
}
.calculator .line .field input {
    background: #FFFFFF;
    border-radius: 12px;
    height: 79px;   
    padding: 0 28px;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #212121;
    border: none;
}
.calculator .line .field label {
    font-weight: 700;
    font-size: 26px;
    line-height: 119.4%;
    color: #29282E;
    margin-bottom: 15px;
}
.calculator .resultat {
    padding: 56px 70px 70px 70px;
    background: linear-gradient(264.41deg, #C0E654 1.1%, #9AC731 100%);
    border-radius: 43px;
    text-align: center;
    margin-top: 75px;
}
.calculator .resultat_text {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 28px;
    line-height: 128.9%;
    text-align: center;
    color: #3C4611;
}
.calculator .resultat_price {
    margin: 15px auto;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 78px;
    line-height: 110%;
    text-align: center;
    color: #45510D;
}






.tour_tab {
    display: flex;
    gap: 28px;
}
.tour .tabs {
    flex-direction: column;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 0px;
    background: #fff;
    width: 462px;
    flex-shrink: 0;
}
.tour .tabs button {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 119.4%;
    color: #29282E;
    display: block;
    padding: 31px 37px 37px;
    transition: background .2s linear;
    border-radius: 32px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
}
.tour .tabs button:hover,
.tour .tabs button.active {
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
}
.tour .tab_content {
    width: calc(100% - 500px);
    display: none;
}
.tour .tab_content.active {
    width: calc(100% - 500px);
    display: block;
}
.tour_info-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 119.4%;
    color: #29282E;
    margin-bottom: 30px;
}
.tour_info-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #696984;
    margin-bottom: 50px;
}
.tour_info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.education_items {
    display: flex;
    gap: 56px;
}
.education_items > * {
    width: calc(100%/3 - 30px);
    padding: 34px 36px 38px;
    background: #FFFFFF;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);
    border-radius: 43px;
}
.education_item-top {
    position: relative;
    padding-bottom: 40px;
}
.education_item-top:before {
    position: absolute;
    content: "";
    width: calc(100% + 72px);
    left: -36px;
    background: #A1A1A1;
    height: 1px;
    bottom: 0;
}
.education_item-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 119.4%;
    color: #29282E;
    margin-bottom: 26px;
}
.education_item-text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 128.9%;
    color: #758481;
}
.education_item-bottom {
    margin-top: 37px;
}
.education_item-bottom_item {
    display: flex;
    align-items: center;
    gap: 17px;
}
.education_item-bottom_item + .education_item-bottom_item {
    margin-top: 25px;
}
.education_item-bottom_icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 163, 185, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
}
.education_item-bottom_icon .icon {
    width: 30px;
    height: 30px;
    fill: #16A3B9;
}
.education_item.active {
    background: #FFFFFF;
    border: 3px solid #BCE01A;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);   
}
.education_item.active .education_item-bottom_icon .icon {
    fill: #A9CE00;
}
.education_item.active .education_item-bottom_icon {
    background: rgba(169, 206, 0, 0.2);
}
.education_item-bottom_label {
    font-weight: 400;
    font-size: 22px;
    line-height: 128.9%;
    color: #758481;
    margin-bottom: 2px;
}
.education_item-bottom_text {
    font-weight: 700;
    font-size: 25px;
    line-height: 128.9%;
    color: #303030;
}





.library_items {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}
.library_items > * {
    width: calc(100%/4 - 26px);
    background: #FFFFFF;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);
    border-radius: 43px;
}
.library_item-title {
    padding: 37px 36px;
    font-weight: 700;
    font-size: 30px;
    line-height: 119.4%;
    color: #29282E;
}
.library_item-img img {
    width: 100%;
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
    display: block;
}
.library_btn {
    margin: 70px auto 0;
    display: flex;
    justify-content: center;
}
.library_btn a {
    display: block;
    text-decoration: none;
    background: #BCE01A;
    box-shadow: 0px 23px 47px rgba(188, 224, 26, 0.26);
    border-radius: 80px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #596910;
    padding: 26px 37px;
}




.place_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 79px 144px 30px 55px;
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
    border-radius: 32px;
}
.place_items {
    width: calc(100% - 520px);
}
.place_item {
    display: flex;
    gap: 26px;
}
.place_item + .place_item {
    margin-top: 80px;
}
.place_item .icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}
.place_item-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 119.4%;
    color: #4B4B4B;
    margin-bottom: 30px;
}
.place_item-text {
    font-weight: 400;
    font-size: 26px;
    line-height: 160%;
    color: #696984;
}
.place_item .icon {
    width: 58px;
    height: 58px;
    fill: #9AC731;
}
.place_img:not(.bg) {
    display: block;
    width: 441px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.place_img img {
    width: 100%;
    position: relative;
}
.place_img .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -96px;
    width: 634px;
    height: 647px;
    pointer-events: none;
}




.creation {
}
.cont {
}
.block_head {
}
.title {
}
.desc {
}
.creation_items {
    counter-reset: section235;
    border-left: 5px dashed #DBDBDB;
    margin-left: 43px;
}
.creation_item {
    position: relative;
    padding-left: 79px;
}
.creation_item + .creation_item {
    margin-top: 55px;
}
.creation_item:before {
    counter-increment: section235;
    content: "0" counter(section235) " ";
    width: 86px;
    height: 86px;
    background: #A9CE00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 34px;
    line-height: 119.4%;
    color: #FFFFFF;
    top: 0;
    left: -43px;
    position: absolute;
}
.creation_item:last-child:after {
    position: absolute;
    content: "";
    width: 15px;
    height: calc(100% - 86px);
    bottom: 0px;
    left: -7px;
    background: #fff;
}
.creation_item-label {
    padding: 11px 19px;
    background: #16A3B9;
    border-radius: 50px;
    font-weight: 700;
    font-size: 27px;
    line-height: 128.9%;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}
.creation_item-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 119.4%;
    color: #29282E;
    margin-bottom: 12px;
}
.creation_item-text {
    font-weight: 400;
    font-size: 27px;
    line-height: 128.9%;
    color: #758481;
}
.mb80 {
    margin-bottom: 80px;
}




.trainering_items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.trainering_items > * {
    width: calc(100%/2 - 25px);
    background: #FFFFFF;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);
    border-radius: 43px;
    padding: 44px 50px 55px;
}
.trainering_item-info {
    position: relative;
    padding-bottom: 40px;
}
.trainering_item-info:before {
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    background: #ACACAC;
    height: 1px;
    bottom: 0;
    left: -50px;
}
.trainering_item-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}
.trainering_item-avatar {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 26, 26, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
}
.trainering_item-avatar .icon {
    width: 36px;
    height: 36px;
    display: block;
}
.trainering_item-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 119.4%;
    color: #29282E;
}
.trainering_item-price {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 100%;
    color: #D31A1A;
    margin-bottom: 10px;
}
.trainering_item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 128.9%;
    color: #758481;
}
.trainering_item-list {
    margin-top: 44px;
    list-style: none;
}
.trainering_item-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 400;
    font-size: 28px;
    line-height: 128.9%;
    color: #758481;
}
.trainering_item-list li + li {
    margin-top: 25px;
}
.trainering_item-list .icon {
    width: 39px;
    height: 39px;
}
.trainering_item.active {
    background: linear-gradient(264.41deg, #C0E654 1.1%, #9AC731 100%);
    border: 1px solid #ACACAC;
}

.trainering_item.active .trainering_item-name {
    color: #3C4611;
}
.trainering_item.active .trainering_item-avatar {
    background: #cfe69b;
}
.trainering_item.active .trainering_item-price {
    color: #45510D;
}
.trainering_item.active .trainering_item-text {
    color: #3C4611;
}
.trainering_item.active .trainering_item-info:before {
    background: #43580C;
}
.trainering_item.active .trainering_item-list li {
    color: #3C4611;
}



.mirror_table {
    overflow-x: auto;
}
.mirror_table::-webkit-scrollbar {
  width: 0;
}
.mirror table {
	width: 100%;    
    border-spacing: 13px;
}
.mirror table thead tr th {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #29282E;
    padding: 36px 30px;
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
    border-radius: 19px;
    white-space: nowrap;
}
.mirror table tbody tr td {
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #29282E;
    padding: 31px 30px;
}
.mirror table tbody tr td:nth-child(-n + 5) {
    background: #FFFFFF;
    box-shadow: 10.347px 15.5205px 82.7757px rgba(121, 121, 121, 0.15);
    border-radius: 19px;
}
.mirror table tbody .icon {
    width: 35px;
    height: 35px;
}
.mirror table tbody tr td:first-child {
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
    border-radius: 19px;
    text-align: start;
    width: 415px;
}
.mirror table thead tr th:first-child {
    text-align: start;
    width: 415px;
}




.growth_items {
    display: flex;
    flex-wrap: wrap;
    gap: 162px;
}
.growth_items > * {
    width: calc(100%/2 - 82px);
    position: relative;
}
.growth_item:nth-child(2) {
    margin-top: 164px;
}
.growth_item-box {
    background: #FFFFFF;
    box-shadow: 8px 12px 64px rgba(121, 121, 121, 0.15);
    border-radius: 43px;
    padding: 36px 40px;
    position: relative;
}
.growth_item:nth-child(2n + 1) .growth_item-box:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 10px solid #A9CE00;
    right: -114px;
    top: 0;
    z-index: 10;
    background: #fff;
}
.growth_item:nth-child(2n) .growth_item-box:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 10px solid #A9CE00;
    left: -100px;
    top: 0;
    z-index: 10;
    background: #fff;
}
.growth_item:nth-child(2n + 1):after {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background: #F2F2F2;
    bottom: -54px;
    right: -91px; 
    z-index: -1; 
} 
.growth_item:nth-child(2n) .growth_item-box:last-child:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    bottom: -54px;
    left: -80px; 
    z-index: 0; 
}
.growth_item-box + .growth_item-box {
    margin-top: 77px;
}
.growth_item-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
    line-height: 119.4%;
    color: #16A3B9;
}
.growth_item-title .icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}
.growth_item-text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 160%;
    color: #696984;
}





.recall_item {
    padding: 38px 34px 53px 41px;
    background: linear-gradient(285.66deg, #DCF5F9 2.81%, rgba(220, 245, 249, 0) 111.19%);
    border-radius: 19px;
}
.recall_item-rating {
    display: flex;
    gap: 1px;
    margin-bottom: 26px;
}
.recall_item-rating .icon {
    width: 42px;
    height: 42px;
}
.recall_item-text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: #696984;
}
.recall .swiper {
    overflow: visible !important;
}
.recall .swiper-button-next {
    top: 60px;
    right: 32px;
}
.recall .swiper-button-prev {
    top: 60px;
    left: auto;
    right: 80px;
}
.recall .swiper-slide.visible {
    display: flex;
    visibility: visible;
    height: auto;
    pointer-events: auto;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.recall .swiper-slide.active {
    display: flex;
    visibility: visible;
    height: auto;
    pointer-events: auto;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.recall .swiper-slide {
    position: relative;
    display: flex;
    visibility: visible;
    width: auto;
    transition: opacity .2s linear, visibility .2s linear;
    pointer-events: none;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.recall .swiper-wrapper {
    overflow: visible !important;
}
.recall .swiper-button-next, 
.recall .swiper-button-prev {
    width: 56px;
    height: 56px;
    margin: 0;
}
.recall .swiper-button-next {
    top: -110px;
    right: 0;
}
.recall .swiper-button-prev {
    top: -110px;
    left: auto;
    right: 60px;
}






@media print,
(max-width: 1499px) {



}



@media print,
(max-width: 1279px) {

.education_items {
    gap: 30px;
}
.education_items > * {
    width: calc(100% / 3 - 20px);
    padding: 20px;
}
.education_item-top:before {
    width: calc(100% + 42px);
    left: -20px;
}
.education_item-bottom_text {
    font-size: 20px;
}
.education_item-bottom_label {
    font-size: 18px;
}
.education_item-title {
    font-size: 28px;
    line-height: 119.4%;
    margin-bottom: 15px;
}
.education_item-text {
    font-size: 22px;
}
.library_item-title {
    padding: 15px;
    font-size: 22px;
}
.library_items > * {
    border-radius: 15px;
}
.library_item-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.place_wrap {
    flex-direction: column;
    padding: 40px;
}
.place_items {
    width: 100%;
}
.trainering_items > * {
    border-radius: 20px;
    padding: 20px;
}
.trainering_item-info:before {
    width: calc(100% + 40px);
    left: -20px;
}
.growth_item-box {
    border-radius: 20px;
    padding: 20px;
}
.calculator {
    padding: 40px;
}





}

@media print,
(max-width: 1023px) {

.transformation_items > * {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
}
.calculator .line {
    flex-wrap: wrap;
}
.calculator .line > * {
    width: 100%;
}
.tour_tab {
    flex-direction: column;
}
.tour .tab_content.active {
    width: 100%;
}
.tour .tabs {
    display: flex;
    flex-direction: row;
    width: 100%;    
}
.tour .tabs button {
    text-align: center;
    justify-content: center;
}
.education_items {
    flex-wrap: wrap;
}
.education_items > * {
    width: 100%;
    border-radius: 20px;
}
.education_item-top {
    padding-bottom: 20px;
}
.education_item-bottom {
    margin-top: 20px;
}
.library_items {
    gap: 20px;
}
.library_items > * {
    width: calc(100% / 2 - 10px);
}
.place_wrap {
    border-radius: 20px;
    padding: 20px;
}
.place_item + .place_item {
    margin-top: 40px;
}
.trainering_items > * {
    width: 100%;
}
.growth_items > * {
    width: 100%;
}
.growth_items {
    gap: 20px;
}
.growth_item:nth-child(2) {
    margin-top: 0px;
}
.growth_item-box + .growth_item-box {
    margin-top: 20px;
}
.growth_item:nth-child(2n + 1):after {
    display: none;
}
.growth_item:nth-child(2n + 1) .growth_item-box:before {
    display: none;
}
.recall .block_head.center {
    justify-content: flex-start;
}
.recall .block_head.center .title {
    width: calc(100% - 150px);
}
.transformation_item-title {
    font-size: 19px;
    margin-bottom: 20px;
}
.transformation_item ul li {
    font-size: 15px;
}
.transformation_item ul li + li {
    margin-top: 15px;
}
.calculator {
    padding: 20px 0;
}
.calculator .line .field label {
    font-size: 19px;
    margin-bottom: 10px;
}
.calculator .resultat {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.calculator .resultat_text {
    font-size: 20px;
}
.calculator .resultat_price {
    margin: 10px auto;
    font-size: 50px;
}
.tour .tabs button {
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
}
.education_item-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.education_item-text {
    font-size: 17px;
}
.library_item-title {
    font-size: 20px;
}
.library_btn a {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 20px;
}
.place_item-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.place_item-text {
    font-size: 17px;
}
.creation_item-label {
    font-size: 20px;
}
.creation_item-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.creation_item-text {
    font-size: 17px;
}
.trainering_item-name {
    font-size: 22px;
}
.trainering_item-top {
    margin-bottom: 15px;
}
.trainering_item-price {
    font-size: 50px;
}
.trainering_item-text {
    font-size: 20px;
}
.trainering_item-info {
    padding-bottom: 20px;
}
.trainering_item-list {
    margin-top: 20px;
}
.trainering_item-list li {
    font-size: 17px;
}
.trainering_item-list li + li {
    margin-top: 15px;
}
.mirror table thead tr th,
.mirror table tbody tr td {
    font-size: 20px;
    padding: 20px 20px;
}
.growth_item-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.growth_item-text {
    font-size: 17px;
}
.recall_item {
    padding: 20px;
}
.recall_item-text {
    font-size: 17px;
}
.recall_item-rating {
    margin-bottom: 18px;
}
.place_wrap {
    gap: 10px;
}
.calculator .line {
    gap: 20px;
}
.calculator .line + .line {
    margin-top: 20px;
}
.library_btn {
    margin: 25px auto 0;
}
.creation_item {
    padding-left: 60px;
}
.mb80 {
    margin-bottom: 50px;
}
.mirror table {
    border-spacing: 8px;
}
.place_item {
    gap: 20px;
}
.place_img .bg {
    top: 0;
    left: -44px;
    width: 533px;
    height: 537px;
}





}




@media print,
(max-width: 767px) {

.library_items > * {
    width: 100%;
}
.library_btn {
    width: 100%;
}
.library_btn a {
    width: 100%;
}
.calculator .resultat_text {
    font-size: 17px;
}
.calculator .resultat_price {
    font-size: 36px;
}
.calculator .line .field input {
    border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    font-size: 20px;
}
.transformation_item ul li {
    gap: 12px;
}
.place_img .bg {
    top: 0;
    left: -27px;
    width: 362px;
    height: 417px;
}
.recall .block_head.center .title {
    width: calc(100% - 125px);
    text-align: start;
}




}