@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;
}

.header {
  height: 100vh;
  background: #f0e3d9;
  position: relative;
  max-width: 1600px;
  max-height: 828px;
  margin-left: auto;
  margin-right: auto;
}

.header__rotator {
  max-height: 828px;
  height: 100vh;
}

.header__slide {
  max-height: 828px;
  height: 100vh;
  max-width: 1600px;
  width: 100vw;
  position: relative;
}

.header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
}

.header__text-block {
  width: calc(100% / 12 * 5.5);
  margin-left: calc(100% / 12 * 5.5);
}

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

.header__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: transparent;
  border: 2px solid #dbbaa2;
  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;
  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;
  padding: 0 40px;
}

.header__action-btn: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) {
  .header__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

.header__control-social {
  position: absolute;
  top: 280px;
  right: calc((100% - 1178px) / 2);
  z-index: 99;
}

.header__control-social__item {
  list-style-type: none;
  width: 40px;
  height: 40px;
  background-color: #DBBAA2;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header__control-social__item:last-child {
  margin-bottom: 0;
}

.header__control-social__item:last-child {
  padding-top: 12px;
}

.header__control-social__item:hover {
  background: #cd9f7d;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header__control-social a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__back-slide, .header__back-slide--mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.header__back-slide--mobile {
  display: none !important;
}

.header .owl-dots {
  position: absolute;
  bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  left: calc((100% - 1178px) / 2 + 1178px / 12 * 5);
  width: calc(1178px / 12 * 6);
}

.header .owl-dots .owl-dot {
  height: 9px;
  width: calc(100% - 4px);
  margin-right: 4px;
  position: relative;
  border-bottom: 1px solid #DBBAA2;
}

.header .owl-dots .owl-dot span {
  -webkit-transition: 0.05s width ease;
  transition: 0.05s width ease;
  width: 0;
  background: #DBBAA2;
  height: 8px;
  display: block;
}

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

@media screen and (max-width: 1200px) {
  .header {
    height: 100vh;
    min-height: 700px;
  }
  .header__rotator {
    min-height: 700px;
    height: 100vh;
  }
  .header__slide {
    min-height: 700px;
    height: 100vh;
    width: 100vw;
    position: relative;
  }
  .header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 9;
  }
  .header__text-block {
    width: calc(100% / 12 * 7);
    margin-left: calc(100% / 12 * 5);
  }
  .header__title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .header__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: transparent;
    border: 2px solid #dbbaa2;
    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;
    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;
    padding: 0 40px;
  }
  .header__action-btn: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: 1200px) and (max-width: 768px) {
  .header__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .header__control-social {
    display: none;
  }
  .header .owl-dots {
    left: unset;
    right: 40px;
    width: calc((100% - 40px * 2) / 12 * 7);
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: unset;
    min-height: unset;
    position: relative;
    background: white;
    max-height: unset;
  }
  .header__back-slide, .header__back-slide--mobile {
    height: 87.5vw;
    width: 100%;
    top: 0;
    display: none !important;
  }
  .header__back-slide--mobile {
    display: block !important;
    height: 87.5vw;
    width: 100%;
    top: 0;
  }
  .header .owl-dots {
    position: absolute;
    bottom: 23.4375vw;
    margin-bottom: 0;
    left: 6.25vw;
    width: calc(100% - 2 * 20 / 3.2 * 1vw);
  }
  .header__rotator {
    height: height: 200.125vw; /*188.125vw;*/
    min-height: unset;
    max-height: unset;
  }
  .header__slide {
    height: 188.125vw;
    width: 100vw;
    height: auto;
    min-height: 188.125vw;
    position: relative;
    max-height: unset;
    min-height: unset;
  }
  .header .container {
    height: calc(100% - 280 / 3.2 * 1vw);
    padding-top: 90.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__text-block {
    width: 100%;
    margin-left: 0;
  }
  .header__title {
    font-size: 10.9375vw;
    line-height: 12.5vw;
    margin-bottom: 6.5625vw;
  }
  .header__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: transparent;
    border: 2px solid #dbbaa2;
    color: #304049;
    height: 18.75vw;
    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;
    padding: 0 6.25vw;
  }
  .header__action-btn: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) {
  .header__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .header__control-social {
    display: none;
  }
}

.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;
}
.quotes__text span {
    float: right;
    padding-right: 10px;
    font-style: italic;
    font-size: 30px;
}

.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;
  }
}

.program {
  padding-top: 80px;
  margin-bottom: 22px;
}

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

.program__container {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.program__card {
  width: calc((100% - 40px) / 3);
  height: calc(437 / 14.4 * 1vw);
  max-height: 438px;
  position: relative;
  text-align: center;
}

.program__card:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.program__card:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.program__card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.program__card:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.program__card:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.program__card:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.program__card:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.program__card:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.program__card:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.program__card:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.program__card:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.program__card:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.program__card:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.program__card:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.program__card:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.program__card::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(358.81deg, rgba(57, 54, 52, 0.85) 43.39%, rgba(37, 33, 31, 0) 98.99%);
  opacity: 0.4;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.program__card:hover .program__card__text-block {
  max-height: 500px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.program__card:hover::before {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.program__card-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program__card__text-block {
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 47px * 2);
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all 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: #FFFFFF;
  margin-bottom: 20px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.program__card-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.program__btn-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: #FFFFFF;
  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;
  -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;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 1200px) {
  .program__text-block {
    width: calc(100% / 12 * 10);
    margin-bottom: 48px;
  }
  .program__container {
    width: calc(100% - 80px);
    display: block;
  }
  .program__card {
    width: 100%;
    height: 57.5vw;
    max-height: unset;
    margin-bottom: 45px;
  }
  .program__card::before {
    opacity: 1;
  }
  .program__card__text-block {
    max-height: unset;
  }
}

@media screen and (max-width: 768px) {
  .program {
    padding-top: 14.0625vw;
    margin-bottom: 7.8125vw;
  }
  .program__text-block {
    width: 100%;
    margin-bottom: 13.125vw;
  }
  .program__container {
    display: block;
    width: calc(100% - 2 * 20/3.2*1vw);
    margin-left: auto;
    margin-right: auto;
  }
  .program__card {
    width: 100%;
    height: 125.625vw;
    max-height: unset;
    margin-bottom: 4.6875vw;
  }
  .program__card:last-child {
    margin-bottom: 0;
  }
  .program__card::before {
    opacity: 1;
  }
  .program__card:hover .program__card__text-block {
    max-height: unset;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .program__card:hover::before {
    opacity: 1;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
  .program__card__text-block {
    position: absolute;
    bottom: 9.375vw;
    width: calc(100% - 20/3.2*1vw * 2);
    max-height: 156.25vw;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .program__card-title {
    font-size: 7.8125vw;
    line-height: 12.5vw;
    margin-bottom: 1.5625vw;
  }
  .program__card-text {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.5625vw;
  }
  .program__btn-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: #FFFFFF;
    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;
    -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;
    margin: 0 auto;
  }
  .program__btn-action: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) {
  .program__btn-action {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.accordion {
  background: #F1EBE7;
  padding-top: 72px;
  padding-bottom: 53px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.accordion .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__text-block {
  width: calc(100% / 12 * 5);
  margin-right: calc(100% / 12);
}

.accordion_block {
  width: calc(100% / 12 * 6);
}

.accordion_block__item {
  border-top: 1px solid #DBBAA2;
  margin-bottom: 45px;
}

.accordion_block__item:last-child {
  margin-bottom: 0;
}

.accordion_block__item--open .accordion_block__item__img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion_block__item--open .accordion_block__item__footer {
  max-height: 600px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.accordion_block__item__header {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  cursor: pointer;
}

.accordion_block__item__img {
  width: 41px;
  height: 41px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.accordion_block__item__title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #304049;
  width: 80%;
}

.accordion_block__item__footer {
  padding-left: 30px;
  padding-top: 25px;
  max-height: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.accordion_block__item__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; //300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  width: 80%;
  margin-bottom: 30px;
}

.accordion_block__btn-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: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  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;
}

.accordion_block__btn-action:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

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

@media screen and (max-width: 1200px) {
  .accordion .container {
    display: block;
  }
  .accordion__text-block {
    width: calc(100% / 12 * 10);
    margin-right: 0;
    margin-bottom: 56px;
  }
  .accordion_block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .accordion {
    padding-top: 17.1875vw;
    padding-bottom: 19.6875vw;
  }
  .accordion .container {
    display: block;
  }
  .accordion__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13.4375vw;
  }
  .accordion_block {
    width: 100%;
  }
  .accordion_block__item {
    margin-bottom: 10.9375vw;
  }
  .accordion_block__item--open .accordion_block__item__img {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion_block__item--open .accordion_block__item__footer {
    max-height: unset;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .accordion_block__item__header {
    padding-top: 6.875vw;
    padding-left: 0;
  }
  .accordion_block__item__img {
    display: none;
  }
  .accordion_block__item__title {
    font-size: 7.8125vw;
    line-height: 12.5vw;
    width: 100%;
  }
  .accordion_block__item__footer {
    padding-left: 0;
    padding-top: 4.375vw;
    max-height: unset;
  }
  .accordion_block__item__text {
    font-size: 4.375vw;
    line-height: 6.25vw;
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .accordion_block__btn-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: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    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;
  }
  .accordion_block__btn-action:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

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

.blog {
  padding-top: 82px;
  padding-bottom: 75px;
}

.blog__text-block {
  width: calc(100% / 12 * 3);
  margin-right: calc(100% / 12);
}

.blog__btn-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: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  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;
}

.blog__btn-action:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

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

.blog .blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__category {
  margin-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__category__btn {
  display: none;
}

.invert .blog__section-card {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-right: 0;
}

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

.blog__container--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.blog__section-card {
  position: relative;
  max-width: 378px;
  width: calc(100% / 3);
  display: block;
  margin-right: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__section-card:hover::before {
  height: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

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

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

.blog__section-card__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 30px;
}

.blog__section-card__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(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  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;
}

.blog__section-card__btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

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

.blog__section-card__img {
  max-width: 32px;
  max-width: 35px;
  height: auto;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__section-card .wrapp {
  width: calc(100% - 50px);
  padding-right: 40px;
}

.blog__card {
  max-width: 378px;
  width: calc(100% / 3);
  display: block;
  margin-right: calc((100% - 378px * 3) / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__card:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.blog__card:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.blog__card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.blog__card:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.blog__card:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.blog__card:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.blog__card:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.blog__card:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.blog__card:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.blog__card:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.blog__card:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.blog__card:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.blog__card:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.blog__card:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.blog__card:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.blog__card.blog__card--empty-listen, .blog__card.blog__card--empty-watch {
  position: relative;
}

.blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  background: transparent url(../img/svg/blog__card--empty-listen.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__card.blog__card--empty-watch::before {
  background: transparent url(../img/svg/blog__card--empty-watch.svg) center center no-repeat;
  background-size: cover;
}

.blog__card.blog__card--listen, .blog__card.blog__card--watch {
  position: relative;
}

.blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  background: transparent url(../img/svg/blog__card--listen.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__card.blog__card--watch::before {
  background: transparent url(../img/svg/blog__card--watch.svg) center center no-repeat;
  background-size: cover;
}

.blog__card-cover {
  width: 100%;
  height: 205px;
  margin-bottom: 24px;
}

.blog__card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__container--flow .blog__card {
  margin-bottom: 60px;
  margin-right: 22px;
}

.blog__container--flow .blog__card:nth-child(3n) {
  margin-right: 0;
}

.blog__container--flow .blog__card:last-child {
  margin-bottom: 105px;
}

.blog__card-title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #304049;
  display: inline;
  border-bottom: 1px solid rgba(219, 186, 162, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-height: calc(3 * 30px);
  overflow: hidden;
}

.blog__card-title:hover {
  border-bottom: 1px solid #dbbaa2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 1200px) {
  .blog {
    padding-top: 82px;
    padding-bottom: 75px;
  }
  .blog__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .blog .blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .blog__category {
    margin-bottom: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog__category__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(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    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;
    margin: 0 auto;
    margin-top: 28px;
  }
  .blog__category__btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

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

@media screen and (max-width: 1200px) {
  .invert .blog__section-card {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .blog .tab {
    width: 100%;
  }
  .blog__section-card {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog__section-card .wrapp {
    width: calc(100% - 50px);
    padding-right: 40px;
  }
  .blog__section-card__btn {
    display: none;
  }
  .blog__card {
    max-width: calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    display: block;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
    height: 26.97368vw;
  }
  .blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
    height: 26.97368vw;
  }
  .blog__card-cover {
    width: 100%;
    height: 26.97368vw;
  }
  .blog__container--flow .blog__card {
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .blog__container--flow .blog__card:nth-child(2n) {
    margin-right: 0;
  }
  .blog__container--flow .blog__card:nth-child(3n) {
    margin-right: 20px;
  }
  .blog__container--flow .blog__card:last-child {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .blog {
    padding-top: 18.75vw;
    padding-bottom: 16.5625vw;
  }
  .blog__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14.0625vw;
  }
  .blog__btn-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: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    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;
  }
  .blog__btn-action:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

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

@media screen and (max-width: 768px) {
  .blog .blog__container {
    display: block;
  }
  .blog__category {
    margin-bottom: 11.875vw;
  }
  .blog__category__btn {
    display: none;
  }
  .blog .tab {
    width: 100%;
  }
  .blog__container--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .blog__section-card {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 11.875vw;
  }
  .blog__section-card__title {
    font-size: 7.8125vw;
    line-height: 9.375vw;
    margin-bottom: 4.6875vw;
    margin-left: 10.9375vw;
  }
  .blog__section-card__text {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 9.375vw;
  }
  .blog__section-card__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(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    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;
    margin-left: 0;
    margin-right: auto;
  }
  .blog__section-card__btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog__section-card__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) {
  .blog__section-card__img {
    max-width: 7.8125vw;
    height: auto;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 1vw;
  }
  .blog__section-card .wrapp {
    width: calc(100%);
    padding-right: 0;
    margin-left: -10.9375vw;
  }
  .blog__card {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 12.5vw;
  }
  .blog__card.blog__card--empty-listen, .blog__card.blog__card--empty-watch {
    position: relative;
  }
  .blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
    height: 47.5vw;
  }
  .blog__card.blog__card--listen, .blog__card.blog__card--watch {
    position: relative;
  }
  .blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
    height: 47.5vw;
  }
  .blog__card-cover {
    width: 100%;
    height: 47.5vw;
    margin-bottom: 6.25vw;
  }
  .blog__container--flow .blog__card {
    margin-bottom: 60px;
    margin-right: 22px;
  }
  .blog__container--flow .blog__card:nth-child(3n) {
    margin-right: 0;
  }
  .blog__container--flow .blog__card:last-child {
    margin-bottom: 105px;
  }
  .blog__card-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #304049;
    display: inline;
    border-bottom: 1px solid rgba(219, 186, 162, 0.5);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    max-height: calc(3 * 30px);
    overflow: hidden;
  }
  .blog__card-title:hover {
    border-bottom: 1px solid #dbbaa2;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

.clients {
  padding-top: 84px;
  padding-bottom: 70px;
}

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

.clients__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clients__logo {
  width: 152px;
  height: 148px;
  position: relative;
  margin: 0 15px;
}

.clients__logo img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.clients__logo:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .clients {
    padding-top: 18.75vw;
    padding-bottom: 17.1875vw;
  }
  .clients__text-block {
    width: 100%;
  }
  .clients__logo {
    width: 28.00625vw;
    height: 27.26875vw;
  }
}

.tab {
  width: auto;
}

.tab__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab__nav-item {
  width: calc((100% - 8px) / 3);
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dbbaa2;
  padding-bottom: 25px;
}

.tab__nav-item::after {
  content: "";
  display: block;
  height: 1px;
  background: #dbbaa2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.tab__nav-item--active::after {
  height: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.tab__nav-item:hover::after {
  height: 8px;
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.tab__nav-item__icon {
  margin-right: 15px;
  height: 33px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tab__nav-item__text {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #304049;
}

.tab__container {
  position: relative;
  overflow: hidden;
}

.tab__block {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row wrap;
      flex-wrap: row wrap;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  z-index: -1;
  width: 100%;
}

.tab__block--show {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  max-height: 1000px;
  z-index: auto;
}

@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
  }
  .tab__nav-item {
    width: calc((100% - 8px) / 3);
    list-style-type: none;
    display: block;
    padding-bottom: 4.375vw;
    text-align: center;
  }
  .tab__nav-item__icon {
    margin-right: 0;
    height: 7.8125vw;
    width: 7.8125vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tab__nav-item__text {
    font-size: 5vw;
    line-height: 6.25vw;
  }
  .tab__block {
    padding-top: 7.5vw;
  }
}

.footer {
  padding-top: 86px;
  background: #F1EBE7;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__top {
  padding-bottom: 55px;
  border-bottom: 1px solid #304049;
}

.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__short-info {
  width: calc(100% / 12 * 3);
}

.footer .copyright {
  width: calc(100% / 12 * 9);
}

.footer .copyright:hover {
  color: #304049;
}

.footer .creators {
  width: calc(100% / 12 * 3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .creators:hover {
  color: #304049;
}

.footer .creators img {
  width: 58px;
  height: auto;
  margin-left: 10px;
}

.footer__training-block, .footer__education-block, .footer__about-block {
  width: calc(100% / 12 * 2);
}

.footer__contact-block {
  width: calc(100% / 12 * 3);
}

.footer__contact-block .online-payment {
  display: none;
}

.footer__logo {
  width: 152px;
  height: auto;
  margin-bottom: 9px;
  display: block;
}

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

.footer ul li {
  list-style-type: none;
}

.footer__item, .footer__item--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #304049;
  padding-right: 25px;
  display: block;
}

.footer__item:hover, .footer__item--bold:hover {
  color: #587687;
}

.footer__item--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.footer__short-info {
  margin-top: -51px;
}

.footer__short-info .footer__item, .footer__short-info .footer__item--bold {
  padding-left: 53px;
  padding-right: 40px;
}

.footer__training-list {
  margin-bottom: 24px;
}

.footer__training-list li {
  margin-bottom: 10px;
}

.footer__training-list li:last-child {
  margin-bottom: 0;
}

.footer__education-list li, .footer__about-list li {
  margin-bottom: 21px;
}

.footer__education-list li:last-child, .footer__about-list li:last-child {
  margin-bottom: 0;
}

.footer__tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  display: block;
  margin-bottom: 10px;
}

.footer__tel:hover {
  color: #587687;
}

.footer__logos-container {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer__logos-container a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 40px;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .footer__top {
    padding-bottom: 55px;
  }
  .footer__short-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__training-block {
    width: calc(100% / 12 * 4);
  }
  .footer__education-block {
    width: calc(100% / 12 * 5);
  }
  .footer__about-block {
    width: calc(100% / 12 * 3);
  }
  .footer__contact-block {
    margin-top: 40px;
    width: 100%;
  }
  .footer__contact-block .online-payment {
    display: none;
  }
  .footer__bottom {
    display: block;
  }
  .footer .copyright {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer .creators {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 7.5vw;
  }
  .footer .container {
    display: block;
  }
  .footer__top.container {
    padding-bottom: 13.125vw;
    border-bottom: 1px solid #304049;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (48%)[2];
        grid-template-columns: repeat(2, 48%);
    grid-column-gap: 2%;
  }
  .footer__bottom {
    padding-top: 4.0625vw;
    padding-bottom: 6.25vw;
  }
  .footer__short-info {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .copyright {
    width: 100%;
    margin-bottom: 13.125vw;
  }
  .footer .copyright:hover {
    color: #304049;
  }
  .footer .creators {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer .creators:hover {
    color: #304049;
  }
  .footer .creators img {
    width: 58px;
    height: auto;
    margin-left: 10px;
  }
  .footer__training-block, .footer__education-block, .footer__about-block, .footer__contact-block {
    width: 100%;
  }
  .footer__training-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__training-block > .footer__item, .footer__training-block > .footer__item--bold {
    display: none;
  }
  .footer__about-block {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__education-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__contact-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 9.375vw;
  }
  .footer__contact-block .online-payment {
    display: block;
    margin-bottom: 14.0625vw;
  }
  .footer__logo {
    width: 37.5vw;
    height: auto;
    margin-bottom: 5.625vw;
  }
  .footer__item, .footer__item--bold {
    font-size: 4.375vw;
    line-height: 6.25vw;
    padding-right: 0;
  }
  .footer__item--bold {
    font-size: 5vw;
    line-height: 6.25vw;
  }
  .footer__short-info {
    margin-bottom: 8.125vw;
    margin-top: 0;
  }
  .footer__short-info .footer__item, .footer__short-info .footer__item--bold {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__training-list {
    margin-bottom: 8.4375vw;
  }
  .footer__training-list li {
    margin-bottom: 3.125vw;
  }
  .footer__education-list li, .footer__about-list li {
    margin-bottom: 6.5625vw;
  }
  .footer__tel {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  .footer__logos-container {
    margin-top: 6.5625vw;
  }
  .footer__logos-container a {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

.tab__block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab__block .blog__card {
  width: calc(100% / 2);
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tab__block .blog__card {
    width: 100%;
  }
  .tab__block .blog__card:nth-child(n+2) {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */