html, body {
    font-family: Lato, sans-serif;
    color: #424551
}
.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
    height: 100%;
}
.main__about {
    padding: 180px 0 160px;
}
.main__directions {
    padding-bottom: 160px;
}
.main__cert {
    margin-bottom: -46px;
}
.main__team {
    padding-top: 160px;
    padding-bottom: 180px;
}
.main__testimonials {
    padding-bottom: 180px;
}
.main__companies {
    padding-bottom: 177px;
}
.main__program {
    padding: 116px 0 186px 0;
}
.main__blog {
    padding-bottom: 213px;
}
.main__info {
    padding-bottom: 180px;
}
.main__questions {
    padding-bottom: 180px;
}
.button {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 50px;
    color: #fff;
    padding: 0 40px;
    background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
    border-radius: 4px;
    white-space: nowrap;
    transition: all 0.3s;
}
.button:hover {
    transform: scale(1.1);
}
.button--empty {
    background-image: none;
    border-left: 2px solid #FF3F3A;
    border-right: 2px solid #F75E05;
    background-image: -webkit-linear-gradient(left, #FF3F3A, #F75E05), -webkit-linear-gradient(left, #FF3F3A, #F75E05);
    background-image: linear-gradient(left, #FF3F3A, #F75E05), linear-gradient(left, #FF3F3A, #F75E05);
    background-size: 100% 2px;
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    background-clip: border-box;
}

.button--empty span {
    background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.logo {
    white-space: nowrap;
}
.heading {
    color: #1E212C;
}
.heading__subtitle {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.heading__title {
    font-weight: 900;
    font-size: 46px;
    line-height: 130%;
    margin-bottom: 48px;
}
.heading--text-center {
    text-align: center;
}
/*---------------------------------------------------*/
.header {
    font-weight: 700;
    background: url("../image/details/header.svg") 50% 30% / cover no-repeat, linear-gradient(55.95deg, rgba(255, 63, 58, .2) 0%, rgba(247, 94, 5, .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;
    position: relative;
}
.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 {
    display: flex;
    align-items: center;
    margin-right: 36px;
}
.header__user-nav {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
}
.header__user-nav::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    background: url("../image/ico/person.svg") no-repeat;
    width: 20px;
    height: 20px;
}
.header__user-btn {
    display: inline-block;
    line-height: 1.6;
    transition: all .3s;
}
.header__user-btn:hover {
    color:#FF3F3A;
}
/* ------------------------------------------------------------------ */
.header__body {
    flex-grow: 1;
}
.container {
}
.header__body-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    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;
    border-radius: 50%;
    transition: all .3s;
}
.header__play:hover svg {
    box-shadow: 0 0 0 16px rgba(255, 63, 58, 0.12);
}
.header__title {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.3;
    letter-spacing: 1px;
    max-width: 600px;
}
.header__content-buttons {
    display: flex;
}
.header__content-btn {
    margin-top: 60px;
    margin-right: 24px;
}
.header__content-btn:last-child {
    margin-right: 0;
}
.header__img {
}
.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 15px;
    
}
.header__row-item {
    display: flex;
    align-items: center;
}
.header__row-item span {
    font-weight: 900;
    font-size: 46px;
    line-height: 1.3;
    margin-right: 12px;
}
/* ------------------------------------------------------ */
.about {
}
.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;
    top: -105px;
    right: -90px;
    background-image: url("../image/details/shapes (2).svg");
    width: 100px;
    height: 85px;
}
.about__createx__content {
    max-width: 600px;
    margin-right: 30px; 
}
.about__heading {
}
.about__text {
    margin-bottom: 60px;
}
.about__paragraph {
    margin-bottom: 24px;
    line-height: 160%;
}
.about__paragraph--accent {
    font-weight: 700;
    font-style: 20px;
    line-height: 150%;
    color: #1E212C;
}
.about__paragraph:last-child {
    margin-bottom: 0px;
}
.about__btn-box {
    display: flex;
}
.about__btn {
    margin-right: 24px;
}
.about__btn:last-child {
    margin-right: 0;
}
.header__btn {
}
.about__img {
    max-width: 465px;
}
.about__value {
    display: flex;
    justify-content: space-between;
}
.about__image-box {

}
.about__image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__numbers {
    margin-left: 30px;
    align-self: center;
    white-space: nowrap;
}
.about__number {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}
.about__number:last-child {
    margin-bottom: 0;
}
.about__number span{
    color: #FF3F3A;
    font-weight: 900;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 1px;
    margin-right: 16px;
}

/* --------------------------------------------------------------------------- */
.directions {
}
.directions__inner {
    position: relative;
}
.directions__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: -180px;
    width: 136px;
    height: 115px;
    background: url("../image/details/tochki.svg") 0 0 no-repeat;
}
.directions__heading {
}
.heading__subtitle {
}
.heading__title {
}
.directions__body {
}
.directions__filter-box {
    display: flex;
    margin-bottom: 56px;
}
.directions__filter-item {
    margin-right: 45px;
}
.directions__filter-item:last-child {
    margin-right: 0px;
}
.directions__filter-btn {
    background-color: transparent;
    color: #9A9CA5;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #9A9CA5;
    border-radius: 4px;
    padding: 5px 7px;
}
.directions__filter-btn--active {
    background: linear-gradient(55.95deg, #FF3F3A 0%, #F75E05 100%);
    border: none;
    color: #fff;
    padding: 6px 8px;
}
.directions__list {
    display: grid;
    grid-template: repeat(2, auto) / repeat(3, 1fr);
    gap: 30px;
}
.directions__list-items {
}
.directions__list-item--empty {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    background: #F4F5F7;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.directions__list-item--empty span {
    max-width: 240px;
}
.directions__list-items--marketing .directions__link-tag {
    background-color: #03CEA4;
    /* border: 1px solid #03CEA4; 
    border-radius: 4px; */
}
.directions__list-items--management .directions__link-tag {
    background-color: #5A87FC;
    /* border: 1px solid #5A87FC; 
    border-radius: 4px; */
}
.directions__list-items--hr .directions__link-tag {
    background-color: #F89828;
    /* border: 1px solid #F89828; 
    border-radius: 4px; */
}
.directions__list-items--design .directions__link-tag {
    background-color: #F52F6E;
    /* border: 1px solid #F52F6E; 
    border-radius: 4px; */
}
.directions__list-items--development .directions__link-tag {
    background-color: #7772F1;
    /* border: 1px solid #7772F1; 
    border-radius: 4px; */
}
.directions__list-link {
    display: block;
    border: 1px solid #E5E8ED;
    border-top: none;
    border-radius: 4px;
    transition: all 1s;
}
.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);
    transition: all .3s;
}
.directions__list-link:hover .directions__link-btn {
    color: #FF3F3A;
    transition: all .3s;
}
.directions__image-box {
}
.directions__link-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.directions__link-tag {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    padding: 6px 8px;
    align-self: flex-start;
    margin-bottom: 21px;
}
.directions__link-text {
    color: #787A80;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}
.directions__link-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #1E212C;
    display: flex;
    transition: all 1s;
}
.directions__link-btn::after {
    content: "";
    display: block;
    transform: translateY(25%);
    width: 24px;
    height: 24px;
    background: url("../image/icon/arrow-right-red.svg") 0 0 / 100% no-repeat;
    margin-left: 12px;
}
/* ------------------------------------------------------------------ */
.cert__inner {
    display: flex;
    justify-content: space-between;
}
.cert__content {
    margin-right: 30px;
}
.cert__heading {
    margin-bottom: 48px;
}
.cert__text {
    color: #424551;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    max-width: 390px;
    margin-bottom: 32px;
}
.cert__logos {
    display: flex;
}
.cert__logos-item {
    margin-right: 33px;
}
.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);
    border-radius: 4px;
}
/* ----------------------------------------------------------------------- */
.team {
    background-color: #F4F5F6;
}
.team__inner {
    position: relative;
}
.team__inner::before {
    content: " ";
    position: absolute;
    bottom: -180px;
    right: -540px;
    background: url("../image/circles.svg") 0 0 / 100% no-repeat;
    height: 258px;
    width: 258px;
}
.team__heading {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.team__slider-arrows {
    display: flex;
}
.team__slider-arrow {
    /* display: block; */
    line-height: 0;
    border-radius: 50%;
    transition: all .3s;
}
.team__slider-arrow:hover path {
    fill: #FF3F3A;
}
.team__slider-prev {
    margin-right: 24px;
}
.team__slider-next {
}

.team__slider .slick-track{
    display: flex;
}
.team__slider .slick-list {
    overflow: hidden;
    margin-right: -15px;
}
.team__slaid {
    /* padding: 0 15px; */
}
.team__slaid:hover .team__socials{
    transform: translateY(0%);
}
.team__image-box {
    border-radius: 4px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
}
.team__image-box:last-child {
    margin-right: 0;
}
.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;
    justify-content: flex-end;
    align-items: flex-end;  
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    height: 100%;
    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%);ackground: 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%);
    transform: translateY(70%);
    transition: all .3s;
}
.team__socials-item {
}
.team__socials-link {
    display: block;
    margin-right: 12px;
}
.team__socials-link:last-child {
    margin-right: 0px;
}
.team__socials-link:hover path {
    fill: #fff;
    transition: all .3s;
}
.team__info {
    margin-top: 16px;
    margin-right: 30px;
    text-align: center;
}
.team__info-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 4px;
}
.team__info-position {
    color: #787A80;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
/* -------------------------------------------------------------------------- */
.testimonials {
    background-color: #F4F5F6;
}
.testimonials__inner {
    position: relative;
}
.testimonials__inner::before {
    content: " ";
    position: absolute;
    bottom:-50px;
    left: -3px;
    background: url("../image/dots.svg") 0 0 / 100% no-repeat;
    width: 143px;
    height: 105px;
}
.testimonials__heading {
    margin-bottom: 60px;
}
.testimonials__slider-wrapper {
    padding: 0 50px;
    position: relative;
}
.testimonials__slider {
    max-width: 1020px;
    margin: 0 auto;
}
.testimonials__slider .slick-track {
    display: flex;
}
.testimonials__slider .slick-list {
    overflow: hidden;
}
.testimonials__slide {
    padding: 64px;
    background-color: #fff;
    
}
.testimonials__slide-inner {
    max-width: 810px;
    margin: 0 auto;
    padding-left: 58px;
}
.testimonials__quote {
    color: #424551;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 24px;
    max-width: 752px;
    position: relative;
}
.testimonials__quote::before{
    content: "";
    position: absolute;
    top: 0;
    left: -58px;
    background  : url("../image/details/braces.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;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.testimonials__info-position {
    color: #787A80;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.testimonials__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonials__arrow path {
    transition: all .3s;
}
.testimonials__arrow::before {
    transition: all .5s;
}
.testimonials__arrow:hover::before {
    content: "";
    display: block;
    position: absolute;
    top: -40%;
    left: -50%;
    width: 48px;
    height: 48px;
    background-color: #FF3F3A;
    border-radius: 50%;
    z-index: -1;
}
.testimonials__prev {
    left: 0;
}
.testimonials__next {
    right: 0;
}
.testimonials__dots {

}
.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: 0px;
}
.testimonials__dots .slick-active button::before {
    background-color:#424551;
}
.testimonials__dots button {
    font-size: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.testimonials__dots button::before {
    content: " ";
    height: 3px;
    width: 100%;
    background-color: #B3B7BC;
    border-radius: 3px;
}

.testimonials__arrow:hover svg path {
    fill: #fff;
    /* fill: #FF3F3A; */
}
/* ============================Companies=============================== */
.companies {
    background-color: #F4F5F6;
}
.container {
}
.companies__inner {
    position: relative;
}
.companies__inner::before {
    content: " ";
    position: absolute;
    left: -250px;
    bottom: -120px;
    background: url('../image/companies/det.svg') 0 0 / 100% no-repeat;
    width: 90px;
    height: 90px;
}
.companies__heading {
    margin-bottom: 60px;
}
.companies__grid {
    display: grid;
    grid-template: repeat(2, auto) / repeat(6, auto);
    gap: 40px 100px;
}
.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:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: all .3s;
}
/* ======================================Accordeon==================== */
.program {
}
.program__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program__content {
    margin-right: 30px;
}
.program__heading {
}
.heading {
}
.program__acc {
    margin-left: 40px;
}
.program__acc-item {
    margin-bottom: 24px;
}
.program__acc-link {
    display: block;
}
.program__acc-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1E212C;
    position: relative;
}
.program__acc-head span {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FF3F3A;
}
.program__acc-head::before,
.program__acc-head::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 18px;
    height: 2px;
    background: #FF3F3A;
    border-radius: 10px;
}
.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;
    margin-bottom: 24px;
    max-width: 600px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #424551;
}
.program__image {
}
/* =================================BLOG========================== */
.blog__inner {
}
.blog__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog__heading {
}
.heading {
}
.blog__btn {
}
.button {
}
.blog__row {
    display: flex;
}
.blog__item {
    margin-right: 30px;
}
.blog__item:last-child {
    margin-right: 0;
}
.blog__item-link {
    display: block;
    border-radius: 4px;
}
.blog__item-inner {
}
.blog__image-box {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.blog__image-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #424551;
    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: 17px;
    transform: translateY(-10%);
    margin-right: 4px;
}
.blog__item-content {
}
.blog__item-info {
    display: flex;
    align-items: center;
    margin: 8px -12px 8px;
}
.blog__info-dir {
}
.blog__info-el {
    padding: 0 12px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #787A80;
}
.blog__info-el::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    width: 1px;
    height: 12px;
    background-color: #787A80;
}
.blog__info-el:last-child::after {
    content: none;
}
.blog__info-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #787A80;
    display: flex;
    align-items: center;
}
.blog__info-date::before {
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    transform: translateY(-10%);
    background: url("../image/blog/Calendar.svg") 0 0 / 100% no-repeat;
    margin-right: 9px;
}
.blog__info-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #787A80;
    display: flex;
    align-items: center;
}
.blog__info-time::before {
    content: " ";
    display: block;
    width: 16px;
    height: 17px;
    transform: translateY(-10%);
    background: url("../image/blog/Clock.svg") 0 0 / 100% no-repeat;
    margin-right: 9px;
}
.blog__item-title {
    max-width: 390px;
    max-height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1E212C;
    margin-top: 8px;
}
.blog__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #424551;
    margin-top: 8px;
}
.blog__item-btn {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #1E212C;
    margin-top: 16px;
}
.blog__item-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../image/blog/Right.svg") 0 0 / 100% no-repeat;
    margin-left: 12px;
}
.blog__item-link:hover {
    box-shadow: 0px 30px 30px 10px rgba(101, 103, 109, 0.08);
    transition: all .3s;
}
.blog__item-link:hover .blog__item-btn{
    color: #FF3F3A;
    transition: all .3s;
}
.blog__item--podcast .blog__image-box span::before {
    background: url("../image/blog/mic.svg") 0 0 / 100% no-repeat;
}
.blog__item--video .blog__image-box span::before {
    background: url("../image/blog/Play.svg") 0 0 / 100% no-repeat;
}
.blog__item--article .blog__image-box span::before {
    background: url("../image/blog/Files.svg") 0 0 / 100% no-repeat;
}
/* ==================================INFO=================================== */
.info__inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.info__content {
    padding-right: 30px;
}
.info__heading {
}
.info__contacts {
}
.info__contacts-item {
    padding-left: 48px;
    margin-bottom: 24px;
}
.info__contacts-item:last-child {
    margin-bottom: 48px;
}
.info__mail {
    
}
.info__item-top {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #787A80;
    position: relative;
}
.info__item-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 24px;
    height: 24px;
}
.info__item-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #1E212C;
}
.info__item-link:hover {
    color: #FF3F3A;
}
.info__mail .info__item-top::before {
    background: url("../image/info/Chat.svg") 0 0 / 100% no-repeat;
}
.info__tel .info__item-top::before {
    background: url("../image/info/iPhone.svg") 0 0 / 100% no-repeat;
}
.info__address .info__item-top::before {
    background: url("../image/info/outline.svg") 0 0 / 100% no-repeat;
}
.info__item-address {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #1E212C;
}
.info__follow {
}
.info__follow-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E212C;
    margin-bottom: 24px;
}
.info__socials {
    display: flex;
    align-items: center;
}
.info__socials-item {
    margin-right: 32px;
}
.info__socials-item:last-child {
    margin-right: 0px;
}
.info__socials-link {
    display: block;
    fill: #787A80;
    transition: all .3s;
}
.info__socials-link:hover {
    fill: #FF3F3A;
    transform: scale(1.1);
}
.info__map {
    width: 700px;
    height: 410px;
    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);
    border-radius: 4px;
    overflow: hidden;
}
/* =====================================QUESTIONS============================== */
.main__questions {
}
.questions__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions__img {
}
.questions__content {
    margin-left: 30px;
}
.questions__heading {
    margin-bottom: 40px;
}
.questions__form {
}
.questions__form-row {
    display: flex;
    margin-bottom: 24px;
}
.questions__form-label {
    margin-right: 25px;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #424551
}
.questions__form-label:last-child {
    margin-right: 0;
}
.questions__form-input,
.questions__form-text {
    display: block;
    margin-top: 8px;
    padding: 13px 16px;
    border: 1px solid #D7DADD;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;  
    color: #424551;
}
.questions__form-text {
    height: 128px;
    resize: none;
}
.questions__form-input::placeholder,
.questions__form-text::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #9A9CA5;
}
.questions__text-label {

}
.questions__checkbox-label {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;  
    color: #424551;
    margin-top: 48px;
    width: 100%;
    margin-right: 48px;
}
.questions__form-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    flex: 0 0 auto;
    margin-top: 2px;
}
.questions__form-default {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.questions__form-default:checked + .questions__form-custom {
    background: url("../image/form/check.svg") 50% 50% no-repeat, #FF3F3A;
    border: 1px solid #FF3F3A;
}
.questions__form-custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #424551;
    border-radius: 3px;
    cursor: pointer;
}
.questions__form-btn {
    width: 100%;
    align-self: center;
    text-align: center;
    font-size: 16px;
    margin-top: 48px;
}
/* ===============================FOOTER============================== */
.footer {
}
.footer__top {
    padding: 80px 0 60px 0;
    background-color: #1E212C;
}
.footer__top-inner {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 80px;
}
.footer__top-col {
}
.footer__top-col:first-child {
    max-width: 280px;
}
.footer__top-col:last-child {
    max-width: 285px;
}
.footer__logo {
    display: block;
    margin-bottom: 24px;
}
.footer__top-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.6;
    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{
    fill: #fff;
    opacity: 0.6;
    transition: all .3s;
}
.footer__socials-link:hover path{
    fill: #fff;
    opacity: 1;
}
.footer__top-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 12px;
}
.footer__top-list {
}
.footer__top-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 8px;
    transition: all .3s;
}
.footer__top-item:hover {
    opacity: 1;
}
.footer__item-link {
    display: flex;
    align-items: center;
}
.footer__item-link svg {
    margin-right: 10px;
}
.footer__form {
}
.footer__form-items {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #ffffff33;
    border-radius: 4px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.footer__form-items:hover {
    border: 1px solid #fff;
}
.footer__form-input {
    padding: 9px 0 9px 12px;
    width: 100%;
    color: #fff;
    display: flex;
    background: transparent;
}
.footer__form-input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.6;
}
.footer__form-btn {
    background: transparent;
    padding: 10px;
}
.footer__form-btn::after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../image/Right.svg");
    opacity: 0.6;
    transition: all .3s;
}
.footer__form-btn:hover::after {
    opacity: 1;
}
.footer__form-desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.footer__bottom {
    background-color: #292C37;
    padding: 19px 0;
}
.footer__bottom-inner {
    display: flex;
    justify-content: space-between;
}
.footer__copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.footer__copy span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 5px;
    background: url("../image/heart.svg") 0 0 / 100% 100% no-repeat;
}
.footer__go-top {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.6;
    transition: all .3s;
}
.footer__go-top:hover {
    opacity: 1;
}
/* ====================================MEDIA=============================== */
/* ====================================1300=============================== */
@media (max-width: 1300px) {
    .directions__list {
        display: grid;
        grid-template: repeat(4, auto) / repeat(2, 392px);
        gap: 30px;
    }
    .directions__list-items {
        min-width: 390px;
    }
    /* ------------------------------------- */
    .blog__row {
        display: flex;
        justify-content: center;
    }
    .blog__item {
        margin-right: 30px;
        max-width: 340px;
    }
    .blog__image-box img {
        max-width: 340px;
    }
    .blog__info-dir {
        font-size: 13px;
    }
    .blog__info-date {
        font-size: 11px;
    }
    .blog__info-time {
        font-style: 11px;
    }
    .blog__item-content {
        max-width: 300px;
    }
    .blog__item-title {
        font-size: 15px;
    }
    .blog__item-text {
        font-style: 14px;
    }
}
/* ====================================1200=============================== */
@media (max-width: 1200px) {
    .header__title {
        font-size: 48px;
        max-width: 420px;
    }
    .header__img {
        max-width: 450px;
    }
    /* -------------------------------------- */
    .program__image img {
        max-width: 340px;
    }
}
/* ====================================1140=============================== */
@media (max-width: 1140px) {
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        background: rgba(0, 0, 0, 0.349);
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .overlay--show {
        visibility: visible;
        opacity: 1;
    }
    .burger {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 150;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .burger--follow {
        top: 15px;
        right: 15px;
        box-shadow: 0 1px 8px #a1a1a1;
        background-color: #fff;
        transition: all .8s;
    }
    .burger span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #424551;
        border-radius: 3px;
        margin: 4px 0;
    }
    .burger::before,
    .burger::after {
        content: " ";
        display: block;
        width: 30px;
        height: 4px;
        background-color: #424551;
        border-radius: 3px;
    }
    .header__top {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        min-width: 320px;
        background-color: #fff;
        z-index: 100;
        transform: translateX(100%);
        transition: all .3s;
    }
    .header__top--open {
        transform: translateX(0%);
    }
    .header__top-inner {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding: 100px 0;
    }
    .header__logo {
        margin: 0 0 30px 0;
    }
    .header__nav {
        text-align: center;
        margin: 0 auto;
        flex-grow: 1;
    }
    .header__nav-list {
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .header__nav-item {
        margin: 0;
    }
    .header__nav-link {
        display: block;
        padding: 10px;
    }
    .header__btn-box {
        flex-direction: column-reverse;
    }
    .header__user-nav {
        margin: 25px 0;
    }
    .header__top-btn {
        margin: 0;
    }
    .header__body {
        padding-top: 90px;
    }
    /* ------------------------------------------------------ */
    .heading__title {
        font-size: 37px;
    }
    .about__text {
        max-width: 500px;
    }
    .about__img {
    }
        /* ------------------------------------------- */
    .cert__inner {
        display: flex;
        justify-content: space-between;
    }
    .cert__content {
        margin-right: 30px;
    }
    .cert__heading {
        margin-bottom: 48px;
    }
    .cert__text {
        color: #424551;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        max-width: 390px;
        margin-bottom: 32px;
    }
    .cert__logos {
        display: flex;
    }
    .cert__logos-item {
        margin-right: 33px;
    }
    .cert__logos-item:last-child {
        margin-right: 0;
    }
    .cert__image-box {
        width: 600px;
        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);
        border-radius: 4px;
    }
    .cert__image-box img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    /* --------------------------------------- */
    .testimonials__quote {
        color: #424551;
        font-weight: 400;
        font-size: 17px;
        line-height: 150%;
        margin-bottom: 24px;
        max-width: 752px;
        position: relative;
    }
    /* -------------------------------------------- */
    .companies__grid {
        display: grid;
        grid-template: repeat(3, auto) / repeat(4, auto);
        gap: 40px 100px;
    }
    /* -------------------------------------- */
    .program__image img {
        max-width: 300px;
    }
    /* -------------------------------------- */
    .blog__row {
        display: flex;
        flex-direction: column;
    }
    .blog__item {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .blog__item-content {
        max-width: 390px;
    }
    /* ---------------------------------------- */
    .footer__top-inner {
        display: grid;
        grid-template: repeat(2, auto) / repeat(2, 320px);
        justify-content: center;
    }
    .courses {
        display: none;
    }
}
/* ====================================1000============================== */
@media (max-width: 1000px) {
    .about__img {
        display: none;
    }
    /* -------------------------------------------- */
    .testimonials__slider {
        max-width: 820px;
        margin: 0 auto;
    }
    .testimonials__slide {
        padding: 64px;
        background-color: #fff;
        
    }
    .testimonials__slide-inner {
        max-width: 810px;
        margin: 0 auto;
        padding-left: 58px;
    }
    .testimonials__quote {
        color: #424551;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 24px;
        max-width: 752px;
        position: relative;
    }
    .testimonials__quote::before{
        content: "";
        position: absolute;
        top: 0;
        left: -58px;
        background  : url("../image/details/braces.svg") 0 0 / 100% no-repeat;
        width: 28px;
        height: 20px;
    }
    .testimonials__user {
        display: flex;
        align-items: center;
    }
    .testimonials__avatar {
        border-radius: 70%;
        overflow: hidden;
        margin-right: 20px;
    }
    .testimonials__info {
    
    }
    .testimonials__info-name {
        color: #1E212C;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 4px;
    }
    .testimonials__info-position {
        color: #787A80;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    /* --------------------------------------- */
    .companies__grid {
        display: grid;
        grid-template: repeat(3, auto) / repeat(4, auto);
        gap: 40px 100px;
    }
    /* --------------------------------------- */
    .program__image img {
        display: none;
    }
}
/* ====================================900============================== */
@media (max-width: 900px) {
    .header__content {
        margin: 0;
    }
    .header__img {
        display: none;
    }
    .header__row {
        display: none;
    }
    .about__value {
        flex-direction: column;
    }
    .about__image-box {
        display: none;
    }
    .about__numbers {
        margin: 0 20px;
    }
    /* ------------------------------------ */
    .directions__filter-box {
        display: grid;
        grid-template: repeat(6, auto) / repeat(2, auto);
        justify-content: center;
    }
    .directions__filter-item {
        margin-bottom: 20px;
    }
    .directions__list {
        display: grid;
        grid-template: repeat(6, auto) / repeat(1, 392px);
        gap: 30px;
        justify-content: center;
    }
    .directions__list-items {
        min-width: 390px;
    }
    .directions__list-item {
        min-width: 390px;
        min-height: 420px;
    }
    /* ------------------------------------------- */
    .main__cert {
        display: none;
    }
    /* ------------------------------------------- */
    .main__team {
        padding-top: 50px;
    }
    /* ------------------------------------------ */
    .companies__grid {
        display: grid;
        grid-template: repeat(4, auto) / repeat(3, auto);
        gap: 40px 100px;
    }
    /* -------------------------------------- */
    .questions__img {
        display: none;
    }
    .questions__content {
        margin-left: 0px;
    }
    /* -------------------------------------- */
    .footer__top-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__top-col {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .footer__top-list {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .footer__top-text {
        text-align: center;
    }
}
/* ====================================700============================== */
@media (max-width: 700px) {
    .program__acc-head {
        font-size: 16px;
    }
    .program__acc-head span {
        font-size: 16px;
    }
    .program__acc-head::before,
    .program__acc-head::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    height: 2px;
    background: #FF3F3A;
    border-radius: 10px;
}
/* ----------------------------------------- */
    .info__map {
        display: none;
    }
    /* ------------------------------------- */
}
/* ====================================590============================== */
@media (max-width: 590px) {
    .program__acc-head {
        font-size: 13px;
    }
    .program__acc-text {
        font-size: 13px;
    }
}
/* ====================================550============================== */
@media (max-width: 550px) {
    .heading {
        font-size: 14px;
    }
    .heading__title {
        margin-bottom: 30px;
    }
    .about__text {
        margin-bottom: 30px;
    }
    .about__paragraph {
        margin-bottom: 10px;
    }
    .about__btn-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .about__btn {
        margin-bottom: 20px;
    }
    /* ---------------------------------- */
    .directions__filter-box {
        display: grid;
        grid-template: repeat(6, auto) / repeat(2, auto);
        justify-content: center;
    }
    .directions__filter-item {
        margin-bottom: 20px;
    }
    .directions__list {
        display: grid;
        grid-template: repeat(6, auto) / repeat(1, 392px);
        gap: 30px;
        justify-content: center;
    }
    .directions__list-items {
        min-width: 390px;
    }
    .directions__list-item {
        min-width: 390px;
        min-height: 420px;
    }
    /* ------------------------------------------- */
    .main__testimonials {
        display: none;
    }
    /* ------------------------------------------ */
    .companies__grid {
        display: grid;
        grid-template: repeat(5, auto) / repeat(2, auto);
        gap: 40px 50px;
    }
    /* ------------------------------------------- */
    .program__acc-head {
        max-width: 220px;
    }
    .program__acc-head::before,
    .program__acc-head::after {
    content: " ";
    position: absolute;
    top: 25%;
    left: -30px;
    width: 16px;
    height: 2px;
    background: #FF3F3A;
    border-radius: 10px;
    }
    /* -------------------------------------------- */
    .questions__content {
        margin-left: 0px;
    }
    .questions__form-row {
        display: flex;
        flex-direction: column;
        max-width: 350px;
    }
    .questions__form-label {
        margin-right: 0px;
    }
    /* ------------------------------------------- */
    .team__slider__arrows {
        display: none;
    }
    .team__image {
        max-width: 300px;
        margin: 0 auto 16px;
    }
    .team__image-box {
        margin-right: 0;
    }
    .team__socials {
        max-width: 300px;
        margin: 0 auto 16px;
    }
    /* --------------------------------------- */
    .blog__btn {
        display: none;
    }
}
/* ====================================450============================== */
@media (max-width: 450px) {
    .header__title {
        max-width: none;
        font-size: 40px;
    }
    .header__content-buttons {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
    .header__content-btn {
        margin: 30px 0 0 0;
    }
    /* ---------------------------------- */
    .directions__filter-box {
        display: grid;
        grid-template: repeat(6, auto) / repeat(2, auto);
        justify-content: center;
    }
    .directions__filter-btn {
        font-size: 14px;
    }
    .directions__filter-item {
        margin-bottom: 20px;
    }
    .directions__list {
        display: grid;
        grid-template: repeat(6, auto) / repeat(1, 300px);
        gap: 30px;
        justify-content: center;
    }
    .directions__list-items {
        min-width: 300px;
    }
    .directions__image-box img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .directions__link-tag {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        line-height: 1;
        border-radius: 4px;
        padding: 6px 8px;
        align-self: flex-start;
        margin-bottom: 21px;
    }
    .directions__link-text {
        color: #787A80;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        margin-bottom: 20px;
        max-width: 200px;
    }
    .directions__link-btn {
        color: #1E212C;
        display: flex;
        font-weight: 700;
        transition: all 1s;
    }
    
    .directions__link-btn::after {
        content: "";
        display: block;
        transform: translateY(30%);
        width: 18px;
        height: 18px;
        background: url("../image/icon/arrow-right-red.svg") 0 2px / 100% no-repeat;
        margin-left: 11px;
    }
    .directions__list-item {
        min-width: 300px;
        min-height: 420px;
    }
    /* ------------------------------------------- */
    .main__blog {
        padding-bottom: 100px;
    }
    .blog__item {
        margin-right: 5px;
        max-width: 305px;
    }
    .blog__image-box img {
        max-width: 305px;
    }
    .blog__info-dir {
        font-size: 12px;
    }
    .blog__info-date {
        font-size: 10px;
    }
    .blog__info-time {
        font-size: 10px;
    }
    .blog__item-content {
        max-width: 300px;
    }
    .blog__item-title {
        font-size: 12px;
    }
    .blog__item-text {
        font-style: 11px;
    }
    /* -------------------------------------- */
    .footer__bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__copy {
        text-align: center;
    }
    .footer__go-top {
        margin-top: 20px;
    }
}
/* ====================================350============================== */
@media (max-width: 350px) {
    .about__numbers {
        margin: 0 20px;
    }
    .about__number span {
        font-size: 30px;
    }
    .about__number {
        font-size: 16px;
    }
}