* {
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #544837;
}
button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
a {
    text-decoration: none;
}
.title {
    color: #2F281E;
}
.container {
    max-width: 1124px;
    margin: 0 auto;
    padding: 0 10px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
}
.menu {
    margin-left: auto;
}
.menu__list {
    display: flex;
}
.menu__list-item + .menu__list-item {
    margin-left: 24px;
}
.menu__list-link {
    color: #2F281E;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}
.user-nav {
    margin-left: 52px;
    margin-right: 13px;
}
.user-nav__link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #173A56;
    padding: 11px 23px;
    border: 1px solid #BCD0E5;
    border-radius: 4px;
}
.user-nav__link + .user-nav__link {
    margin-left: 14px;
    border-color: transparent;
    background-color: #FF9900;
    color: #fff;
}
.top__inner {
    padding: 133px 0 80px;
    background-image: url(../images/top-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.top__title {
    max-width: 518px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
}
.top__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 45px;
    max-width: 460px;
}
.top__btn {
    display: inline-block;
    margin-right: 30px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #FF9900;
    padding: 15px 41px 14px;
}
.top__link {
    text-decoration: underline;
    position: relative;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    color: #FF9900;
    padding-left: 25px;
}
.top__link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../images/triangle.svg);
    width: 17px;
    height: 19px;
}
.tools {
    padding-top: 110px;
}
.tools__inner {
    padding-bottom: 90px;
    background-image: url(../images/tools-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.tools__title {
    max-width: 539px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: 46px;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}
.tools__items {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px 0;
    margin-bottom: 60px;
}
.tools__item {
    width: 240px;
}
.tools__item-img {
    margin-bottom: 30px;
}
.tools__item-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 13px;
}
.tools__link {
    display: block;
    background-color: #FF9900;
    padding: 15px 32px 14px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    width: 173px;
    margin: 0 auto;
}
.direction {
    padding: 120px 0 100px;
}
.direction__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.direction__item-content {
    max-width: 486px;
}
.direction__item-pretitle {
    margin-bottom: 3px;
}
.direction__item-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 22px;
}
.direction__item-subtitle {
    font-weight: 700;
    margin-bottom: 12px;
}
.direction__item-titletext {
    margin-bottom: 30px;
}
.direction__item-text {
    margin-bottom: 25px;
}
.direction__list {
    list-style: none;
}
.direction__list-item {
    margin-bottom: 30px;
    padding-left: 65px;
    position: relative;
}
.direction__list-item::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(../images/check.svg);
}
.team {
    background-image: url(../images/team-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.team__inner {
    position: relative;
    padding: 230px 0 380px;
}
.team__box {
    text-align: center;
    max-width: 542px;
    margin: 0 auto;
}
.team__title {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
}
.team__text {
    color: #567592;
    margin-bottom: 45px;
}
.team__btn {
    background-color: #FF9900;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 15px 30px 14px;
}
.team__item {
    position: absolute;
    width: 98px;
    height: 98px;
}
.team-1 {
    right: 95px;
    top: 157px;
}
.team-2 {
    left: 0;
    top: 223px;
}
.team-3 {
    bottom: 257px;
    right: 0;
}
.team-4 {
    left: 210px;
    bottom: 223px;
}
.team-5 {
    right: 300px;
    bottom: 135px;
}
.team__item-img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.team__item-text {
    position: absolute;
    top: -30px;
    right: 75px;
    background-color: #fff;
    padding: 14px 20px 15px;
    color: #2F281E;
    box-shadow: 0px 2px 15px rgba(23, 58, 86, 0.1);
    border-radius: 26px;
    white-space: nowrap;
}
.team__item-text.team__item-text--left {
    top: -30px;
    right: auto;
    left: 57px;
}
.team__item-text--right::after,
.team__item-text--right::before,
.team__item-text--left::after,
.team__item-text--left::before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 50%;
}
.team__item-text--right::after,
.team__item-text--left::after {
    width: 17px;
    height: 17px;
    bottom: -7px;
    right: 30px;
}
.team__item-text--right::before,
.team__item-text--left::before {
    width: 9px;
    height: 9px;
    bottom: -20px;
    right: 9px;
}
.team__item-text--left::before {
    left: 9px;
    right: auto;
}
.team__item-text--left::after{
    left: 30px;
    right: auto;
}
.blog {
    padding: 30px 0 120px;
}
.blog__title {
    font-size: 34px;
    line-height: 51px;
    font-weight: 700;
    margin-bottom: 9px;
}
.blog__text {
    margin-bottom: 55px;
}
.slider {
    margin: 0 -20px;
}
.slider__item {
    padding: 0 20px;
}
.slider__item-img {
    width: 348px;
    height: 185px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 25px;
}
.slider__item-info {
    margin-bottom: 12px;
    line-height: 28px;
}
.slider__item-author {
    text-decoration: none;
    font-weight: 700;
    color: #544837;
}
.slider__item-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    transition: all 0.5s;
    display: inline-block;
    margin-bottom: 84px;
}
.slider__item-title:hover {
    color: #FF9900;
}
.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
}
.slick-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    background-color: #efefef;
    padding: 0;
    margin: 0 5px;
}
.slick-dots .slick-active button {
    background-color: #FF9900;
}
.footer__inner {
    padding: 105px 0 100px;
    border-top: 1px solid rgba(188, 208, 229, 0.50);
    display: flex;
    justify-content: space-between;
}
.footer__menu {
    width: 135px;
}
.footer__menu-title,
.footer__form-text {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
    color: #2F281E;
}
.footer__list {
    list-style: none;
}
.footer__menu-link {
    font-size: 16px;
    line-height: 35px;
    color: #544837;
    text-decoration: none;
}
.footer__form {
    width: 330px;
}
.footer__form-input {
    height: 48px;
    padding: 0 15px;
    border: 1px solid #BCD0E5;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 21px;
    display: inline-block;
}
.footer__form-input::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #BCD0E5;
}
.footer__form-btn {
    background-color: #FF9900;
    border-radius: 4px;
    color: #fff;
    padding: 8px 15px 7px;
    border: none;
    font-weight: 700;
    cursor: pointer;
}
.menu__btn {
    width: 40px;
    height: 30px;
    display: none;
}
.menu__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 14px;
}
.menu__btn::after,
.menu__btn::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    left: 0;
}
.menu__btn::after {
    bottom: 0;
}
.menu__btn::before {
    top: 0;
}