@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Regular"), url("../font/arsenal/arsenal-regular.woff2") format("woff2"), url("../font/arsenal/arsenal-regular.woff") format("woff"), url("../font/arsenal/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Italic"), url("../font/arsenal/arsenal-italic.woff2") format("woff2"), url("../font/arsenal/arsenal-italic.woff") format("woff"), url("../font/arsenal/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Bold"), url("../font/arsenal/arsenal-bold.woff2") format("woff2"), url("../font/arsenal/arsenal-bold.woff") format("woff"), url("../font/arsenal/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-BoldItalic"), url("../font/arsenal/arsenal-bolditalic.woff2") format("woff2"), url("../font/arsenal/arsenal-bolditalic.woff") format("woff"), url("../font/arsenal/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.banner {
  background: linear-gradient(99.18deg, #967c6f 7%, #c3a99a 85.49%);
  padding: 94px 0 58px 0;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.banner__content {
  width: calc(100% / 12 * 8);
}

.banner__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-right: 50px;
}

.banner__text span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.banner__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  color: #FFFFFF;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.banner__action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .banner__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

.banner__main-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner__action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* .banner__action-btn {
                @include btn-white(63px);
            }*/
}

.banner__action-text {
  font-family: "Arsenal";
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #ffffff;
  width: calc(100% / 8 * 5);
}

.banner__main-img {
  position: absolute;
  width: auto;
  height: calc(100% + 22px);
  bottom: 0;
  max-height: 630px;
  max-width: auto;
}

.banner__title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 50px;
}

.banner .border {
  border: 1px solid #ffffff;
  padding: 40px 45px 40px 55px;
  position: relative;
}

.banner--training {
  padding-top: 80px;
  padding-bottom: 88px;
}

.banner--action {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner--action .banner__content {
  width: calc(100% / 12 * 8.8);
}

.banner .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.banner .owl-dots .owl-dot {
  height: 5px;
  width: calc(100% - 4px);
  margin-right: 4px;
  position: relative;
  border-bottom: 1px solid white;
}

.banner .owl-dots .owl-dot span {
  -webkit-transition: 0.5s width ease-in-out;
  transition: 0.5s width ease-in-out;
  width: 0;
  background: white;
  height: 5px;
  display: block;
}

.banner .owl-dots .owl-dot.active span {
  width: 100%;
  -webkit-transition: 8s width linear;
  transition: 8s width linear;
}

.training-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.training-info__left {
  width: calc(100% / 2 - 65px);
  margin-right: 65px;
  position: relative;
  padding-bottom: 80px;
}

.training-info__right {
  max-width: 385px;
}

.training-info__right .training-info__action-btn {
  display: none;
}

.training-info__title {
  font-family: "Arsenal";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: white;
}

.training-info__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: #FFFFFF;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
  position: absolute;
  bottom: 0;
}

.training-info__action-btn:hover {
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .training-info__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.training-info__item {
  margin-bottom: 15px;
}

.training-info__item:last-child {
  margin-bottom: 0;
}

.training-info__legend {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 3px;
}

.training-info__data {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.banner--small {
  padding: 44px 0 52px 0;
}

.banner--small__content {
  width: calc(100% / 12 * 9);
}

.banner--small .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quotes__item {
  min-height: 275px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quotes__text {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: white;
}

.banner--about .banner__text {
  margin-bottom: 22px;
}

.action-info__title {
  font-family: "Arsenal";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  color: #ffffff;
}

.action-info__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: #FFFFFF;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.action-info__action-btn:hover {
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .action-info__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (min-width: 1500px) {
  .banner__main-img {
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .banner__content {
    width: 100%;
  }
  .banner__main-img {
    display: none;
  }
  .banner--action .banner__content {
    width: 100%;
  }
  .training-info {
    display: block;
  }
  .training-info__left {
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 25px;
  }
  .training-info__left .training-info__action-btn {
    display: none;
  }
  .training-info__right {
    max-width: unset;
  }
  .training-info__right .training-info__action-btn {
    display: block;
    margin-top: 40px;
  }
  .training-info__action-btn {
    position: unset;
  }
  .banner--small {
    padding: 44px 0 52px 0;
  }
  .banner--small__content {
    width: calc(100% / 12 * 9);
  }
  .banner--small .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 23.125vw 0 15.625vw 0;
  }
  .banner__content {
    width: 100%;
  }
  .banner__text {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-right: 0;
    margin-bottom: 9.375vw;
  }
  .banner__text span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .banner__action-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #FFFFFF;
    height: 16.25vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .banner__action-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .banner__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .banner__main-img {
    display: none;
  }
  .banner__action-block {
    display: block;
  }
  .banner__action-text {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    width: 100%;
    margin-bottom: 20px;
  }
  .banner__action-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 19.6875vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .banner__action-btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .banner__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 9.375vw;
    line-height: 12.5vw;
    margin-bottom: 10.625vw;
  }
  .banner .border {
    padding: 4.6875vw 5.9375vw 13.75vw 6.5625vw;
  }
  .banner--training {
    padding-top: 10.9375vw;
    padding-bottom: 15.625vw;
  }
  .banner--action {
    padding-top: 10.9375vw;
    padding-bottom: 10.9375vw;
  }
  .banner--action .banner__content {
    width: 100%;
  }
  .training-info {
    display: block;
  }
  .training-info__left {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .training-info__title {
    font-size: 7.8125vw;
    line-height: 10.9375vw;
    margin-bottom: 6.25vw;
  }
  .training-info__action-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 19.6875vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
    position: unset;
    bottom: 0;
    display: none;
    margin-top: 16.25vw;
  }
  .training-info__action-btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .training-info__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .training-info__right {
    max-width: 100%;
    width: 100%;
  }
  .training-info__right .training-info__action-btn {
    display: block;
  }
  .training-info__item {
    margin-bottom: 5vw;
  }
  .training-info__item:last-child {
    margin-bottom: 0;
  }
  .training-info__legend {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 0.9375vw;
  }
  .training-info__data {
    font-size: 5vw;
    line-height: 7.8125vw;
  }
  .banner--small {
    padding: 10.9375vw 0 12.8125vw 0;
  }
  .banner--small__content {
    width: 100%;
  }
  .banner--small .container {
    display: block;
  }
  .quotes__item {
    min-height: 112.5vw;
    padding-bottom: 9.375vw;
  }
  .quotes__text {
    font-size: 9.375vw;
    line-height: 12.5vw;
  }
  .action-info__title {
    font-size: 6.25vw;
    line-height: 9.375vw;
    margin-bottom: 10vw;
  }
  .action-info__action-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 18.4375vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .action-info__action-btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .action-info__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.page-title {
  max-width: 880px;
}

.page-title__h1 {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 4px;
}

.page-title__subtitle {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.page-title__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: #FFFFFF;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.page-title__btn:hover {
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.page-title__quote {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 40px;
}

.page-title__quote span {
  font-family: "Arsenal";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .page-title__h1 {
    font-size: 10.9375vw;
    line-height: 12.5vw;
    margin-bottom: 3.4375vw;
  }
  .page-title__subtitle {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-bottom: 6.875vw;
  }
  .page-title__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 19.6875vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .page-title__btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .page-title__quote {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-top: 3.4375vw;
    margin-bottom: 7.5vw;
  }
  .page-title__quote span {
    display: block;
    font-size: 4.375vw;
    line-height: 8.75vw;
  }
}

.program__text-block {
  width: calc(100% / 12 * 8);
  margin-bottom: 66px;
}

.program__card, .program__card--reverse {
  width: calc(100% / 12 * 11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.program__card-image {
  width: calc(100% / 11 * 5);
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

.program__card:hover .program__card-wrap::before, .program__card--reverse:hover .program__card-wrap::before {
  height: 8px;
  -webkit-transition: 0.3s height ease-in-out;
  transition: 0.3s height ease-in-out;
}

.program__card-wrap {
  padding: 41px 60px;
  position: relative;
}

.program__card-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBBAA2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s height ease-in-out;
  transition: 0.3s height ease-in-out;
}

.program__card-title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 20px;
}

.program__card-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; //300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 30px;
  max-height: calc(7 * 25px);
}

.program__card-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: transparent;
  border: 2px solid #dbbaa2;
  color: #304049;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  cursor: pointer;
  padding: 0 35px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program__card-action:hover {
  background: #e9d5c7;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 2px solid #e9d5c7;
}

@media screen and (max-width: 768px) {
  .program__card-action {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

.program__card--reverse {
  margin-left: calc(100% / 12);
}

.program__card--reverse .program__card-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.program__card--reverse .program__card-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1200px) {
  .program__text-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .program__card, .program__card--reverse {
    width: 100%;
    margin-bottom: 60px;
  }
  .program__card-image {
    width: calc(100% / 11 * 3);
    height: 17.10526vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program__card-wrap {
    padding: 33px 30px;
    padding-right: 0;
    position: relative;
  }
  .program__card-description {
    max-height: unset;
  }
  .program__card--reverse {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .program__text-block {
    width: 100%;
    margin-bottom: 16.5625vw;
  }
  .program__card, .program__card--reverse {
    width: 100%;
    display: block;
    margin-bottom: 19.0625vw;
  }
  .program__card-image {
    width: 100%;
    height: 48.75vw;
  }
  .program__card-wrap {
    padding: 0;
    padding-top: 6.5625vw;
    position: relative;
  }
  .program__card-wrap::before {
    display: none;
  }
  .program__card-title {
    font-size: 7.8125vw;
    line-height: 9.375vw;
    margin-bottom: 4.6875vw;
  }
  .program__card-description {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 9.375vw;
    max-height: unset;
  }
  .program__card-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: transparent;
    border: 2px solid #dbbaa2;
    color: #304049;
    height: 15.625vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    cursor: pointer;
    padding: 0 35px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .program__card-action:hover {
    background: #e9d5c7;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 2px solid #e9d5c7;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .program__card-action {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .program__card--reverse {
    margin-left: unset;
  }
  .program__card--reverse .program__card-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .program__card--reverse .program__card-wrap {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.feedback {
  padding-top: 86px;
  padding-bottom: 80px;
}

.feedback__text-block {
  width: calc(100% / 12 * 8);
  margin-left: calc(100% / 12 * 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -67px;
  position: relative;
  z-index: 9;
}

.feedback .section__title {
  margin-bottom: 0;
  margin-right: auto;
}

.feedback__person-info {
  width: calc(100% / 12 * 3);
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 3;
}

.feedback__rotator {
  min-height: 500px;
}

.feedback__item {
  position: relative;
  padding-top: 96px;
  min-height: 580px;
}

.feedback__person-img {
  width: 100%;
  max-height: 336px;
  height: auto;
  margin-bottom: 35px;
}

.feedback__person-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #304049;
  width: 70%;
  margin-bottom: 13px;
}

.feedback__person-position {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  width: 70%;
  color: #304049;
}

.feedback__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback__controls__prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 39px;
  height: auto;
  cursor: pointer;
  margin-right: 60px;
  margin-left: auto;
}

.feedback__controls__next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 39px;
  height: auto;
  cursor: pointer;
}

.feedback__body {
  width: calc(100% / 12 * 9.5);
  margin-left: auto;
  padding: 60px 100px 60px 157px;
  border: 1px solid #DBBAA2;
  position: relative;
}

.feedback__body::before {
  content: "";
  display: block;
  width: 120px;
  height: 117px;
  background: transparent url(../img/svg/quote.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -94px;
  left: -30px;
  z-index: 4;
}

.feedback__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #304049;
}

.feedback .read-btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .feedback {
    padding-top: 86px;
    padding-bottom: 80px;
  }
  .feedback__text-block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 23px;
  }
  .feedback__person-info {
    width: calc(100% / 12 * 7);
    position: absolute;
    top: unset;
    left: 40px;
    z-index: 3;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .feedback__item {
    padding-top: 0;
    min-height: 500px;
    padding-bottom: 167px;
  }
  .feedback__person-img {
    margin-bottom: 0;
    width: 192px !important;
    height: 219px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  .feedback__person-name {
    width: 100%;
    margin-bottom: 13px;
  }
  .feedback__person-position {
    width: 100%;
  }
  .feedback__body {
    width: 100%;
    margin-left: 0;
    padding: 60px 40px 120px 40px;
    position: relative;
  }
  .feedback__body::before {
    top: unset;
    bottom: -13px;
    left: 174px;
    z-index: 4;
  }
  .feedback .read-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .feedback {
    padding-top: 18.75vw;
    padding-bottom: 40px;
  }
  .owl-dots {
    display: none;
  }
  .feedback__text-block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 7.1875vw;
  }
  .feedback .section__title {
    margin-bottom: 0;
    margin-right: auto;
  }
  .feedback__person-info {
    width: calc(100% - 2 * 20 / 3.2 * 1vw);
    position: relative;
    top: -60px;
    left: 6.25vw;
    z-index: 3;
    display: block;
    order: 2;
  }
  .feedback__rotator {
    min-height: 500px;
  }
  .feedback__item {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .feedback__person-img {
    width: 39.0625vw !important;
    max-height: 44.6875vw;
    height: auto;
    margin-bottom: 6.25vw;
  }
  .feedback__person-name {
    font-size: 5vw;
    line-height: 4.6875vw;
    width: 100%;
    margin-bottom: 4.0625vw;
  }
  .feedback__person-position {
    font-size: 4.375vw;
    line-height: 6.25vw;
    width: 90%;
  }
  .feedback__controls__prev {
    width: 50px;
    margin-right: 40px;
  }
  .feedback__controls__next {
    width: 50px;
  }
  /* my style */
  .feedback__body {
    width: 100%;
    height: 77vw;
    min-height: 77vw;
    order: 1;
    margin-left: 0;
    padding: 6.25vw 6.25vw 20.3125vw 6.25vw;
    border: 1px solid #DBBAA2;
    position: relative;
  }
  .feedback__body.full {
    height: auto;
  }
  .feedback__body::before {
    width: 20vw;
    height: 19.6875vw;
    left: 40vw;
    top: unset;
    bottom: -6.875vw;
  }
  .feedback__text {
    font-size: 4.375vw;
    line-height: 6.25vw;
    min-height: 35vw;
    max-height: 40vw;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .review-before {
    position: relative;
    overflow: hidden;
  }
  .review-before::before {
    content: '';
    display: block;
    width: 100%;
    height: 25vw;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(43.7%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #FFFFFF 43.7%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .review-before.full {
    max-height: 1000vh;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .review-before.full::before {
    display: none;
  }
  /* my style */
  .feedback .read-btn {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 6.25vw;
    letter-spacing: -0.02em;
    color: #636C72;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .feedback .read-btn:hover {
    color: #899299;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
/*# sourceMappingURL=program.css.map */