@media(min-width: 2000px) {
  .banner:before {
    top: -10%;
  }
}

@media (max-width: 1600px) {
body {
  zoom: .9;
}
}

@media (max-width: 1450px) {
body {
  zoom: .8;
}
}

@media (max-width: 1300px) {
body {
  zoom: .7;
}
}

@media (max-width: 1100px) {
body {
  zoom: .6;
}
}

@media (max-width: 1000px) {
    .fancybox-slide--html .fancybox-close-small {
    transform: translate(10px,-100%);
}

  .mb {
    display: flex;;
  }
  .pc {
    display: none;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
}

  .container {
    max-width: 342px;
    width: calc(100% - 20px);
  }

  .section-title {
      width: 100%;
      font-size: 40px;
  }
  
  .qwsection-title {
      width: 100%;
      font-size: 40px;
  }
  

  .subtitle {
      margin-bottom: 40px;
      width: 100%;
  }

  .bigtext {
    width: 100%;
    margin: 0 0 40px;
    font-size: 20px;
}

.swiper-slide {
    opacity: 1;
    visibility: visible;
}

.img-shadow {
box-shadow: 3px 3px 0px 0px rgb(35, 45, 28);
}

  body {
    zoom: 1;
}

header.opened {
    z-index: 999;
}

.mob-header {
    display: flex;
    align-items: center;
}

.mob-menu {
    background: rgb(35, 45, 28);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    padding: 20px 24px 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.opened .mob-menu {
  display: block;
}

.mob-menu_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 39px;
}

.header_logo {
    margin: 0;
}

.header_logo img {
    width: 100px;
}

.menu_toggle {
    width: 46px;
    height: 46px;
    background-image: url(img/burger.png);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: rgb(35, 45, 28);
    border-radius: 6.9px;
}

.mob-menu .menu_toggle {
    background-color: rgb(242, 246, 243);
    background-image: url(img/burger-close.png);
}

.header_menu {
    margin: 0 0 150px;
}

.header_menu > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: normal;
}

.header_menu > ul > li {
    width: auto!important;
    height: auto!important;
}

.header_menu > ul > li > a {
    font-family: Mont;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0%;
    color: #F2F6F3;
    margin: 5px 0;
    width: 100%;
    display: flex;
    padding: 0 28px;
    box-sizing: border-box;
}


.mob-menu .header_menu > ul > li > a:hover {
    color: #232D1C;
    border-radius: 10px;
    background: rgb(242, 246, 243);
    font-weight: 700;
}

.header_menu > ul > li > a:after {
    display: none;
}

.header_menu > ul > li > a:before {
    display: none!important;
}

.lk-btn {
    padding: 24px;
    font-size: 20px;
    margin: 0 0 64px;
}

.header-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.lang-change {
    justify-content: center;
	margin: 0 20px 0 auto;
}

.lang-change span {
    justify-content: center;
    /* color: rgb(242, 246, 243); */
    font-size: 20px;
    gap: 10px;
    text-transform: none;
}

.lang-change ul {
    left: 50%;
    transform: translate(-50%, 100%);
}

.header-row {
    justify-content: space-between;
}


.banner {
  padding: 147px 0 50px;
}

.home-banner {
  padding: 107px 0 50px;
}

.banner:before {
  background: url(img/mob-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -40px;
  left: -97%;
  padding-bottom: 160%;
  width: 400%;
}

.banner:after {
    width: 652px;
    height: 486px;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
}

.banner .container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.home_title {
    margin: 0 0 37px;
    position: relative;
    z-index: 1;
}

.home_title span:nth-child(1) {
  font-size: 57.58px;
  margin-left: revert-layer;
  margin-bottom: 18px;
}

.home_title span:nth-child(2) {
  font-size: 80.35px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.home_title span:nth-child(3) {
  font-size: 57.58px;
  margin-left: 113px;
}

.banner_img {
    position: relative;
    transform: translateX(-50%);
    width: calc(100vw + 78px + 29px);
    left: 50%;
    top: 0;
    margin-bottom: -83px;
    z-index: 2;
}

.home-banner_accept {
    margin: 0;
}

.home-banner_accept .btn {
    width: 100%;
}

.store-links {
    display: none;
}




.packages {
    padding: 50px 0;
}

.top-text {
    margin: 0;
    width: 100%;
}

.packages .top-text {
    margin-bottom: 67px;
    margin-top: 20px
}

.packages-row {
    flex-direction: column;
    gap: 97px;
}

.packages-row:not(:last-child) {
    margin-bottom: 97px;
}

.packages-item {
    border-radius: 30px;
}

.packages-item_price {
    background: rgb(173, 255, 20);
    width: 201px;
    height: 89px;
    top: -26px;
    margin-bottom: 20px;
    color: rgb(35, 45, 28);
    font-size: 13px;
    gap: 10px;
}

.packages-item_price span {
    font-size: 29.66px;
    gap: 4px;
}

.packages-item_price span:after {
    width: 14.83px;
    height: 22.25px;
}

.packages-item_info {
    background: none!important;
    color: #FFF!important;
    margin: 0 29px;
    padding: 0 0 65px;
}

.packages-item_title {
    margin-bottom: 8px;
}

.packages-item_subtitle {}

.packages-item_info li:before {
    background: url(img/done-v.png)!important;
}



.packages-item_info ul {
    margin: 0;
}

.packages-item_btn {
    width: 200px;
    font-weight: 700;
    padding: 22px;
    background: rgb(242, 246, 243)!important;
}

.packages-item:nth-child(even) {
    background: rgb(173, 255, 20);
}

.packages-item:nth-child(even) .packages-item_price {
    background: rgb(35, 45, 28);
    color: rgb(242, 246, 243);
}

.packages-item:nth-child(even)  .packages-item_price span:after {
    background: url(img/r-w.png);
}

.packages-item:nth-child(even)  .packages-item_info {
    color: rgb(35, 45, 28)!important;
}

.packages-item:nth-child(even) .packages-item_info li:before {
    background: url(img/done.png)!important;
}


.packages-item:nth-child(even) .packages-item_btn {
    background: rgb(35, 45, 28)!important;
    color: rgb(242, 246, 243);
}

.packages-item:nth-child(even) .packages-item_btn:after {
    background: url(img/chevron-down-w.png);
}

.packages-item_info:before {
  display: none!important;
}

.packages-item:nth-child(1) .packages-item_info:after, .packages-item:nth-child(2) .packages-item_info:after {
    display: none;
}



.stages {
    padding: 50px 0;
}

.stages-item {
    border-radius: 30px;
}

.stages-item_title {
    padding: 13px 15px;
    font-size: 24px;
}

.stages-item_title svg {
    height: 32px;
    width: auto;
}

.stages-info {
    border-radius: 30px;
    padding: 40px 15px 20px;
}

.stages-info__wrap {
  max-height: 380px;
}

.stages-info ul {}

.stages-info ul:before {
    display: none;
}

.stages-info li {
    padding-left: 29px;
}

.stages-info li:before {
    top: -7px;
}

.stages-info li span {
    font-size: 16px;
}

.stages-item_btn {
    margin-left: 29px;
}



.transformation {
    padding: 50px 0;
}

.transformation-row .swiper-slide {
    flex-direction: row;
    gap: 20px;
}

.transformation-row .swiper-slide .transformation-item:nth-child(2) {
    /* display: none; */
}

.transformation-item {
	width: calc(50% - 10px);
}

.transformation-item_img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 30px;
}

.transformation-item_info {
    background: rgb(173, 255, 20);
    padding: 18px!important;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: rgb(35, 45, 28);
    font-size: 15px;
    gap: 0!important;
	justify-content: center;
}

.transformation-item_text {
    display: block;
    font-size: 12px;
}

.story {
    padding: 50px 0;
}

.story-wrap {
    margin: 0 -24px;
    padding: 40px 24px;
    border-radius: 30px;
    background: rgb(35, 45, 28);
}

.story-info {}

.story-row {
    max-width: 100%;
}

.story-wrap .bigtext {
}

p.text.story-text_left {
    margin-bottom: 21px;
}

.story_img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 3px 3px 0px 0px rgb(255, 255, 255);
}

.story-buttons {
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.story-buttons .btn {
    padding: 20px;
    width: 100%;
}

.things {
    padding: 50px 0;
}

.things-item {
    border: 1px solid rgb(35, 45, 28);
    border-radius: 40px;
    background: rgb(242, 246, 243);
    padding: 20px;
}

.things-row {
    margin: 0 -20px;
}

.things-item:before {
    display: none!important;
}

.things-item_img {
    margin-bottom: 20px;
    height: 200px;
}

.things-item_title {
    margin-bottom: 20px;
}

.things-item_text {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 140px;
}

.faq {
    padding: 50px 0;
}

.faq-wrap {
    border: 1px solid rgb(35, 45, 28);
    border-radius: 30px;
    background: rgb(242, 246, 243);
    margin: 0 -20px;
    padding: 40px 20px;
}

.faq-wrap:before, .faq-wrap:after {
    display: none;
}

.faq-info {
    padding: 0;
}

.faq_img {
    display: none;
}

.faq-accordeon {
    margin: 0;
}

.accordeon-item {}

.accordeon-title {
    padding: 20px 42px 20px 0;
    font-size: 20px;
}

.accordeon-toggle {
    right: 4px;
}

.accordeon-item.opened .accordeon-toggle {
    right: -10px;
}

.accordeon-item.opened .accordeon-text {
    padding: 0 0 20px;
}

.feedback {
    padding: 50px 0;
}

.feedback-wrap {
    margin: 0;
}

.feedback-title {
    font-size: 32px;
}

.feedback-text {
    margin-bottom: 20px;
}

.feedback-accept {
    align-items: center;
    margin-bottom: 20px;
}

.feedback-btn {
    padding: 20px 90px;
}

footer {
    padding: 25px 0 50px;
}

.footer-wrap {
    margin: 0 -20px;
    border: 1px solid rgb(35, 45, 28);
    border-radius: 30px;
    background: rgb(242, 246, 243);
    flex-direction: column;
    align-items: center;
    padding: 66px 20px 61px;
    gap: 60px;
}

.footer-wrap:before, .footer-wrap:after {
    display: none;
}

.footer-column {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-logo {
    margin: 0;
}

.footer-column {
}

.footer-title {
    width: 100%;
    padding-left: 72px;
    box-sizing: border-box;
    color: rgb(88, 88, 88);
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-menu {
    width: 100%;
    padding-left: 72px;
    box-sizing: border-box;
    gap: 20px;
}

.footer-menu li a {
    font-size: 20px;
}

.footer-menu li a:hover:before {
    display: none;
}

.footer-menu.info-menu {
    margin-bottom: 60px;
}

.footer-menu.info-menu li a {
    font-size: 15px;
}

.footer-lk {
    width: 100%;
    padding: 24px;
    font-family: Mont;
    font-size: 20px;
    letter-spacing: -5%;
}

.footer-socials {
    margin-top: 40px;
    margin-bottom: 40px;
}



.title-low {
    margin: 0 0 20px;
    font-size: 32px;
}


.banner.product-banner .top-text {
    margin-bottom: 32px;
}

.aboniment-list {
    flex-direction: column;
    gap: 10px;
}

.aboniment-btn {
    width: 100%;
    padding: 12px;
    border-width: 5px;
    border-radius: 33px;
    gap: 5px;
    font-size: 24px;
}

.aboniment-list:before {
    background: url(img/product-banner.png);
    top: 50%;
    width: 309px;
    height: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.aboniment-btn:before {
    border-radius: 28px;
}

.ainlcude {
    padding: 50px 0;
}

.ainlcude .title-low {
  margin-bottom: 40px
}

.ainclude-row {
    flex-direction: column;
    gap: 20px;
}


.ainclude-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: auto;
    position: relative;
    border-radius: 30px;
}

.ainclude-item_img {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
}

.ainclude-item.active .ainclude-item_img * {
    fill: rgb(242, 246, 243);
}

.ainclude-item_title {
    height: 100px;
    padding-left: 98px;
    display: flex;
    align-items: center;
    transition: all .3s;
    border-radius: 30px;
}

.ainclude-item .text {
  padding: 0 20px;
  overflow: hidden;
    transition: all .3s;
    max-height: 0;
}

.ainclude-item.active {
    overflow: hidden;
}

.ainclude-item.active .ainclude-item_title {

background: rgb(35, 45, 28);
color: rgb(242, 246, 243);
}

.ainclude-item.active .text {
    padding: 20px;
}





.aprice {
    padding: 50px 0;
}

.aprice-row {
    flex-direction: column;
}

.aprice-item {
    width: 100%;
    padding: 20px 120px 25px 20px;
    min-height: auto;
    position: relative;
    border-radius: 30px;
}

.aprice-item_title {
    text-align: left;
    font-size: 24px;
}

.hint-button {
    justify-content: flex-start;
    font-size: 16px;
}

.hint-wrap {
    left: 0;
    bottom: -10px;
    transform: translate(0, 100%);
    width: 302px;
}

.aprice-item_price {
    position: absolute;
    right: 20px;
    font-size: 30.93px;
    gap: 3.87px;
}

.aprice-item_hint {
    margin: 0;
}

.aprice-item_price:after {
    width: 15.46px;
    height: 23.2px;
}


.aoptions {
    padding: 50px 0;
}

.bordered {
    border-width: 5px;
}

.aoptions-row {
    flex-direction: column;
    gap: 20px;
}

.aoptions-item {
    width: 100%;
    border-radius: 30px;
    padding: 40px 20px 20px;
    min-height: auto;
}

.aoptions-item.bordered {
    padding: 35px 15px 20px;
}

.bordered:before {
    border-radius: 26px;
}

.bordered:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -6px;
    top: -6px;
    border-radius: 30px;
}

.aoptions-item_buttons {
    height: 40px;
    margin-bottom: 20px;
}

.aoptions-item_button {
    text-align: right;
}

.aoptions-item_price {
    margin: 0;
    font-size: 24px;
}


ul.aoptions-item_text {
    margin: 0;
}

.aoptions-item.recipe {
    background-position: 18px 0px!important;
    background-size: 194px!important;
}





.amenu {
    padding: 50px 0;
	position: relative;
}

section.amenu .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
    border: 2px solid rgb(173, 255, 20);
}

.amenu-subtitle {
    margin-left: 91px;
    width: fit-content;
    margin-bottom: 20px;
}

.amenu-important:before, .amenu-important:after {
    left: -91px;
    top: auto;
    transform: translate(0, 0);
}

.amenu-important:before {
    font-size: 24px;
}

.amenu-important:after {
    top: 26px;
    background: url(img/important-arrow-m.png);
    width: 71px;
    height: 16px;
}

.amenu-important br {
    display: none;
}

.amenu-row {
    flex-direction: column-reverse;
    gap: 20px;
}

.amenu-info {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    border-radius: 30px;
    background-image: none;
}

.amenu-column {
    width: 100%;
    padding: 0!important;
    border: none!important;
    position: relative;
} 

.amenu-column:nth-child(1):after {
    bottom: 0;
    left: -20px;
    right: -20px;
    border-bottom: 1px solid rgb(88, 88, 88);
    height: 207px;
    z-index: 0;
    background: url(img/menu-wrap.png);
    background-position: bottom;
    background-size: 328px;
    background-repeat: no-repeat;
}

.amenu-column:nth-child(1) {
    margin-bottom: 20px;
    padding-bottom: 133px!important;
}

.amenu-column:nth-child(1) > * {
    position: relative;
}

.amenu-buttons {
    width: 100%;
    padding: 40px;
    border-radius: 30px;
    gap: 55px;
}

.amenu-button {}

.amenu-button:hover:before {
    bottom: -22px;
    border-radius: 30px;
}

.amenu-button_title {
    font-size: 24px;
}

.amenu-button_price-wrap {
    padding: 0;
    font-size: 30.93px;
}

.amenu-button_price-wrap:before, .amenu-button_price-wrap:after {
    display: none;
}

.amenu-button_price {
    gap: 3.87px;
}

.amenu-button_price:after {
    width: 15.46px;
    height: 23.2px;
}

.amenu-button:hover:before {
    display: none;
}

.amenu-button:has(:checked):before {
    display: block;
}

.amenu-button:before {
    border-radius: 30px;
}



.ainfo {
    padding: 50px 0;
}

.ainfo-item {
    padding: 20px 0;
    flex-direction: column;
    gap: 0;
}

.ainfo-item_title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
}

.ainfo-item_text {
    width: 100%;
}

.aresult {
    padding: 50px 0;
}

.aresult-title {
    margin: 0 0 40px;
    font-size: 67.4px;
    gap: 10px;
}

.aresult-title .price-wrap {
    gap: 10px;
}

.aresult-title .price-wrap:after {
    width: 37.21px;
    height: 54.06px;
}

.aresult-row {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 71px;
}

.aresult-item_title {
    margin: 0;
    margin-right: 20px;
}

.aresult-item_text {
    margin-left: auto;
    margin-right: 27px;
    align-items: baseline;
}

.aresult-buttons {
    width: 100%;
    margin: 0 0 40px;
    padding-left: 0;
}

.aresult-success_row .btn.btn-black {
    font-size: 15.14px;
}

.aresult-success {
    font-size: 18.14px;
}






  .things-section {
    padding-bottom: 75px;
}

.things-banner {
    padding-bottom: 40px;
}

.things-section .things-row {
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
}

.things-section .things-item {
    width: 100%;
}

.pagination-wrap {
    display: none;
}




.thing-banner {
    padding-bottom: 40px;
}

.thing-subtitle {
    margin: 0 0 20px;
}

.thing-title {
    margin: 0;
    width: 100%;
    font-size: 36px;
}

.thing-banner_views {
    bottom: auto;
    top: -3px;
}

.thing-header {
    padding-bottom: 20px;
}

.thing-header_row {
    flex-direction: column;
}

.thing-content {
    width: 100%;
}

.thing-content_list {}

.thing-content_list .b-title {
    font-size: 15px;
}

.thing-content_list li:before {
    margin: 10px;
}

.thing-header_text {
    width: 100%;
}

.thing-description {
    padding-bottom: 75px;
}

.thing-description_column {
    width: 100%;
    gap: 40px;
}

.thing-description_title {
    font-size: 32px;
    margin-bottom: 20px;
}






.story-banner {
    padding-bottom: 40px;
}

.story-path {
    padding-bottom: 20px;
}

.story-path_row {
    flex-direction: column;
    gap: 20px;
}

.story-path_title-first {
    width: calc(((100% - 60px)/4*3) + (2*20px));
    margin: 0;
}

.story-path_title-second {
    margin: 0 0 0 auto;
    width: calc(((100% - 60px)/4*3) + (3*20px));
}

.story-path_img {
    width: 100%;
}

.story-path_text {
    width: calc(((100% - 60px)/4*3) + (3*20px));
    margin-left: auto;
}

.story-start {
    padding-bottom: 20px;
}

.story-start_title {
    width: 100%;
    margin-bottom: 20px;
}

.story-start_row {
    flex-direction: column;
    gap: 20px;
}

.story-start_column-left {
    width: 200px;
}

.story-start_imgs {
    display: flex;
    gap: 20px;
}

.story-start_imgs > * {
    width: calc(50% - 10px);
}

.story-start_img {
    max-width: 100%;
}

.ib-right {
    right: -102px;
}

.story-start_column-right {
    width: calc(((100% - 60px)/4*3) + (3*20px));
    margin-left: auto;
}

.story-fsteps {
    padding-bottom: 20px;
}

.story-fsteps_title {
    width: 100%;
}

.story-fsteps_btn {
    width: 100%;
    margin: 0 0 20px;
}

.story-fsteps_row {
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.story-fsteps_text {
    width: calc(((100% - 60px)/4*3) + (3*20px));
    margin-left: auto;
}

.story-fsteps_row > .story_img-wrap, .story-fsteps_row > .story-fsteps_img {
    max-width: calc(50% - 10px);
}

.story-fsteps_img {
	width: 160px;
    height: 362px
}

.ib-left {
    right: -102px;
    left: auto;
}

.story-health {
    padding-bottom: 20px;
}

.story-health_row {
    flex-direction: column-reverse;
}

.story-health_img {
    width: 100%;
}

.story-health_content {
    width: 100%;
}

.story-health_title {
    width: 100%;
}

.story-health_text {
    width: calc(((100% - 60px)/4*3) + (3*20px));
    margin-left: auto;
}

.story-now {
    padding-bottom: 20px;
}

.story-now_row {
    flex-direction: column;
    gap: 20px;
}

.story-now_column {
    width: 100%;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.story-now_title {
    margin: 0;
}

.story-now_img {
    width: 100%;
	height: 349.65px;
}

.story-now_img-left {
    width: calc(50% - 10px);
    margin: 0 0 auto;
	width: 160px;
    height: 361.98px;
}

.story-now_text {
    width: calc(50% - 10px);
}

.story-mission {
    padding-bottom: 75px;
}

.story-mission_wrap {
    width: 100%;
}

.story-now_title {
    margin-bottom: 20px;
}

.story-mission_sign {
    bottom: -92px;
    right: 73px;
    width: 139px;
}




.diplom-banner_quote {
    display: flex;
    flex-direction: column;
}

.diplom-banner_quote span {
    position: unset;
    transform: none;
    margin-left: auto;
}

.diplom-banner_text {
    width: 100%;
    margin: 0;
}

.diplom-banner_text br + br {
    display: block;
}

.diplom-knowledge {
    padding: 50px 0;
}

.diplom-knowledge_row {
    flex-direction: column;
    gap: 20px;
}

.diplom-knowledge_item {
    width: 100%;
    height: auto;
    padding: 20px 19px;
    border-radius: 30px;
}

.diplom-knowledge_item-btn {margin-bottom: 20px;}

.diplom-knowledge_item-title {
    margin-bottom: 20px;
}

.diplom-features {
    padding: 50px 0;
}

.diplom-features_row {
    flex-direction: column;
}

.diplom-features_item {
    width: 100%;
    padding: 0;
}

.diplom-features_item:before {
    top: 0;
    right: 0;
    font-size: 125px;
    line-height: 100px;
}

.diplom-features_item-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.diplom-features_item-text {}

.diplom-features_item:hover {border-color: transparent;box-shadow: none;background: transparent;}

.diplom-features_item:before {
    color: rgb(242, 246, 243)!important;
}

.diplom-diplomas {
    padding: 50px 0 30px;
}

.diplom-diplomas_title {
    margin-bottom: 40px;
}

.diplomas_row {
    gap: 20px;
    margin: 0 -20px;
}

.diplomas_item {
    width: calc(50% - 10px);
    padding: 20px;
    min-height: 216px;
    height: auto;
    border-radius: 30px;
}

.diplomas_item.bordered {
    padding: 15px;
}

.diplomas_item-img {
    position: unset;
    margin-bottom: 20px;
}

.diplomas_item-text {
    margin: 0;
    font-size: 15px;
}

.diplom-certificates {
    padding: 30px 0 75px;
}

.certificates_row {
    flex-direction: column;
    gap: 20px;
    margin: 0 -25px;
    padding: 40px 25px 20px;
    border-radius: 30px;
}

.certificates_row:before, .certificates_row:after {
    display: none;
}

.diplom-certificates_title {
    color: rgb(242, 246, 243);
}

.certificates_item {
    width: 100%;
}

.certificates_item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.certificates_item-img {
    display: none!important;
}
}


@media(max-width: 768px) {
  body {
    zoom: 1.2;
  }
}

@media(max-width: 500px) {
  body {
    zoom: 1;
  }
}


@media (max-width: 768px) {
  .tdsection-title {
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-size: 36px;  /* Уменьшил для мобильных (было 36px) */
    font-weight: 700;
    margin-top: -100;    /* Убрал -100px, чтобы не обрезало заголовок */
    color: rgb(173, 255, 20);
  }
}