* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
    transform: scale(50%, -100%);
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
    transform: scale(50%, -100%);
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes nav_menu {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav_menu {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes main_img {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 0.1;
    transform: translateX(-90%);
  }
  20% {
    opacity: 0.2;
    transform: translateX(-70%);
  }
  40% {
    opacity: 0.4;
    transform: translateX(-50%);
  }
  60% {
    opacity: 0.6;
    transform: translateX(-30%);
  }
  80% {
    opacity: 0.8;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes main_img {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  10% {
    opacity: 0.1;
    transform: translateX(-90%);
  }
  20% {
    opacity: 0.2;
    transform: translateX(-70%);
  }
  40% {
    opacity: 0.4;
    transform: translateX(-50%);
  }
  60% {
    opacity: 0.6;
    transform: translateX(-30%);
  }
  80% {
    opacity: 0.8;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes main_h1 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 0.1;
    transform: translateX(90%);
  }
  20% {
    opacity: 0.1;
    transform: translateX(70%);
  }
  40% {
    opacity: 0.1;
    transform: translateX(50%);
  }
  60% {
    opacity: 0.2;
    transform: translateX(30%);
  }
  80% {
    opacity: 0.4;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes main_h1 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 0.1;
    transform: translateX(90%);
  }
  20% {
    opacity: 0.1;
    transform: translateX(70%);
  }
  40% {
    opacity: 0.1;
    transform: translateX(50%);
  }
  60% {
    opacity: 0.2;
    transform: translateX(30%);
  }
  80% {
    opacity: 0.4;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*function for all blocks adaptation on big screens*/
/*responsive font-size mixin*/
/*all blocks adaptation on big screens*/
@media (min-width: 2000px) {
  html, body {
    font-size: 20px;
  }
}
@media (min-width: 2500px) {
  html, body {
    font-size: 25px;
  }
}
@media (min-width: 3000px) {
  html, body {
    font-size: 30px;
  }
}
@media (min-width: 3700px) {
  html, body {
    font-size: 60px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  width: 76.875rem;
  padding: 0px 0.9375rem;
}

/* for block scroll under active burger-menu */
.scroll__hidden {
  overflow: hidden;
}

/* round buttons */
.circle-btn {
  width: 8.75rem;
  height: 8.75rem;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.circle-btn:hover {
  background-color: #747474;
  cursor: pointer;
  transform: scale(0.9, 0.9);
}

@media (max-width: 767px) {
  .circle-btn {
    width: 80px;
    height: 80px;
  }
}
.header {
  display: flex;
  justify-content: center;
  padding-bottom: 7.1875rem;
}
.header__burger, .header__burger-menu {
  display: none;
}
.header__container {
  position: relative;
  -webkit-animation: nav_menu 0.5s linear;
          animation: nav_menu 0.5s linear;
}
.header__content {
  display: flex;
  justify-content: space-between;
  padding-top: 1.875rem;
}
.header__left p:first-child {
  margin-bottom: 0.9375rem;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  color: #747474;
}
.header__left p:last-child {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  color: #000000;
}
.header__nav ul {
  display: flex;
}
.header__nav ul li {
  margin-left: 1.25rem;
}
.header__nav ul li:first-child {
  margin-left: 0px;
}
.header__nav ul a {
  font-weight: 700;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  color: #000000;
  transition: all 0.2s linear;
  text-transform: capitalize;
}
.header__nav ul a:hover {
  color: #747474;
}
.header__logo {
  position: absolute;
  opacity: 0;
  -webkit-animation: logo 0.5s ease 0.6s;
          animation: logo 0.5s ease 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  left: 50%;
  top: 3.6875rem;
  transform: translatex(-50%);
  width: 25.625rem;
  height: 14.625rem;
}
.header__logo img {
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
  .header__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__logo {
    width: 55%;
    top: 3.125rem;
  }
  .header__burger-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 5;
    overflow: hidden;
    top: 50%;
    right: 0%;
  }
  .header__burger-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    background-color: #222222;
    transition: all 0.5s;
    z-index: 5;
  }
  .header__burger-btn span:nth-of-type(2) {
    top: calc(50% - 10px);
  }
  .header__burger-btn span:nth-of-type(3) {
    top: calc(50% + 10px);
  }
  .header__burger-btn-active span:nth-of-type(1) {
    display: none;
  }
  .header__burger-btn-active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .header__burger-btn-active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
  }
  .header__burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 4;
    background: #d1d0d0;
    transform: translateY(-100%);
    transition: transform 0.5s;
  }
  .header__burger-menu li {
    padding-bottom: 30px;
  }
  .header__burger-menu li a {
    color: #000000;
  }
  .header__burger-menu img {
    position: absolute;
    top: 4%;
    left: 4%;
  }
  .header__burger-menu-active {
    transform: translateY(0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 4;
  }
  .header__burger-menu-active li {
    padding-bottom: 30px;
  }
  .header__burger-menu-active li a {
    color: #000000;
  }
}
.main {
  overflow: hidden;
  display: flex;
  padding-bottom: 8.0625rem;
}
.main__image {
  flex: 0 0 50%;
  height: 39.625rem;
  -webkit-animation: main_img 0.5s linear;
          animation: main_img 0.5s linear;
}
.main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__content {
  margin: 6.375rem 5.625rem 0px 3.6875rem;
  -webkit-animation: main_h1 0.5s linear 0.2s;
          animation: main_h1 0.5s linear 0.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.main__content h1 {
  font-weight: 700;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1120));
  text-transform: uppercase;
  margin-bottom: 5.6875rem;
}
.main__content h1 span {
  font-weight: 400;
  font-size: calc(20px + 30 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  letter-spacing: 0.0625rem;
}
.main__btn p {
  display: block;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .main {
    padding-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }
  .main__content {
    margin: 30px 15px 0px;
  }
  .main__content h1 {
    margin-bottom: 30px;
  }
  .main__btn {
    margin: 0 auto;
  }
}
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7.4375rem;
}
.partners__text {
  margin: 0px 0.625rem 2.9375rem;
  text-align: center;
  font-size: calc(19px + 8 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  text-transform: uppercase;
}
.partners__text span {
  font-size: calc(14px + 8 * ((100vw - 320px) / 1120));
}
.partners__img {
  max-width: 63.75rem;
  max-height: 5.875rem;
}
.partners__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .partners {
    padding-bottom: 3.75rem;
  }
  .partners__text {
    margin-bottom: 30px;
  }
}
.perfect {
  display: flex;
  justify-content: center;
  padding-bottom: 10rem;
}
.perfect h2 {
  font-size: calc(26px + 28 * ((100vw - 320px) / 1120));
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.perfect h2.show-anim {
  opacity: 1;
}
.perfect h2 span {
  font-weight: 700;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1120));
}
.perfect__content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.perfect__left {
  flex: 0 0 63%;
  overflow: hidden;
}
.perfect__left p {
  width: 23.5625rem;
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
  margin-bottom: 1.3125rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s linear;
}
.perfect__left p.show-anim {
  transform: translateY(0);
  opacity: 1;
}
.perfect__right {
  margin-top: 13.75rem;
  flex: 1 0 31%;
  overflow: hidden;
}
.perfect ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
  text-transform: capitalize;
}
.perfect ul:first-child, .perfect ul:last-child {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s linear;
}
.perfect ul:first-child.show-anim, .perfect ul:last-child.show-anim {
  transform: translateY(0);
  opacity: 1;
}
.perfect ul:first-child li:first-child, .perfect ul:last-child li:first-child {
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.5;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #000000;
}
.perfect ul:first-child li:last-child {
  margin-bottom: 4.375rem;
}

@media (max-width: 767px) {
  .perfect {
    padding-bottom: 70px;
  }
  .perfect__content {
    flex-direction: column;
  }
  .perfect__right {
    margin-top: 1.25rem;
  }
  .perfect__left p {
    width: 100%;
  }
}
.works {
  padding-bottom: 6.875rem;
}
.works h2 {
  font-size: calc(20px + 30 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.works h2.show-anim {
  opacity: 1;
}
.works h2 span {
  font-weight: 700;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1120));
  line-height: 1.2;
}
.works__columns {
  display: flex;
  justify-content: center;
  padding: 0px 0.9375rem;
  overflow: hidden;
}
.works__left {
  margin-right: 1.25rem;
  min-width: 29.375rem;
}
.works__left > .works__item {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s linear;
}
.works__left > .works__item.show-anim {
  transform: translateY(0);
  opacity: 1;
}
.works__img {
  width: 100%;
  margin-bottom: 2.5rem;
}
.works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works__item p {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  text-align: center;
  color: #747474;
  margin-bottom: 1.25rem;
}
.works__title {
  font-weight: 700;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.works__right {
  min-width: 29.375rem;
}
.works__right > .works__item {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s linear;
}
.works__right > .works__item.show-anim {
  transform: translateX(0);
  opacity: 1;
}
.works__right:nth-child(2) {
  margin-top: 7.3125rem;
}

@media (max-width: 1023px) {
  .works {
    padding-bottom: 3.75rem;
  }
  .works__img {
    margin-bottom: 1.25rem;
  }
  .works__columns {
    flex-direction: column;
  }
  .works__right:nth-child(2) {
    margin-top: 0rem;
  }
  .works__left {
    margin-right: 0px;
  }
  .works__left, .works__right {
    min-width: 100%;
  }
  .works__item p {
    margin-bottom: 40px;
  }
}
.improve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9.375rem;
  overflow: hidden;
}
.improve__content {
  margin: 0px 0.9375rem 0px 11.9375rem;
  flex: 0 0 30%;
}
.improve__content h2 {
  font-weight: 700;
  font-size: calc(18px + 30 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 2.6875rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.improve__content h2.show-anim {
  opacity: 1;
}
.improve__content h2 span {
  font-weight: 400;
}
.improve div:last-child h3 {
  margin-top: 2.5rem;
}
.improve__content-block h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.improve__content-block h3 span {
  font-weight: 400;
  font-size: calc(13px + 4 * ((100vw - 320px) / 1120));
  letter-spacing: 0.0625rem;
  margin-left: 0.625rem;
}
.improve__content-block p {
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
}
.improve__img {
  flex: 0 0 48%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s ease;
}
.improve__img.show-anim {
  transform: translateX(0);
  opacity: 1;
}
.improve__img img {
  width: 100%;
}

@media (max-width: 1023px) {
  .improve__content {
    margin-left: 10px;
    flex: 0 0 48%;
  }
  .improve__img {
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .improve {
    padding-bottom: 60px;
  }
}
.swiper {
  padding: 0px 0.125rem;
}
.swiper__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 7.5rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.swiper__title.show-anim {
  opacity: 1;
}
.swiper__title span {
  font-weight: 400;
  letter-spacing: 0.0625rem;
  font-size: calc(20px + 22 * ((100vw - 320px) / 1120));
  margin: 0px 0.625rem;
}
.swiper-slide {
  padding: 2.4375rem 3.0625rem 1.3125rem;
  border: 0.0625rem solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.1875rem;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000000;
  border-radius: 0px;
}
.swiper-pagination-bullet:hover {
  background-color: rgba(0, 0, 0, 0.5137254902);
}
.swiper__text {
  margin-bottom: 1.8125rem;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  text-align: center;
}
.swiper__img {
  max-width: 5rem;
  max-height: 5rem;
  margin-bottom: 1.25rem;
}
.swiper__img img {
  width: 100%;
  height: 100%;
}
.swiper__name, .swiper__proff {
  font-size: calc(13px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.swiper__proff {
  text-transform: capitalize;
  margin-bottom: 2.1875rem;
}

@media (max-width: 767px) {
  .swiper__title {
    margin-bottom: 50px;
  }
}
.skills {
  padding: 6.5625rem 0px 8.375rem;
}
.skills__content {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #000000;
  flex-wrap: wrap;
}
.skills__left {
  flex: 0 1 50%;
  margin: 1.25rem auto;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skills__title {
  font-weight: 700;
  font-size: calc(40px + 20 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5.875rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.skills__title.show-anim {
  opacity: 1;
}
.skills__title span {
  padding: 0px 0.6875rem;
  font-weight: 400;
  font-size: calc(20px + 22 * ((100vw - 320px) / 1120));
  letter-spacing: 0.0625rem;
}
.skills__text {
  font-size: calc(12px + 3 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}
.skills ul, .skills__text {
  width: 59%;
}
.skills li:first-child::after {
  content: "";
  display: block;
  margin: 0.625rem 0px 1.875rem;
  width: 80%;
  height: 0.0625rem;
  background-color: #FFFFFF;
  transition: all 0.4s linear;
}
.skills li:nth-child(2)::after {
  content: "";
  display: block;
  margin: 0.625rem 0px 1.875rem;
  width: 41%;
  height: 0.0625rem;
  background-color: #FFFFFF;
}
.skills li:nth-child(3)::after {
  content: "";
  display: block;
  margin: 0.625rem 0px 1.875rem;
  width: 70%;
  height: 0.0625rem;
  background-color: #FFFFFF;
}
.skills li:last-child::after {
  content: "";
  display: block;
  margin: 0.625rem 0px 0.9375rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #FFFFFF;
}
.skills li p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
}
.skills__right {
  flex: 0 0 50%;
}
.skills__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .skills {
    padding: 45px 0px 60px;
  }
  .skills__left, .skills__right {
    flex: 0 0 100%;
  }
  .skills__title {
    margin-bottom: 50px;
  }
}
.facts {
  display: flex;
  justify-content: center;
}
.facts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facts__title {
  display: flex;
  align-items: center;
  font-size: calc(17px + 20 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 4.0625rem;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.facts__title.show-anim {
  opacity: 1;
}
.facts__title span {
  font-weight: 700;
  font-size: calc(28px + 20 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  margin-right: 0.625rem;
}
.facts__elements {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11.5625rem;
}
.facts__elements div:last-child {
  margin-right: 0px;
}
.facts__element {
  display: flex;
  justify-content: space-between;
  margin: 1.875rem 0.625rem 1.875rem 0px;
}
.facts__img {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.3125rem;
}
.facts__img img {
  width: 100%;
  height: 100%;
}
.facts__num {
  font-weight: 700;
  font-size: calc(33px + 20 * ((100vw - 320px) / 1120));
  text-transform: uppercase;
}
.facts__label {
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
}

@media (max-width: 767px) {
  .facts__elements {
    margin-bottom: 60px;
  }
  .facts__element {
    min-width: 40%;
    justify-content: flex-start;
  }
}
@media (max-width: 393px) {
  .facts__element {
    min-width: 100%;
  }
  .facts__elements div:last-child {
    margin-right: 10px;
  }
}
.blog {
  display: flex;
  justify-content: center;
}
.blog__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125rem;
}
.blog__header-title {
  display: flex;
  align-items: center;
  font-size: calc(37px + 20 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.blog__header-title.show-anim {
  opacity: 1;
}
.blog__header-title span {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1120));
  font-weight: 700;
  margin-right: 1.5625rem;
}
.blog__header-btn {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.blog__carts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 8.0625rem;
}
.blog__cart {
  max-width: 23.3125rem;
}
.blog__cart-img {
  max-width: 23.3125rem;
  height: auto;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.blog__cart-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.blog__cart-img img:hover {
  transform: scale(1.2, 1.2);
}
.blog__cart-btn {
  display: inline-block;
  padding: 0.4375rem 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border: 0.0625rem solid #000000;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}
.blog__cart-text {
  font-weight: 700;
  font-size: calc(16px + 10 * ((100vw - 320px) / 1120));
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
}
.blog__cart-date {
  font-size: calc(13px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #8F8F8F;
}

@media (max-width: 767px) {
  .blog__carts {
    margin-bottom: 60px;
  }
}
.talk {
  display: flex;
  justify-content: center;
  background-color: #000000;
}
.talk__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talk__text-title {
  display: flex;
  align-items: center;
  margin: 6.125rem 0px 2.75rem;
  font-size: calc(46px + 20 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.8s linear;
}
.talk__text-title.show-anim {
  opacity: 1;
}
.talk__text-title span {
  margin-right: 1.875rem;
  font-weight: 700;
  font-size: calc(64px + 30 * ((100vw - 320px) / 1120));
  line-height: 1;
}
.talk__text-subtitle {
  font-size: calc(17px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5.9375rem;
}
.talk__btn {
  background-color: #FFFFFF;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .talk__content {
    flex-direction: column;
    position: relative;
  }
  .talk__text-title {
    margin-top: 50px;
  }
  .talk__btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.footer {
  display: flex;
  justify-content: center;
}
.footer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4.625rem 0px 3.75rem;
}
.footer__header-logo {
  width: 6.875rem;
  height: 3.9375rem;
}
.footer__header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__header-socials img {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 1.875rem;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 10;
  margin-bottom: 1.875rem;
}
.footer__left {
  min-width: 160px;
}
.footer__left p {
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
}
.footer__left p:nth-child(4) {
  margin-bottom: 2.5rem;
}
.footer__title {
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.footer__btn {
  display: inline-block;
  padding: 1rem 1.75rem;
  border-radius: 2.5rem;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: calc(12px + 3 * ((100vw - 320px) / 1120));
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.footer__btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #747474;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.footer__btn:hover {
  color: #000000;
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
.footer__btn:hover::before {
  width: 105%;
}
.footer__center {
  text-align: center;
}
.footer__center li {
  margin-bottom: 0.9375rem;
}
.footer__center a {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #000000;
  transition: all 0.2s linear;
}
.footer__center a:hover {
  color: #747474;
}
.footer__right p {
  font-size: calc(15px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
}
.footer__rights {
  text-align: center;
  font-size: calc(13px + 4 * ((100vw - 320px) / 1120));
  line-height: 1.3;
  color: #747474;
  margin-bottom: 1.5625rem;
}

@media (max-width: 767px) {
  .footer__header-socials a:first-child img {
    margin-left: 0rem;
  }
  .footer__header {
    flex-direction: column;
    margin: 30px 0px;
  }
  .footer__header-logo {
    margin-bottom: 20px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__center {
    text-align: start;
    margin: 30px 0px;
  }
  .footer__center ul {
    display: flex;
    justify-content: space-between;
  }
}