* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  /* display: inline-block; */
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* font-family: 'Poppins', sans-serif;  */
}

.header {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);

}

.header__top {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__link ul {
  display: flex;
}

.header__link li+li {
  padding-left: 40px;
}

.header__link a {
  font-size: 15px;
  line-height: 28px;
  color: #2F281E;
}

.header__link a:hover {
  transition: all 0.2s;
  color: #FF9900;
}

.btn__in {
  border: 1px solid #BCD0E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #173A56;
  padding: 10px 25px;
  margin-right: 10px;
}

.btn__in:hover {
  background-color: #BCD0E5;
  transition: all 0.3s;
}

.btn__up {
  border: 1px solid #FF9900;
  background-color: #FF9900;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 25px;
}

.btn__up:hover {
  color: #FF9900;
  background-color: #fff;
  transition: all 0.3s;
}

/* ---------Main---------- */
.main__wrapper {
  display: flex;
}

.left__side h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #2F281E;
  margin-top: 125px;
}

.left__side p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #544837;
  margin-top: 30px;
}

.left__side__btn {
  margin-top: 60px;
}

.right__side {
  margin-top: 40px;
  margin-left: 60px;
}

.main__btn {
  background-color: #FF9900;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 40px;
}

.main__btn:hover{
  background-color: #FF6B38;
  transition: ease 0.2s;
}

.main__link {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FF9900;
  margin-left: 45px;
}

.main__link:hover {
  transition: ease 0.3s;
  color: #FF6B38;
}

.main__link:before {
  font-family: 'icomoon';
  content: "\f04b";
  margin-right: 10px;
  font-size: 20px;
}

/* .main__middle {
  background-image: url(/img/middle__bg.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: ;
} */

.middle__title h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #2F281E;
  margin-top: 120px;
}

.middle__cards {
  margin-top: 70px;
}

.card {
  display: flex;
  justify-content: space-between;
}

.card h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2F281E;
  margin-top: 45px;
}

.card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #544837;
  margin-top: 16px;
}

.card-1:before {
  font-family: 'icomoon';
  content: "\f245";
  color: #fff;
  background-color: #7752BE;
  border-radius: 19px;
  font-size: 16px;
  line-height: 18px;
  padding: 17px 16px 15px 21px;
}

.card-2:before {
  font-family: 'icomoon';
  content: "\eace";
  color: #fff;
  background-color: #FAB005;
  border-radius: 19px;
  font-size: 16px;
  line-height: 18px;
  padding: 16px;
}

.card-3:before {
  font-family: 'icomoon';
  content: "\f004";
  color: #fff;
  background-color: #F03E3D;
  border-radius: 19px;
  font-size: 16px;
  line-height: 18px;
  padding: 16px;
}

.card-4:before {
  font-family: 'icomoon';
  content: "\f252";
  color: #fff;
  background-color: #4DADF7;
  border-radius: 19px;
  font-size: 16px;
  line-height: 18px;
  padding: 16px;
}

.middle__btn {
  text-align: center;
  margin-top: 85px;
}

.middle__btn a {
  background-color: #FF7549;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 20px 40px;
}

.middle__btn a:hover{
  background-color: #FAB005;
  transition: ease 0.2s;
}

/* --------------------- */

.section__title h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #2F281E;
  margin-top: 150px;
}

.section__title p {
  font-size: 16px;
  line-height: 26px;
  color: #544837;
  margin-top: 14px;
}

.section__link ul {
  display: flex;
  margin-top: 24px;
}

.section__link a {
  font-size: 13px;
  line-height: 28px;
  color: #544837;
  border: 1px solid #D7D7D7;
  border-radius: 90px;
  padding: 5px 15px;
}

.section__link a:hover {
  background-color: #FF9900;
  border: 1px solid #FF9900;
  color: #fff;
  transition: all 0.4s;
}

.section__link li+li {
  margin-left: 7px;
}

.section__link a:hover,
.section__link li.active a {
  background-color: #FF9900;
  border: 1px solid #FF9900;
  border-radius: 90px;
  color: #fff;
  transition: all 0.4s;
}

/*---------------------  */

.section__top {
  margin-top: 31px;
  justify-content: space-between;
  display: flex;
}

.page {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  cursor: pointer;
}

.page:hover h3{
  color: #FAB005;
  transition: ease 0.2s;
}
 
.page h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #2F281E;
  margin-top: 24px;
}

.page__box{
  padding-left: 33px;
  padding-bottom: 26px;
  margin-right: 0;
}

.page__link {
  margin-top: 29px;
}

.page__link ul {
  display: flex;
}

.page__link li+li {
  margin-left: 7px;
}

.page__link a {
  font-size: 13px;
  line-height: 28px;
  color: #544837;
  background: #F5F5F5;
  border: 1px solid #D7D7D7;
  border-radius: 90px;
  padding: 5px 15px;
}

.page__link a:hover {
  background-color: #D7D7D7;
  transition: ease 0.3s;
}

.section__middle {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.section__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* ------------------- */

.article {

}

.article h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #2F281E;
  margin-top: 96px;
}

.article p {
  font-size: 16px;
  line-height: 26px;
  color: #544837;
  margin-top: 14px;
}

.author {
  display: flex;
  justify-content: space-between;
}

.author__wrapper {
  display: flex;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 45px;
}

.author__info {
  padding-top: 36px;
  padding-left: 35px;
}

.author__info h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #544837;
}

.author__info p {
  font-size: 14px;
  line-height: 26px;
  color: #544837;
}

.author__info p a {
  color: #1943EF;
}

.author__info a:hover{
  /* transition: ease 0.2s; */
  color: #FAB005;
}

.author__img {
  margin-top: 20px;
  padding-left: 45px;
}

/* ----------------------------- */

.main__footer {
  background-color: #FFEEE1;
  margin-top: 100px;
  padding-bottom: 80px;
}

.main__footer__side {
  display: flex;
  justify-content: space-between;
}

.main__footer__left h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #2F281E;
  padding-top: 62px;
}

.main__footer__left p {
  font-size: 16px;
  line-height: 26px;
  color: #544837;
  margin-top: 14px;
}

.main__footer__left a{
  font-size: 25px;
  line-height: 26px;
  color: #544837;
}

.main__phone {
  margin-top: 33px;
}

.main__phone a:hover{
  color: #FAB005;
  transition: ease 0.2s;
}

.main__phone img {
  /* padding-top: 5px;   */
}

.main__email {
  margin-top: 19px;
}

.main__email a:hover{
  color: #FAB005;
  transition: ease 0.2s;
}

/* .main__phone::before {
  font-family: 'icomoon';
  content: "\f095";
  color: #FF7B5B;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px 10px;
}

.main__email::before {
  font-family: 'icomoon';
  content: "\f0e0";
  color: #FF7B5B;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px 10px;
} */

.main__footer__right {
  margin-top: 124px;
}

.main__footer__right input{
  border-color: #fff;
  border-radius: 5px;
  width: 280.29px;
  height: 45px;
  padding-left: 20px;

}

.main__footer__right input+input{
  margin-left: 12px;
}

.main__footer__right ::placeholder{
  font-size: 16px;
  line-height: 26px;
  color: #C6C6C6;
}

.main__footer__right textarea {
  padding-left: 20px;
  padding-top: 10px;
  max-width: 577px;
  min-height: 159px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #C6C6C6;
  margin-top: 20px;
}

.main__footer__btn  input{
  margin-top: 20px;
  background-color: #FF9900;
  border: 0;
  border-radius: 4px;
  padding: 15px 20px;
  width: 117px;
  height: 53px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.main__footer__btn input:hover{
  background-color: #FF6B38;
  transition: ease 0.3s;
}
/* ---------------------- */

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: ;
  margin-top: 60px;
  padding-bottom: 80px;
}

.footer__link h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2F281E;
}

.footer__link li a {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 35px;
  color: #544837;
}

.footer__link a:hover{
  transition: ease 0.2s;
  color: #FF9900;
}
