/*========================== GLOBAL ==============================
============================ GLOBAL ==============================*/
html, body {
   font-family: Lato, sans-serif;
   color: #424551;
   line-height: 160%;
}



.wrapper {
   min-height: 100%;
   width: 100%;
   overflow: hidden;
}

.container {
   max-width: 1260px;
   padding: 0 15px;
   margin: 0 auto;
   height: 100%;
}

.burger {
   display: none;
}

.main__about {
   padding: 180px 0 160px;
}

.main__directions {
   margin-bottom: 180px;
}

.main__cert {
   margin-bottom: -46px;
}

.main__team {
   padding: 160px 0px 0px;
}

.main__testimonials {
   padding-top: 180px;
   padding-bottom: 195px;
}

.main__companies {
   padding-bottom: 177px;
}

.main__program {
   padding: 115px 0 185px;
}

.main__blog {
   padding-bottom: 115px;
}

.main__info {
   padding-top: 100px;
   padding-bottom: 100px;
}

.main__questions {
   padding-top: 80px;
   padding-bottom: 180px;
}

.button {
   display: inline-block;
   font-weight: 700;
   letter-spacing: 0.5px;
   line-height: 52px;
   /* 325% */
   padding: 0 40px;
   color: #fff;
   border-radius: 4px;
   background: linear-gradient(45deg, #FF3F3A 0%, #F75E05 100%);
   white-space: nowrap;
   transition: all .3s;
}

.button:hover {
   scale: 1.05;
}

.logo {}

.heading {
   color: #1E212C;
   line-height: 130%;
}

.heading__subtitle {
   line-height: 150%;

   margin-bottom: 8px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700;
}

.heading__title {
   font-size: 46px;
   font-style: normal;
   font-weight: 900;
   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(45deg, #ff413b33 0%, #f55d0533 100%);
   height: 100vh;
   display: flex;
   flex-direction: column;
}

.header__top {
   max-width: 100%;

}

.header__top-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 0;
}

.header__logo {
   margin-right: 60px;
}

.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 {
   line-height: 1.6;
   white-space: nowrap;
   transition: all .3s;

}

.header__nav-link:hover {
   color: #FF3F3A;
}


.header__btn-box {
   display: flex;
   align-items: center;
}

.header__top-btn {
   margin-right: 36px;
}

.header__user-nav {
   position: relative;
   padding-left: 28px;
}

.header__user-nav::before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   display: block;
   background: url("../images/icons/Profile.svg") no-repeat;
   width: 20px;
   height: 20px;
}

.header__user-btn {
   white-space: nowrap;
   line-height: 1.6;
   transition: all .3s;
}

.header__user-btn:hover {
   color: #FF3F3A;
}

/*========================== HEADER-BODY ============================
============================ HEADER-BODY ============================*/

.button--empty {
   background:
      linear-gradient(#ffdad5 0 0) padding-box,
      linear-gradient(to right, #FF3F3A 0%, #F75E05 100%) border-box;

   border: 1px solid transparent;
   border-radius: 4px;
   display: inline-block;
}

.button--empty span {
   background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.button--emptywhite {
   background:
      linear-gradient(#ffffff 0 0) padding-box,
      linear-gradient(to right, #FF3F3A 0%, #F75E05 100%) border-box;
}


.header__body {
   flex-grow: 1;

}

.header__body-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: 30px;
}

.header__play {
   display: inline-flex;
   align-items: center;
   margin-bottom: 24px;

}

.header__play svg {
   margin-right: 16px;
   transition: all .3s;
   border-radius: 50%;
}

.header__play:hover svg {

   box-shadow: 0 0 0 16px #ff403a1f;
}

.header__title {
   font-family: Lato;
   font-size: 64px;
   font-style: normal;
   font-weight: 900;
   line-height: 130%;
   /* 83.2px */
   letter-spacing: 1px;
   max-width: 500px;
   margin-bottom: 60px;
}

.header__content-buttons {
   display: flex;
   position: relative;
}

.header__content-btn {
   margin-right: 24px;
}

.header__content-btn:last-child {
   margin-right: 0px;
}

.header__row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #1E212C;
   margin-bottom: 80px;
}

.header__row>span {
   background: #FF3F3A;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   margin: 0 16px;
}

.header__row-item {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   display: flex;
   align-items: center;
}

.header__row-item span {
   font-size: 46px;
   font-style: normal;
   font-weight: 900;
   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-bottom: 180px;
   position: relative;
}

.about__createx::before {
   content: "";
   position: absolute;
   background: url("../images/decor/1.svg");
   top: -120px;
   right: -120px;
   width: 100px;
   height: 85px;
}

.about__createx-content {
   max-width: 600px;
   margin-right: 30px;

}

.about__heading {
   margin-bottom: 48px;
}

.about__text {
   margin-bottom: 60px;
}

.about__paragraph {
   margin-bottom: 24px;
}

.about__paragraph:last-child {
   margin-bottom: 0;
}


.about__paragraph-accent {
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
   color: #1E212C;
}



.about__btn-box {
   display: flex;
}

.about__btn {
   margin-right: 24px;
}

.about__btn:last-child {
   margin-right: 0;
}


.about__img {}

.about__values {
   display: flex;
   justify-content: space-between;
}

.about__image-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 4px;
}

.about__numbers {
   align-self: center;
   white-space: nowrap;
   margin-left: 30px;
}

.about__number {
   display: flex;
   align-items: center;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
   color: #1E212C;
   margin-bottom: 20px;
}

.about__number:last-child {
   margin-bottom: 0;
}

.about__number span {
   font-size: 48px;
   font-style: normal;
   font-weight: 900;
   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;
   width: 136px;
   height: 115px;
   background: url("../images/decor/2.svg");
   top: 20px;
   left: -220px;
}

.directions__inner::after {
   content: "";
   display: block;
   position: absolute;
   top: 370px;
   right: -450px;
   width: 242px;
   height: 242px;
   background: url("../images/decor/3.svg");
}


.directions__heading {
   margin-bottom: 90px;
}

.directions__body {}

.directions__filter-box {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 40px;
}

.directions__filter-item {
   margin-right: 45px;
   margin-bottom: 15px;
}

.directions__filter-item:last-child {
   margin-right: 0;
}

.directions__filter-btn {
   background-color: transparent;
   padding: 1px 8px;
   color: #9A9CA5;
   border-radius: 4px;
   border: 1px solid var(--gray-600, #9A9CA5);
   font-style: normal;
   font-weight: 700;
   line-height: 160%;
   font-size: 16px;
}

.directions__filter-btn--active {
   background: var(--btn-gradient, linear-gradient(56deg, #FF3F3A 0%, #F75E05 100%));
   color: var(--white, #FFF);
   border: none;
   transition: all .3s;
}

.directions__list {
   display: grid;
   grid-template: repeat(2, auto) / repeat(3, 1fr);
   gap: 30px;
}

.directions__list-item {}

.directions__list-item--empty {
   display: flex;
   text-align: center;
   justify-content: center;
   align-items: center;
   font-size: 20px;
   font-weight: 700;
   line-height: 150%;
   background: var(--gray-200, #F4F5F6);
   border-radius: 4px;
   word-spacing: nowrap;
}

.directions__list-item--empty span {
   max-width: 240px;
}


.directions__list-item--marketing .directions__link-tag {
   background-color: #03CEA4;
}

.directions__list-item--management .directions__link-tag {
   background-color: #5A87FC;
}

.directions__list-item--hr .directions__link-tag {
   background-color: #F89828;
}

.directions__list-item--design .directions__link-tag {
   background-color: #F52F6E;
}

.directions__list-item--development .directions__link-tag {
   background-color: #7772F1;
}


.directions__list-link {
   display: block;
   transition: all 1s;
   border-radius: 4px 4px 0px 0px;
   overflow: hidden;
}

.directions__list-link:hover {
   box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
   color: #FF3F3A;
   transition: all .3s;
}

.directions__list-link:hover .directions__link-btn {
   box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
   color: #FF3F3A;
   transition: all .3s;
}

.directions__image-box {}

.directions__image-box img {
   width: 100%;
   height: 100%;
}

.directions__link-content {
   display: flex;
   flex-direction: column;
   padding: 24px;
   border: 1px solid var(--gray-300, #E5E8ED);
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-top: none;
}

.directions__link-tag {
   font-weight: 700;
   color: #FFF;
   padding: 1px 8px;
   border-radius: 4px;
   align-self: flex-start;
   margin-bottom: 20px;
}

.directions__link-text {
   color: #787A80;
   margin-bottom: 20px;
}

.directions__link-btn {
   display: flex;
   color: var(--gray-900, #1E212C);
   font-weight: 700;
   line-height: 160%;
   transition: all 1s;
}

.directions__link-btn::after {
   content: "";
   display: block;
   width: 24px;
   height: 24px;
   background: url("../images/icons/arrow-right.svg") 0 1px / 100% no-repeat;
   margin-left: 11px;
}

.directions__list-item--empty {}

/*======================= CERTIFICATE ==============================
========================= CERTIFICATE ==============================*/

.cert {}

.cert__inner {
   display: flex;
   justify-content: space-between;
   position: relative;
}

.cert__inner::before {
   content: "";
   display: block;
   position: absolute;
   width: 60px;
   height: 60px;
   background: url("../images/decor/4.svg");
   top: -20px;
   left: -250px;
}

.cert__content {
   margin-right: 30px;
   max-width: 400px;
}

.cert__heading {
   margin-bottom: 48px;
}

.cert__text {
   margin-bottom: 32px;
}

.cert__logos {
   display: flex;
}

.cert__logos-item {
   margin-right: 40px;
}

.cert__logos-item:last-child {
   margin-right: 0;
}

.cert__image-box {
   box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.10), 0px 80px 80px -20px rgba(154, 156, 165, 0.16);
}

.cert__image-box img {
   height: 100%;
   width: 100%;
   object-fit: contain;
}

/*======================= TEAM ==============================
========================= TEAM ==============================*/


.team {
   background: url("../images/decor/team-bg.svg") 200px 30px no-repeat, #F4F5F6;
}

.team__inner {}

.team__content {}

.team__heading {
   margin-bottom: 60px;
   position: relative;
}

.team__slider .slick-list {
   margin: 0 -15px;
}

.team__slide {
   padding: 0 15px;
}

.team__slide:hover .team__socials {
   transform: translateY(0%);
}

.team__image-box {
   border-radius: 4px;
   margin-bottom: 16px;
   overflow: hidden;
   position: relative;
}

.team__image {
   position: relative;
   height: 340px;

}

.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: flex-end;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 20px;
   background: linear-gradient(180deg, rgba(30, 33, 44, 0.00) 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.77) 83.75%, rgba(30, 33, 44, 0.92) 91.49%, #1E212C 100%);
   transform: translateY(50%);
   transition: all .3s;
}

.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 .3s;
}

.team__socials-link:hover path {
   fill: #FFF;

}

.team__info {
   text-align: center;
}

.team__info-name {
   font-size: 20px;
   font-weight: 700;
   line-height: 150%;
   margin-bottom: 4px;
}

.team__info-position {
   color: #787A80;
}

.team__slider-arrows {
   position: absolute;
   right: 0;
   bottom: 0;
}

.team__slider-arrows {
   display: flex;
}

.team__slider-arrow {
   line-height: 0;
   display: block;
   border-radius: 50%;
   position: relative;
   z-index: 1;
}

.team__slider-arrow::before {
   content: "";
   position: absolute;
   display: block;
   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 .3s;
}

.team__slider-arrow path {
   transition: all .3s;
}

.team__slider-arrow:hover::before {
   transform: translate(-50%, -50%) scale(1);
}

.team__slider-arrow:hover path {
   fill: white;
}

.team__slider-prev {
   margin-right: 24px;
}

/*================== SLICK-DOTS(криво, переделать)=============
=====================SLICK-DOTS(криво, переделать) ===========*/
.team__slider-dots .slick-dots {
   display: flex;
   justify-content: center;
}

.team__slider-dots .slick-dots li {
   margin-right: 15px;
}

.team__slider-dots .slick-dots li:last-child {
   margin-right: 0px;
}

.team__slider-dots .slick-dots li img:nth-child(1) {
   display: block;
}

.team__slider-dots .slick-dots li img:nth-child(2) {
   display: none;
}

.team__slider-dots .slick-dots li.slick-active img:nth-child(1) {
   display: none;
}

.team__slider-dots .slick-dots li.slick-active img:nth-child(2) {
   display: block;
}

/*======================== TESTIMONIALS ============================
========================== TESTIMONIALS ============================*/


.testimonials {
   background: url("../images/decor/testi-bg.svg") calc(50% + 103px) calc(50% - 40px) no-repeat, #f4F5F7;
}

/* */

.testimonials__inner {}

.testimonials__heading {
   margin-bottom: 60px;
}

.testimonials__slider-wrapper {
   padding: 0 50px;
   position: relative;

   margin-bottom: 45px;
}

.testimonials__slider {
   max-width: 1020px;
   margin: 0 auto;
}

.testimonials__slide {
   border-radius: 4px;
   padding: 64px;
   background-color: #fff;

}

.testimonials__slide-inner {
   max-width: 810px;
   margin: 0 auto;
   padding-left: 58px;
}

.testimonials__quote {
   font-size: 20px;
   line-height: 150%;
   margin-bottom: 24px;
   position: relative;
}

.testimonials__quote::before {
   content: "";
   position: absolute;
   top: -1px;
   left: -58px;
   background: url("../images/icons/quote-icon.svg") 0 0 / 100% no-repeat;
   width: 28px;
   height: 20px;
}

.testimonials__user {
   display: flex;
   align-items: center;
}

.testimonials__avatar {
   border-radius: 50%;
   overflow: hidden;
   margin-right: 20px;
}

.testimonials__info {}

.testimonials__info-name {
   color: #1E212C;
   font-weight: 700;
   margin-bottom: 4px;
}

.testimonials__info-position {
   color: #787A80;
   font-size: 14px;
   line-height: 150%;
}

.testimonials__arrow {
   position: absolute;
   top: 0;
   bottom: 0;
   width: 50px;
   display: flex;
   align-items: center;
   z-index: 5;
}

.testimonials__arrow path {
   transition: all .3s;
}

.testimonials__arrow::before {
   content: "";
   position: absolute;
   display: block;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 48px;
   height: 48px;
   background-color: #FF3F3A;
   border-radius: 50%;
   z-index: -1;
   transition: all .3s;
}

.testimonials__prev {
   left: 0px;
}

.testimonials__prev::before {
   transform: translate(-50%, -50%) scale(0);
   left: 25%;
}

.testimonials__prev:hover::before {
   transform: translate(-50%, -50%) scale(1);
}

.testimonials__next {
   right: 0px;
   justify-content: flex-end;
}

.testimonials__next::before {
   transform: translate(50%, -50%) scale(0);
   right: 25%;
}

.testimonials__next:hover::before {
   transform: translate(50%, -50%) scale(1);
}

.testimonials__arrow:hover path {
   fill: white;
}

.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 .3s;
}

/*======================== COMPANIES ============================
========================== COMPANIES ============================*/


.companies {
   background: #f4F5F7;

}

.companies__inner {
   position: relative;
}

.companies__inner::before {
   content: "";
   display: block;
   position: absolute;
   width: 90px;
   height: 90px;
   background: url("../images/decor/5.svg") 0 0 / 100% no-repeat;
   left: -185px;
   bottom: -110px;
}

.companies__heading {
   margin-bottom: 60px;
}

.companies__grid {
   display: grid;
   grid-template: repeat(2, auto) / repeat(6, 1fr);
   gap: 40px 8.1%;
}

.companies__grid-item {}

.companies__grid-link {
   display: block;
}

.companies__grid-link img {
   width: 100%;
   height: 100%;
   filter: grayscale(1);
   opacity: .4;
   transition: all 1.3s;
}

.companies__grid-link img:hover {
   opacity: 1;
   filter: grayscale(0);
   transition: all .3s;
}

/*======================== PROGRAM ============================
========================== PROGRAM ============================*/


.program {}

.program__inner {
   display: flex;
   justify-content: space-between;
   position: relative;
}

.program__content {
   margin-right: 30px;
   max-width: 600px;
}

.program__heading {
   margin-bottom: 60px;
}

.program__acc {}

.program__acc-item {
   margin-bottom: 24px;

}

.program__acc-item:last-child {
   margin-bottom: 24px;
}

.program__acc-link {
   display: block;
   padding-left: 40px;
}



.program__acc-head {
   font-size: 20px;
   line-height: 150%;
   font-weight: 700;
   color: #1E212C;
   position: relative;
}

.program__acc-head span {
   color: #FF3F3A;
   font-weight: 400;
   margin-right: 8px;
}

.program__acc-head::before, .program__acc-head::after {
   content: "";
   display: block;
   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 .3s;
}

.program__acc-link--active .program__acc-head::after {
   transform: rotate(0deg);

}

.program__acc-text {
   margin-top: 16px;
}


.program__image {
   margin-top: 90px;
}

/*============================= BLOG ==============================
=============================== BLOG ==============================*/


.blog {}

.blog__inner {}

.blog__top {
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   margin-bottom: 60px;
}

.blog__heading {
   margin-right: 50px;
}

.blog__btn {}

.blog__row {
   display: flex;
   margin: 0 -15px;
   white-space: wrap;
}

.blog__item {
   padding: 0 15px;
   flex: 0 1 33.333%;
   min-width: 290px;
}

.blog__item-link {
   display: block;
   height: 100%;
   transition: all 1.3s;
   border-radius: 4px;
}

.blog__item-inner {
   height: 100%;
   display: flex;
   flex-direction: column;

}

.blog__image-box {
   border-radius: 4px;
   overflow: hidden;
   position: relative;

   margin-bottom: 16px;
}

.blog__image-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.blog__image-box span {
   display: flex;
   align-items: center;
   position: absolute;
   top: 12px;
   left: 12px;
   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 {
   display: flex;
   flex-grow: 1;
   padding: 8px;
   flex-direction: column;
}

.blog__item-info {
   display: flex;
   margin: 0 -12px 8px;
   color: #787A80;
   font-size: 14px;
   line-height: 150%;
}

.blog__info-el {
   padding: 0 12px;
   position: relative;
}

.blog__info-el::after {
   content: "";
   display: block;
   height: 12px;
   width: 1px;
   border-radius: 1px;
   background-color: #787A80;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
}

.blog__info-el:last-child::after {
   content: none;
}

.blog__info-dir {
   order: 1;
}

.blog__info-date {
   display: flex;
   align-items: center;
   order: 2;
}

.blog__info-date::before {
   content: "";
   display: block;
   width: 16px;
   height: 15px;
   background: url("../images/icons/calendar-icon.svg") 0 0 / 100% no-repeat;
   margin-right: 9px;
}

.blog__info-time {
   display: flex;
   align-items: center;
   order: 3;
}

.blog__info-time::before {
   content: "";
   display: block;
   width: 16px;
   height: 15px;
   background: url("../images/icons/clock-icon.svg") 0 0 / 100% no-repeat;
   margin-right: 9px;
}

.blog__item-title {
   color: #1E212C;
   font-weight: 700;
   font-size: 20px;
   line-height: 150%;
   margin-bottom: 8px;
}

.blog__item-text {
   flex-grow: 1;
   margin-bottom: 16px;
}

.blog__item-btn {
   font-weight: 700;
   display: flex;
   color: #1E212C;

}

.blog__item-btn::after {
   content: "";
   width: 24px;
   height: 24px;
   background: url("../images/icons/arrow-right.svg") 0 0 / 100% no-repeat;
   margin-left: 8px;
}

.blog__item-link:hover {
   box-shadow: 0px 30px 30px 30px rgba(100, 100, 100, 0.08);
   transition: all .3s;
}

.blog__item-link:hover .blog__item-btn {
   color: #FF3F3A;
   transition: all 1.3s;
}

.blog__item--podcast .blog__image-box span::before {
   background: url("../images/icons/podcast-icon.svg") 0 0 / 100% no-repeat;
}

.blog__item--video .blog__image-box span::before {
   background: url("../images/icons/video-icon.svg") 0 0 / 100% no-repeat;
}

.blog__item--article .blog__image-box span::before {
   background: url("../images/icons/article-icon.svg");
}

/*============================= INFO ==============================
=============================== INFO ==============================*/


.info {}

.info__inner {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
}

.info__content {
   margin-right: 30px;
}

.info__heading {
   margin-bottom: 40px;
}

.info__contacts {}

.info__contacts-item {
   margin: 0px 0px 24px;
   padding-left: 36px;

}

.info__contacts-item:last-child {
   margin: 0px 0px 0px;
}

.info__item-top {
   color: #787A80;
   font-weight: 700;
   line-height: 150%;
   font-size: 14px;
   position: relative;
}

.info__item-top::before {
   content: "";
   display: block;
   position: absolute;
   width: 24px;
   height: 24px;
   top: 0;
   left: -36px;
}

.info__mail .info__item-top::before {
   background: url("../images/icons/chat.svg") 0 0 / 100% no-repeat;
}

.info__tel .info__item-top::before {
   background: url("../images/icons/phone-icon.svg") 0 0 / 100% no-repeat;
}

.info__address .info__item-top::before {
   background: url("../images/icons/mark-icon.svg") 0 0 / 100% no-repeat;
}

.info__item-link {
   color: #1E212C;
   font-size: 18px;
   line-height: 150%;
}

.info__item-address {
   color: #1E212C;
   font-size: 18px;
   line-height: 150%;
}

.info__item-link:hover, .info__item-address:hover {
   transition: all .3s;
   color: #FF3F3A;
}

.info__mail {}

.info__tel {}

.info__address {}

.info__follow {
   margin-top: 48px;
}

.info__follow-head {
   color: #1E212C;
   font-size: 16px;
   font-weight: 700;
   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: 0px;
}

.info__socials-link {
   transition: all .3s;
}

.info__socials-link:hover path {
   transition: all .3s;
   fill: #1E212C;
}

.info__socials-fb {}

.info__socials-tw {}

.info__socials-yt {}

.info__socials-tg {}

.info__socials-inst {}

.info__socials-in {}

.info__map {
   height: 412px;
   max-width: 705px;
   width: 100%;
   box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
   border-radius: 4px;
   overflow: hidden;
}

/*======================== QUESTIONS ===========================
========================== QUESTIONS ===========================*/


.questions {}

.questions__inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.questions__img {
   min-width: 350px;
}

.questions__img img {
   height: 100%;
   width: 100%;
   min-width: 350px;
}

.questions__content {
   margin-left: 30px;
}

.questions__heading {
   margin-bottom: 40px;
}

.questions__form {}

.questions__form-row {
   display: flex;
   margin-bottom: 24px;
}


.questions__text-label {
   margin-right: 25px;
   flex: 1 1 auto;
}

.questions__text-label:last-child {
   margin-right: 0px;
}

.questions__form-input,
.questions__form-text {
   border-radius: 4px;
   border: 1px solid#D7DADD;
   display: block;
   padding: 13px 16px;
   width: 100%;
   margin-top: 8px;
}

.questions__form-input::placeholder,
.questions__form-text::placeholder {
   color: #9A9CA5;
}

.questions__form-text {
   resize: none;
   height: 128px;
}


/* ------------------ НИ ПОНЬ(в итоге понь) ------------------- */


.questions__checkbox-label {
   margin-right: 50px;
   display: flex;
   width: 100%;
}

.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;
   right: 0;
   bottom: 0;
   left: 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;
   border: 1px solid #FF3F3A;
}

.questions__form-btn {
   width: 93.3%;
   align-self: center;
   text-align: center;
   font-size: 16px;
}

/*======================== FOOTER ===========================
========================== FOOTER ===========================*/

.footer {
   color: #FFF;
}

.footer__top {
   padding: 80px 0 60px;
   background: #1E212C;
}

.footer__top-inner {
   display: flex;
   justify-content: space-between;
}

.footer__top-col {
   display: flex;
   flex-direction: column;
   padding: 0 15px;
}

.footer__top-col:first-child {
   max-width: 310px;
}

.footer__top-col:last-child {
   max-width: 315px;
}


.footer__logo {
   margin-bottom: 24px;
   display: block;
}

.footer__top-text {
   opacity: 0.6;
   font-size: 12px;
   line-height: 150%;
   margin-bottom: 38px;
}

.footer__socials {
   display: flex;
}

.footer__socials-item {
   margin-right: 20px;
}

.footer__socials-item:last-child {
   margin-right: 0;
}

.footer__socials-link path {
   transition: all .3s;
}

.footer__socials-link:hover path {
   fill: #FFF;
}

.footer__top-title {
   font-weight: 700;
   line-height: 150%;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-bottom: 12px;
   white-space: nowrap;
   pointer-events: none;
}

.footer__top-list {
   font-size: 16px;
   line-height: 160%;
}

.footer__top-item {
   margin-bottom: 8px;
}

.footer__top-item:last-child {
   margin-bottom: 0;
}

.footer__item-link {
   opacity: 0.6;
   display: flex;
   align-items: center;
   transition: all .3s;
   white-space: nowrap;
}

.footer__top-col:last-child .footer__top-title {
   white-space: normal;
}

.footer__item-link svg {
   margin-right: 8px;
}

.footer__item-link:hover {
   opacity: 1;
}

.footer__form-items {
   border-radius: 4px;
   border: 1px solid #ffffff33;
   background: #ffffff1f;
   margin-bottom: 12px;
   display: flex;
}

.footer__form-input {
   padding: 9px 0px 9px 12px;
   font-size: 12px;
   line-height: 150%;
   color: #FFF;
   width: 100%;
   background-color: transparent;
}

.footer__form-btn {
   background: transparent;
   padding: 10px 12px;

}

.footer__form-btn::before {
   content: "";
   display: block;
   width: 16px;
   height: 16px;
   background: url("../images/icons/right-icon-small.svg") 0 0 / 100% no-repeat;
   transition: all .3s;
}

.footer__form-btn:hover::before {
   transform: scale(1.1);
}

.footer__form-input::placeholder {
   color: #FFF;
   opacity: .6;
}

.footer__form-desc {
   font-size: 10px;
   line-height: 150%;
}

.footer__bottom {
   background: #292c37;
}

.footer__bottom-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 19px 0;
}

.footer__copy {
   font-size: 12px;
   line-height: 150%;
   display: flex;
}

.footer__copy span {
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url("../images/icons/heart-icon.svg") 0 0 / 100% 100% no-repeat;
   margin: 0 4px;
}

.footer__go-top {
   font-size: 14px;
   font-weight: 700;
   line-height: 150%;
   opacity: 0.6;
   text-transform: uppercase;
   transition: all .3s;
}

.footer__go-top:hover {
   opacity: 1;
}


/*=========================== MEDIA ===========================*/
/*=========================== MEDIA ===========================*/


/*============================ 1350 ===========================*/
@media (max-width: 1360px) {
   .header__title {
      font-size: 52px;
      max-width: 376px;
   }

   .header__img {
      max-height: 490px;
   }
}


/*============================ 1200 ===========================*/
@media (max-width: 1200px) {
   .header__title {
      font-size: 52px;
      max-width: 376px;
   }

   .header__img {
      max-width: 450px;
   }

   .program__image img {
      max-width: 400px;
   }

   /* ----------------------------------------------- */
   .blog__item-info {
      margin: 0 0 15px;
      flex-wrap: wrap;
      justify-content: space-between;
   }

   .blog__info-el {
      padding: 0;

   }

   .blog__info-el::after {
      display: none;
   }

   .blog__info-dir {
      order: 1;
   }

   .blog__info-date {
      order: 3;
      flex-basis: 100%;
   }

   .blog__info-time {
      order: 2;
   }
}

/* ----------------------------------------------- */





/*============================ 1100 ===========================*/
@media (max-width: 1100px) {
   .burger {
      display: flex;
      position: fixed;
      top: 0px;
      right: 0px;
      z-index: 1001;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      background-color: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: all .3s;
   }



   .burger--follow {
      top: 15px;
      right: 15px;
      box-shadow: 0 3px 19px #bebebe;
      background-color: #fff;
      z-index: 1001;
   }

   .burger span {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #424551;
      border-radius: 3px;
      margin: 4px 0;
   }

   .burger::before,
   .burger::after {
      position: relative;
      content: "";
      display: block;
      width: 30px;
      height: 3px;
      background-color: #424551;
      border-radius: 3px;
   }

   .burger--active {
      transition: all .3s;
   }

   .burger--active span {
      transition: all .3s;
      transform: scale(0);
   }

   .burger--active::before {
      position: absolute;
      transition: all .3s;
      transform: rotate(45deg);
   }

   .burger--active::after {
      position: absolute;
      transition: all .3s;
      transform: rotate(-45deg);
   }

   .overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 20;
      background-color: #41414150;
      visibility: hidden;
      opacity: 0;
      transition: all .3s;
   }
   
   .overlay--show {
      visibility: visible;
      opacity: 1;
   }
   
   .header {}

   .header__top {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      z-index: 100;
      min-width: 320px;
      transform: translateX(100.1%);
      transition: all .3s;
   }

   .header__top--open {
      transform: translateX(0%);
   }

   .header__top-inner {
      height: 100%;
      justify-content: space-between;
      flex-direction: column;
      padding: 100px 0;
   }

   .header__logo {
      margin: 0 0 30px 0;
   }

   .header__nav {
      margin: 0 auto;
      text-align: center;
      flex-grow: 1;
   }

   .header__nav-list {
      flex-direction: column;
      justify-content: center;
      height: 100%;
   }

   .header__nav-item {
      margin: 0;
   }

   .header__top-btn {
      margin: 0;
   }

   .header__nav-link {
      padding: 10px;
      display: block;

   }

   .header__btn-box {
      flex-direction: column-reverse;

   }

   .header__user-nav {
      margin-bottom: 30px;
   }

   /* ------------------------------------------- */

   .heading__title {
      font-size: 37px;
   }

   .about__img {
      max-width: 400px;
   }

   /* ------------------------------------------- */
   .cert__inner {
      flex-direction: column;
      align-items: center;
   }

   .cert__image-box {
      max-width: 600px;
   }

   .cert__content {
      margin-bottom: 30px;
   }

   .cert__heading {
      text-align: center;
   }

   /* ------------------------------------------- */
   .companies__grid {
      gap: 30px 3%;
   }

   .program__image img {
      max-width: 400px;
   }

   /* ------------------------------------------- */
   .footer__top-inner {
      flex-wrap: wrap;
      justify-content: flex-start;
   }

   .footer__top-col {
      margin-bottom: 30px;
   }

   .footer__top-col:first-child {
      flex-basis: 100%;
      max-width: none;
   }

   .footer__top-col:last-child {
      margin-bottom: 0px;
   }
}

/*============================ 950 ===========================*/
@media (max-width: 950px) {
   .program__image {
      display: none;
   }

   .program__content {
      margin-right: 0;
   }
}

/*============================ 900 ===========================*/
@media (max-width: 900px) {
   .header__content {
      margin: 0;
   }

   .header__img {
      display: none;
   }

   .header__row {
      display: none;
   }

   /* ----------------- */
   .about__img {
      display: none;
   }

   /* ----------------- */
   .directions__filter-box {
      width: 100%;
   }

   .directions__filter-item {
      margin-right: 10px;
   }

   .directions__list {
      gap: 30px 10px;
   }

   .directions__link-content {
      padding: 24px 5px 5px 5px;
   }

   /* ----------------- */
   .companies__grid {
      display: grid;
      grid-template: repeat(3, auto) / repeat(4, 1fr);
   }

   .companies__grid {
      gap: 20px 8.1%;
   }

   /* ----------------- */
   .blog__row {
      flex-direction: column;
      margin: 0 auto;
      max-width: 500px;
   }

   .blog__item {
      padding: 0 0 10px 0;
   }

   /* ----------------- */
   .info__inner {
      flex-direction: column;
      align-items: flex-start;
   }

   .info__content {
      margin: 0 0 30px 0;
   }

   .info__map {
      height: 212px;
      max-width: none;
      width: 100%;
   }

}

/*============================ 850 ===========================*/
@media (max-width: 850px) {
   .questions__img {
      display: none;
   }

   .questions__content {
      margin: 0;
      width: 100%;
   }
}

/*============================ 800 ===========================*/
@media (max-width: 800px) {
   .testimonials__slider-wrapper {
      padding: 0;
   }
}

/*============================ 700 ===========================*/
@media (max-width: 700px) {
   .about__createx {
      margin-bottom: 60px;
   }

   .about__values {
      flex-direction: column;
      align-items: flex-start;
   }

   .about__image-box {
      display: none;
   }

   .about__numbers {
      margin: 0;
      align-self: start;
   }

   .directions__list {
      grid-template: repeat(3, auto) / repeat(2, 1fr);
   }

   /* ----------------- */
   .testimonials__slide {
      padding: 30px 15px;
   }

   .testimonials__arrow {
      display: none;
   }
}

/*========================== КОСТЫЛЬ =========================*/
@media (max-width: 551px) {
   .footer__top-list {
      display: block;
   }
}

/*============================ 550 ===========================*/
@media (max-width: 550px) {
   .heading {
      margin: 0 0 30px 0;
   }

   .heading__subtitle {
      margin: 0;
      font-size: 14px;
   }

   .heading__title {
      font-size: 25px;
   }

   /* ----------------- */

   .main__about {
      padding: 60px 0 90px;
   }

   .main__directions {
      margin-bottom: 90px;
   }

   .main__testimonials {
      padding: 90px 0;
   }

   .main__companies {
      padding-bottom: 90px;
   }

   .main__program {
      padding: 55px 0 90px;
   }

   .main__blog {
      padding-bottom: 60px;
   }

   .main__info {
      padding: 50px 0;

   }

   .main__questions {
      padding-top: 40px;
      padding-bottom: 60px;
   }

   .footer__top {
      padding: 60px 0;
   }
   /* ----------------- */

   .about__text {
      margin-bottom: 30px;
   }

   .about__paragraph {
      font-size: inherit;
   }

   .about__btn-box {
      align-items: flex-start;
      margin: 0;
      flex-direction: column;
   }

   .about__btn {
      margin: 0 0 30px 0;
      text-align: center;
   }

   .about__btn:last-child {
      margin: 0;
   }

   /* ----------------- */
   .directions__list {
      grid-template: none;
   }

   .directions__list-item--empty {
      visibility: hidden;
      opacity: 0;
   }

   /* ----------------- */
   .team__image-box {
      max-width: 300px;
      margin: 0 auto 16px;
   }

   /* ----------------- */
   .testimonials__slider-wrapper {
      margin-bottom: 15px;

   }

   .testimonials__slide-inner {
      padding-left: 30px;
   }

   .testimonials__quote {
      font-size: inherit;
      line-height: inherit;
   }

   .testimonials__quote::before {
      left: -30px;
      width: 20px;
   }

   .testimonials__dots button {
      width: 20px;
   }

   /* ----------------- */
   .companies__grid {
      display: grid;
      grid-template: repeat(4, auto) / repeat(3, 1fr);
   }

   /* ----------------- */

   .program__acc-head {
      font-size: inherit;
      line-height: inherit;
   }

   .program__acc-text {
      font-size: 14px;
   }

   /* ----------------- */
   .blog__heading {
      margin: 0 30px 0 0;
   }

   /* ----------------- */
   .questions__form-row {
      flex-direction: column;
   }

   .questions__text-label {
      margin: 0 0 24px 0;
      font-size: 14px;
   }

   .questions__text-label:last-child {
      margin: 0 0 0 0;
   }

   .questions__form-text, .questions__checkbox-label {
      margin: 0 0 24px 0;
   }

   /* ----------------- */

   .footer__top-title--open {
      margin: 0;
      pointer-events: all;
      cursor: pointer;
      position: relative;
      margin-right: 8px;
   }

   .footer__top-list {
      margin-top: 12px;
      display: none;
   }

   .footer__bottom-inner {
      flex-direction: column-reverse;
   }

   .footer__copy {
      text-align: center;
   }

   .footer__go-top {
      margin-bottom: 10px;
   }

   .footer__top-title--visible {
      display: block;
   }
}

/*============================ 450 ===========================*/
@media (max-width: 450px) {
   .header__top {
      min-width: none;
      width: 100%;
   }

   .header__content-buttons {
      align-items: flex-start;
      margin: 0;
      flex-direction: column;
   }

   .header__content-btn {
      margin: 0 0 30px 0;
      text-align: center;
   }

   /* ----------------- */
   .header__title {
      max-width: 260px;
      font-size: 40px;
   }

   /* ----------------- */
   .directions__filter-box {
      margin-bottom: 15px;
   }

   /* ----------------- */
   .cert__logos {
      flex-direction: column;
      align-items: center;
   }

   .cert__logos-item {
      margin: 0 0 30px 0;

   }

   .cert__logos-item:last-child {
      margin: 0;

   }

   /* ----------------- */
   .companies__grid {
      display: grid;
      grid-template: repeat(6, auto) / repeat(2, 1fr);
   }

   .companies__grid {
      gap: 20px 8.1%;
   }

   /* ----------------- */
   .blog__top {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 30px;
   }

   .blog__heading {
      margin-bottom: 30px;
   }

   /* ----------------- */
   .info__socials-item {
      margin-right: 15px;
   }

}
