body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.corporate-training-page {
  .div-main {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }

  .h1-img-wrp {
    max-width: 500px;

    img {
      width: 100%;
      height: auto;
    }
  }

  .franchise {
    .franchise__title {
      margin-bottom: 20px;
    }

    .franchise__description {
      max-width: 700px;
      width: 100%;
      text-align: center;
      margin: 0 auto 40px;
      color: #031420;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 140%;
    }
  }

  .achievements {
    padding: 0 32px;
    margin-bottom: 70px;

    .achievements__wrp {
      max-width: 1120px;
      width: 100%;
      margin: 0 auto;
    }

    .achievements__title {
      color: #031420;
      font-family: Montserrat, sans-serif;
      font-size: 40px;
      font-weight: 900;
      line-height: 100%;
      text-align: center;
      margin: 0 auto 38px auto;

      @media screen and (max-width: 767px) {
        font-size: 24px;
      }
    }

    .achievements__items {
      display: flex;
      justify-content: space-between;
      gap: 20px;

      @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 14px;
      }
    }

    .achievements__items-wrp {
      max-width: 600px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: flex-start;
    }

    .achievements__item {
      display: flex;
      align-items: center;
      gap: 14px;

      img {
        width: 30px;
        flex: 0 0 auto;

        @media screen and (max-width: 767px) {
          width: 20px;
        }
      }

      span {
        color: #031420;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 140%;
        margin: 0;
      }
    }
  }

  .page-h2 {
    color: #031420;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    margin: 0 auto 60px auto;
    padding: 0 32px;

    @media screen and (max-width: 991px) {
      padding: 0 16px;
    }

    @media screen and (max-width: 767px) {
      font-size: 24px;
    }
  }

  .info-wrp {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
  }
}

h1 {
  width: 460px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 60px;
  line-height: 110%;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.franchise {
  margin-bottom: 80px;
  padding: 0 36px;
}

.franchise__wrp {
  max-width: 1120px;
  width: 100%;

  margin: 0 auto;
}

.franchise__title {
  color: #031420;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-align: center;

  margin: 0 auto 38px auto;
}

.franchise__top-wrp {
  display: flex;
  justify-content: center;
  gap: 23px;

  margin-bottom: 40px;
}

.franchise__txt-wrp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 38px 0 0 0;
}

.franchise__txt-block {
  max-width: 270px;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;

  text-align: right;
}

.franchise__txt-block.long-block {
  max-width: 290px;

  text-align: left;
}

.franchise__title-block {
  width: 100%;
  color: #031420;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: right;
  margin: 0;
}

.franchise__title-block.left {
  text-align: left;
}

.franchise__img-wrp {
  flex: 1 0 480px;
  max-width: 480px;
  width: 100%;
  align-self: center;

  position: relative;
}

.franchise__img-main {
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.franchise__img-icon {
  position: absolute;
  max-width: 90px;
}

.franchise__img-icon.monitor {
  top: 8%;
  left: 0;
}

.franchise__img-icon.speed {
  top: 8%;
  right: 0;
}

.franchise__img-icon.plane {
  bottom: 8%;
  left: 0;
}

.franchise__img-icon.laptop {
  bottom: 8%;
  right: 0;
}

.franchise__subtitle-block {
  color: #031420;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;

  margin: 0;
}

.main {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 80px;
}

.h1 {
  width: auto;
  max-width: 380px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 50px;
  line-height: 110%;
  font-weight: 900;
}

.subtitle-main {
  width: auto;
  max-width: 380px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

.demo-button {
  position: static;
  margin-top: 0px;
  padding: 15px 40px;
  border-radius: 4px;
  background-color: #1dbe69;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.demo-button:hover {
  background-color: #169251;
}

.demo-button.margin-btn {
  margin-top: 40px;
  font-size: 14px;
}

.demo-button.margin-btn:hover {
  background-color: #169251;
}

.div-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.main-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.h2 {
  max-width: 670px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
}

.feedback {
  padding-bottom: 100px;
}

.feedback-1 {
  padding: 110px 20px 40px;
  border-radius: 20px;
  box-shadow: 11px 11px 30px 10px hsla(0, 0%, 96.1%, 0.8);
}

.name.margin-10 {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}

.name.margin-10.margin-25 {
  margin-top: 25px;
  font-size: 12px;
}

.position {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
}

.div-feedbacks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-feedback-main.margin-card {
  margin-right: 20px;
}

.photo {
  display: block;
  max-height: 180px;
  max-width: 140px;
  margin-right: 30px;
  margin-left: 20px;
}

.photo-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -80px;
}

.logo {
  max-height: 50px;
  max-width: 100px;
  margin-top: 95px;
  margin-right: 30px;
  padding-right: 0px;
}

.feedback-1-2 {
  width: 240px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #031420;
  line-height: 140%;
  font-weight: 500;
}

.feedback-1-2.margin-47 {
  width: 240px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #031420;
    font-size: 48px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0.5px;
  }

  .container {
    max-width: 1120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main {
    padding-bottom: 100px;
  }

  .h1 {
    max-width: 460px;
    font-size: 52px;
    letter-spacing: 0.5px;
  }

  .subtitle-main {
    width: auto;
    max-width: 460px;
    font-size: 18px;
  }

  .demo-button {
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
  }

  .demo-button:hover {
    background-color: #169251;
  }

  .demo-button.margin-btn {
    margin-top: 40px;
    font-size: 16px;
  }

  .demo-button.margin-btn:hover {
    background-color: #169251;
  }

  .div-main {
    max-width: none;
  }

  .main-text {
    margin-right: 0px;
  }

  .h2 {
    max-width: 670px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    text-align: center;
  }

  .feedback {
    padding-bottom: 120px;
  }

  .feedback-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 358px;
    max-width: 340px;
    padding: 110px 25px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 11px 11px 30px 10px hsla(0, 0%, 96.1%, 0.8);
  }

  .name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #031420;
    line-height: 100%;
    font-weight: 700;
  }

  .name.margin-10 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .name.margin-10.margin-25 {
    margin-top: 25px;
    font-size: 14px;
  }

  .name.margin-10.margin-25.desk {
    margin-top: 0px;
  }

  .position {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #031420;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
  }

  .div-feedbacks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-feedback-main {
    max-height: 440px;
  }

  .div-feedback-main.margin-card {
    max-height: none;
    margin-right: 50px;
  }

  .photo {
    display: block;
    max-height: 180px;
    max-width: 140px;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .photo-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo {
    max-height: 50px;
    max-width: 100px;
    margin: 120px 0px 0px;
  }

  .feedback-1-2 {
    width: auto;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .feedback-1-2.margin-47 {
    width: auto;
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .franchise {
    margin-bottom: 60px;
  }

  .franchise__top-wrp {
    flex-direction: column;
  }

  .franchise__txt-wrp {
    padding: 0;
    gap: 23px;
  }

  .franchise__txt-block {
    max-width: 100%;

    &.long-block {
      max-width: 100%;
    }
  }

  .franchise__title-block {
    text-align: center;

    &.left {
      text-align: center;
    }
  }

  .franchise__subtitle-block {
    text-align: center;
  }

  .franchise {
    padding: 0 16px;
  }

  .main {
    padding-top: 60px;
  }

  .h1 {
    font-size: 40px;
  }

  .subtitle-main {
    width: 280px;
    font-size: 14px;
  }

  .div-main {
    width: auto;
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }

  .main-text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h2 {
    font-size: 36px;
  }

  .feedback {
    padding-bottom: 80px;
  }

  .feedback-1 {
    padding-bottom: 25px;
  }

  .name.margin-10 {
    margin-bottom: 5px;
  }

  .name.margin-10.margin-25 {
    margin-bottom: 5px;
  }

  .position {
    font-size: 10px;
    line-height: 100%;
  }

  .div-feedbacks {
    max-width: none;
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .photo {
    max-height: 160px;
    max-width: 120px;
    margin-right: 20px;
  }

  .logo {
    max-height: 40px;
    margin-top: 70px;
  }

  .feedback-1-2 {
    width: 180px;
  }

  .feedback-1-2.margin-47 {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .franchise__txt-wrp {
    padding: 0;
    gap: 20px;
  }

  .franchise {
    padding: 0 16px;
  }

  .franchise__title {
    font-size: 24px;
  }

  .franchise__title-block {
    font-size: 18px;
    text-align: center;
  }

  .franchise__subtitle-block {
    font-size: 14px;
  }

  .franchise__txt-block {
    max-width: 100%;
    text-align: center;
  }

  .h1 {
    width: auto;
    max-width: none;
    font-size: 48px;
    text-align: center;
  }

  .subtitle-main {
    width: auto;
    max-width: none;
    text-align: center;
  }

  .demo-button {
    width: 320px;
  }

  .demo-button.margin-btn {
    width: auto;
    margin-top: 25px;
  }

  .div-main {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2 {
    max-width: none;
  }

  .feedback {
    padding-bottom: 60px;
  }

  .name.margin-10 {
    margin-top: 25px;
    font-size: 14px;
  }

  .position {
    font-size: 12px;
  }

  .div-feedbacks {
    max-width: none;
    margin-right: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-feedback-main.margin-card {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .photo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .photo-logo {
    padding-right: 0px;
    padding-left: 20px;
  }

  .logo {
    margin-top: 95px;
    margin-right: 0px;
    margin-left: 40px;
  }

  .feedback-1-2 {
    width: auto;
  }

  .feedback-1-2.margin-47 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .subtitle-main {
    width: auto;
    max-width: none;
  }

  .demo-button.margin-btn {
    margin-top: 25px;
  }

  .div-main {
    max-width: none;
  }

  .main-text {
    max-width: none;
  }

  .h2 {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 120%;
  }

  .logo {
    max-width: 90px;
    margin-left: 25px;
  }
}
