/* ---------------GLOBAL--------------------- */
/* ---------------GLOBAL--------------------- */

html,
body {
  font-family: Lato, sans-serif;
  line-height: 160%;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

.burger {
  display: none;
}

.main__about {
  margin-top: 160px;
  margin-bottom: 160px;
}

.main__directions {
  margin-bottom: 185px;
}

.main__cert {
  margin-bottom: -46px;
}

.main__team {
  padding-bottom: 180px;
}

.main__testimonials {
  padding-bottom: 195px;
}

.main__companies {
  padding-bottom: 153px;
}

.main__program {
  margin-top: 115px;
  margin-bottom: 185px;
}

.main__blog {
  margin-bottom: 213px;
}

.main__info {
  margin-bottom: 180px;
}

.main__questions {
  margin-bottom: 180px;
}

.button {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 52px;
  padding: 0 40px;
  color: #ffffff;
  background: linear-gradient(55.95deg, #ff3f3a 0%, #f75e05 100%);
  border-radius: 4px;
  white-space: nowrap;
}

.button:hover {
  transform: scale(1.05);
}

.button-empty {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 52px;
  padding: 0 40px;
  color: #ff3f3a;
  border: 1px solid #ff3f3a;
  background: transparent;
  border-radius: 4px;
  white-space: nowrap;
}

.button-empty:hover {
  transform: scale(1.05);
}

.logo {
}

.heading {
  color: #1e212c;
}
.heading__subtitle {
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.heading__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
}
.heading--text-center {
  text-align: center;
}

/* ---------------HEADER TOP--------------------- */
/* ---------------HEADER TOP--------------------- */

.header {
  font-weight: 700;
  background: url(../images/decor/shapes-bg.svg) 50% 50% / cover no-repeat,
    linear-gradient(
      55.95deg,
      rgba(255, 63, 58, 0.2) 0%,
      rgba(245, 93, 5, 0.2) 100%
    );
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.header__top {
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header__logo {
  margin-right: 60px;
}
.logo {
}
.header__nav {
  margin-right: auto;
}
.header__nav-list {
  display: flex;
}
.header__nav-item {
  margin-right: 40px;
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-link {
  font-weight: 700;
  line-height: 160%;
  color: #1e212c;
  white-space: nowrap;
  transition: all 0.3s;
}
.header__nav-link:hover {
  color: #ff3f3a;
}
.header__btn-box {
  display: flex;
}
.header__top-btn {
}
.button {
}
.header__user-nav {
  display: flex;
  align-items: center;
  margin-left: 36px;
  padding-left: 28px;
  position: relative;
}
.header__user-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background: url("../images/icons/user-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.header__user-btn {
  white-space: nowrap;
  line-height: 1.6;
  transition: all 0.3s;
}
.header__user-btn:hover {
  color: #ff3f3a;
}

/* ---------------HEADER BODY--------------------- */
/* ---------------HEADER BODY--------------------- */

.header__body {
  flex-grow: 1;
}
.container {
}
.header__boddy-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e212c;
  margin: auto 0;
}
.header__content {
  margin-right: 180px;
}
.header__play {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.header__play img {
  margin-right: 16px;
  border-radius: 50%;
  transition: all 0.3s;
}
.header__play img:hover {
  box-shadow: 0 0 0 16px rgba(255, 63, 58, 0.12);
}
.play {
}
.header__title {
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 1px;
  margin-bottom: 60px;
  /* min-width: 500px; */
}
.header__content-buttons {
  display: flex;
}
.header__content-btn {
  margin-right: 24px;
}
.header__content-btn:last-child {
  margin-right: 0;
}
.header__img {
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.header__row > span {
  width: 8px;
  height: 8px;
  background: #ff3f3a;
  border-radius: 50%;
  margin: 0 15px;
}
.header__row-item {
  display: flex;
  align-items: center;
}
.header__row-item span {
  font-weight: 900;
  font-size: 46px;
  line-height: 130%;
  margin-right: 12px;
}
/* ---------------ABOUT--------------------- */
/* ---------------ABOUT--------------------- */

.about {
}
.container {
}
.about__inner {
}
.about__createx {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 180px 0;
}
.about__createx-content {
  max-width: 600px;
}
.about__heading {
  margin-bottom: 48px;
}
.about__paragraph {
  max-width: 600px;
}
.about__text {
  margin-bottom: 60px;
}
.accent {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  max-width: 600px;
  margin-bottom: 24px;
  color: #1e212c;
}
.about__btn-box {
  display: flex;
}
.about__buttons {
}
.about__btn {
  margin-right: 24px;
}
.about__btn:last-child {
  margin-right: 0;
}
.button-empty {
}
.button {
}
.about__img {
}
.about__values {
}

.about__values {
  display: flex;
  justify-content: space-between;
}
.about__image-box {
}
.about__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.about__numbers {
  margin-left: 30px;
  align-self: center;
}
.about__number {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 150%;
  font-size: 18px;
  margin-bottom: 20px;
}
.about__number span {
  font-weight: 900;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 1px;
  color: #ff3f3a;
  margin-right: 16px;
}

/* ---------------DIRECTIONS--------------------- */
/* ---------------DIRECTIONS--------------------- */

.directions {
}
.directions__inner {
  position: relative;
}
.directions__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -190px;
  width: 136px;
  height: 115px;
  background: url(../images/decor/Group.svg) 0 0 no-repeat;
}
.directions__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: -400px;
  top: 400px;
  width: 242px;
  height: 242px;
  background: url(../images/decor/circles.svg) 0 0 no-repeat;
}
.directions__heading {
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading__subtitle {
}
.heading__title {
}
.directions__body {
}
.directions__filter-box {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.directions__filter-item {
  margin-right: 45px;
  margin-bottom: 15px;
}
.directions__filter-item:last-child {
  margin-right: 0;
}
.directions__filter-btn {
  font-weight: 700;
  font-size: 16px;
  color: #9a9ca5;
  border: 1px solid #9a9ca5;
  border-radius: 4px;
  padding: 0px 7px;
  line-height: 160%;
  background-color: transparent;
  height: 28px;
  white-space: nowrap;
}
.directions__filter-btn--active {
  background: linear-gradient(55.95deg, #ff3f3a 0%, #f75e05 100%);
  border-radius: 4px;
  color: #ffffff;
}
.directions__list {
  display: grid;
  grid-template: repeat(2, auto) / repeat(3, 1fr);
  gap: 30px;
}
.directions__list-item {
  /* border: 1px solid #E5E8ED;
   border-radius: 4px;
   overflow: hidden; */
}
.directions__list-link {
  display: block;
  border: 1px solid #e5e8ed;
  border-top: none;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
}
.directions__list-link:hover {
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08),
    0px 30px 24px -10px rgba(154, 156, 165, 0.05),
    0px 12px 10px -6px rgba(154, 156, 165, 0.04),
    0px 4px 4px -4px rgba(30, 33, 44, 0.03);
}
.directions__list-link:hover .directions__link-btn {
  color: #ff3f3a;
  transition: all 0.3s;
}
.directions__image-box {
}
.directions__image-box img {
  height: 100%;
  width: 100%;
}

.directions__link-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.direction__link-tag {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #9a9ca5;
  border-radius: 4px;
  line-height: 160%;
  height: 28px;
  align-self: flex-start;
  padding: 1px 8px;
  background: #03cea4;
}
.direction__link-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #787a80;
}
.directions__link-btn {
  color: #1e212c;
  display: flex;
  font-weight: 700;
}
.directions__link-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icons/rightarrow.svg) 0 4px / 100% no-repeat;
  margin-left: 11px;
}
.directions__list-item--empty {
  display: flex;
  background: #f4f5f7;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #424551;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.directions__list-item--empty p {
  max-width: 242px;
}

.directions__list-item--marketing .direction__link-tag {
  background-color: #03cea4;
}
.directions__list-item--managment .direction__link-tag {
  background-color: #5a87fc;
}
.directions__list-item--hr .direction__link-tag {
  background-color: #f89828;
}
.directions__list-item--design .direction__link-tag {
  background-color: #f52f6e;
}
.directions__list-item--development .direction__link-tag {
  background-color: #7772f1;
}

/* ---------------CERTIFICATE--------------------- */
/* ---------------CERTIFICATE--------------------- */

.cert {
}
.cert__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cert__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: url(../images/decor/shapes2.svg) 0 0 no-repeat;
}
.cert__content {
  margin-right: 30px;
  max-width: 400px;
}
.cert__heading {
  margin-bottom: 50px;
}
.cert__text {
  color: #424551;
  margin-bottom: 30px;
}
.cert__logos {
  display: flex;
}
.cert__logos-item {
  margin-right: 40px;
}
.cert__logos-item:last-child {
  margin-right: 0;
}
.cert__image-box {
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16),
    0px 30px 24px -10px rgba(154, 156, 165, 0.1),
    0px 12px 10px -6px rgba(154, 156, 165, 0.08),
    0px 4px 4px -4px rgba(30, 33, 44, 0.05);
}

/* ---------------TEAM--------------------- */
/* ---------------TEAM--------------------- */

.team {
  background: url(../images/decor/team-bg.svg) calc(50% + 140px)
      calc(50% + -120px) no-repeat,
    #f4f5f7;
}
.container {
}
.team__inner {
  padding-top: 117px;
}
.team__heading {
  margin-bottom: 60px;
  position: relative;
}
.heading {
}
.heading__subtitle {
}
.heading__title {
}
.team__slider {
}
.team__slider .slick-list {
  margin: 0 -15px;
}
.team__slide {
  padding: 0 15px;
}
.team__slide:hover .team__socials {
  opacity: 1;
}
.team__slide-inner {
}
.team__image-box {
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
.team__image {
  position: relative;
  height: 340px;
  width: 285px;
}
.team__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team__socials {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(30, 33, 44, 0) 43.9%,
    rgba(30, 33, 44, 0.03) 55.21%,
    rgba(30, 33, 44, 0.33) 68.73%,
    rgba(30, 33, 44, 0.56) 76.17%,
    rgba(30, 33, 44, 0.768225) 83.75%,
    rgba(30, 33, 44, 0.92) 91.49%,
    #1e212c 100%
  );
  opacity: 0;
  transition: all;
}
.team__socials-item {
  margin-right: 12px;
}
.team__socials-item:last-child {
  margin-right: 0;
}
.team__socials-link {
  display: block;
  line-height: 0;
}
.team__socials-link path {
  transition: all 0.3s;
}
.team__socials-link:hover path {
  fill: #ffffff;
}
.team__info {
  text-align: center;
}
.team__info-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 5px;
}
.team__info-position {
  color: #787a80;
}
.team__slider-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.team__slider-arrow {
  display: block;
  line-height: 0;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.team__slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 48px;
  height: 48px;
  background-color: #ff3f3a;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.team__slider-arrow:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.team__slider-arrow path {
  transition: all 0.3s;
}
.team__slider-arrow:hover path {
  fill: #ffffff;
}
.team__slider-prev {
  margin-right: 30px;
}
.team__slider-next {
}

/* ---------------TESTIMONIALS--------------------- */
/* ---------------TESTIMONIALS--------------------- */

.testimonials {
  position: relative;
  background-color: #f4f5f7;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -55%);
  background: url(../images/decor/test-bg.svg) 0 0 / 100% no-repeat;
  width: 1971px;
  height: 816px;
}
.container {
}
.testimonials__inner {
}
.testimonials__heading {
  margin-bottom: 60px;
}
.heading {
}
.heading--text-center {
}
.heading__subtitle {
}
.heading__title {
}
.testimonials__slider-wrapper {
  padding: 0 50px;
  position: relative;
  margin-bottom: 40px;
}
.testimonials__slider {
  background-color: #ffffff;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08),
    0px 30px 24px -10px rgba(154, 156, 165, 0.05),
    0px 12px 10px -6px rgba(154, 156, 165, 0.04),
    0px 4px 4px -4px rgba(30, 33, 44, 0.03);
}
.testimonials__slide {
  padding: 64px;
}
.testimonials__slide-inner {
  max-width: 810px;
  margin: 0 auto;
  padding-left: 58px;
}
.testimonials__quote {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 24px;
  position: relative;
}
.testimonials__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  background: url(../images/icons/doth.svg) 0 0 / 100% no-repeat;
  width: 28px;
  height: 28px;
}
.testimonials__user {
  display: flex;
  align-items: center;
}
.testimonials__avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.testimonials__info {
}
.testimonials__info-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
.testimonials__info-posiition {
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}

.testimonials__slider-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  width: 50px;
  align-items: center;
  z-index: 5;
}

.testimonials__slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: #ff3f3a;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.testimonials__slider-arrow path {
  transition: all 0.3s;
}

.testimonials__slider-prev {
  left: 0;
}
.testimonials__slider-next {
  right: 0;
  justify-content: flex-end;
}
.testimonials__slider-prev::before {
  transform: translate(-50%, -50%) scale(0);
  left: 22%;
}
.testimonials__slider-next::before {
  transform: translate(-50%, -50%) scale(0);
  right: 22%;
}
.testimonials__slider-arrow:hover path {
  fill: #ffffff;
}

.testimonials__slider-prev:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.testimonials__slider-next:hover::before {
  transform: translate(0, -50%) scale(1);
}

.testimonials__dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials__dots li {
  margin-right: 12px;
}
.testimonials__dots li:last-child {
  margin-right: 0;
}

.testimonials__dots button {
  font-size: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
}

.testimonials__dots button::before {
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: #b3b7bc;
}

.testimonials__dots .slick-active button::before {
  background-color: #424551;
  transition: all 0.3s;
}

/* ---------------COMPANIES--------------------- */
/* ---------------COMPANIES--------------------- */

.companies {
  background-color: #f4f5f7;
  position: relative;
}
.companies::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 1000px;
  background: url(../images/decor/shapes-comp.svg) 0 0 / 100% no-repeat;
  width: 90px;
  height: 90px;
}
.container {
}
.companies__inner {
}
.companies__heading {
  margin-bottom: 60px;
}
.heading {
}
.heading--text-center {
}
.heading__subtitle {
}
.heading__title {
}
.companies__grid-wrapper {
  display: flex;
}
.companies__grid {
  display: grid;
  grid-template: repeat(2, auto) / repeat(6, 1fr);
  gap: 40px 8%;
  margin: 0 auto;
}
.companies__grid-item {
}
.companies__grid-link {
  display: block;
}
.companies__grid-link img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s;
}
.companies__grid-link:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* ---------------PROGRAM--------------------- */
/* ---------------PROGRAM--------------------- */

.program {
}
.container {
}
.program__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program__content {
  margin-right: 30px;
}
.program__heading {
  margin-bottom: 60px;
}
.heading {
}
.heading__subtitle {
}
.heading__title {
}
.program__acc {
  max-width: 600px;
}
.program__acc-item {
  margin-bottom: 24px;
  /* padding-left: 40px; */
}
.program__acc-item:last-child {
  margin-bottom: 0;
}

.program__acc-link {
  display: block;
  padding-left: 40px;
}

.program__acc-head {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1e212c;
  position: relative;
}
.program__acc-head span {
  font-weight: 400;
  color: #ff3f3a;
  margin-right: 8px;
}
.program__acc-head::before,
.program__acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 18px;
  height: 2px;
  background-color: #ff3f3a;
  border-radius: 2px;
}
.program__acc-head::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.program__acc-link--active .program__acc-head::after {
  transform: rotate(0deg);
}
.program__acc-text {
  margin-top: 16px;
  display: none;
}
.program__image {
  flex-shrink: 1;
}
.program__image img {
  width: 100%;
  height: 100%;
}

/* ---------------BLOG--------------------- */
/* ---------------BLOG--------------------- */

.blog {
}
.container {
}
.blog__inner {
}
.blog__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.blog__heading {
  margin-right: 30px;
}
.heading {
}

.blog_btn {
  transition: all 0.4s;
}
.button {
}
.blog__row {
  display: flex;
  margin: 0 -15px;
}
.blog__item {
  padding: 0 15px;
  flex: 0 1 33.33%;
}
.blog__item-link {
  display: block;
  height: 100%;
  transition: all 0.3s;
}
.blog__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog__image-box {
  position: relative;
}
.blog__image-box img {
  width: 390px;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.blog__image-box span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 85px;
  height: 23px;
  background: #ffffff;
  border-radius: 4px;
  padding: 1px 8px;
}
.blog__image-box span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.blog__item-content {
  flex-grow: 1;
  margin-top: 16px;
}
.blog__item-info {
  flex-grow: 1;
  display: flex;
  margin: 0 -12px 8px;
}
.blog__info-el {
  padding: 0 12px;
  position: relative;
  color: #787a80;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
.blog__info-el:last-child::after {
  content: none;
}
.blog__info-el::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #787a80;
}
.blog__info-dir {
}
.blog__info-date {
  display: flex;
  align-items: center;
}
.blog__info-date::before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url("../images/icons/Calendar.svg") 0 0 / 100% no-repeat;
  margin-right: 9px;
}
.blog__info-time {
  display: flex;
  align-items: center;
}
.blog__info-time::before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url("../images/icons/Watch.svg") 0 0 / 100% no-repeat;
  margin-right: 9px;
}
.blog__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 8px;
}
.blog__item-text {
  font-size: 16px;
  line-height: 160%;
  color: #424551;
  margin-bottom: 16px;
}
.blog__item-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  transition: all 0.3s;
}

.blog__item-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/rightarrow.svg") 0 4px / 100% no-repeat;
  margin-left: 8px;
}

.blog__item--podcast .blog__image-box span::before {
  background: url("../images/icons/podcast.svg") 0 0 / 100% no-repeat;
}

.blog__item--video .blog__image-box span::before {
  background: url("../images/icons/video.svg") 0 0 / 100% no-repeat;
}

.blog__item--article .blog__image-box span::before {
  background: url("../images/icons/article.svg") 0 0 / 100% no-repeat;
}

.blog__item-link {
  display: block;
}

.blog__item-link:hover {
  box-shadow: 0px 80px 80px -20px rgb(154 156 165 / 8%),
    0px 30px 24px -10px rgb(154 156 165 / 5%),
    0px 12px 10px -6px rgb(154 156 165 / 4%),
    0px 4px 4px -4px rgb(30 33 44 / 3%);
  transition: all 0.3s;
}

.blog__item-link:hover .blog__item-btn {
  color: #ff3f3a;
}

/* ---------------INFO--------------------- */
/* ---------------INFO--------------------- */

/* #map {
  width: 700px;
  height: 400px;
} */
.info {
}
.container {
}
.info__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.info__content {
  margin-right: 30px;
}
.info__heading {
  margin-bottom: 40px;
}
.info__contacts {
  margin-bottom: 50px;
}
.info__contacts-item {
  margin-bottom: 24px;
  padding-left: 24px;
  margin-left: 24px;
}
.info__contacts-item:last-child {
  margin-bottom: 0;
}
.info__item-top {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
  position: relative;
}
.info__item-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  width: 24px;
  height: 24px;
}

.info__mail .info__item-top::before {
  width: 22px;
  height: 20px;
  background: url("../images/icons/Chat.svg") 0 0 / 100% no-repeat;
}

.info__tel .info__item-top::before {
  width: 24px;
  height: 24px;
  background: url("../images/icons/phone.svg") 0 0 / 100% no-repeat;
}

.info__address .info__item-top::before {
  width: 18px;
  height: 22px;
  background: url("../images/icons/mark.svg") 0 0 / 100% no-repeat;
}

.info__item-link {
  font-size: 18px;
  line-height: 150%;
  color: #1e212c;
  transition: all 0.3s;
}
.info__item-link:hover {
  color: #ff3f3a;
}
.info__follow {
}
.info__follow-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.info__socials {
  display: flex;
}
.info__socials-item {
  margin-right: 32px;
}
.info__socials-item:last-child {
  margin-right: 0;
}
.info__socials-link path {
  transition: all 0.3s;
}
.info__socials-link:hover path {
  fill: #7772f1;
}
.info__map {
  height: 412px;
  width: 100%;
  max-width: 705px;
  border-radius: 4px;
  overflow: hidden;
}

/* ---------------QUESTIONS--------------------- */
/* ---------------QUESTIONS--------------------- */

.questions {
}
.questions__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.questions__img {
  min-width: 350px;
}
.questions__img img {
  width: 100%;
  height: 100%;
}
.questions__content {
  margin-left: 30px;
}
.questions__heading {
  margin-bottom: 40px;
}
.questions__form {
}
.questions__form-row {
  display: flex;
  margin-bottom: 24px;
}
.questions__form-row2 {
  display: flex;
}
.questions__form-label {
  display: block;
  margin-right: 25px;
  flex: 1 1 auto;
}
.questions__form-label:last-child {
  margin-right: 0;
}
.questions__form-input {
  width: 100%;
}
.questions__form-text {
  resize: none;
  height: 128px;
}
.questions__form-input,
.questions__form-text {
  display: block;
  border: 1px solid #d7dadd;
  border-radius: 4px;
  padding: 13px 16px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
}
.questions__form-input::placeholder,
.questions__form-text::placeholder {
  color: #9a9ca5;
}
.questions__form-checkbox-label {
  margin-right: 50px;
  display: flex;
  width: 50%;
}
.questions__form-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 5px 12px 0 0;
}
.questions__form-default {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.questions__form-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #424551;
  border-radius: 3px;
  cursor: pointer;
}
.questions__form-default:checked + .questions__form-custom {
  background: url("../images/icons/check.svg") 50% 50% no-repeat, #ff3f3a;
}
.questions__form-btn {
  width: 50%;
  align-self: center;
  text-align: center;
  font-size: 16px;
}

/* ---------------FOOTER--------------------- */
/* ---------------FOOTER--------------------- */

.footer {
  color: #ffffff;
}
.footer__top {
  background-color: #1e212c;
  padding-top: 80px;
  padding-bottom: 60px;
}
.container {
}
.footer__top-iiner {
  /* display: grid;
  grid-template-columns: repeat(5, auto); */
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.footer__top-col {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.footer__top-arrow {
  display: none;
}
.footer__top-col:last-child {
  max-width: 300px;
}
.footer__logo {
  display: block;
  margin-bottom: 25px;
}
.footer__top-text {
  font-size: 12px;
  line-height: 150%;
  opacity: 0.6;
  margin-bottom: 38px;
  /* max-width: 280px; */
}
.footer__socials {
  display: flex;
}
.footer__socials-item {
  margin-right: 20px;
}
.footer__socials-item:last-child {
  margin-right: 0;
}
.footer__socials-link {
}
.footer__socials-link path {
  transition: all 0.3s;
}
.footer__socials-link:hover path {
  fill: #ffffff;
}
.footer__top-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  margin-bottom: 12px;
  white-space: nowrap;
  pointer-events: none;
}
.footer__top-list {
}
.footer__top-item {
  margin-bottom: 8px;
}
.footer__top-item:last-child {
  margin-bottom: 0;
}
.footer__top-col:last-child .footer__top-title {
  white-space: normal;
}
.footer__item-link {
  opacity: 0.6;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  white-space: nowrap;
}
.footer__item-link svg {
  margin-right: 8px;
}
.footer__item-link:hover {
  opacity: 1;
}
.footer__form {
}
.footer__form-items {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
}
.footer__form-input {
  padding: 9px 12px;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  width: 100%;
  position: relative;
  background: transparent;
}
.footer__form-btn {
  background: transparent;
  padding: 10px 12px;
}
.footer__form-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icons/RightArrowMini.svg");
  transition: all 0.3s;
}
.footer__form-btn:hover::before {
  transform: scale(1.2);
}
.footer__form-input ::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.footer__form-desc {
  font-size: 10px;
  line-height: 150%;
  /* max-width: 290px; */
}
.footer__bottom {
  background-color: #292c37;
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.footer__copy {
}
.footer__copy span {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/icons/heart.svg") 0 0 / 100% no-repeat;
  /* vertical-align: sub; */
}
.footer__go-top {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.3s;
}
.footer__go-top:hover {
  opacity: 1;
}

/* ---------------MEDIA--------------------- */
/* ---------------MEDIA--------------------- */

/* ---------------1300--------------------- */
@media (max-width: 1300px) {
  .blog__item img {
    width: 100%;
    height: 100%;
  }
}

/* ---------------1200--------------------- */
@media (max-width: 1200px) {
  .header__title {
    font-size: 52px;
    max-width: 376px;
  }
  .header__img {
    margin-right: 100px;
    max-width: 500px;
    max-height: 300px;
  }
  .blog__item-info {
    flex-wrap: wrap;
    margin: 0 0 8px;
    justify-content: space-between;
  }
  .blog__info-el {
    padding: 0;
  }
  .blog__info-el::after {
    content: none;
  }
  .blog__info-dir {
    order: 1;
  }
  .blog__info-date {
    order: 3;
    flex-basis: 100%;
  }
  .blog__info-time {
    order: 2;
  }
}

/* ---------------1100--------------------- */
@media (max-width: 1100px) {
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .overlay--show {
    visibility: visible;
    opacity: 1;
  }
  .burger {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 30px;
    z-index: 150;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }

  .burger--follow {
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 8px #a1a1a1;
  }
  .burger::before,
  .burger::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #424551;
    border-radius: 3px;
  }

  .burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #424551;
    border-radius: 3px;
    margin: 4px 0;
  }
  .header {
    padding-top: 92px;
  }
  .header__top {
    position: fixed;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 100;
    min-width: 320px;
    transform: translateX(100%);
    transition: all 0.3s;
  }
  .header__top--open {
    transform: translateX(0%);
  }

  .header__top-inner {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 100px 0;
  }
  .header__nav {
    text-align: center;
    margin: 0 auto;
  }
  .header__logo {
    margin: 0 0 30px 0;
  }
  .header__nav-item {
    margin: 0;
  }
  .header__nav-list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .header__nav-link {
    display: block;
    padding: 30px;
  }
  .header__btn-box {
    flex-direction: column-reverse;
  }
  .header__top-btn {
    margin: 0;
  }
  .header__user-nav {
    margin-bottom: 30px;
  }

  .heading__title {
    font-size: 37px;
  }
  .about__img {
    max-width: 400px;
  }
  /* ------------------------------------ */
  .cert__inner {
    align-items: center;
    flex-direction: column;
  }
  .cert__content {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cert__heading {
    text-align: center;
  }
  /* ------------------------------------ */
  .companies__grid {
    gap: 40px 5%;
    grid-template: repeat(3, auto) / repeat(4, 1fr);
  }
  /* ------------------------------------ */
  .program__image {
    max-width: 400px;
  }
  /* ------------------------------------ */
  .footer__top {
    padding: 40px 0px 30px 0px;
  }
  .footer__top-iiner {
    flex-wrap: wrap;
  }
  .footer__top-col {
    margin-bottom: 24px;
  }
  .footer__top-col:first-child {
    flex-basis: 100%;
    max-width: none;
  }
  .footer__top-col:last-child {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .footer__form-items {
    max-width: 315px;
  }
}

/* ---------------900--------------------- */
@media (max-width: 900px) {
  .header__title {
    font-size: 52px;
    max-width: 376px;
  }
  .header__img {
    display: none;
  }
  .header__row {
    display: none;
  }
  .header__title {
    margin: 0;
  }

  /* ------------------------------------ */
  .about__img {
    display: none;
  }
  /* ------------------------------------ */

  .directions__filter-box {
    justify-content: space-between;
  }
  .directions__filter-item {
    margin-right: 10px;
  }

  .directions__list {
    gap: 30px 10px;
  }
  .directions__link-content {
    padding: 24px 5px 5px;
  }
  /* ------------------------------------ */
  .main__team {
    padding-bottom: 90px;
  }
  .team__image-box {
    display: flex;
    justify-content: center;
  }
  .team__image {
    width: 100%;
  }
  /* ------------------------------------ */
  .program__inner {
    flex-direction: column;
  }
  .program__content {
    margin-bottom: 30px;
  }
  .program__heading {
    margin-bottom: 30px;
  }
  /* ------------------------------------ */
  .main__blog {
    margin-bottom: 90px;
  }
  .blog__row {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .blog__item {
    padding: 0 0 30px 0;
    max-width: 420px;
  }
  /* ------------------------------------ */
  .info__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .info__content {
    margin: 0 0 30px 0;
  }
  .info__map {
    height: 200px;
    width: 100%;
    max-width: none;
  }
  /* ------------------------------------ */
  .questions__img {
    display: none;
  }
  .questions__content {
    margin: 0;
    width: 100%;
  }
}
/* ---------------700--------------------- */
@media (max-width: 700px) {
  .about__values {
    flex-direction: column;
  }
  .about__image-box {
    display: none;
  }
  .about__numbers {
    margin: 0;
  }
  .about__createx {
    margin-bottom: 60px;
  }
  /* ------------------------------------ */
  .directions__list {
    grid-template: repeat(3, auto) / repeat(2, 1fr);
  }
  /* ------------------------------------ */
  .cert__image-box img {
    max-width: 500px;
  }
  /* ------------------------------------ */
  .testimonials__slider-wrapper {
    padding: 0;
  }
  .testimonials__slide {
    padding: 15px 20px;
  }
  .testimonials__slider-arrow {
    display: none;
  }
}

/* ---------------600--------------------- */
@media (max-width: 600px) {
  .team__image-box {
    display: flex;
    justify-content: center;
  }
  .team__image {
    width: 100%;
  }
}

/* ---------------550--------------------- */
@media (max-width: 550px) {
  .heading {
    margin-bottom: 30px;
  }
  .heading__subtitle {
    font-size: 14px;
  }
  .heading__title {
    font-size: 25px;
  }
  /* ------------------------------------ */
  .main__about {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .main__directions {
    margin-bottom: 100px;
  }
  .main__team {
    padding: 100px 0px 100px 0px;
  }
  .main__testimonials {
    padding-bottom: 100px;
  }
  .main__info {
    margin-bottom: 180px;
  }
  .main__questions {
    margin-bottom: 40px;
  }
  /* ------------------------------------ */
  .about__paragraph {
    font-style: inherit;
  }
  .about__btn-box {
  }
  .about__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .about__btn {
    margin: 0px 0px 30px 0px;
  }
  .about__btn:last-child {
    margin-bottom: 0;
  }
  .about__createx {
    margin-top: 60px;
  }
  /* ------------------------------------ */
  .directions__filter-box {
    justify-content: flex-start;
  }
  .directions__list {
    grid-template: none;
  }
  .directions__list-item--empty {
    display: none;
  }
  /* ------------------------------------ */
  .cert__image-box img {
    max-width: 300px;
  }
  .cert__logos {
    flex-direction: column;
    align-items: center;
  }
  /* ------------------------------------ */
  .testimonials__slider-wrapper {
    margin-bottom: 25px;
  }
  .main__testimonials {
    padding-bottom: 90px;
  }
  .testimonials__quote {
    font-size: inherit;
    line-height: inherit;
  }
  .testimonials__slide-inner {
    padding-left: 30px;
  }
  .testimonials__quote::before {
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .testimonials__dots button {
    width: 20px;
  }
  /* ------------------------------------ */
  .companies__grid {
    gap: 40px 5%;
    grid-template: repeat(4, auto) / repeat(3, 1fr);
  }
  .main__companies {
    padding-bottom: 90px;
  }
  /* ------------------------------------ */
  .main__program {
    margin-top: 55px;
    margin-bottom: 90px;
  }
  .program__heading {
    font-size: inherit;
    line-height: inherit;
  }
  .program__image {
    display: none;
  }
  /* ------------------------------------ */
  .blog__heading {
    margin: 0 30px 30px 0;
  }
  .blog__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  /* ------------------------------------ */
  .questions__form-row,
  .questions__form-row2 {
    flex-direction: column;
  }
  .questions__form-label {
    margin: 0px 0px 24px 0px;
  }
  .questions__form-label {
    margin: 0px 0px 0px 0px;
  }
  .questions__form-checkbox-label {
    margin: 0px 0px 24px 0px;
    width: 100%;
  }
  .questions__form-btn {
    width: 100%;
  }
  .questions__form-label {
    font-size: 14px;
  }
  .questions__form-row {
    margin: 0px 0px 12px 0px;
  }
  /* ------------------------------------ */
  .footer__top-iiner {
    flex-direction: column;
  }
  .footer__top-title--slide {
    margin: 0;
    pointer-events: auto;
    position: relative;
  }
  .footer__top-list {
    margin-top: 12px;
    display: none;
  }
  .footer__bottom-inner {
    flex-direction: column;
  }
  .footer__copy {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__top-col {
    position: relative;
  }
  .footer__top-arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: 100px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .arrow3 {
    left: 130px;
  }

  .rotate {
    transform: rotate(180deg);
  }
}
/* ---------------450--------------------- */
@media (max-width: 450px) {
  .header__top {
    min-width: none;
    left: 0;
  }
  .header__title {
    font-size: 40px;
    max-width: none;
    margin-bottom: 30px;
  }
  .header__content-buttons {
    flex-direction: column;
  }
  .header__content-btn {
    margin: 0px 0px 30px 0px;
    text-align: center;
    display: inline-block;
  }
  /* ------------------------------------ */
  .directions__filter-box {
    margin-bottom: 15px;
  }
  /* ------------------------------------ */
  .companies__grid {
    gap: 40px 5%;
    grid-template: repeat(6, auto) / repeat(2, 1fr);
  }
  /* ------------------------------------ */
  .info__socials-item {
    margin-right: 15px;
  }
}
