.home-page:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -64px;
  width: 75vw;
  height: 90vh;
  max-height: 850px;
  background: linear-gradient(236.01deg, #FDF7FA 1.18%, #F5F8FF 100%);
  border-radius: 0px 0px 0px 60px;
  z-index: -1;
  animation: fadeInLeftMedium 0.6s cubic-bezier(0.4, 0.25, 0.15, 1) 0.3s both;
}
@media (max-width: 1366px) {
  .home-page:before {
    width: 80vw;
    height: 90vh;
  }
}
@media (max-width: 1124px) {
  .home-page:before {
    height: 50vh;
    right: 0;
  }
}
@media (max-width: 575px) {
  .home-page:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 293px;
    height: 575px;
    background: linear-gradient(236.01deg, #FDF7FA 1.18%, #F5F8FF 100%);
    border-radius: 0px 0px 0px 60px;
    z-index: -1;
  }
}
.home-page .menu-items .sub-menu-block {
  top: 70%;
}
.home-page .menu-items .sub-menu-block:before {
  background-color: transparent;
  box-shadow: none;
}
.fixed-header.fixed .top-bar .menu-items .sub-menu-block {
  top: 100%;
}
.fixed-header.fixed .top-bar .menu-items .sub-menu-block:before {
  background-color: #f4f9ff;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.information-block {
  position: relative;
  z-index: -1;
}
.information-block .information-block__about {
  padding-top: 120px;
}
.information-block .information-block__about .information-block__text {
  max-width: 590px;
  font-size: 28px;
}
@media (max-width: 1550px) {
  .information-block .information-block__about .information-block__text {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .information-block .information-block__about .information-block__text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .information-block .information-block__about {
    padding-left: 0px;
  }
}
@media (max-width: 769px) {
  .information-block .information-block__about {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .information-block .information-block__about .information-block__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .information-block .information-block__about {
    padding: 50px 0 0 0;
  }
  .information-block .information-block__about .information-block__text {
    font-size: 16px;
    max-width: 270px;
  }
}
.information-block .link-instagram {
  display: none;
}
@media (min-width: 1925px) {
  .information-block .link-instagram {
    position: absolute;
    top: -103px;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #23273133;
    width: 95.88px;
    height: 1080px;
  }
  .information-block .link-instagram span {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  .information-block .link-instagram:hover span {
    color: #EF252B;
  }
}
@media (max-width: 769px) {
  .information-block .link-instagram {
    display: none;
  }
}
.information-block .cd-headline {
  max-width: 900px;
  line-height: 1.2;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.information-block .cd-headline span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 81.6114px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #232731;
}
@media (max-width: 1550px) {
  .information-block .cd-headline span {
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  .information-block .cd-headline span {
    font-size: 58px;
  }
}
@media (max-width: 1024px) {
  .information-block .cd-headline span {
    font-size: 50px;
  }
}
@media (max-width: 769px) {
  .information-block .cd-headline {
    margin-bottom: 40px;
  }
  .information-block .cd-headline span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .information-block .cd-headline {
    margin-bottom: 20px;
  }
  .information-block .cd-headline span {
    font-size: 23px;
    line-height: 1.4;
  }
}
.information-block .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.information-block .cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.information-block .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #EF252B;
}
.information-block .cd-words-wrapper b i {
  font-style: normal;
}
.information-block .cd-words-wrapper b.is-visible {
  position: relative;
}
.information-block .cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.information-block .is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.information-block .cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.information-block .cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.information-block .no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.information-block .no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@media (max-width: 992px) {
  .slider-container__main {
    width: 100vw;
  }
}
.we-ratings {
  margin-top: 88px;
  margin-bottom: 108px;
}
@media (max-width: 769px) {
  .we-ratings {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .we-ratings {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .we-ratings .container {
    width: 100vw;
  }
}
@media (max-width: 769px) {
  .we-ratings .container {
    width: 100vw;
  }
}
.we-ratings .we-ratings__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .we-ratings .we-ratings__top {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .we-ratings .we-ratings__top {
    margin-bottom: 53px;
  }
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__top {
    margin-bottom: 43px;
  }
}
.we-ratings .we-ratings__top .title {
  color: #232731;
  font-size: 50px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.we-ratings .we-ratings__top .title span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  color: #545967;
}
@media (max-width: 769px) {
  .we-ratings .we-ratings__top .title {
    font-size: 35px;
    margin-bottom: 34px;
  }
  .we-ratings .we-ratings__top .title span {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__top .title {
    font-size: 22px;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .we-ratings .we-ratings__top .title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.we-ratings .we-ratings__top .we-ratings__names-tab {
  margin-right: 20vw;
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .we-ratings .we-ratings__top .we-ratings__names-tab {
    margin-top: 30px;
  }
}
@media (max-width: 769px) {
  .we-ratings .we-ratings__top .we-ratings__names-tab {
    margin-right: 70px;
  }
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__top .we-ratings__names-tab {
    margin-top: 0;
    margin-right: 0px;
  }
}
.we-ratings .we-ratings__top .we-ratings__names-tab .tab {
  margin-right: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #c9ccd4;
  transition: all 0.3s;
  cursor: pointer;
}
.we-ratings .we-ratings__top .we-ratings__names-tab .tab:last-child {
  margin-right: 0;
}
.we-ratings .we-ratings__top .we-ratings__names-tab .tab.active {
  color: #232731;
}
.we-ratings .we-ratings__top .we-ratings__names-tab .tab:hover {
  color: #EF252B;
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__top .we-ratings__names-tab .tab {
    font-size: 12px;
    margin-right: 9vw;
  }
}
@media (max-width: 1024px) {
  .we-ratings .we-ratings__contents-tab {
    margin-left: 0;
  }
}
.we-ratings .we-ratings__contents-tab .content-tab_slider {
  display: none;
  padding-top: 10px;
}
.we-ratings .we-ratings__contents-tab .content-tab_slider .swiper-ratings-pagination {
  display: none;
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__contents-tab .content-tab_slider .swiper-ratings-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-left: -15px;
  }
}
.we-ratings .we-ratings__contents-tab .content-tab_slider .about-page {
  display: none;
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__contents-tab .content-tab_slider .about-page {
    display: flex;
    justify-content: center;
    margin-left: -20px;
    margin-top: 30px;
  }
  .we-ratings .we-ratings__contents-tab .content-tab_slider .about-page a {
    position: relative;
    font-weight: 500;
  }
  .we-ratings .we-ratings__contents-tab .content-tab_slider .about-page a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ef252b;
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: all 0.4s ease;
    bottom: 0;
    left: 0;
    z-index: 30;
    color: #232731;
  }
  .we-ratings .we-ratings__contents-tab .content-tab_slider .about-page:hover a {
    color: #232731;
  }
  .we-ratings .we-ratings__contents-tab .content-tab_slider .about-page:hover a:after {
    width: 117px;
  }
}
.we-ratings .we-ratings__contents-tab .content-tab_slider.active {
  display: block;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item {
  width: 100%;
  max-width: 325px;
  height: 325px;
  /* border-radius: 50%;
				background: #f4f9ff; */
  position: relative;
  /* @media (max-width: 575px){
				  min-width: 325px;
				} */
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  z-index: 20;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about .number {
  font-size: 130px;
  text-transform: uppercase;
  color: #EF252B;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about .number span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  max-width: 160px;
  margin: 0 auto;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about .text p {
  font-size: 14px;
  max-width: 200px;
  margin: 0 auto;
  margin-right: 24px;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about .img {
  position: absolute;
  left: 10px;
  top: -15px;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item:before {
  content: "";
  position: absolute;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  background: #f4f9ff;
}
.we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item:after {
  content: "";
  display: block;
  width: 212px;
  height: 212px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 575px) {
  .we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item {
    max-width: 255px;
    height: 255px;
  }
  .we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item .about .img {
    max-width: 111px;
  }
  .we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item:before {
    width: 255px;
    height: 255px;
  }
  .we-ratings .we-ratings__contents-tab .content-tab__items .content-tab__item:after {
    width: 182px;
    height: 182px;
  }
}
.breadcrumbs_block {
  display: none;
}
.slick-block {
  padding-top: 100px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1366px) {
  .slick-block {
    padding-top: 80px;
  }
}
@media (max-width: 769px) {
  .slick-block {
    padding-top: 0px;
  }
}
.slick-block h2 {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 769px) {
  .slick-block h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .slick-block h2 {
    font-size: 1.4rem;
  }
}
.portfolio-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
@media (max-width: 1125px) {
  .portfolio-item {
    flex-direction: column;
  }
}
.portfolio-item .portfolio_name__container {
  display: flex;
  justify-content: space-between;
}
.portfolio-item .portfolio_name {
  margin: 20px 0 10px 0;
  max-width: 385px;
}
.portfolio-item .portfolio_name a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 28px;
}
.portfolio-item .portfolio-img__link {
  display: flex;
  position: relative;
  height: 260px;
}
@media (max-width: 575px) {
  .portfolio-item .portfolio-img__link {
    max-height: 200px;
  }
}
.portfolio-item .portfolio-img__link img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .portfolio-item .portfolio-img__link img {
    border-radius: 10px;
  }
}
.portfolio-item .portfolio-item__text {
  margin-bottom: 20px;
}
.portfolio-item .portfolio-item__text_img {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 35px;
}
@media (max-width: 1124px) {
  .portfolio-item .portfolio-item__text_img {
    position: relative;
  }
  .portfolio-item .portfolio-item__text_img img {
    display: none;
  }
  .portfolio-item .portfolio-item__text_img a {
    position: absolute;
    right: 0;
    top: 16px;
  }
  .portfolio-item .portfolio-item__text_img a svg {
    width: 11px;
  }
}
.portfolio-item .portfolio-item__text_img img {
  border-radius: 0;
  max-width: 140px;
  max-height: 60px;
}
.portfolio-item .portfolio-item__text_img svg {
  cursor: pointer;
}
.portfolio-item .portfolio-item__text_img svg:hover path {
  fill: #ef252b;
}
.portfolio-item .description {
  position: relative;
}
.portfolio-item .description p {
  margin-bottom: 10px;
}
.portfolio-item .description a {
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 16px;
}
.portfolio-item .description a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #ececec;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.portfolio-item .description a:hover {
  color: #232731;
}
.portfolio-item .description a:hover:before {
  height: 7px;
  background: #fcd3d4;
}
@media (max-width: 1024px) {
  .portfolio-item .description p {
    max-width: 505px;
  }
}
@media (max-width: 575px) {
  .portfolio-item .description {
    margin-top: 0;
  }
  .portfolio-item .description a {
    display: none;
  }
}
.slider_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .slider_item {
    margin-top: 20px;
  }
}
.portfolio-slider {
  position: relative;
  padding-bottom: 40px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .portfolio-slider {
    padding-bottom: 0;
  }
}
.portfolio-slider .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
  justify-self: center;
}
.portfolio-slider .slider_item {
  width: 50%;
}
.slider_item_text {
  margin-left: calc(50% - 180px / 2 - 464px);
}
.slider_item_text h2 {
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  color: #232731;
}
.slider_item_text h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #232731;
}
.tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 310px;
  margin-bottom: 20px;
}
.tag span {
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: #232731;
  opacity: 0.5;
  margin-right: 10px;
}
.slider_item_text p {
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  color: #232731;
  max-width: 280px;
}
.slider_item_text a {
  display: block;
  max-width: fit-content;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #232731;
  text-decoration: none;
  padding-bottom: 5px;
}
.project-item:hover h4 {
  color: #EF252B;
}
.project-link {
  position: relative;
}
.project-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #EF252B;
  transform: matrix(1, 0, 0, -1, 0, 0);
  transition: all 0.4s ease;
  bottom: 0;
  left: 0;
}
.project-link:hover:after {
  width: 100%;
}
.slider_item_img img {
  width: 776px;
  height: 500px;
  margin-left: 114px;
}
.all-project {
  display: none;
}
@media (max-width: 575px) {
  .all-project {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 30;
  }
}
.all-project:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #EF252B;
  transform: matrix(1, 0, 0, -1, 0, 0);
  transition: all 0.4s ease;
  bottom: 0;
  z-index: 30;
  color: #232731;
}
.all-project:hover a {
  color: #232731;
}
.all-project:hover:after {
  width: 85px;
}
.swiper-pagination {
  position: absolute;
  margin-left: -50px;
  bottom: 50px;
}
@media (max-width: 1124px) {
  .swiper-pagination {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .swiper-pagination {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
  }
}
.swiper-pagination-bullet {
  border-radius: 50%;
  height: 9px;
  width: 9px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 0.5;
  background: #B1B6BC;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EF252B;
}
.services-main {
  margin-top: 88px;
  margin-bottom: 50px;
}
.services-main .title {
  color: #232731;
  font-size: 50px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  max-width: none;
  margin-bottom: 50px;
}
.services-main .title + .title {
  margin-top: -20px;
}
.services-main .title span {
  display: block;
  max-width: 727px;
  color: #545967;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .services-main .title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .services-main .title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .services-main .swiper-container {
    width: 100%;
  }
  .services-main .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}
.services-main .services-main__item {
  height: 510px;
  width: 100%;
  max-width: 340px;
  border-radius: 30px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.services-main .services-main__item .about {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  min-height: 350px;
}
.services-main .services-main__item .about .number {
  font-weight: 700;
  font-size: 270px;
  color: #fff;
  opacity: 0.5;
  font-family: "Jost", sans-serif;
  position: absolute;
  top: 20px;
  line-height: 0;
  left: -90px;
  z-index: 10;
}
.services-main .services-main__item .about .name {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  max-width: 240px;
  margin: auto;
  margin-bottom: 20px;
  z-index: 20;
  position: relative;
  height: 100px;
}
.services-main .services-main__item .about .small-text {
  max-width: 240px;
  margin: auto;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 450px) {
  .services-main .services-main__item .about .small-text {
    max-width: 187px;
  }
}
.services-main .services-main__item .about .small-text p {
  margin-bottom: 14px;
  color: #545967;
}
.services-main .services-main__item:hover {
  color: #EF252B;
}
.services-main .services-main__item .hover-block {
  opacity: 0;
  background-size: contain;
}
@media (max-width: 575px) {
  .services-main .services-main__item .hover-block {
    opacity: 1;
    transition: all 0.5s;
    position: absolute;
    z-index: 100;
    background: #E3E9ED;
    height: 183px;
    width: 165px;
    right: -84px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }
}
.services-main .services-main__item:last-of-type {
  display: flex;
  align-items: center;
  border: 1px solid #E4EAEE;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 575px) {
  .services-main .services-main__item:last-of-type {
    display: none;
  }
}
@media (max-width: 575px) {
  .services-main .services-main__item {
    height: 254px;
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 24px;
  }
  .services-main .services-main__item .about {
    min-height: 100%;
    padding-bottom: 0;
  }
  .services-main .services-main__item .about .number {
    font-size: 135px;
    top: 60px;
    left: -40px;
  }
  .services-main .services-main__item .about .text span {
    font-size: 14px;
  }
  .services-main .services-main__item .about .name {
    height: 100%;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    font-size: 20px;
  }
  .services-main .services-main__item .about .small-text {
    height: 100%;
    position: relative;
    z-index: 20;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-left: 20px;
  }
  .services-main .services-main__item .about .small-text p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .services-main {
    margin-top: 0px;
  }
}
.share-blog {
  padding-top: 256px;
  padding-bottom: 202px;
}
@media (max-width: 575px) {
  .share-blog {
    display: none;
  }
}
.share-blog .container {
  margin-right: 0;
}
.share-blog .share-blog__top {
  padding-left: 300px;
  margin-bottom: 68px;
}
.share-blog .share-blog__top .title {
  font-size: 50px;
  color: #2A2E37;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.share-blog .share-blog__top .title a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #23273180;
  display: inline-block;
  margin-left: 46px;
  font-family: "Onest", sans-serif;
}
.share-blog .share-blog__top .text {
  max-width: 575px;
}
.share-blog .share-blog__slider .share-blog___item {
  max-width: 440px;
}
.share-blog .share-blog__slider .share-blog___item .image {
  margin-bottom: 20px;
}
.share-blog .share-blog__slider .share-blog___item .name {
  font-size: 22px;
  font-weight: 500;
  max-width: 330px;
  margin-bottom: 30px;
  display: block;
}
.share-blog .share-blog__slider .share-blog___item .small-text {
  margin-bottom: 20px;
}
.share-blog .share-blog__slider .share-blog___item .small-text p {
  margin: 0;
  max-width: 385px;
  color: #2A2E37;
}
.share-blog .share-blog__slider::before {
  content: "";
  display: block;
  height: 100%;
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 89.33%);
  z-index: 10;
}
.seo-text {
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
@media (max-width: 575px) {
  .seo-text {
    display: none;
  }
}
.seo-text .seo-text__title, .seo-text .seo-text__close {
  color: #23273180;
  border-bottom: 1px dashed #23273180;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.seo-text .seo-text__close {
  margin-top: 40px;
  text-align: center;
  display: block;
  width: max-content;
}
.seo-text .seo-text__description {
  text-align: left;
  margin-top: 62px;
  display: none;
}
.seo-text .seo-text__description .title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 46px;
}
.seo-text .seo-text__description .small-title {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}
.seo-text .seo-text__description p {
  margin-bottom: 28px;
}
.seo-text .seo-text__description .seo-text__list div {
  display: flex;
}
.seo-text .seo-text__description .seo-text__list p {
  max-width: 724px;
}
.seo-text .seo-text__description .seo-text__list span {
  display: inline-block;
  margin-right: 38px;
  font-weight: 600;
}
.seo-text .seo-text__description .mb-100 {
  margin-bottom: 100px;
}
.home-page {
  display: flex;
  flex-direction: column;
}
.home-page .information-block {
  order: 1;
}
.home-page .we-ratings {
  order: 4;
}
.home-page .slick-block {
  order: 2;
}
.home-page .services-main {
  order: 3;
}
.home-page .they-trust {
  order: 5;
}
.home-page .main-form {
  order: 6;
  width: 100vw;
  transform: none;
}
.home-page .seo-text {
  order: 7;
}