@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");

.header {
  width: 1498px;
  height: 650px;
}

.header_container {
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
}

.logo {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 90px;
  top: 40px;
}

.header_fon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header_block {
  width: 86px;
  height: 53px;
  border-radius: 50px;
  background: white;
  position: absolute;
  right: 90px;
  top: 40px;
}

.block_iner {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 19px;
  margin-left: 20px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.img_iner {
  margin-top: -20px;
  margin-left: 40px;
}

.blog {
  position: absolute;
  width: 741px;
  height: 537px;
  left: 63px;
  top: 384px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
}

.blog_prg {
  position: absolute;
  width: 521px;
  height: 147px;
  left: 74px;
  top: 50px;
  color: #000000;
  font-family: Merriweather;
  font-weight: bold;
  font-size: 39px;
  line-height: 49px;
  width: 521px;
  -webkit-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.blog_prg._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.blog_prg_litl {
  position: absolute;
  left: 74px;
  top: 250px;
  width: 455px;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  color: black;
  opacity: 0.6;
  -webkit-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.blog_prg_litl._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.blog_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  width: 250px;
  height: 65px;
  position: absolute;
  left: 74px;
  top: 391px;
  background: #F78065;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  position: absolute;
  top: 3700px;
  width: 1359px;
  height: 575px;
  background: #F7F7F7;
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
}

.container_footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-column: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}

.prg_blog_footer-1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  color: #000000;
}

.footer_prg-1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.footer_prg-2 {
  font-family: 'Montserrat', sans-serif;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}

.prg_blog_footer {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  color: #000000;
}

.footer_prg-2 {
  font-family: 'Montserrat', sans-serif;
  width: 204px;
  height: 240px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
}

.hr {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

.ul {
  width: 600px;
  position: absolute;
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: -20px;
}

.ul .li {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}

.prg_hr {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 10px;
}

.main {
  position: absolute;
  padding: 0px 94px 0px 94px;
  top: 1000px;
  width: 1240px;
  height: 2000px;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 0;
  max-width: 1440px;
  height: 3971px;
}

.section_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px;
}

.section_1 .block_inner_1 {
  width: 350px;
  height: 450px;
}

.section_1 .block_inner_2 {
  width: 350px;
  height: 450px;
}

.section_1 .block_inner_2 .block_inner_3 {
  width: 350px;
  height: 450px;
}

.block_inner_1_img {
  margin-bottom: 100px;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.block_inner_1_img._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.block_inner_prg_1 {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.block_inner_prg_1._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.block_inner_prg_2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.block_inner_prg_2._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.block_inner_prg_3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F78065;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.block_inner_prg_3._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section-2 {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
}

.section-2_h3 {
  margin-top: 300px;
  width: 758px;
  height: 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.section-2_h3._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section_block-1_prg_1 {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  /* identical to box height */
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.section_block-1_prg_1._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section_block-1_prg_2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.section_block-1_prg_2._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section_block-1_prg_3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #F78065;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.section_block-1_prg_3._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 66px;
  -ms-grid-columns: 325px 890px;
  grid-template-columns: 325px 890px;
  margin-top: 200px;
}

.section_blog-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}

.section_container-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.conatiner-2_blog {
  width: 230px;
  height: 418px;
  -webkit-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.conatiner-2_blog._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.blog-1_h2 {
  width: 325px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.blog-1_h2._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.blog-1_prg {
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.blog-1_prg._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.blog-1_btn {
  width: 225px;
  height: 66px;
  border: none;
  background: #F78065;
  color: white;
  font-size: 18px;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.blog-1_btn._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.container-2_blog_prg-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.container-2_blog_prg-1._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.container-2_blog_prg-2 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #3F3D56;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.container-2_blog_prg-2._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.container-2_blog_prg-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #F78065;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.container-2_blog_prg-3._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.section-4 {
  margin-top: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.section-4_h3 {
  margin-top: 170px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
}

.sct-4_blog_prg-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  /* identical to box height */
  color: #000000;
}

.sct-4_blog_prg-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  opacity: 0.5;
}

.section-4_blog {
  width: 300px;
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

.section-4_blog._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */