.wrapper_default {
  max-width: 1730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tm-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-section__title {
  color: #000;
  /* font-size: 30px; */
  
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 0;
}

.tm-section__title-width {
  max-width: 732px;
  width: 100%;
}

.tm-section .tm-section__title {
  margin-right: 20px;
}

blockquote.tm-section__widget {
  color: #1e2121;
  font-size: 17px;
  
  line-height: 1.4;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;

  border-radius: 20px;
  background-color: #ebc277;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 56px 20px;
  max-width: 905px;
  margin: 0;
  width: 100%;
}

blockquote.tm-section__widget:after ,blockquote.tm-section__widget:before {
  display: none;
}

.tm-section_offset {
  padding: 20px 0;
}

.tm-work__item {
  border-radius: 20px;
  background-color: #e5e5e54f;
  border-color: transparent;
  border-style: solid;
}

.tm-work__number {
  color: #1e2121;
  font-size: 25px;
  
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.tm-work__name {
  color: #1e2121;
  font-size: 20px;
  
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.tm-work__item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.tm-work__descript {
  color: #1e2121;
  font-size: 16px;
  
  line-height: 1.4;
  font-weight: 500;
}

.tm-work__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-top: 40px;
}

.tm-work__wdith {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.tm-work_offset {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-section__title_white {
  color: #fff;
}

.tm-debt_offset {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-debt__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-top: 34px;
}

.tm-debt__item {
  border-radius: 20px;
  background-color: #272b2a;
  padding: 20px;
  min-height:287px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tm-debt__width {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.tm-debt__title {
  color: #ffffff;
  font-size: 20px;
  
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1px;
}

.tm-debt__image img {
  width: 80px;
  height: 80px;
}

@media (max-width: 1220px) {
  .tm-debt__width {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .tm-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .tm-section .tm-section__title {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  blockquote.tm-section__widget {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  blockquote.tm-section__widget {
    padding: 20px
  }

  .tm-work__item {
    padding: 14px;
  }


}

@media (max-width: 800px) {
  .tm-work__wdith {
    width: 100%;
  }
  .tm-work__container {
    margin-top: 40px;
  }
  .tm-work__item {
    min-height: auto;
  }

  .tm-work__number {
    margin-bottom: 20px;
  }

  .tm-debt__wrapper {
    margin-top: 44px;
  }
}

@media (max-width: 650px) {
  .tm-section__title {
    font-size: 29px;
  }
}

@media (max-width: 550px) {
  .tm-debt__width {
    width: 100%;
  }
}

.tm-debt__circle {
  color: #ebc277;
  font-size: 26px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  justify-content: center;
  background-color: #ebc27736;
}

.tm-debt__res .tm-debt__title {
  color: #ebc277;
  margin-bottom: 30px;
}

.tm-debt__res .tm-debt__item {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.tm-debt__res .tm-debt__width {
  width: 50%;
}

.tm-debt__subtitle {
  color: #ffffff;
  font-size: 18px;
  
  line-height: 1.4;
  font-weight: 400;
  max-width: 700px;
  width: 100%;
}

.tm-work__widget {
  width: 100%;
}

.tm-work__widget .tm-work__item {
  background-color: #ebc277;
  align-items: flex-start;
  min-height: auto;
}

.tm-work__widget .tn-atom {
  background-color: #1e2121;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 14px;
  
  line-height: 1.55;
  font-weight: 500;
  border-radius: 30px;
  background-color: #1e2121;
  transition: all 0.4s ease;
  padding: 6px 26px;
}

.tm-work__wdith .tn-atom:hover {
  color: #ebc277
}

@media (max-width: 820px) {
  .tm-debt__res .tm-debt__width {
    width: 100%;
  }
  .tm-debt__width .tm-work__item {
    min-height: auto !important;
  }
}

.tm-list_offset {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-list__wrapper {
  display: flex;
  margin-top: 37px;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.tm-list__width {
  margin-bottom: 30px;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}

.tm-list__item {
  border-radius: 20px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  min-height: 300px;
}

.tm-list__title {
  color: #1e2121;
  font-size: 22px;
  text-align: center;
  
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}

.tm-list__descript {
  color: #1e2121;
  font-size: 18px;
  
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.tm-list__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tm-list__image {
  margin-bottom: 32px;
}

.tm-list .tm-section__title {
  max-width: 900px;
  width: 100%;
}

@media (max-width: 1600px) {
  .tm-list__descript {
    font-size: 20px;
  }
}

@media (max-width: 1350px) {
  .tm-list__width {
  width: 50%; 
  }
}

@media (max-width: 1100px) {

  .tm-list__wrapper {
    flex-wrap: wrap;
  }
  .tm-list__width {
    width: 50%;
  }

  .tm-list__title {
    font-size: 20px;
  }
  .tm-list__descript {
    font-size: 16px;
  }
  .tm-list__item {
    min-height: 250px;
  }
}

@media (max-width: 800px) {
  .tm-list__width {
    width: 100%;
  }

  .tm-list__image {
    margin-bottom: 20px;
  }

  .tm-list__descript {
    margin-top: 30px;
  }

  .tm-list__item {
    min-height: auto;
  }
}

.tm-debt--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-debt__button {
  color: #ebc277;
  font-size: 16px;
  
  line-height: 1.55;
  font-weight: 500;
  border-width: 1px;
  border-radius: 100px;
  border-color: #ebc277;
  border-style: solid;
  transition: all 0.4s ease;
  padding: 10px 20px;
}

.tm-debt__button:hover {
  color: #272b2a;
  background-color: #ebc277;
}

body>.body:not(.index)>.main .banner.FOOTER {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .tm-debt--list {
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-debt__image {
    margin-bottom: 15px;
  }

  .tm-debt__under {
    margin-top: 20px;
  }
}

.tm-column_offset {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-column__title {
  color: #000;
  font-size: 30px;
  
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

.tm-column__descript {
  color: #000;
  font-size: 18px;
  
  line-height: 1.4;
  font-weight: 400;
}

.tm-column__link {
  position: relative;
}

.tm-column-widget {
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  width: 400px;
  top: 51px;
    left: 50%;
    transform: translateX(-50%);
  color: #1e2121;
    font-size: 14px;
    padding: 20px;
    
    line-height: 1.4;
    font-weight: 500;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);

    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.tm-column__link:hover .tm-column-widget {
    opacity: 1;
    visibility: visible;
}

.tm-debt__width .tm-work__item {
  min-height: 287px;
  background-color: #ebc277;
}

.tm-debt__width .tn-atom {
  background-color: #1e2121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  
  line-height: 1.55;
  font-weight: 500;
  border-radius: 30px;
  background-color: #1e2121;
  transition: all 0.4s ease;
  padding: 11px 33px;
}

.tm-list__wrapper {
  flex-wrap: wrap;
}

@media (max-width: 1500px) {
  .tm-column-widget {
    right: 0;
    left: auto;
    transform: translateX(0);
  }

  .tm-column__descript {
    max-width: 1060px;
    width: 100%;
  }
}

@media (max-width: 930px) {
  .tm-column-widget {
    transform: translateX(290px);
  }
}

@media (max-width: 800px) {
  .tm-column-widget {
    transform: translateX(0px);
  }
}

@media (max-width: 730px) {
  .tm-column-widget {
    transform: translateX(290px);
  }
}

@media (max-width: 650px) {
  .tm-column-widget {
    transform: translateX(0px);
    left: 0;
  }

  .tm-column__link {
    display: block;
  }
}

@media (max-width: 430px) {
  .tm-column-widget {
    width: 300px;
  }
}

.tm-debt__yr {
  padding-top: 0;
}

.tm-debt__yr .tm-debt__width {
  width: 50%;
}

.tm-debt__yr .tm-debt__item {
  min-height: 240px;
}

.tm-debt__yr .tm-debt__wrapper {
  margin-top: 0;
}

.tm-debt__yr .tm-debt__subtitle {
  font-size: 18px;
}

.tm-debt__year {
  color: #ebc277;
  font-size: 24px;
  
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media (max-width: 990px) {
  .tm-debt__yr .tm-debt__width {
    width: 100%;
  }
  .tm-debt__yr .tm-debt__item {
    min-height: auto;
  }


  .tm-column-widget {
    left: 0;
  }
}

@media (max-width: 930px) {
  .tm-column-widget {
    transform: translateX(0);
  }
}

@media (max-width: 810px) {
  .tm-column-widget {
    transform: translateX(-290px);
  }
}

@media (max-width: 700px) {
  .tm-column__link {
    display: block;
  }
  .tm-column-widget {
    transform: translateX(0px);
  }
}