@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: local("Century Gothic"), local("CenturyGothic"), url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: local("Century Gothic Bold"), local("CenturyGothic-Bold"), url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-BoldItalic.eot");
  src: local("Century Gothic Bold Italic"), local("CenturyGothic-BoldItalic"), url("../fonts/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"), url("../fonts/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Italic.eot");
  src: local("Century Gothic Italic"), local("CenturyGothic-Italic"), url("../fonts/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Italic.woff2") format("woff2"), url("../fonts/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (min-width: 800px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 3500px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 4000px) {
  html {
    font-size: 42px;
  }
}

body {
  font-family: arial, helvetica;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Century Gothic", sans-serif;
}
@media (max-width: 699px) {
  body.fixed {
    overflow: hidden !important;
  }
}

main {
  position: relative;
  transform: translateX(0);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  main {
    margin-top: -40px;
  }
}

main.open {
  transform: translateX(26%);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  main.open {
    transform: translateX(0);
  }
}
main.open .menu-open-btn {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1;
  text-align: left;
}

p {
  margin-top: 0;
}

.section h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.section,
.slide {
  position: relative;
}

.page-number {
  position: absolute;
  bottom: 5%;
  right: 3%;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page-number {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .section.fp-completely .page-number--section {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }

  .section.fp-completely .slide.active .page-number--slider {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
}
.section .fp-tableCell .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3% 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 499px) {
  .section .fp-tableCell .container {
    padding: 7rem 3% 7rem;
  }
}

.fp-slidesNav.fp-bottom {
  text-align: center;
}

.fp-controlArrow.fp-prev {
  left: 50px !important;
}
@media (max-width: 1699px) {
  .fp-controlArrow.fp-prev {
    left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .fp-controlArrow.fp-prev {
    left: 35px !important;
  }
}
@media (max-width: 1023px) {
  .fp-controlArrow.fp-prev {
    left: 20px !important;
  }
}
@media (max-width: 799px) {
  .fp-controlArrow.fp-prev {
    left: 10px !important;
  }
}
@media (max-width: 767px) {
  .fp-controlArrow.fp-prev {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .fp-controlArrow.fp-prev {
    left: 5px !important;
  }
}

.fp-controlArrow.fp-next {
  right: 50px !important;
}
@media (max-width: 1699px) {
  .fp-controlArrow.fp-next {
    right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .fp-controlArrow.fp-next {
    right: 35px !important;
  }
}
@media (max-width: 1023px) {
  .fp-controlArrow.fp-next {
    right: 20px !important;
  }
}
@media (max-width: 799px) {
  .fp-controlArrow.fp-next {
    right: 10px !important;
  }
}
@media (max-width: 767px) {
  .fp-controlArrow.fp-next {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .fp-controlArrow.fp-next {
    right: 5px !important;
  }
}

@media (max-width: 1699px) {
  .fp-controlArrow.fp-next {
    border-width: 28.5px 0 28.5px 24px;
  }
}
@media (max-width: 1199px) {
  .fp-controlArrow.fp-next {
    border-width: 18.5px 0 18.5px 14px;
  }
}

@media (max-width: 1699px) {
  .fp-controlArrow.fp-prev {
    border-width: 28.5px 24px 28.5px 0;
  }
}
@media (max-width: 1199px) {
  .fp-controlArrow.fp-prev {
    border-width: 18.5px 14px 18.5px 0;
  }
}

@media (max-width: 1199px) {
  #fp-nav ul {
    display: none;
  }
}

@media (max-width: 767px) {
  #fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #fff;
  }
}

.top-logo {
  width: 21%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 499px) {
  .top-logo {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .top-logo {
    width: 40%;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .top-logo {
    width: 25%;
  }
}
.top-logo img {
  width: 100%;
  height: auto;
}

video {
  outline: none;
}
@media (max-width: 1023px) {
  video {
    width: 90%;
  }
}
@media (max-width: 991px) {
  video {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.slick-slide {
  outline: none;
}

.container .slick-arrow.slick-disabled::after, .container .slick-arrow.slick-disabled::before {
  opacity: 0 !important;
  transition: all 0.3s ease;
}

.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell {
  height: auto !important;
  min-height: 100vh;
}

@keyframes fadeInRight-10 {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight-20 {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight-50 {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft-20 {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown-5 {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown-10 {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown-20 {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown-50 {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp-50 {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp-10 {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft-50 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes horizontal-line-1200 {
  from {
    width: 0;
  }
  to {
    width: 1200%;
  }
}
.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 110;
  width: 26%;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
@media (max-width: 799px) {
  .menu-wrapper {
    width: 39%;
  }
}
@media (max-width: 699px) {
  .menu-wrapper {
    width: 100%;
  }
}

.menu-wrapper.open {
  transform: translateX(0);
  transition: all 0.3s ease;
}

.menu-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.menu-close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1.5rem;
  right: 5%;
  z-index: 100;
  cursor: pointer;
  outline: none;
}
.menu-close-btn::after {
  position: absolute;
  content: "";
  top: 18px;
  right: -5px;
  background-color: #a52c32;
  width: 51px;
  height: 5px;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.menu-close-btn::before {
  position: absolute;
  content: "";
  top: 18px;
  left: -5px;
  background-color: #a52c32;
  width: 51px;
  height: 5px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.menu-close-btn:hover::before, .menu-close-btn:hover::after, .menu-close-btn:focus::before, .menu-close-btn:focus::after {
  opacity: 0.6;
}
.menu-close-btn.menu-close-btn--carbo-70::after, .menu-close-btn.menu-close-btn--carbo-70::before {
  background-color: #000000;
}
@media (max-width: 1698px) {
  .menu-close-btn {
    width: 35px;
    height: 35px;
    right: 4%;
    top: 2.1rem;
  }
  .menu-close-btn::after, .menu-close-btn::before {
    width: 45px;
  }
}
@media (max-width: 1498px) {
  .menu-close-btn {
    width: 30px;
    height: 30px;
    right: 3%;
    top: 1.7rem;
  }
  .menu-close-btn::after, .menu-close-btn::before {
    width: 40px;
  }
}
@media (max-width: 1198px) {
  .menu-close-btn {
    right: 5%;
    top: 1rem;
  }
}
@media (max-width: 699px) {
  .menu-close-btn {
    width: 40px;
    height: 40px;
    right: 6%;
    top: 1.7rem;
  }
  .menu-close-btn::after, .menu-close-btn::before {
    width: 50px;
  }
}
@media (max-width: 499px) {
  .menu-close-btn {
    width: 30px;
    height: 30px;
    right: 6%;
    top: 1.2rem;
  }
  .menu-close-btn::after, .menu-close-btn::before {
    width: 40px;
  }
}

.menu-open-btn {
  position: absolute;
  width: 45px;
  height: 40px;
  top: 45px;
  left: 60px;
  z-index: 100;
  cursor: pointer;
  outline: none;
}
@media (max-width: 499px) {
  .menu-open-btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .menu-open-btn {
    width: 35px;
    height: 35px;
    top: 2rem;
    left: 5.75%;
  }
}
@media (max-width: 767px) {
  .menu-open-btn {
    position: sticky;
  }
}
.menu-open-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 7px;
  box-shadow: 0 34px 0 #ffffff, 0 17px 0 #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .menu-open-btn::after {
    height: 4px;
    box-shadow: 0 24px 0 #ffffff, 0 12px 0 #ffffff;
  }
}
.menu-open-btn:hover::after, .menu-open-btn:focus::after {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 34px 0 rgba(255, 255, 255, 0.8), 0 17px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.menu__button-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 80;
  padding-left: 6%;
  padding-right: 16%;
  top: 5rem;
}
@media (max-width: 1198px) {
  .menu__button-links {
    top: 5.5rem;
    padding-right: 6%;
  }
}
@media (max-width: 699px) {
  .menu__button-links {
    top: 7.5rem;
  }
}
@media (max-width: 499px) {
  .menu__button-links {
    top: 5.5rem;
  }
}
.menu__button-links .menu__button-link {
  width: 28%;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.menu__button-links .menu__button-link:hover, .menu__button-links .menu__button-link:focus {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.menu__button-links .menu__button-link img {
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
.menu__button-links .menu__button-link--main {
  width: 27.8%;
}
.menu__button-links .menu__button-link--dezega {
  width: 35.5%;
}
.menu__button-links .menu__button-link--amgr {
  width: 27.5%;
}

#menu li {
  display: inline-block;
  margin: 10px;
  margin-left: 0;
  color: #3e3e3d;
}
@media (max-width: 767px) {
  #menu li {
    font-size: 1.5rem;
  }
}

#menu li.list-subtitle {
  font-weight: 600;
}
#menu li.list-subtitle:hover {
  background-color: unset;
}

#menu li.list-subtitle {
  margin-top: 45px;
}
@media (max-width: 699px) {
  #menu li.list-subtitle {
    margin-top: 100px;
  }
}
@media (max-width: 499px) {
  #menu li.list-subtitle {
    margin-top: 65px;
  }
}

#menu li a {
  text-decoration: none;
  color: #3e3e3d;
  font-weight: 400;
  transition: all 0.3s ease;
}

#menu li.active a:hover {
  color: #a52c32;
  transition: all 0.3s ease;
}

#menu li:hover a {
  color: #a52c32;
  transition: all 0.3s ease;
}

#menu li a,
#menu li.active a {
  display: block;
}

#menu li.active a {
  color: #a52c32;
  transition: all 0.3s ease;
}

#menu li.active a:hover,
#menu li:hover a,
#menu li.active a {
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 70;
  width: 100%;
  padding: 6rem 6% 130px 6%;
  margin: 0;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section.hyperbola {
  background: url("../img/hyperbola_bg_clear.jpg") top center no-repeat;
  background-size: cover;
}
.section.hyperbola .container {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .section.hyperbola .container {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 399px) {
  .section.hyperbola .container {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
}

.hyperbola__text {
  width: 50%;
  padding-left: 8%;
}
@media (max-width: 799px) {
  .hyperbola__text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hyperbola__text {
    width: 65%;
    order: 3;
    margin: 0 auto;
  }
}
@media (max-width: 699px) {
  .hyperbola__text {
    padding-left: 3%;
    width: 70%;
  }
}
@media (max-width: 599px) {
  .hyperbola__text {
    width: 80%;
  }
}
@media (max-width: 499px) {
  .hyperbola__text {
    width: 90%;
  }
}
@media (max-width: 399px) {
  .hyperbola__text {
    width: 100%;
    margin-top: 2rem;
  }
}
.hyperbola__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hyperbola__text ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hyperbola__text ul li {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .hyperbola__text ul li {
    padding-left: 30px;
  }
}
@media (max-width: 399px) {
  .hyperbola__text ul li {
    padding-left: 20px;
  }
}
.hyperbola__text ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  top: 12px;
}
@media (max-width: 767px) {
  .hyperbola__text ul li::before {
    width: 20px;
    height: 2px;
    top: 7px;
  }
}
@media (max-width: 399px) {
  .hyperbola__text ul li::before {
    width: 15px;
    top: 7px;
  }
}
@media (min-width: 768px) {
  .hyperbola__text h1 {
    opacity: 0;
  }
}
@media (max-width: 499px) {
  .hyperbola__text h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.hyperbola__img {
  width: 25%;
}
@media (max-width: 799px) {
  .hyperbola__img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .hyperbola__img {
    width: 50%;
  }
}

.hyperbola__img-30 img {
  width: 84%;
  height: auto;
}
@media (min-width: 768px) {
  .hyperbola__img-30 img {
    transform: translateX(2500px);
    opacity: 0;
  }
}
@media (max-width: 899px) {
  .hyperbola__img-30 img {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .hyperbola__img-30 img {
    width: 130%;
    transform: translateX(-43%) translateY(8rem);
  }
}
@media (max-width: 599px) {
  .hyperbola__img-30 img {
    width: 180%;
    transform: translateX(-35%) translateY(9rem);
  }
}
@media (max-width: 767px) {
  .hyperbola__img-30 img {
    order: 2;
    width: 60%;
    transform: translateX(-40%) translateY(6rem);
  }
}

.hyperbola__img-50 img {
  width: 84%;
  height: auto;
}
@media (min-width: 768px) {
  .hyperbola__img-50 img {
    transform: translateX(15%) translateY(-4rem);
    opacity: 0;
  }
}
@media (max-width: 899px) {
  .hyperbola__img-50 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .hyperbola__img-50 img {
    width: 130%;
    transform: translateX(15%) translateY(0);
  }
}
@media (max-width: 599px) {
  .hyperbola__img-50 img {
    width: 180%;
    transform: translateX(0) translateY(0);
  }
}
@media (max-width: 767px) {
  .hyperbola__img-50 img {
    order: 1;
    width: 60%;
    transform: translateX(100%) translateY(0);
  }
}

.hyperbola__bottom-block {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  color: #3c3c3b;
  padding: 1rem 3.5% 1rem 3.5%;
  margin-top: 1.5rem;
  transform: translate3d(0, 50%, 0);
}
@media (min-width: 768px) {
  .hyperbola__bottom-block {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1199px) {
  .hyperbola__bottom-block {
    border-radius: 10px;
  }
}
@media (max-width: 499px) {
  .hyperbola__bottom-block {
    margin-top: 1.5rem;
  }
}
@media (max-width: 399px) {
  .hyperbola__bottom-block {
    padding: 0.5rem 2.5% 0.5rem 2.5%;
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .hyperbola__bottom-block-text {
    opacity: 0;
  }
}

.hyperbola__video {
  outline: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section.hyperbola.fp-completely .slide.active .hyperbola__img-30 img {
    transform: translateX(-63%) translateY(5rem);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .section.hyperbola.fp-completely .slide.active .hyperbola__img-30 img {
    transform: translateX(-43%) translateY(8rem);
  }
}
@media (min-width: 768px) {
  .section.hyperbola.fp-completely .slide.active .hyperbola__img-50 img {
    animation-name: fadeIn;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text h1 {
    animation-name: fadeIn;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li {
    animation-name: fadeIn;
    animation-delay: 1.3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(2) {
    animation-delay: 1.5s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(3) {
    animation-delay: 1.7s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(4) {
    animation-delay: 1.9s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(5) {
    animation-delay: 2.1s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(6) {
    animation-delay: 2.3s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(7) {
    animation-delay: 2.5s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(8) {
    animation-delay: 2.7s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__text ul li:nth-child(9) {
    animation-delay: 2.9s;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__bottom-block {
    animation-name: fadeInUp-50;
    animation-delay: 3.1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.hyperbola.fp-completely .slide.active .hyperbola__bottom-block-text {
    animation-name: fadeIn;
    animation-delay: 3.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}

.statistic {
  background: url("../img/statistic_bg_1.jpg") top center no-repeat;
  background-size: cover;
}

.statistic__text,
.statistic__data,
.statistic__falsificate {
  width: 100%;
}

.statistic__text {
  padding-top: 2rem;
  padding-left: 6.5%;
  margin-bottom: 1.75rem;
}
@media (max-width: 799px) {
  .statistic__text {
    padding-left: 4%;
  }
}

.statistic__text-item {
  margin-bottom: 0.75rem;
  line-height: 1;
}
@media (max-width: 699px) {
  .statistic__text-item {
    line-height: 1.2;
  }
}

.statistic__text-item .big-text {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .statistic__text-item .big-text {
    opacity: 0;
  }
}
@media (max-width: 699px) {
  .statistic__text-item .big-text {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}

.normal-text,
.normal-text-bottom {
  display: inline-block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .normal-text,
.normal-text-bottom {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@media (max-width: 699px) {
  .normal-text,
.normal-text-bottom {
    font-size: 1.2rem;
  }
}

.statistic__data {
  width: 94.5%;
  border-radius: 35px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 2.75rem 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #3e3e3d;
  text-align: center;
}
@media (min-width: 768px) {
  .statistic__data {
    opacity: 0;
  }
}
@media (max-width: 499px) {
  .statistic__data {
    padding: 1.75rem 0 1.2rem;
  }
}

.statistic__title {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
}
@media (min-width: 768px) {
  .statistic__title {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@media (max-width: 699px) {
  .statistic__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 599px) {
  .statistic__title {
    font-size: 3rem;
  }
}

.statistic__description {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .statistic__description {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@media (max-width: 899px) {
  .statistic__description {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (max-width: 699px) {
  .statistic__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  .statistic__description {
    font-size: 1.5rem;
  }
}

.statistic__counters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 1023px) {
  .statistic__counters {
    flex-wrap: wrap;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 899px) {
  .statistic__counters {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.statistic__counters-number {
  padding: 10px 15px 10px 15px;
  line-height: 1;
  border-radius: 25px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  min-width: 11.2%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 599px) {
  .statistic__counters-number {
    margin-bottom: 0.5rem;
    border-radius: 15px;
  }
}
@media (max-width: 399px) {
  .statistic__counters-number {
    padding: 5px 10px 5px 10px;
  }
}
.statistic__counters-number span {
  color: #c10f1a;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 699px) {
  .statistic__counters-number span {
    font-size: 3.5rem;
  }
}
@media (max-width: 599px) {
  .statistic__counters-number span {
    font-size: 3rem;
  }
}
@media (max-width: 399px) {
  .statistic__counters-number span {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .statistic__counters-item {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 899px) {
  .statistic__counters-item {
    width: 32%;
    margin-bottom: 1rem;
  }
}

.statistic__counters-item-fraction {
  min-width: 13.75%;
}
.statistic__counters-item-fraction .unit {
  position: relative;
  color: #3e3e3d;
  font-size: 1rem;
}
@media (max-width: 399px) {
  .statistic__counters-item-fraction .unit {
    font-size: 0.8rem;
  }
}
.statistic__counters-item-fraction .unit::after {
  position: absolute;
  content: "+";
  top: -1.8rem;
  left: 0;
  font-size: 2rem;
  color: #c10f1a;
}
@media (min-width: 768px) {
  .statistic__counters-item-fraction .unit::after {
    opacity: 0;
  }
}
@media (max-width: 399px) {
  .statistic__counters-item-fraction .unit::after {
    top: -1.25rem;
    left: 0;
    font-size: 1.5rem;
  }
}

.statistic__counters-description {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 599px) {
  .statistic__counters-description {
    font-size: 0.9rem;
  }
}

.statistic__falsificate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 6.5%;
  padding-bottom: 5rem;
}
.statistic__falsificate .statistic__falsificate-items {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.statistic__falsificate .statistic__falsificate-items p {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .statistic__falsificate .statistic__falsificate-items p {
    opacity: 0;
  }
}
.statistic__falsificate .statistic__falsificate-items p a {
  position: relative;
  display: inline;
  margin-bottom: 0;
  line-height: 1;
}
.statistic__falsificate .statistic__falsificate-items p a::before {
  position: absolute;
  content: "•";
  color: #ffffff;
  left: -20px;
  top: 10%;
}
.statistic__falsificate a {
  color: #ffffff;
  text-decoration: none;
}

.statistic__falsificate-text {
  width: 100%;
  text-align: right;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .statistic__falsificate-text {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}

@media (min-width: 768px) {
  .section.statistic.fp-completely .slide.active .big-text {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .normal-text,
.section.statistic.fp-completely .slide.active .normal-text-bottom {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .normal-text-bottom {
    animation-delay: 0.6s;
  }
  .section.statistic.fp-completely .slide.active .statistic__data {
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__title,
.section.statistic.fp-completely .slide.active .statistic__description {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__description {
    animation-delay: 1.8s;
    animation-duration: 1.2s;
  }
  .section.statistic.fp-completely .slide.active .statistic__counters-item {
    animation-name: fadeInUp-50;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__counters-item-fraction .unit::after {
    animation-name: fadeIn;
    animation-delay: 4.8s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__falsificate-text {
    animation-name: fadeInRight-10;
    animation-delay: 2.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__falsificate-items p {
    animation-name: fadeIn;
    animation-delay: 3.4s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .statistic__falsificate-items p:nth-child(2) {
    animation-delay: 3.6s;
  }
  .section.statistic.fp-completely .slide.active .statistic__falsificate-items p:nth-child(3) {
    animation-delay: 3.8s;
  }
}
.dezega {
  background: url("../img/dezega_bg_clear.jpg") top center no-repeat;
  background-size: cover;
}

.dezega__text {
  width: 50%;
  padding-right: 11.5%;
  text-align: justify;
}

.dezega__img {
  width: 50%;
}

.section .fire-systems__title {
  text-align: left;
  padding-left: 6.5%;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .section .fire-systems__title {
    opacity: 0;
  }
}
@media (max-width: 699px) {
  .section .fire-systems__title {
    padding-left: 3%;
  }
}
@media (max-width: 499px) {
  .section .fire-systems__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

.fire-systems__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 94.5%;
}

.fire-systems__item {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 35px;
  color: #000000;
  padding: 2rem 2.93% 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .fire-systems__item {
    opacity: 0;
  }
}
.fire-systems__item:first-child {
  width: 39.5%;
}
@media (max-width: 699px) {
  .fire-systems__item:first-child {
    width: 58%;
    margin-bottom: 1rem;
    order: 1;
  }
}
@media (max-width: 499px) {
  .fire-systems__item:first-child {
    width: 100%;
    padding: 2rem 2.93% 1.5rem;
  }
}
.fire-systems__item:nth-child(2) {
  width: 30%;
}
@media (max-width: 699px) {
  .fire-systems__item:nth-child(2) {
    width: 58%;
    order: 3;
  }
}
@media (max-width: 499px) {
  .fire-systems__item:nth-child(2) {
    width: 100%;
    padding: 2rem 2.93% 1.5rem;
  }
}
.fire-systems__item:last-child {
  width: 27.5%;
}
@media (max-width: 699px) {
  .fire-systems__item:last-child {
    width: 40%;
    margin-bottom: 1rem;
    order: 2;
  }
}
@media (max-width: 499px) {
  .fire-systems__item:last-child {
    width: 100%;
    padding: 2rem 2.93% 1.5rem;
  }
}
@media (max-width: 1023px) {
  .fire-systems__item {
    border-radius: 25px;
  }
}
@media (max-width: 899px) {
  .fire-systems__item {
    color: #000000;
    padding: 1.5rem 2% 1.5rem;
  }
}
@media (max-width: 699px) {
  .fire-systems__item {
    border-radius: 15px;
  }
}

.fire-systems__item-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #3e3e3d;
}
@media (min-width: 768px) {
  .fire-systems__item-title {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 899px) {
  .fire-systems__item-title {
    font-size: 2rem;
  }
}

.fire-systems__item-list {
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 20px;
  position: relative;
  min-height: 7rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 699px) {
  .fire-systems__item-list {
    min-height: unset;
  }
}
@media (min-width: 768px) {
  .fire-systems__item-list li {
    opacity: 0;
  }
}
.fire-systems__item-list li span {
  color: #3e3e3d;
}
.fire-systems__item-list::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 2px;
  background-color: rgba(62, 62, 61, 0.6);
}
@media (min-width: 768px) {
  .fire-systems__item-list::after {
    width: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fire-systems__item-footer {
  padding-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fire-systems__item-footer {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fire-systems__item-footer-list {
  padding-bottom: 0;
  min-height: unset;
  padding-top: 1rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .fire-systems__item-footer-list {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 768px) {
  .fire-systems__item-footer-list li {
    opacity: 1;
  }
}
.fire-systems__item-footer-list::after {
  display: none;
}

@media (min-width: 768px) {
  .section.statistic.fp-completely .slide.active .fire-systems__title {
    animation-name: fadeIn;
    animation-delay: 0.7s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-title {
    animation-name: fadeInDown-50;
    animation-delay: 1.5s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-title:nth-child(2) {
    animation-delay: 2.2s;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-title:nth-child(3) {
    animation-delay: 2.4s;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-list li {
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-delay: 2.2s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-list li:nth-child(2) {
    animation-delay: 2.4s;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-list li:nth-child(3) {
    animation-delay: 2.6s;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-list::after {
    width: 100%;
    transition: all 0.8s ease;
    transition-delay: 2.8s;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-footer {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-footer-list {
    animation-name: fadeInUp-50;
    animation-duration: 1s;
    animation-delay: 2.7s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .fire-systems__item-footer-list li {
    animation-name: unset;
  }
}
.section.mag-50 .container {
  justify-content: center;
}
@media (max-width: 767px) {
  .section.mag-50 .container {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 399px) {
  .section.mag-50 .container {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

.mag-50 {
  background: url("../img/hyperbola_bg_clear.jpg") top center no-repeat;
  background-size: cover;
}

.mag-50__text,
.mag-50__img {
  width: 50%;
}

.section .mag-50__title {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .section .mag-50__title {
    opacity: 0;
  }
}

.mag-50__text {
  padding-top: 4rem;
  text-align: justify;
  padding-left: 3.5%;
}
@media (max-width: 699px) {
  .mag-50__text {
    width: 60%;
  }
}
@media (max-width: 499px) {
  .mag-50__text {
    width: 100%;
    order: 2;
  }
}

@media (max-width: 699px) {
  .mag-50__img {
    width: 40%;
  }
}
@media (max-width: 499px) {
  .mag-50__img {
    order: 1;
    width: 35%;
  }
}

.mag-50__text-item {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .mag-50__text-item {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.mag-50__img img {
  width: 45%;
  height: auto;
}
@media (min-width: 768px) {
  .mag-50__img img {
    transform: translateX(21%) translateY(3rem);
    opacity: 0;
  }
}
@media (max-width: 1499px) {
  .mag-50__img img {
    width: 50%;
    transform: translateX(40%) translateY(3rem);
  }
}
@media (max-width: 899px) {
  .mag-50__img img {
    width: 55%;
    transform: translateX(40%) translateY(6rem);
  }
}
@media (max-width: 699px) {
  .mag-50__img img {
    width: 65%;
    transform: translateX(30%) translateY(6rem);
  }
}
@media (max-width: 599px) {
  .mag-50__img img {
    width: 90%;
    transform: translateX(10%) translateY(10rem);
  }
}
@media (max-width: 499px) {
  .mag-50__img img {
    transform: translateX(10%) translateY(4rem);
  }
}

.mag-50__bottom-block {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  color: #3c3c3b;
  padding: 1rem 3% 1rem;
}
@media (min-width: 768px) {
  .mag-50__bottom-block {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 899px) {
  .mag-50__bottom-block {
    border-radius: 15px;
  }
}
@media (max-width: 599px) {
  .mag-50__bottom-block {
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .mag-50__bottom-block-text {
    opacity: 0;
  }
}

.mag-50__video {
  outline: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section.mag-50.fp-completely .slide.active .mag-50__title {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__img img {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__text-item {
    animation-name: fadeInDown-20;
    animation-delay: 0.9s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__text-item:nth-of-type(2) {
    animation-delay: 1.5s;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__text-item:nth-of-type(3) {
    animation-delay: 1.9s;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__bottom-block {
    animation-name: fadeInUp-50;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.mag-50.fp-completely .slide.active .mag-50__bottom-block-text {
    animation-name: fadeIn;
    animation-delay: 2.4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.section.pyrostrel {
  background: url("../img/pyrostrel_bg_upd.jpg") top center no-repeat;
  background-size: cover;
}
.section.pyrostrel .container {
  padding-left: 5.5%;
  padding-right: 5.5%;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .section.pyrostrel .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 399px) {
  .section.pyrostrel .container {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}

.section .pyrostrel__title {
  width: 100%;
  padding-left: 3%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section .pyrostrel__title {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section .pyrostrel__title {
    padding-left: 0;
  }
}

.pyrostrel__text {
  width: 59%;
  border-radius: 35px;
  color: #ffffff;
  padding: 0 3%;
  margin-right: 1%;
  text-align: justify;
}
@media (max-width: 767px) {
  .pyrostrel__text {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .pyrostrel__text-content {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.pyrostrel__subtitle {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pyrostrel__subtitle {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.pyrostrel__img {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 35px;
  color: #3c3c3b;
  padding: 3rem 4% 3rem;
  width: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .pyrostrel__img {
    width: 100%;
  }
}

.pyrostrel__img img {
  width: 100%;
  position: relative;
  border-radius: 35px;
}
@media (min-width: 768px) {
  .pyrostrel__img img {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@media (max-width: 767px) {
  .pyrostrel__img img {
    transform: translate3d(0, 0, 0);
  }
}

.pyrostrel__video-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 5rem;
}
.pyrostrel__video-block video {
  width: 24%;
}
@media (max-width: 767px) {
  .pyrostrel__video-block video {
    width: 48%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .section.pyrostrel.fp-completely .slide.active .pyrostrel__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.pyrostrel.fp-completely .slide.active .pyrostrel__subtitle {
    animation-name: fadeInUp-20;
    animation-delay: 0.7s;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
  }
  .section.pyrostrel.fp-completely .slide.active .pyrostrel__text-content {
    animation-name: fadeInUp-20;
    animation-delay: 0.9s;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  .section.pyrostrel.fp-completely .slide.active .pyrostrel__img {
    width: 40%;
    padding: 3rem 4% 3rem;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.3s;
  }
}
@media (min-width: 768px) {
  .section.pyrostrel.fp-completely .slide.active .pyrostrel__img img {
    animation-name: fadeInDown-20;
    animation-delay: 2.1s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
}

.section.microcapsule {
  background: url("../img/microcapsule_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.microcapsule .container {
  padding-left: 5.5%;
  padding-right: 5.5%;
  padding-top: 6rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.microcapsule .container {
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section.microcapsule .microcapsule__title {
  width: 100%;
  padding-left: 3%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section.microcapsule .microcapsule__title {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section.microcapsule .microcapsule__title {
    font-size: 3rem;
    padding-left: 0;
  }
}
@media (max-width: 499px) {
  .section.microcapsule .microcapsule__title {
    font-size: 2.2rem;
  }
}

.microcapsule__right-block {
  width: 48%;
}

.microcapsule__description {
  width: 100%;
  text-align: justify;
  padding-right: 1%;
  padding-left: 5%;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .microcapsule__description {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .microcapsule__description {
    margin-bottom: 3rem;
  }
}

.microcapsule__item {
  position: relative;
  background-color: white;
  border-radius: 35px;
  color: #3c3c3b;
  padding: 1rem 2% 1rem 2.5%;
}
@media (max-width: 1023px) {
  .microcapsule__item {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .microcapsule__item {
    border-radius: 15px;
  }
}
.microcapsule__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 35px;
}
@media (max-width: 1023px) {
  .microcapsule__item::after {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .microcapsule__item::after {
    border-radius: 15px;
  }
}

.microcapsule__subtitle {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .microcapsule__subtitle {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.microcapsule__text {
  text-align: justify;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.microcapsule__list {
  padding-left: 20px;
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}

.microcapsule__item-pyrocord {
  width: 50%;
  padding: 1.5rem 2.5% 1.5rem 2.5%;
}
@media (max-width: 767px) {
  .microcapsule__item-pyrocord {
    padding-top: 3rem;
  }
}
.microcapsule__item-pyrocord::after {
  background-image: url("../img/pyrocord.png");
}
@media (min-width: 768px) {
  .microcapsule__item-pyrocord::after {
    background-size: 40%;
    background-position: 196% 20%;
  }
}
@media (max-width: 767px) {
  .microcapsule__item-pyrocord::after {
    background-size: 18%;
    background-position: 96% 10%;
  }
}
.microcapsule__item-pyrocord .microcapsule__subtitle {
  padding-right: 35%;
  margin-bottom: 1rem;
}
.microcapsule__item-pyrocord .microcapsule__list {
  padding-right: 50%;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .microcapsule__item-pyrocord .microcapsule__list {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
@media (min-width: 768px) {
  .microcapsule__item-pyrocord .microcapsule__text {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.microcapsule__item-pyrosticker {
  width: 100%;
  padding: 1.5rem 4% 1.5rem 4%;
}
.microcapsule__item-pyrosticker::after {
  background-image: url("../img/pyrosticker.png");
  background-size: 60%;
  background-position: 250% 0;
}
@media (min-width: 768px) {
  .microcapsule__item-pyrosticker::after {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .microcapsule__item-pyrosticker::after {
    background-size: 35%;
  }
}
.microcapsule__item-pyrosticker .microcapsule__subtitle {
  padding-right: 25%;
  margin-bottom: 1.5rem;
}
.microcapsule__item-pyrosticker .microcapsule__list {
  padding-right: 50%;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .microcapsule__item-pyrosticker .microcapsule__list {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
@media (min-width: 768px) {
  .microcapsule__item-pyrosticker .microcapsule__text {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.microcapsule-slide .container {
  display: flex;
  justify-content: space-between;
}

.microcapsule--left {
  width: 50%;
}
@media (min-width: 768px) {
  .microcapsule--left {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .microcapsule--left {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.microcapsule--right {
  width: 48%;
}
@media (max-width: 767px) {
  .microcapsule--right {
    width: 100%;
  }
}

.microcapsule__video-wrapper {
  position: relative;
  z-index: 7;
}

.microcapsule__video {
  text-align: center;
  padding: 1rem 5% 1.7rem 5%;
}
.microcapsule__video video {
  position: relative;
  z-index: 20;
}

.microcapsule__video-item:first-child video {
  padding-top: 1.3rem;
}

@media (min-width: 768px) {
  .microcapsule__video-pyrosticker {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .microcapsule__video-pyrocord {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.microcapsule__video-title {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .microcapsule__video-title {
    margin-bottom: 1.5rem;
  }
}

.microcapsule__video-arrows {
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 100%;
  z-index: 15;
}
.microcapsule__video-arrows button {
  background-color: red;
}

.section.microcapsule .microcapsule__video-arrows {
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  width: 100%;
}
.section.microcapsule .microcapsule__video-arrows .container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 100%;
  height: 100px;
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow {
  width: 3%;
  height: 100px;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow {
    height: 50px;
  }
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow:hover::after, .section.microcapsule .microcapsule__video-arrows .container .slick-arrow:focus::after, .section.microcapsule .microcapsule__video-arrows .container .slick-arrow:hover::before, .section.microcapsule .microcapsule__video-arrows .container .slick-arrow:focus::before {
  background-color: #3c3c3b;
  transition: all 0.3s ease;
  opacity: 1;
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow::after, .section.microcapsule .microcapsule__video-arrows .container .slick-arrow::before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #3c3c3b;
  opacity: 0.3;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow::after, .section.microcapsule .microcapsule__video-arrows .container .slick-arrow::before {
    width: 30px;
    height: 2px;
  }
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-prev {
  left: -1.5%;
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-prev::before {
  left: -10px;
  top: 26px;
  transform: rotate(-65deg);
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-prev::before {
    left: -10px;
    top: 15px;
  }
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-prev::after {
  left: -10px;
  bottom: 26px;
  transform: rotate(65deg);
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-prev::after {
    left: -10px;
    top: 42px;
  }
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-next {
  left: 1%;
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-next::before {
  left: -10px;
  top: 26px;
  transform: rotate(65deg);
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-next::before {
    left: -10px;
    top: 15px;
  }
}
.section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-next::after {
  left: -10px;
  bottom: 26px;
  transform: rotate(-65deg);
}
@media (max-width: 1023px) {
  .section.microcapsule .microcapsule__video-arrows .container .slick-arrow.slick-next::after {
    left: -10px;
    top: 42px;
  }
}

@media (min-width: 768px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule--left {
    animation-name: fadeInUp-20;
    animation-delay: 0.7s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__subtitle {
    animation-name: fadeInDown-20;
    animation-delay: 1.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__list {
    animation-name: fadeInLeft-20;
    animation-delay: 1.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    animation-name: fadeIn;
    animation-delay: 1.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    background-position: 115% 0;
    transition: background-position 0.7s ease;
    transition-delay: 1.2s;
  }
}
@media (max-width: 1023px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    background-position: 115% 5rem;
  }
}
@media (max-width: 767px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    background-position: 100% -3rem;
  }
}
@media (max-width: 499px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    background-size: 50%;
  }
}
@media (max-width: 399px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    background-position: 100% 5rem;
    background-size: 60%;
  }
}
@media (max-width: 349px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker::after {
    background-position: 120% 0;
  }
}
@media (min-width: 768px) {
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrocord::after {
    animation-name: fadeIn;
    animation-delay: 1.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    background-position: 96% 10%;
    transition: background-position 0.7s ease;
    transition-delay: 1.2s;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrosticker .microcapsule__text {
    animation-name: fadeInUp-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__item-pyrocord .microcapsule__text {
    animation-name: fadeInUp-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__description {
    animation-name: fadeInDown-20;
    animation-delay: 2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__video-pyrosticker {
    animation-name: fadeInUp-20;
    animation-delay: 2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.microcapsule.fp-completely .slide.active .microcapsule__video-pyrocord {
    animation-name: fadeInDown-20;
    animation-delay: 2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}

.section .new-generation .container {
  justify-content: space-between;
  padding-left: 5.5%;
  padding-right: 5.5%;
  padding-top: 4rem;
}
@media (max-width: 499px) {
  .section .new-generation .container {
    padding-top: 7rem;
  }
}

.section .new-generation .new-generation__title {
  padding-left: 3%;
  margin-bottom: 0;
  width: 85%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section .new-generation .new-generation__title {
    opacity: 0;
  }
}
@media (max-width: 699px) {
  .section .new-generation .new-generation__title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .section .new-generation .new-generation__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 399px) {
  .section .new-generation .new-generation__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 349px) {
  .section .new-generation .new-generation__title {
    font-size: 2rem;
  }
}

.new-generation__subtitle {
  width: 100%;
  padding-left: 3%;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .new-generation__subtitle {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@media (max-width: 699px) {
  .new-generation__subtitle {
    padding-left: 0;
  }
}
@media (max-width: 349px) {
  .new-generation__subtitle {
    font-size: 1.7rem;
  }
}

.new-generation__item {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 35px;
  color: #000000;
  padding: 1.5rem 2.5% 1.5rem 2.5%;
}
@media (min-width: 768px) {
  .new-generation__item {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .new-generation__item {
    border-radius: 25px;
  }
}
@media (max-width: 699px) {
  .new-generation__item {
    border-radius: 15px;
  }
}
@media (max-width: 399px) {
  .new-generation__item {
    padding: 1rem 2.5% 1rem 2.5%;
  }
}

.new-generation__item-subtitle {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: #3c3c3b;
}
@media (max-width: 349px) {
  .new-generation__item-subtitle {
    font-size: 1.5rem;
  }
}

.new-generation__technology {
  width: 55%;
}
@media (max-width: 599px) {
  .new-generation__technology {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.new-generation__principe {
  width: 43%;
}
@media (max-width: 599px) {
  .new-generation__principe {
    width: 100%;
  }
}

.new-generation__text {
  margin-bottom: 0;
  text-align: justify;
}

@media (min-width: 768px) {
  .section.statistic.fp-completely .slide.active .new-generation__title {
    animation-name: fadeIn;
    animation-delay: 0.7s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .new-generation__subtitle {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.statistic.fp-completely .slide.active .new-generation__item {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
  }
}
.section.carbo-70 {
  background: url("../img/dezega_bg_clear.jpg") top center no-repeat;
  background-size: cover;
}
.section.carbo-70.carbo-70--description .container {
  padding-bottom: 5rem;
}
.section.carbo-70.carbo-70--parameters .container {
  padding-top: 4rem;
}

.section .carbo-70__title {
  font-size: 2.2rem;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section .carbo-70__title {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section .carbo-70__title {
    margin-bottom: 1rem;
  }
}

.carbo-70__img-block {
  width: 45%;
  position: relative;
}
@media (max-width: 767px) {
  .carbo-70__img-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 649px) {
  .carbo-70__img-block {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .carbo-70__img-block {
    margin-bottom: 3rem;
  }
}
.carbo-70__img-block .carbo-70__img-side,
.carbo-70__img-block .carbo-70__img-front {
  position: absolute;
}
@media (max-width: 767px) {
  .carbo-70__img-block .carbo-70__img-side,
.carbo-70__img-block .carbo-70__img-front {
    position: relative;
  }
}
.carbo-70__img-block .carbo-70__img-side {
  top: 3rem;
  right: 33%;
  width: 55%;
}
@media (max-width: 767px) {
  .carbo-70__img-block .carbo-70__img-side {
    top: 0;
    right: -8%;
    width: 45%;
  }
}
@media (max-width: 499px) {
  .carbo-70__img-block .carbo-70__img-side {
    width: 50%;
  }
}
.carbo-70__img-block .carbo-70__img-front {
  right: 0;
  width: 55%;
}
@media (max-width: 767px) {
  .carbo-70__img-block .carbo-70__img-front {
    right: 14%;
    width: 45%;
  }
}
@media (max-width: 499px) {
  .carbo-70__img-block .carbo-70__img-front {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .section.carbo-70--description .carbo-70__img-front {
    transform: translateX(-2500px);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .section.carbo-70--description .carbo-70__img-side {
    transform: translateX(150px);
    opacity: 0;
  }
}

.carbo-70--parameters .carbo-70__img-block {
  top: 4rem;
  right: unset;
}
@media (min-width: 768px) {
  .carbo-70--parameters .carbo-70__img-block {
    opacity: 0;
  }
}
.carbo-70--parameters .carbo-70__img-block img {
  width: 80%;
  position: unset;
}
@media (max-width: 767px) {
  .carbo-70--parameters .carbo-70__img-block img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.carbo-70__text {
  width: 55%;
  padding-left: 5%;
  padding-right: 6%;
}
@media (max-width: 767px) {
  .carbo-70__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 649px) {
  .carbo-70__text {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .carbo-70__text {
    padding-right: 0;
  }
}

.section.carbo-70 .carbo-70--description__title {
  text-align: right;
  text-transform: uppercase;
  font-size: 3.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section.carbo-70 .carbo-70--description__title {
    opacity: 0;
  }
}

.carbo-70__text-item {
  text-align: justify;
  margin-bottom: 1.5rem;
}
.carbo-70__text-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section.carbo-70--description .carbo-70__text-item {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

table.carbo-70__table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
table.carbo-70__table td {
  line-height: 1.2;
  vertical-align: bottom;
  padding-bottom: 1.2rem;
  padding-top: 0.3rem;
  position: relative;
}
table.carbo-70__table td.td-small-height {
  padding-bottom: 0;
}
table.carbo-70__table tr.bordered {
  position: relative;
}
table.carbo-70__table tr.bordered::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 93%;
  background-color: #ffffff;
  left: 0;
  transform: translateY(1.9rem);
}
@media (min-width: 768px) {
  table.carbo-70__table tr.bordered::after {
    opacity: 0;
    transform: translateY(2.9rem);
  }
}
@media (max-width: 767px) {
  table.carbo-70__table tr.bordered::after {
    width: 98%;
  }
}
table.carbo-70__table tr.bordered.bordered-high::after {
  transform: translateY(2.9rem);
}
@media (min-width: 768px) {
  table.carbo-70__table tr.bordered.bordered-high::after {
    transform: translateY(3.9rem);
  }
}
@media (min-width: 768px) {
  table.carbo-70__table tr td:first-child {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
@media (min-width: 768px) {
  table.carbo-70__table tr td:last-child {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
table.carbo-70__table .carbo-70__table-title {
  width: 70%;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
table.carbo-70__table .small-text {
  display: block;
  font-size: 0.7rem;
}

.section.carbo-70--structure .container {
  padding-top: 3rem;
}
.section.carbo-70--structure .carbo-70--structure-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .section.carbo-70--structure .carbo-70--structure-list {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.section.carbo-70--structure .carbo-70--structure-list .carbo-70__title {
  width: 100%;
}
.section.carbo-70--structure .carbo-70--structure-list .carbo-70--structure-list-left {
  width: 47%;
}
.section.carbo-70--structure .carbo-70--structure-list .carbo-70--structure-list-right {
  width: 53%;
}
@media (max-width: 767px) {
  .section.carbo-70--structure .carbo-70--structure-list ol {
    padding-left: 15px;
  }
}
.section.carbo-70--structure .carbo-70--structure-list ol li {
  margin-bottom: 1.2rem;
}
.section.carbo-70--structure .carbo-70__img-wrapper {
  width: 90%;
  margin-left: auto;
  border-radius: 25px;
  background-color: #ffffff;
  min-height: 100%;
  background-position: 100% center;
  background-image: url("../img/dezega_structure_img.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section.carbo-70--structure .carbo-70__img-wrapper {
    width: 50%;
    margin-right: auto;
    background-position: center;
  }
}
@media (max-width: 599px) {
  .section.carbo-70--structure .carbo-70__img-wrapper {
    width: 60%;
  }
}
@media (max-width: 499px) {
  .section.carbo-70--structure .carbo-70__img-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section.carbo-70--structure .carbo-70__img-wrapper {
    background-position: 1500px center;
    min-height: 0;
  }
}
.section.carbo-70--structure .carbo-70__img {
  width: 50%;
  border-radius: 25px;
  text-align: right;
  padding-right: 6%;
}
@media (max-width: 767px) {
  .section.carbo-70--structure .carbo-70__img {
    width: 100%;
    padding-right: 0;
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .carbo-70--structure-list-left ol li {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .carbo-70--structure-list-right ol li {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.section.carbo-70--features .container {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .section.carbo-70--features .container {
    padding-top: 5rem;
  }
}
.section.carbo-70--features .carbo-70__text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 11%;
  width: 45%;
}
@media (max-width: 991px) {
  .section.carbo-70--features .carbo-70__text {
    width: 50%;
    padding-right: 5%;
  }
}
@media (max-width: 599px) {
  .section.carbo-70--features .carbo-70__text {
    width: 100%;
  }
}
.section.carbo-70--features .carbo-70__title {
  width: 100%;
  text-align: right;
  margin-bottom: 3rem;
}
.section.carbo-70--features .carbo-70--features-list-left {
  width: 53%;
}
.section.carbo-70--features .carbo-70--features-list-right {
  width: 47%;
}
.section.carbo-70--features .carbo-70--features-list-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  text-align: right;
}
.section.carbo-70--features .carbo-70--features-list-right .carbo-70--features-list-title {
  margin-top: 1rem;
}
.section.carbo-70--features .carbo-70--features-list-left .carbo-70--features-list-title {
  margin-top: 1rem;
}
.section.carbo-70--features .carbo-70--features-list-title:first-child {
  margin-top: 0;
}
.section.carbo-70--features .carbo-70--features-list .carbo-70--features-list-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}
.section.carbo-70--features .carbo-70__img-block {
  width: 55%;
}
@media (max-width: 991px) {
  .section.carbo-70--features .carbo-70__img-block {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .section.carbo-70--features .carbo-70__img-block {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.section.carbo-70--features .carbo-70__img-block img {
  width: 50%;
  left: 50%;
  top: 0;
}
@media (min-width: 768px) {
  .section.carbo-70--features .carbo-70__img-block img {
    transform: translateX(-2500px);
    opacity: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .section.carbo-70--features .carbo-70__img-block img {
    left: 30%;
  }
}
@media (max-width: 599px) {
  .section.carbo-70--features .carbo-70__img-block img {
    position: unset;
  }
}
.section.carbo-70--features .slick-dots li button {
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  height: 1%;
  width: 1%;
}
.section.carbo-70--features .slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

.carbo-70--features-block {
  width: 100%;
}
@media (min-width: 768px) {
  .carbo-70--features-block {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.section.carbo-70--complectation .container {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__img-block {
    opacity: 0;
  }
}
.section.carbo-70--complectation .carbo-70__img-block .carbo-70__img-front {
  width: 70%;
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__img-block-wrapper {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .section.carbo-70--complectation .carbo-70__img-block-wrapper {
    width: 100%;
  }
}
.section.carbo-70--complectation .carbo-70__img-block {
  width: 100%;
  padding-top: 2rem;
  right: unset;
}
.section.carbo-70--complectation .carbo-70__img-block img {
  width: 65% !important;
  position: unset;
}
.section.carbo-70--complectation .carbo-70__img-item {
  display: flex;
  justify-content: center;
}
.section.carbo-70--complectation .carbo-70__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: 0;
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__text {
    padding-right: 14%;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .section.carbo-70--complectation .carbo-70__text {
    width: 100%;
  }
}
.section.carbo-70--complectation .carbo-70__text .carbo-70__title {
  text-align: right;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__text .carbo-70__title {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__text .carbo-70__subtitle {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.section.carbo-70--complectation .carbo-70__text .carbo-70__title:first-child {
  margin-top: 0;
}
.section.carbo-70--complectation .carbo-70__text .carbo-70__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__text .carbo-70__text-wrapper {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
.section.carbo-70--complectation .carbo-70__text p {
  margin-bottom: 0.5rem;
  position: relative;
}
.section.carbo-70--complectation .carbo-70__text p::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: -50px;
  top: 20%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .section.carbo-70--complectation .carbo-70__text p::before {
    width: 18px;
    height: 15px;
    left: -25px;
  }
}
@media (min-width: 768px) {
  .section.carbo-70--complectation .carbo-70__text p::before {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 767px) {
  .section.carbo-70--complectation .carbo-70__text p::before {
    width: 15px;
    height: 10px;
    left: -20px;
  }
}
.section.carbo-70--complectation .carbo-70__text p.carbo-70__subtitle::before {
  display: none;
}

@media (min-width: 768px) {
  .section.carbo-70.fp-completely h1.carbo-70__title {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.fp-completely .carbo-70--description__title {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.fp-completely .carbo-70__subtitle {
    animation-name: fadeInDown-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.fp-completely .carbo-70__table tr td:first-child {
    animation-name: fadeInLeft-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.fp-completely .carbo-70__table tr td:last-child {
    animation-name: fadeInRight-10;
    animation-delay: 1.3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .section.carbo-70.carbo-70--description.fp-completely .carbo-70__img-front {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1s;
  }
  .section.carbo-70.carbo-70--description.fp-completely .carbo-70__img-side {
    transform: translateX(60px);
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.5s;
  }
  .section.carbo-70.carbo-70--description.fp-completely .carbo-70__text-item {
    animation-name: fadeInUp-20;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--description.fp-completely .carbo-70__text-item:nth-of-type(2) {
    animation-delay: 2.3s;
  }

  .section.carbo-70.carbo-70--parameters.fp-completely .carbo-70__img-block {
    animation-name: fadeIn;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--parameters.fp-completely tr.bordered::after {
    transform: translateY(1.9rem);
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.7s;
  }
  .section.carbo-70.carbo-70--parameters.fp-completely tr.bordered.bordered-high::after {
    transform: translateY(2.9rem);
  }

  .section.carbo-70.carbo-70--structure.fp-completely .carbo-70--structure-list-left ol li {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--structure.fp-completely .carbo-70--structure-list-right ol li {
    animation-name: fadeInUp-20;
    animation-delay: 1.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--structure.fp-completely .carbo-70__img-wrapper {
    min-height: 100%;
    background-position: 100% center;
    transition-property: min-height, background-position;
    transition-duration: 0.8s;
    transition-delay: 2s, 2.5s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .section.carbo-70.carbo-70--features.fp-completely .carbo-70__img {
    transform: translateX(-50%);
    opacity: 1;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.85s;
  }
  .section.carbo-70.carbo-70--features.fp-completely .carbo-70--features-block {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .section.carbo-70.carbo-70--complectation.fp-completely .carbo-70__title {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--complectation.fp-completely .carbo-70__subtitle {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--complectation.fp-completely .carbo-70__text .carbo-70__text-wrapper {
    animation-name: fadeInUp-50;
    animation-delay: 1s;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--complectation.fp-completely .carbo-70__text .carbo-70__text-wrapper p::before {
    animation-name: fadeInLeft;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--complectation.fp-completely .carbo-70__img-block {
    animation-name: fadeIn;
    animation-delay: 2.4s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
.fullpage-amgr {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}

.menu-open-btn--amgr {
  top: 30px;
  left: 35px;
}

.section.amgr {
  color: #3c3c3b;
  overflow: hidden;
}
.section.amgr .page-number {
  bottom: 3%;
}

.section.amgr .amgr__redline {
  position: relative;
  position: absolute;
  bottom: 100px;
  bottom: 10%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #ffffff;
}
.section.amgr .amgr__redline .amgr__redline--left {
  position: relative;
  z-index: 10;
  width: 88%;
  background: #9b1c19;
  background: linear-gradient(90deg, #9b1c19 0%, #aa191a 33%, #b6171a 66%, #bf161b 100%);
  min-height: 7rem;
  padding: 1rem 0 1rem 5.7%;
  transform: translateX(-5000px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.amgr .amgr__redline .amgr__redline--left {
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--left {
    transform: translateX(0);
    width: 100%;
  }
}
.section.amgr .amgr__redline .amgr__redline--left h1.amgr__redline-title {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 991px) {
  .section.amgr .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    font-size: 2rem;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 499px) {
  .section.amgr .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    font-size: 1.5rem;
  }
}
.section.amgr .amgr__redline .amgr__redline--left p {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--left p {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 499px) {
  .section.amgr .amgr__redline .amgr__redline--left p {
    font-size: 0.8rem;
  }
}
.section.amgr .amgr__redline .amgr__redline--right {
  position: relative;
  z-index: 10;
  width: 12%;
  background: #c2151b;
  background: linear-gradient(90deg, #c2151b 0%, #c3151b 100%);
  transform: translateX(3000px);
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--right {
    transform: translateX(0);
    display: none;
  }
}
.section.amgr .amgr__redline .amgr__redline--logo-wrapper {
  display: inline-block;
  width: 13%;
  height: 0;
  padding: 6.5% 0;
  position: absolute;
  z-index: 20;
  right: 4.7%;
  top: -35%;
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--logo-wrapper {
    display: none;
    top: -20%;
  }
}
.section.amgr .amgr__redline .amgr__redline--logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  padding-left: 10%;
  transform: scale(0);
}
@media (max-width: 767px) {
  .section.amgr .amgr__redline .amgr__redline--logo {
    transform: scale(1);
  }
}
.section.amgr .amgr__redline .amgr__redline--logo img {
  width: 70%;
}

.amgr__tag {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #3c3c3b;
  background-color: #ffffff;
  border-radius: 50%;
}

.amgr__tag-line {
  position: absolute;
  background-color: #3c3c3b;
  border-radius: 20px;
  transform-origin: 100% 0;
}

.amgr__tag-text {
  position: absolute;
  font-size: 0.9rem;
  color: #3c3c3b;
  line-height: 1;
}

@media (min-width: 768px) {
  .section.amgr.fp-completely .amgr__redline .amgr__redline--left {
    transform: translateX(0);
    transition: all 1s ease;
  }
  .section.amgr.fp-completely .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s 1s ease;
  }
  .section.amgr.fp-completely .amgr__redline .amgr__redline--left p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s 1.2s ease;
  }
  .section.amgr.fp-completely .amgr__redline .amgr__redline--right {
    transform: translateX(0);
    transition: all 1s ease;
  }
  .section.amgr.fp-completely .amgr__redline .amgr__redline--logo {
    transform: scale(1);
    transition: all 0.3s ease;
  }
}
.section.amgr--welcome {
  background: url("../img/amgr_bg_pres.jpg") top center no-repeat;
  background-size: cover;
}
.section.amgr--welcome .container {
  justify-content: flex-end;
}

.amgr--welcome__image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  text-align: center;
}
.amgr--welcome__image-block img {
  width: 80%;
  opacity: 0;
  transform: scale(0.9);
}

.amgr--welcome__digital {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
}

.section.amgr--welcome.fp-completely .amgr--welcome__image-block img {
  opacity: 1;
  transform: scale(1);
  transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
}
.section.amgr--welcome.fp-completely .amgr--welcome__digital {
  opacity: 1;
  transform: translateY(0);
  transition: all 3s 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.section.amgr--description {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .section.amgr--description .fp-tableCell {
    vertical-align: top;
  }
}
.section.amgr--description .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .section.amgr--description .container {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.section.amgr--description .amgr__redline {
  bottom: 10%;
}
.section.amgr--description .amgr__redline .amgr__redline--left {
  display: flex;
  align-items: center;
  padding: 1.9rem 0 1.7rem 5.7%;
}

.amgr--description__text {
  width: 35%;
  color: #3c3c3b;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .amgr--description__text {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.amgr--description__subtitle {
  padding-right: 10%;
}
@media (min-width: 768px) {
  .amgr--description__subtitle {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@media (max-width: 767px) {
  .amgr--description__subtitle {
    padding-right: 0;
  }
}

.amgr--description__info {
  padding-right: 25%;
}
@media (min-width: 768px) {
  .amgr--description__info {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@media (max-width: 767px) {
  .amgr--description__info {
    padding-right: 0;
  }
}

.amgr--description__features {
  font-weight: 700;
}
@media (min-width: 768px) {
  .amgr--description__features {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
.amgr--description__features p {
  margin-bottom: 0.5rem;
  position: relative;
}
.amgr--description__features p::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: -35px;
  top: 20%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .amgr--description__features p::before {
    width: 15px;
    height: 25px;
    left: -20px;
    top: 0%;
  }
}

.amgr--description__scheme {
  width: 65%;
}
@media (max-width: 767px) {
  .amgr--description__scheme {
    width: 100%;
  }
}

.amgr--description__scheme-wrapper {
  position: relative;
  padding-left: 10%;
}
@media (max-width: 599px) {
  .amgr--description__scheme-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
.amgr--description__scheme-wrapper img {
  width: 60%;
}
@media (min-width: 768px) {
  .amgr--description__scheme-wrapper img {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.amgr__tag--pasport {
  bottom: 20%;
  left: 25.7%;
}
@media (min-width: 768px) {
  .amgr__tag--pasport {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--pasport {
    display: none;
  }
}
.amgr__tag--pasport .amgr__tag-line {
  width: 6410%;
  height: 30%;
  top: 2128%;
  right: -650%;
  border-radius: 20px;
  transform-origin: 50% 50%;
}
@media (min-width: 768px) {
  .amgr__tag--pasport .amgr__tag-line {
    transform: rotate(-40deg) scale(0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--pasport .amgr__tag-line {
    transform: rotate(-40deg) scale(1);
  }
}
@media (max-width: 767px) {
  .amgr__tag--pasport .amgr__tag-line {
    width: 2410%;
    top: 828%;
    right: -180%;
  }
}
.amgr__tag--pasport .amgr__tag-text {
  text-align: right;
  width: 5500%;
  height: 550%;
  top: 4018%;
  right: 5100%;
}
@media (min-width: 768px) {
  .amgr__tag--pasport .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--pasport .amgr__tag-text {
    top: 1580%;
    right: 1100%;
  }
}

.amgr__tag--connector {
  bottom: 17%;
  left: 32.7%;
}
@media (min-width: 768px) {
  .amgr__tag--connector {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--connector {
    display: none;
  }
}
.amgr__tag--connector .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 4px;
  right: 5px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--connector .amgr__tag-line {
    transform: rotate(-40deg) scale(0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--connector .amgr__tag-line {
    transform: rotate(-40deg) scale(1);
  }
}
@media (max-width: 767px) {
  .amgr__tag--connector .amgr__tag-line {
    width: 3000%;
  }
}
.amgr__tag--connector .amgr__tag-text {
  width: 10000%;
  height: 550%;
  top: 3530%;
  right: -4000%;
}
@media (min-width: 768px) {
  .amgr__tag--connector .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1199px) {
  .amgr__tag--connector .amgr__tag-text {
    width: 7000%;
    right: -2000%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--connector .amgr__tag-text {
    top: 2100%;
  }
}

.amgr__tag--sensor {
  top: 25%;
  right: 53%;
}
@media (min-width: 768px) {
  .amgr__tag--sensor {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--sensor {
    display: none;
  }
}
.amgr__tag--sensor .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--sensor .amgr__tag-line {
    transform: rotate(150deg) scale(0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--sensor .amgr__tag-line {
    transform: rotate(150deg) scale(1);
  }
}
@media (max-width: 1023px) {
  .amgr__tag--sensor .amgr__tag-line {
    width: 3000%;
  }
}
.amgr__tag--sensor .amgr__tag-text {
  width: 8400%;
  height: 550%;
  top: -3070%;
  left: 4630%;
}
@media (min-width: 768px) {
  .amgr__tag--sensor .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1023px) {
  .amgr__tag--sensor .amgr__tag-text {
    top: -2070%;
    left: 2630%;
  }
}

.amgr__tag--display {
  top: 48%;
  right: 45%;
}
@media (min-width: 768px) {
  .amgr__tag--display {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--display {
    display: none;
  }
}
.amgr__tag--display .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--display .amgr__tag-line {
    transform: rotate(150deg) scale(0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--display .amgr__tag-line {
    transform: rotate(150deg) scale(1);
  }
}
@media (max-width: 1023px) {
  .amgr__tag--display .amgr__tag-line {
    width: 3000%;
  }
}
.amgr__tag--display .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: -3070%;
  left: 4630%;
}
@media (min-width: 768px) {
  .amgr__tag--display .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1023px) {
  .amgr__tag--display .amgr__tag-text {
    top: -1870%;
    left: 2630%;
  }
}

.amgr__tag--buttons {
  top: 68%;
  right: 44%;
}
@media (min-width: 768px) {
  .amgr__tag--buttons {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--buttons {
    display: none;
  }
}
.amgr__tag--buttons .amgr__tag-line {
  width: 7000%;
  height: 30%;
  top: 1px;
  right: -2px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--buttons .amgr__tag-line {
    transform: rotate(170deg) scale(0);
    transform-origin: 100% 0;
  }
}
@media (max-width: 767px) {
  .amgr__tag--buttons .amgr__tag-line {
    transform: rotate(170deg) scale(1);
  }
}
@media (max-width: 1199px) {
  .amgr__tag--buttons .amgr__tag-line {
    width: 4000%;
  }
}
.amgr__tag--buttons .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: -1560%;
  left: 7110%;
}
@media (min-width: 768px) {
  .amgr__tag--buttons .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1199px) {
  .amgr__tag--buttons .amgr__tag-text {
    top: -1060%;
    left: 4110%;
  }
}

.amgr__tag--bottom-connector {
  top: 96%;
  right: 39%;
}
@media (min-width: 768px) {
  .amgr__tag--bottom-connector {
    opacity: 0;
  }
}
@media (max-width: 599px) {
  .amgr__tag--bottom-connector {
    display: none;
  }
}
.amgr__tag--bottom-connector .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--bottom-connector .amgr__tag-line {
    transform: rotate(170deg) scale(0);
  }
}
@media (max-width: 767px) {
  .amgr__tag--bottom-connector .amgr__tag-line {
    transform: rotate(170deg) scale(1);
  }
}
@media (max-width: 1439px) {
  .amgr__tag--bottom-connector .amgr__tag-line {
    width: 4000%;
  }
}
@media (max-width: 1023px) {
  .amgr__tag--bottom-connector .amgr__tag-line {
    width: 2000%;
  }
}
.amgr__tag--bottom-connector .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: -1360%;
  left: 5130%;
}
@media (min-width: 768px) {
  .amgr__tag--bottom-connector .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1439px) {
  .amgr__tag--bottom-connector .amgr__tag-text {
    width: 4000%;
    left: 3630%;
  }
}
@media (max-width: 1023px) {
  .amgr__tag--bottom-connector .amgr__tag-text {
    left: 2000%;
    top: -1000%;
  }
}

@media (min-width: 768px) {
  .section.amgr.fp-completely .amgr--description__subtitle,
.section.amgr.fp-completely .amgr--description__info {
    animation-name: fadeInLeft;
    animation-delay: 1.4s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--description__scheme-img {
    animation-name: fadeInRight;
    animation-delay: 1.4s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--description__features {
    animation-name: fadeInUp-50;
    animation-delay: 1.8s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr__tag {
    animation-name: fadeIn;
    animation-delay: 2.3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr__tag .amgr__tag-line {
    transform: rotate(-40deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  .section.amgr.fp-completely .amgr__tag .amgr__tag-text {
    animation-name: fadeInUp-50;
    animation-delay: 2.4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr__tag--connector .amgr__tag-line {
    transform: rotate(-40deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  .section.amgr.fp-completely .amgr__tag--sensor .amgr__tag-line,
.section.amgr.fp-completely .amgr__tag--display .amgr__tag-line {
    transform: rotate(150deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  .section.amgr.fp-completely .amgr__tag--buttons .amgr__tag-line,
.section.amgr.fp-completely .amgr__tag--bottom-connector .amgr__tag-line {
    transform: rotate(170deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }

  .section.amgr.fp-completely .amgr--description__tag span {
    opacity: 1;
    transform: translateY(20px);
    transition: all 1s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .section.amgr.fp-completely .amgr--description__tag::before {
    transform: scaleY(1);
    transition: all 1s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .section.amgr.fp-completely .amgr--description__tag::after {
    opacity: 1;
    transition: all 1s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.section.amgr--mass {
  background: url("../img/amgr_mass_bg.png") center right no-repeat, url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .section.amgr--mass {
    background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
    background-size: cover;
  }
}
.section.amgr--mass .container {
  position: relative;
  padding-top: 3rem;
  padding-left: 5.7%;
  padding-bottom: 11rem;
}
@media (max-width: 1199px) {
  .section.amgr--mass .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  .section.amgr--mass .container {
    padding-top: 10rem;
  }
}
@media (max-width: 599px) {
  .section.amgr--mass .fp-tableCell {
    vertical-align: unset;
  }
}

.section.amgr.amgr--mass .amgr__redline .amgr__redline--logo {
  top: 15%;
}

.amgr--mass__content {
  width: 60%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .amgr--mass__content {
    flex-direction: column;
  }
}
@media (max-width: 1099px) {
  .amgr--mass__content {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .amgr--mass__content {
    flex-direction: column;
  }
}
.amgr--mass__content .amgr--mass__scheme {
  width: 38%;
  margin-right: 15%;
  display: flex;
  padding-top: 1rem;
}
@media (max-width: 1699px) {
  .amgr--mass__content .amgr--mass__scheme {
    margin-right: 5%;
  }
}
@media (max-width: 1499px) {
  .amgr--mass__content .amgr--mass__scheme {
    margin-right: 3%;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .amgr--mass__content .amgr--mass__scheme {
    margin-right: 0;
    margin-left: 5%;
    margin-bottom: 2rem;
    width: 40%;
  }
}
@media (max-width: 1099px) {
  .amgr--mass__content .amgr--mass__scheme {
    margin-right: 5%;
    width: 45%;
  }
}
@media (max-width: 599px) {
  .amgr--mass__content .amgr--mass__scheme {
    margin-right: 0;
    margin-left: 5%;
    margin-bottom: 2rem;
    width: 60%;
  }
}
@media (max-width: 499px) {
  .amgr--mass__content .amgr--mass__scheme {
    width: 45%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-side-image {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-front-image {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-side-wrapper {
  position: relative;
  width: 20%;
  margin-right: 20%;
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-front-wrapper {
  position: relative;
  width: 45%;
}
.amgr--mass__content .amgr--mass__scheme img {
  width: 100%;
  vertical-align: middle;
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-value,
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-line {
  position: absolute;
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-line {
  overflow: hidden;
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-line {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-side-line,
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-front-line {
    top: -11%;
    width: 0;
    height: 0.6%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 767px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-side-line,
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-front-line {
    top: -11%;
    transform: translateX(-50%);
    left: 50%;
    opacity: 1;
    width: 100%;
    height: 10%;
  }
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-right-line {
    top: 0;
    right: -35%;
    width: 35%;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: top right;
  }
}
@media (max-width: 767px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-right-line {
    top: 0;
    right: -35%;
    width: 35%;
    transform: scaleX(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-right-value {
    width: 16%;
    top: 37%;
    right: -33%;
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
@media (max-width: 767px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-right-value {
    width: 16%;
    top: 37%;
    right: -33%;
    opacity: 1;
  }
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-value {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-value {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-side-value {
  width: 80%;
  left: 10%;
  top: -18%;
}
.amgr--mass__content .amgr--mass__scheme .amgr--mass__scheme-front-value {
  width: 40%;
  left: 30%;
  top: -18%;
}

.amgr--mass__text {
  width: 50%;
  color: #3c3c3b;
}
@media (min-width: 768px) {
  .amgr--mass__text {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@media (max-width: 1699px) {
  .amgr--mass__text {
    width: 35%;
  }
}
@media (max-width: 1499px) {
  .amgr--mass__text {
    width: 30%;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .amgr--mass__text {
    width: 70%;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
  }
}
@media (max-width: 1099px) {
  .amgr--mass__text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .amgr--mass__text {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .amgr--mass__text {
    width: 70%;
    margin-left: 5%;
  }
}
@media (max-width: 499px) {
  .amgr--mass__text {
    width: 90%;
  }
}

.amgr--mass__text-item {
  margin-bottom: 2.5rem;
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .amgr--mass__text-item {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 499px) {
  .amgr--mass__text-item {
    margin-bottom: 0.5rem;
  }
}
.amgr--mass__text-item p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 499px) {
  .amgr--mass__text-item p {
    font-size: 1rem;
    display: inline-block;
  }
}
.amgr--mass__text-item strong {
  display: block;
  font-size: 1.55rem;
}
@media (min-width: 768px) {
  .amgr--mass__text-item strong {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 499px) {
  .amgr--mass__text-item strong {
    display: inline-block;
    font-size: 1.05rem;
  }
}

.amgr--mass__note {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.8rem;
  width: 40%;
  padding-left: 5.7%;
  color: #3c3c3b;
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .amgr--mass__note {
    opacity: 0;
  }
}
@media (max-width: 1099px) {
  .amgr--mass__note {
    bottom: 5%;
    width: 70%;
  }
}
@media (max-width: 599px) {
  .amgr--mass__note {
    bottom: 2%;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .section.amgr.fp-completely .amgr--mass__text {
    animation-name: fadeInRight-20;
    animation-delay: 3.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__text-item strong {
    animation-name: fadeInUp-20;
    animation-delay: 4.1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__note {
    animation-name: fadeIn;
    animation-delay: 4.6s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-side-image {
    animation-name: fadeInLeft-20;
    animation-delay: 1.6s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-front-image {
    animation-name: fadeInRight-20;
    animation-delay: 1.6s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-side-line,
.section.amgr.fp-completely .amgr--mass__scheme-front-line {
    opacity: 1;
    width: 100%;
    height: 10%;
    transition: opacity 0.5s ease, width 0.5s ease, height 0.5s ease;
    transition-delay: 1.5s, 2s, 2.5s;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-right-line {
    transform-origin: top right;
    transform: scaleX(1);
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 2s, 2.5s;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-value {
    animation-name: fadeInDown-20;
    animation-delay: 3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr.fp-completely .amgr--mass__scheme-right-value {
    animation-name: fadeInLeft-20;
    animation-delay: 3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}
.section.amgr--case {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
  background-position: top center;
}
.section.amgr--case .container {
  position: relative;
  padding-bottom: 10rem;
}

.amgr--case__content {
  width: 50%;
}
@media (min-width: 768px) {
  .amgr--case__content {
    transform: translateX(-1000px);
  }
}
@media (max-width: 699px) {
  .amgr--case__content {
    width: 100%;
  }
}
.amgr--case__content img {
  width: 75%;
}

.amgr__tag--fixation,
.amgr__tag--harness {
  top: 11%;
  right: 63%;
}
@media (min-width: 768px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    transform: rotate(170deg) scale(1);
    top: -2%;
  }
}
@media (max-width: 699px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    top: 2%;
    right: 48%;
  }
}
@media (max-width: 599px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    right: 43%;
  }
}
@media (max-width: 499px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    top: 12%;
    right: 40%;
  }
}
@media (max-width: 449px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    right: 35%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--fixation,
.amgr__tag--harness {
    right: 30%;
  }
}
.amgr__tag--fixation .amgr__tag-line,
.amgr__tag--harness .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--fixation .amgr__tag-line,
.amgr__tag--harness .amgr__tag-line {
    transform: rotate(170deg) scale(0);
  }
}
@media (max-width: 991px) {
  .amgr__tag--fixation .amgr__tag-line,
.amgr__tag--harness .amgr__tag-line {
    width: 3000%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--fixation .amgr__tag-line,
.amgr__tag--harness .amgr__tag-line {
    transform: rotate(170deg) scale(1);
  }
}
.amgr__tag--fixation .amgr__tag-text,
.amgr__tag--harness .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: -1360%;
  left: 5130%;
}
@media (min-width: 768px) {
  .amgr__tag--fixation .amgr__tag-text,
.amgr__tag--harness .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 991px) {
  .amgr__tag--fixation .amgr__tag-text,
.amgr__tag--harness .amgr__tag-text {
    left: 3130%;
    top: -860%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--fixation .amgr__tag-text,
.amgr__tag--harness .amgr__tag-text {
    transform: rotate(188deg);
    left: -4500%;
    top: -300%;
  }
}

.amgr__tag--harness {
  top: 37%;
  right: 57%;
}
@media (max-width: 767px) {
  .amgr__tag--harness {
    top: 17%;
    right: 60%;
  }
}
@media (max-width: 699px) {
  .amgr__tag--harness {
    top: 25%;
    right: 40%;
  }
}
@media (max-width: 499px) {
  .amgr__tag--harness {
    right: 35%;
  }
}
@media (max-width: 449px) {
  .amgr__tag--harness {
    right: 30%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--harness {
    right: 25%;
  }
}

.amgr--case__caseman {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/case_man_new.png") top right no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .amgr--case__caseman {
    transform: translateX(100%);
  }
}
@media (max-width: 1599px) {
  .amgr--case__caseman {
    right: -200px;
  }
}
@media (max-width: 1199px) {
  .amgr--case__caseman {
    right: -300px;
  }
}
@media (max-width: 991px) {
  .amgr--case__caseman {
    right: -400px;
  }
}
@media (max-width: 699px) {
  .amgr--case__caseman {
    display: none;
  }
}

@media (min-width: 768px) {
  .section.amgr--case.fp-completely .amgr--case__content {
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.7s;
  }
  .section.amgr--case.fp-completely .amgr--case__caseman {
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.7s;
  }
  .section.amgr--case.fp-completely .amgr__tag--fixation .amgr__tag-line,
.section.amgr--case.fp-completely .amgr__tag--harness .amgr__tag-line {
    transform: rotate(170deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
}

.section.amgr--tripod {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.amgr--tripod .container {
  position: relative;
  padding-top: 2.5rem;
}
@media (max-width: 575px) {
  .section.amgr--tripod .container {
    padding-bottom: 1rem;
  }
}
@media (max-width: 599px) {
  .section.amgr--tripod .container {
    padding-top: 10rem;
  }
}
@media (max-width: 449px) {
  .section.amgr--tripod .container {
    padding-bottom: 4rem;
  }
}
@media (max-width: 449px) {
  .section.amgr--tripod .fp-tableCell {
    vertical-align: unset;
  }
}
.section.amgr--tripod .amgr__redline .amgr__redline--left h1.amgr__redline-title {
  font-size: 2.8rem;
}
@media (max-width: 575px) {
  .section.amgr--tripod .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 449px) {
  .section.amgr--tripod .amgr__redline .amgr__redline--left h1.amgr__redline-title {
    font-size: 1.8rem;
  }
}

.amgr--tripod__scheme {
  width: 95%;
  text-align: center;
  margin: 0 auto;
  transform-origin: right;
}
@media (min-width: 768px) {
  .amgr--tripod__scheme {
    opacity: 0;
    transform: scaleX(0);
  }
}
.amgr--tripod__scheme img {
  width: 100%;
}

.amgr--tripod__scheme-line {
  position: relative;
  width: 95.5%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .amgr--tripod__scheme-line {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.amgr--tripod__scheme-line img {
  width: 100%;
}

.amgr--tripod__scheme-value {
  position: absolute;
  width: 5%;
  left: 50%;
  bottom: 30%;
}
@media (min-width: 768px) {
  .amgr--tripod__scheme-value {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
.amgr--tripod__scheme-value img {
  vertical-align: middle;
}

.amgr--tripod__text {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .amgr--tripod__text {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
}
@media (max-width: 449px) {
  .amgr--tripod__text {
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
}

.amgr--tripod__text-item {
  position: relative;
  width: 33.3%;
  padding-left: 40px;
  margin-right: 20px;
  color: #3c3c3b;
}
@media (min-width: 768px) {
  .amgr--tripod__text-item {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .amgr--tripod__text-item {
    padding-left: 20px;
    margin-right: 5px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.amgr--tripod__text-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .amgr--tripod__text-item:last-child {
    transform: translate3d(0, 50%, 0);
  }
}
.amgr--tripod__text-item::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  left: -2px;
  top: 10px;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .amgr--tripod__text-item::before {
    width: 15px;
    top: 0;
    height: 15px;
  }
}

.amgr--tripod__image {
  width: 95%;
  margin-top: -4rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .amgr--tripod__image {
    transform: translateX(-1000px);
    opacity: 0;
  }
}
.amgr--tripod__image img {
  width: 77%;
}

.amgr__tag--thread {
  top: 47%;
  right: 26%;
}
@media (min-width: 768px) {
  .amgr__tag--thread {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .amgr__tag--thread {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--thread {
    top: 63%;
    right: 31%;
  }
}
@media (max-width: 599px) {
  .amgr__tag--thread {
    top: 70%;
  }
}
@media (max-width: 449px) {
  .amgr__tag--thread {
    top: 68%;
  }
}
.amgr__tag--thread .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform: rotate(160deg) scale(1);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--thread .amgr__tag-line {
    transform: rotate(160deg) scale(0);
    transform-origin: 100% 0;
  }
}
@media (max-width: 991px) {
  .amgr__tag--thread .amgr__tag-line {
    width: 4000%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--thread .amgr__tag-line {
    width: 2000%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--thread .amgr__tag-line {
    width: 1400%;
  }
}
.amgr__tag--thread .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: -2150%;
  left: 5130%;
}
@media (min-width: 768px) {
  .amgr__tag--thread .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 991px) {
  .amgr__tag--thread .amgr__tag-text {
    left: 4000%;
    top: -1650%;
  }
}
@media (max-width: 767px) {
  .amgr__tag--thread .amgr__tag-text {
    left: 2000%;
    top: -1000%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--thread .amgr__tag-text {
    left: 1300%;
    top: -700%;
  }
}

@media (min-width: 768px) {
  .section.amgr--tripod.fp-completely .amgr--tripod__scheme {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.5s, 1.2s;
  }
  .section.amgr--tripod.fp-completely .amgr--tripod__scheme-line {
    animation-name: fadeInUp;
    animation-delay: 2.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr--tripod.fp-completely .amgr--tripod__scheme-value {
    animation-name: fadeInDown-50;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr--tripod.fp-completely .amgr--tripod__text-item {
    animation-name: fadeInUp-20;
    animation-delay: 3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.amgr--tripod.fp-completely .amgr--tripod__text-item:last-child {
    animation-name: fadeInUp-50;
  }
  .section.amgr--tripod.fp-completely .amgr--tripod__image {
    transform: translateX(0);
    opacity: 1;
    transition: all 1.5s 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 3.3s;
  }
  .section.amgr--tripod.fp-completely .amgr__tag--thread .amgr__tag-line {
    transform: rotate(160deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 4.2s;
  }
  .section.amgr--tripod.fp-completely .amgr__tag--thread .amgr__tag-text {
    animation-name: fadeInUp-50;
    animation-delay: 4.4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}

.section.amgr--connector {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.amgr--connector .container {
  position: relative;
  padding-right: 5.5%;
  padding-left: 5.5%;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .section.amgr--connector .container {
    padding-top: 30rem;
  }
}
@media (max-width: 699px) {
  .section.amgr--connector .container {
    padding-top: 25rem;
  }
}
@media (max-width: 575px) {
  .section.amgr--connector .container {
    padding-top: 20rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 399px) {
  .section.amgr--connector .container {
    padding-top: 15rem;
  }
}
@media (max-width: 767px) {
  .section.amgr--connector .fp-tableCell {
    vertical-align: unset;
  }
}
.section.amgr--connector .amgr__redline .amgr__redline--left h1.amgr__redline-title {
  font-size: 2.8rem;
}

.amgr--connector__text {
  width: 30%;
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  .amgr--connector__text {
    width: 100%;
  }
}

.amgr--connector__text-top {
  padding-top: 4rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .amgr--connector__text-top {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}

.amgr--connector__text-bottom {
  padding-top: 4rem;
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .amgr--connector__text-bottom {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}

.amgr--connector__image {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .amgr--connector__image {
    transform: translate(1000px, -200px);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .amgr--connector__image {
    width: 80%;
  }
}
.amgr--connector__image img {
  top: 0;
  right: 0;
  width: 100%;
}

.amgr__tag--usb,
.amgr__tag--magnet,
.amgr__tag--contacts {
  top: 45%;
  right: 91%;
}
@media (min-width: 768px) {
  .amgr__tag--usb,
.amgr__tag--magnet,
.amgr__tag--contacts {
    opacity: 0;
  }
}
.amgr__tag--usb .amgr__tag-line,
.amgr__tag--magnet .amgr__tag-line,
.amgr__tag--contacts .amgr__tag-line {
  width: 5000%;
  height: 30%;
  top: 1px;
  right: -2px;
  transform-origin: 100% 0;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .amgr__tag--usb .amgr__tag-line,
.amgr__tag--magnet .amgr__tag-line,
.amgr__tag--contacts .amgr__tag-line {
    transform: rotate(-60deg) scale(0);
  }
}
@media (max-width: 1199px) {
  .amgr__tag--usb .amgr__tag-line,
.amgr__tag--magnet .amgr__tag-line,
.amgr__tag--contacts .amgr__tag-line {
    width: 2000%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--usb .amgr__tag-line,
.amgr__tag--magnet .amgr__tag-line,
.amgr__tag--contacts .amgr__tag-line {
    width: 1000%;
  }
}
.amgr__tag--usb .amgr__tag-text,
.amgr__tag--magnet .amgr__tag-text,
.amgr__tag--contacts .amgr__tag-text {
  width: 5400%;
  height: 550%;
  top: 4470%;
  left: -3270%;
}
@media (min-width: 768px) {
  .amgr__tag--usb .amgr__tag-text,
.amgr__tag--magnet .amgr__tag-text,
.amgr__tag--contacts .amgr__tag-text {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 1199px) {
  .amgr__tag--usb .amgr__tag-text,
.amgr__tag--magnet .amgr__tag-text,
.amgr__tag--contacts .amgr__tag-text {
    width: 1000%;
  }
}

.amgr__tag--usb .amgr__tag-line {
  transform: rotate(-60deg) scale(1);
}
@media (max-width: 1199px) {
  .amgr__tag--usb .amgr__tag-text {
    width: 1000%;
    top: 1600%;
    left: -1400%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--usb .amgr__tag-text {
    top: 1000%;
    left: -1000%;
  }
}

.amgr__tag--magnet {
  top: 67%;
  right: 43%;
}
.amgr__tag--magnet .amgr__tag-line {
  transform: rotate(-180deg) scale(1);
}
@media (min-width: 768px) {
  .amgr__tag--magnet .amgr__tag-line {
    transform: rotate(-180deg) scale(0);
  }
}
.amgr__tag--magnet .amgr__tag-text {
  height: 550%;
  top: -150%;
  left: 5330%;
}
@media (max-width: 1199px) {
  .amgr__tag--magnet .amgr__tag-text {
    left: 2330%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--magnet .amgr__tag-text {
    left: 1200%;
  }
}

.amgr__tag--contacts {
  top: 73%;
  right: 53%;
}
.amgr__tag--contacts .amgr__tag-line {
  transform: rotate(-180deg) scale(1);
}
@media (min-width: 768px) {
  .amgr__tag--contacts .amgr__tag-line {
    transform: rotate(-180deg) scale(0);
  }
}
.amgr__tag--contacts .amgr__tag-text {
  height: 550%;
  top: -150%;
  left: 5330%;
}
@media (max-width: 1199px) {
  .amgr__tag--contacts .amgr__tag-text {
    left: 2330%;
  }
}
@media (max-width: 399px) {
  .amgr__tag--contacts .amgr__tag-text {
    left: 1200%;
  }
}

@media (min-width: 768px) {
  .section.amgr--connector.fp-completely .amgr--connector__image {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.7s;
  }
  .section.amgr--connector.fp-completely .amgr--connector__text-top {
    animation-name: fadeInLeft-20;
    animation-delay: 1.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr--connector.fp-completely .amgr--connector__text-bottom {
    animation-name: fadeInLeft-20;
    animation-delay: 1.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr--connector.fp-completely .amgr__tag--usb .amgr__tag-line {
    transform: rotate(-60deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  .section.amgr--connector.fp-completely .amgr__tag--magnet .amgr__tag-line,
.section.amgr--connector.fp-completely .amgr__tag--contacts .amgr__tag-line {
    transform: rotate(-180deg) scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
}

.section.amgr--marking {
  background: url("../img/amgr_descr_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.amgr--marking .container {
  position: relative;
  padding-right: 5.5%;
  padding-left: 5.5%;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .section.amgr--marking .container {
    padding-bottom: 15rem;
  }
}
.section.amgr--marking .amgr__redline-title {
  font-size: 2.5rem;
}

.amgr--marking-text {
  width: 33%;
  padding-left: 3%;
  font-size: 1.15rem;
}
.amgr--marking-text-left {
  text-align: left;
}
@media (min-width: 768px) {
  .amgr--marking-text-left {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
@media (max-width: 767px) {
  .amgr--marking-text-left {
    width: 100%;
  }
}
.amgr--marking-text-left p {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .amgr--marking-text-left p {
    margin-bottom: 1rem;
  }
}
.amgr--marking-text-right {
  text-align: right;
  width: 36%;
}
@media (min-width: 768px) {
  .amgr--marking-text-right {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@media (max-width: 767px) {
  .amgr--marking-text-right {
    width: 100%;
    text-align: left;
  }
}
.amgr--marking-text-right p {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .amgr--marking-text-right p {
    margin-bottom: 1rem;
  }
}

.amgr--marking-tablet {
  width: 31%;
  text-align: center;
}
@media (min-width: 768px) {
  .amgr--marking-tablet {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
}
@media (max-width: 767px) {
  .amgr--marking-tablet {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.amgr--marking-tablet img {
  width: 67%;
}
@media (max-width: 767px) {
  .amgr--marking-tablet img {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .section.amgr--marking.fp-completely .amgr--marking-text-left {
    animation-name: fadeInLeft-20;
    animation-delay: 1.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr--marking.fp-completely .amgr--marking-text-right {
    animation-name: fadeInRight-20;
    animation-delay: 1.7s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.amgr--marking.fp-completely .amgr--marking-tablet {
    animation-name: fadeInDown-10;
    animation-delay: 2.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}

.section.amgr--cert {
  background: url("../img/amgr_cert_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.amgr--cert .container {
  position: relative;
  padding-right: 5.5%;
  padding-left: 5.5%;
  padding-bottom: 5rem;
}
.section.amgr--cert .amgr__redline-title {
  font-size: 2.5rem;
}

.section.amgr.amgr--cert .amgr__redline .amgr__redline--logo {
  top: 15%;
}

.amgr--cert-images {
  width: 95%;
  min-height: 450px;
  position: relative;
}
@media (max-width: 767px) {
  .amgr--cert-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .amgr--cert-image-wrapper {
    position: absolute;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .amgr--cert-image-wrapper {
    width: 45%;
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .amgr--cert-image-wrapper:first-child {
    bottom: 0;
    left: 30%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .amgr--cert-image-wrapper:nth-child(2) {
    bottom: 0;
    left: 30%;
    z-index: 9;
  }
}
@media (min-width: 768px) {
  .amgr--cert-image-wrapper:nth-child(3) {
    bottom: 0;
    left: 30%;
    z-index: 8;
  }
}
@media (min-width: 768px) {
  .amgr--cert-image-wrapper:nth-child(4) {
    bottom: 0;
    left: 30%;
    z-index: 7;
  }
}
.amgr--cert-image-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .amgr--cert-image-wrapper img {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .section.amgr--cert.fp-completely .amgr--cert-image-wrapper {
    transition: all 2s ease;
  }
  .section.amgr--cert.fp-completely .amgr--cert-image-wrapper:nth-child(2) {
    bottom: 10%;
    left: 40%;
    z-index: 9;
  }
  .section.amgr--cert.fp-completely .amgr--cert-image-wrapper:nth-child(3) {
    bottom: 20%;
    left: 50%;
    z-index: 8;
  }
  .section.amgr--cert.fp-completely .amgr--cert-image-wrapper:nth-child(4) {
    bottom: 30%;
    left: 60%;
    z-index: 7;
  }
}

.section.amgr--partners {
  background: url("../img/amgr_partners.jpg") top center no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 767px) {
  .section.amgr--partners {
    background-position: 90% 0;
  }
}
@media (max-width: 575px) {
  .section.amgr--partners {
    background-position: 80% 0;
  }
}
.section.amgr--partners .amgr__redline .amgr__redline--left {
  padding: 2.4rem 0 2rem 5.7%;
}
.section.amgr--partners .amgr__redline .amgr__redline--logo {
  top: 6%;
}
.section.amgr--partners .amgr--partners-block {
  width: 28%;
  position: absolute;
  top: 0;
  right: 3.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section.amgr--partners .amgr--partners-block {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section.amgr--partners .amgr--partners-block {
    width: 50%;
  }
}
.section.amgr--partners .amgr--partners__img {
  width: 30%;
  margin-bottom: 0.3rem;
}
@media (max-width: 575px) {
  .section.amgr--partners .amgr--partners__img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .section.amgr--partners.fp-completely .amgr--partners-block {
    animation-name: fadeIn;
    animation-delay: 1.7s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}

.section.spasatel {
  background: url("../img/spasatel_bg.jpg") top center no-repeat;
  background-size: cover;
}
.section.spasatel .container {
  display: flex;
  justify-content: space-between;
  padding: 0 7% 0;
}
@media (max-width: 767px) {
  .section.spasatel .container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 499px) {
  .section.spasatel .container {
    padding: 1rem 7% 7rem;
  }
}

.spasatel__title,
.spasatel__subtitle {
  text-align: right;
  line-height: 1;
}

.section.spasatel h1.spasatel__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section.spasatel h1.spasatel__title {
    opacity: 0;
  }
}

.spasatel__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .spasatel__subtitle {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}

.spasatel__left-block {
  position: absolute;
  width: 50%;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .spasatel__left-block {
    transform: translateX(-2500px);
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .spasatel__left-block {
    width: 48%;
    padding-top: 2rem;
  }
}
@media (max-width: 899px) {
  .spasatel__left-block {
    width: 42%;
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .spasatel__left-block {
    position: relative;
    width: 60%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 499px) {
  .spasatel__left-block {
    width: 80%;
  }
}
.spasatel__left-block .spasatel__img-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.spasatel__right-block {
  width: 52%;
  margin-left: auto;
}
@media (max-width: 899px) {
  .spasatel__right-block {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .spasatel__right-block {
    width: 90%;
  }
}
@media (max-width: 499px) {
  .spasatel__right-block {
    width: 100%;
  }
}

.spasatel__description {
  text-align: justify;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .spasatel__description {
    transform: translateX(2500px);
    opacity: 0;
  }
}

.spasatel__features {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 768px) {
  .spasatel__features {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
}
@media (max-width: 499px) {
  .spasatel__features {
    align-items: flex-start;
  }
}

.spasatel__features-title {
  display: block;
  margin-bottom: 1.2rem;
  width: 100%;
  text-align: right;
}

.spasatel__features-item {
  margin-bottom: 0.5rem;
  padding-left: 5%;
  position: relative;
  text-align: right;
}
@media (max-width: 899px) {
  .spasatel__features-item {
    padding-left: 7%;
  }
}
@media (max-width: 499px) {
  .spasatel__features-item {
    padding-left: 10%;
    text-align: left;
  }
}
.spasatel__features-item::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 1.1rem;
  left: 0;
  top: 20%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .spasatel__features-item::before {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
.spasatel__features-item:last-child {
  margin-bottom: 0;
}

.spasatel__features--left {
  width: 46%;
}

.spasatel__features--right {
  width: 52%;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .section.spasatel.fp-completely .spasatel__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__subtitle {
    animation-name: fadeInUp-50;
    animation-delay: 0.7s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__left-block {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1s;
  }
  .section.spasatel.fp-completely .spasatel__description {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1s;
  }
  .section.spasatel.fp-completely .spasatel__features {
    animation-name: fadeInRight-50;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__features .spasatel__features-item::before {
    animation-name: fadeInUp-50;
    animation-delay: 1.7s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item,
.section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item {
    animation-name: fadeInDown;
    animation-delay: 1.6s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item::before,
.section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item::before {
    animation-name: fadeIn;
    animation-delay: 2.3s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(2) {
    animation-delay: 1.9s;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(2)::before {
    animation-delay: 2.6s;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(3) {
    animation-delay: 2.2s;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(3)::before {
    animation-delay: 2.9s;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(4) {
    animation-delay: 2.5s;
  }
  .section.spasatel.fp-completely .spasatel__features--left .spasatel__features-item:nth-of-type(4)::before {
    animation-delay: 3.2s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(1) {
    animation-delay: 2.8s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(1)::before {
    animation-delay: 3.5s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(2) {
    animation-delay: 3.1s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(2)::before {
    animation-delay: 3.8s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(3) {
    animation-delay: 3.4s;
  }
  .section.spasatel.fp-completely .spasatel__features--right .spasatel__features-item:nth-of-type(3)::before {
    animation-delay: 4.1s;
  }
}
.section.spasatel-damper {
  background: url("../img/damper_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .section.spasatel-damper {
    filter: brightness(2.1);
  }
}
.section.spasatel-damper .container {
  padding-left: 7%;
  padding-right: 5.5%;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section.spasatel-damper .container {
    padding-top: 0;
    padding-bottom: 10rem;
  }
}

.spasatel-damper__left {
  width: 54%;
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .spasatel-damper__left {
    width: 100%;
    order: 2;
  }
}

.spasatel-damper__right {
  width: 40%;
  text-align: center;
}
@media (min-width: 768px) {
  .spasatel-damper__right {
    transform: translateX(2500px);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .spasatel-damper__right {
    width: 100%;
    order: 1;
  }
}
.spasatel-damper__right img {
  width: 80%;
}
@media (max-width: 991px) {
  .spasatel-damper__right img {
    width: 40%;
  }
}

.section.spasatel-damper h1.spasatel-damper__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section.spasatel-damper h1.spasatel-damper__title {
    opacity: 0;
  }
}

.spasatel-damper__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .spasatel-damper__subtitle {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.spasatel-damper__wrapper {
  position: relative;
}

.spasatel-damper__text-item {
  text-align: justify;
}
.spasatel-damper__text-item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .spasatel-damper__item--info .spasatel-damper__text-item {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 1749px) {
  .spasatel-damper__item--info .spasatel-damper__text-item {
    font-size: 0.95rem;
  }
}

.spasatel-damper__list-item {
  padding-left: 5%;
  position: relative;
}
.spasatel-damper__list-item::before {
  position: absolute;
  content: "";
  width: 3%;
  height: 1.5rem;
  left: 0;
  top: 20%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
  z-index: 10;
}

.spasatel-damper__item--features {
  padding-top: 3rem;
}
@media (max-width: 1749px) {
  .spasatel-damper__item--features {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .spasatel-damper__item--features {
    padding-top: 1.5rem;
  }
}
.spasatel-damper__item--features .spasatel-damper__subtitle {
  font-size: 1.9rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 1749px) {
  .spasatel-damper__item--features .spasatel-damper__subtitle {
    font-size: 1.8rem;
  }
}
.spasatel-damper__item--features .spasatel-damper__text-item {
  font-size: 1.05rem;
}
@media (max-width: 1749px) {
  .spasatel-damper__item--features .spasatel-damper__text-item {
    font-size: 0.95rem;
  }
}
.spasatel-damper__item--features .spasatel-damper__list-item::before {
  top: 5%;
}

@media (max-width: 1199px) {
  .spasatel-damper__item--advantages {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .spasatel-damper__item--advantages .spasatel-damper__list-item {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@media (min-width: 768px) {
  .spasatel-damper__item--advantages .spasatel-damper__list-item::before {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .spasatel-damper__item--features .spasatel-damper__list-item {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
@media (min-width: 768px) {
  .spasatel-damper__item--features .spasatel-damper__list-item::before {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.spasatel-damper__item--parameters h1.spasatel-damper__title {
  margin-bottom: 3rem;
}
@media (max-width: 1749px) {
  .spasatel-damper__item--parameters {
    padding-top: 1rem;
  }
}
@media (max-width: 1199px) {
  .spasatel-damper__item--parameters {
    padding-top: 0.5rem;
  }
}

.spasatel-damper__table {
  padding-top: 1.8rem;
  border-collapse: collapse;
}
@media (max-width: 991px) {
  .spasatel-damper__table {
    width: 100%;
  }
}
.spasatel-damper__table td {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  vertical-align: top;
}
.spasatel-damper__table .spasatel-damper__table-row {
  position: relative;
}
@media (min-width: 768px) {
  .spasatel-damper__table .spasatel-damper__table-row {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.spasatel-damper__table .spasatel-damper__table-row::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 45%;
}
@media (min-width: 768px) {
  .spasatel-damper__table .spasatel-damper__table-row::after {
    transform: translateX(-50%);
  }
}
.spasatel-damper__table tr.spasatel-damper__table-row:last-child::after {
  display: none;
}
.spasatel-damper__table td.spasatel-damper__table-right {
  padding-left: 5%;
}
.spasatel-damper__table .spasatel-damper__table-title {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .spasatel-damper__table .spasatel-damper__table-title {
    opacity: 0;
  }
}
.spasatel-damper__table .spasatel-damper__table-title-name {
  width: 58%;
}
.spasatel-damper__table .spasatel-damper__table-title-name::after {
  display: none;
}
.spasatel-damper__table .spasatel-damper__table-title-parameter {
  width: 35%;
  padding-left: 5%;
}
.spasatel-damper__table .spasatel-damper__table-title-parameter::after {
  display: none;
}

.section.spasatel-damper .spasatel-damper__video .container {
  padding-top: 3rem;
}
.section.spasatel-damper .spasatel-damper__video video {
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .spasatel-damper__video-vert {
    display: flex;
    justify-content: space-between;
  }
  .spasatel-damper__video-vert .container {
    align-items: flex-start;
  }
  .spasatel-damper__video-vert video {
    width: 48%;
  }
}

.section.spasatel-damper .spasatel-damper__arrows {
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
  height: 100%;
  width: 100px;
}
.section.spasatel-damper .spasatel-damper__arrows .container {
  display: flex;
  padding: 0 10px;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow {
  width: 100%;
  height: 100px;
  background-color: transparent;
  position: relative;
  z-index: 50;
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow:hover::after, .section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow:focus::after, .section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow:hover::before, .section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow:focus::before {
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 1;
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow::after, .section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow::before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-prev {
  top: -2%;
  left: 0;
  transform: rotate(90deg);
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-prev::before {
  left: -10px;
  top: 26px;
  transform: rotate(-65deg);
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-prev::after {
  left: -10px;
  bottom: 26px;
  transform: rotate(65deg);
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-next {
  top: 48%;
  left: 0;
  z-index: 10;
  transform: rotate(90deg);
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-next::before {
  left: 15%;
  top: 26px;
  transform: rotate(65deg);
}
.section.spasatel-damper .spasatel-damper__arrows .container .slick-arrow.slick-next::after {
  left: 15%;
  bottom: 26px;
  transform: rotate(-65deg);
}

@media (min-width: 768px) {
  .section.spasatel-damper.fp-completely {
    filter: brightness(1);
    transition: filter 5s ease;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__right {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2s;
  }

  .section.spasatel-damper.fp-completely .slick-active h1.spasatel-damper__title {
    animation-name: fadeIn;
    animation-delay: 2.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .slick-active .spasatel-damper__subtitle {
    animation-name: fadeInDown-20;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }

  .section.spasatel-damper.fp-completely .spasatel-damper__item--info.slick-active .spasatel-damper__text-item {
    animation-name: fadeInUp-20;
    animation-delay: 3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--info.slick-active .spasatel-damper__text-item:nth-child(2) {
    animation-delay: 3.3s;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--info.slick-active .spasatel-damper__text-item:nth-child(3) {
    animation-delay: 3.6s;
  }

  .section.spasatel-damper.fp-completely .spasatel-damper__item--advantages.slick-active .spasatel-damper__list-item {
    animation-name: fadeInRight-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--advantages.slick-active .spasatel-damper__list-item::before {
    animation-name: fadeInUp-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }

  .section.spasatel-damper.fp-completely .spasatel-damper__item--features.slick-active .spasatel-damper__list-item {
    animation-name: fadeInRight-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--features.slick-active .spasatel-damper__list-item::before {
    animation-name: fadeInUp-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }

  .section.spasatel-damper.fp-completely .spasatel-damper__item--parameters.slick-active .spasatel-damper__table-title {
    animation-name: fadeIn;
    animation-delay: 0.8s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--parameters.slick-active .spasatel-damper__table-row {
    animation-name: fadeInDown-20;
    animation-delay: 1.2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.spasatel-damper.fp-completely .spasatel-damper__item--parameters.slick-active .spasatel-damper__table-row::after {
    width: 90%;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.5s;
  }
}
.section.belaz {
  background: url("../img/belaz_bg_light.jpg") top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .section.belaz {
    filter: brightness(1.5);
  }
}
.section.belaz .container {
  display: flex;
  padding: 5rem 7% 0;
}
.section.belaz .belaz--places .container {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1rem;
}
.section.belaz .belaz--reasons .container {
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}
.section.belaz .belaz--partnership .container {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .section.belaz .belaz--partnership .container {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.section h1.belaz__title {
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section h1.belaz__title {
    opacity: 0;
  }
}
@media (max-width: 499px) {
  .section h1.belaz__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 399px) {
  .section h1.belaz__title {
    font-size: 3rem;
  }
}

.belaz__subtitle {
  font-size: 2.2rem;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .belaz__subtitle {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.belaz--places-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .belaz--places-wrapper {
    justify-content: flex-start;
  }
}
.belaz--places-wrapper .belaz--places-item {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 25px;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .belaz--places-wrapper .belaz--places-item {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .belaz--places-wrapper .belaz--places-item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 499px) {
  .belaz--places-wrapper .belaz--places-item {
    width: 49%;
    padding-bottom: 1rem;
  }
}
.belaz--places-wrapper .belaz--places-image {
  width: 100%;
  margin-bottom: 2rem;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media (min-width: 768px) {
  .belaz--places-wrapper .belaz--places-image {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@media (max-width: 499px) {
  .belaz--places-wrapper .belaz--places-image {
    margin-bottom: 1rem;
  }
}
.belaz--places-wrapper .belaz--places-description {
  text-align: center;
  color: #191919;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .belaz--places-wrapper .belaz--places-description {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}

.belaz--reasons-big {
  width: 25%;
}
@media (max-width: 599px) {
  .belaz--reasons-big {
    width: 100%;
  }
}

.belaz--reasons-scheme {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(8%);
}
@media (max-width: 599px) {
  .belaz--reasons-scheme {
    width: 80%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.belaz--reasons-few {
  width: 30%;
}
@media (max-width: 599px) {
  .belaz--reasons-few {
    width: 100%;
  }
}

.circle-wrapper {
  position: relative;
}
.circle-wrapper img {
  vertical-align: middle;
}
.circle-wrapper .circle-number {
  position: absolute;
  font-weight: 700;
}
.circle-wrapper .circle-wrapper--big {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (min-width: 768px) {
  .circle-wrapper .circle-wrapper--big {
    opacity: 0;
  }
}
.circle-wrapper .circle-wrapper--big img {
  width: 75.37%;
}
.circle-wrapper .circle-wrapper--big .circle-number {
  color: #ffffff;
  font-size: 3.7rem;
  left: 17%;
  top: 33%;
}
@media (min-width: 768px) {
  .circle-wrapper .circle-wrapper--big .circle-number {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .circle-wrapper .circle-wrapper--big .circle-number {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .circle-wrapper .circle-wrapper--big .circle-number {
    font-size: 2.7rem;
  }
}
.circle-wrapper .circle-wrapper--small {
  position: absolute;
  z-index: 5;
  top: 5.5%;
  left: 16%;
  width: 67.3%;
}
@media (min-width: 768px) {
  .circle-wrapper .circle-wrapper--small {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .circle-wrapper .circle-wrapper--small {
    transform: rotate(-180deg);
  }
}
.circle-wrapper .circle-wrapper--small img {
  width: 100%;
}
.circle-wrapper .circle-wrapper--small .circle-number {
  font-size: 2.7rem;
  color: #3a3a3a;
  transform: rotate(180deg);
  left: 9%;
  top: 33%;
}
@media (min-width: 768px) {
  .circle-wrapper .circle-wrapper--small .circle-number {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .circle-wrapper .circle-wrapper--small .circle-number {
    font-size: 2.2rem;
    left: 5%;
  }
}

.belaz--reasons-big-item {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .belaz--reasons-big-item {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
.belaz--reasons-big-item:last-child {
  margin-bottom: 0;
}

.belaz--reasons-big-item-text {
  color: #ffffff;
  font-weight: 700;
}

.belaz--reasons-big-item-text-sup {
  font-size: 2.5rem;
  line-height: 1;
}

.belaz--reasons-big-item-text-sub {
  font-size: 1.9rem;
  line-height: 1;
}

.belaz--reasons-big-item-number {
  color: #d10613;
  font-size: 1.9rem;
  font-weight: 700;
}

.belaz--reasons-few-item {
  text-align: right;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .belaz--reasons-few-item {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
.belaz--reasons-few-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .belaz--reasons-few-item {
    text-align: left;
  }
}

.belaz--reasons-few-item-number {
  font-size: 1.9rem;
  color: #ffffff;
  font-weight: 700;
}

.belaz--reasons-few-item-text {
  font-size: 1.85rem;
  color: #ffffff;
}

.belaz--features .belaz__subtitle {
  text-align: left;
}

.belaz--features-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.belaz--features-item {
  width: 24%;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .belaz--features-item {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .belaz--features-item {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 499px) {
  .belaz--features-item {
    width: 49%;
  }
}

.belaz--features-image,
.belaz--features-description {
  width: 87%;
}

.belaz--features-image {
  margin-bottom: 2rem;
  border-radius: 50%;
  border: 5px solid #191919;
}
@media (min-width: 768px) {
  .belaz--features-image {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
}

.belaz--features-description {
  color: #191919;
}
@media (min-width: 768px) {
  .belaz--features-description {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .belaz--features-description {
    font-size: 1.5rem;
  }
}

.belaz--partnership .belaz__subtitle {
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .belaz--partnership .belaz__subtitle {
    margin-bottom: 2rem;
  }
}

.belaz--partnership-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .belaz--partnership-block {
    flex-wrap: wrap;
  }
}

.belaz--partnership-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 767px) {
  .belaz--partnership-wrapper {
    width: 100%;
  }
}

.belaz--partnership-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .belaz--partnership-item {
    margin-bottom: 2rem;
  }
}
.belaz--partnership-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .belaz--partnership-item:last-child {
    margin-bottom: 2rem;
  }
}

.belaz--partnership-image {
  position: relative;
  width: 28%;
  z-index: 10;
}
@media (min-width: 768px) {
  .belaz--partnership-image {
    transform: scale(0);
  }
}

.belaz--partnership-description {
  display: flex;
  align-items: center;
  position: relative;
  left: -10%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000000;
  font-size: 1.05rem;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 7rem;
  padding-left: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .belaz--partnership-description {
    width: 0;
  }
}
@media (max-width: 767px) {
  .belaz--partnership-description {
    height: 10rem;
    font-size: 1.8rem;
    width: 100%;
    left: -6%;
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 499px) {
  .belaz--partnership-description {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 8rem;
    font-size: 1.7rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 399px) {
  .belaz--partnership-description {
    font-size: 1.2rem;
    height: 6rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (min-width: 768px) {
  .belaz--partnership-description-text {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

@media (min-width: 768px) {
  .section.belaz.fp-completely {
    filter: brightness(0.8);
    transition: filter 5s ease;
  }
  .section.belaz.fp-completely .slide.belaz--places.active .belaz__title {
    animation-name: fadeIn;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.belaz--places.active .belaz__subtitle {
    animation-name: fadeInDown-20;
    animation-delay: 3.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.belaz--places.active .belaz--places-wrapper .belaz--places-item {
    animation-name: fadeIn;
    animation-delay: 4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.belaz--places.active .belaz--places-wrapper .belaz--places-image {
    animation-name: fadeInUp-20;
    animation-delay: 4.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.belaz--places.active .belaz--places-wrapper .belaz--places-description {
    animation-name: fadeInUp-50;
    animation-delay: 5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .section.belaz.fp-completely .slide.active .belaz__title {
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz__subtitle {
    animation-name: fadeInDown-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz__list-item {
    animation-name: fadeInRight-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz__list-item::before {
    animation-name: fadeIn;
    animation-delay: 2s;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz__note {
    animation-name: fadeInUp-20;
    animation-delay: 2.3s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--reasons-big-item {
    animation-name: fadeInLeft-20;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--reasons-few-item {
    animation-name: fadeInRight-20;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .circle-wrapper--big {
    animation-name: fadeIn;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .circle-wrapper--big .circle-number {
    animation-name: fadeIn;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .circle-wrapper--small {
    animation-name: fadeIn;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: rotate(180deg);
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  .section.belaz.fp-completely .slide.active .circle-wrapper--small .circle-number {
    animation-name: fadeIn;
    animation-delay: 3.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--features-item {
    animation-name: fadeInUp-20;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--features-image {
    animation-name: fadeInDown-10;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--features-description {
    animation-name: fadeInUp-20;
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.belaz.fp-completely .slide.active .belaz--partnership-image {
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 1.5s;
  }
  .section.belaz.fp-completely .slide.active .belaz--partnership-description {
    width: 70%;
    padding-left: 13%;
    padding-right: 5%;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2s;
  }
  .section.belaz.fp-completely .slide.active .belaz--partnership-description-text {
    animation-name: fadeInDown-20;
    animation-delay: 2.8s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}
.section.oilstorage {
  background: url("../img/oilstorage_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 3rem 7% 0;
}
.section.oilstorage .page-number {
  bottom: 10%;
}

.oilstorage__title {
  text-align: right;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .oilstorage__title {
    opacity: 0;
  }
}

.spasatel__title,
.spasatel__subtitle {
  line-height: 1;
}

.oilstorage__subtitle {
  width: 100%;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .oilstorage__subtitle {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}

.oilstorage__video {
  outline: none;
  margin: 0 auto;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .oilstorage__video {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .section.oilstorage.fp-completely .oilstorage__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.oilstorage.fp-completely .oilstorage__subtitle {
    animation-name: fadeInUp-50;
    animation-delay: 0.7s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
  }
  .section.oilstorage.fp-completely .oilstorage__video {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
.section.foam {
  background: url("../img/foam_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 3rem 5% 0;
  padding-right: 2%;
}
.section.foam .page-number {
  bottom: 10%;
}

.section.foam h1.foam__title {
  text-align: right;
  width: 100%;
  font-size: 3.3rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section.foam h1.foam__title {
    opacity: 0;
  }
}

.foam__title,
.foam__subtitle {
  line-height: 1;
}

.foam__subtitle {
  width: 100%;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .foam__subtitle {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}

.foam__video {
  outline: none;
  margin: 0 auto;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .foam__video {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .section.foam.fp-completely .foam__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.foam.fp-completely .foam__subtitle {
    animation-name: fadeInUp-50;
    animation-delay: 0.7s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
  }
  .section.foam.fp-completely .foam__video {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
.section.mag-1500 {
  background: url("../img/mag1500_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 3rem 7% 0;
}
.section.mag-1500 .page-number {
  bottom: 10%;
}

.mag-1500__title {
  text-align: right;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .mag-1500__title {
    opacity: 0;
  }
}

.spasatel__title,
.spasatel__subtitle {
  line-height: 1;
}

.mag-1500__subtitle {
  width: 100%;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .mag-1500__subtitle {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}

.mag-1500__video {
  outline: none;
  margin: 0 auto;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .mag-1500__video {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .section.mag-1500.fp-completely .mag-1500__title {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  .section.mag-1500.fp-completely .mag-1500__subtitle {
    animation-name: fadeInUp-50;
    animation-delay: 0.7s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
  }
  .section.mag-1500.fp-completely .mag-1500__video {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
.section.carbo-70--history .container {
  display: flex;
  padding: 5rem 7% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.carbo-70--history .container {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 499px) {
  .section.carbo-70--history .container {
    padding: 5rem 7% 8rem;
  }
}
.section.carbo-70--history .carbo-70--history-title {
  width: 100%;
  text-transform: none;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-title {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
.section.carbo-70--history .carbo-70--history-old {
  width: 70%;
}
@media (max-width: 767px) {
  .section.carbo-70--history .carbo-70--history-old {
    width: 47%;
  }
}
@media (max-width: 499px) {
  .section.carbo-70--history .carbo-70--history-old {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.section.carbo-70--history .carbo-70--history-old-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section.carbo-70--history .carbo-70--history-old-items {
    flex-wrap: wrap;
  }
}
.section.carbo-70--history .carbo-70--history-old-item {
  background-color: #ffffff;
  border-radius: 35px;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-old-item {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 1023px) {
  .section.carbo-70--history .carbo-70--history-old-item {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .section.carbo-70--history .carbo-70--history-old-item {
    width: 49%;
    margin-bottom: 10px;
    filter: grayscale(1);
  }
}
.section.carbo-70--history .carbo-70--history-old-item .carbo-70--history-old-item-title {
  font-size: 1rem;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-old-item .carbo-70--history-old-item-title {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.section.carbo-70--history .carbo-70--history-old-item img {
  border-radius: 35px;
  width: 68%;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-old-item img {
    opacity: 0;
  }
}
.section.carbo-70--history .carbo-70--history-old-item-shss img {
  width: 57%;
}
.section.carbo-70--history .carbo-70--history-old-item-gornyak img {
  width: 79%;
}
.section.carbo-70--history .carbo-70--history-new {
  width: 29%;
  background-color: #ffffff;
  border-radius: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-new {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@media (max-width: 1023px) {
  .section.carbo-70--history .carbo-70--history-new {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .section.carbo-70--history .carbo-70--history-new {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .section.carbo-70--history .carbo-70--history-new {
    width: 100%;
  }
}
.section.carbo-70--history .carbo-70--history-new .carbo-70--history-new-item-title {
  font-size: 2.2rem;
  color: #1d1d1b;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-new .carbo-70--history-new-item-title {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.section.carbo-70--history .carbo-70--history-new img {
  width: 75%;
  border-radius: 35px;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-new img {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
}
.section.carbo-70--history .carbo-70--history-info p {
  text-align: right;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .section.carbo-70--history .carbo-70--history-info p {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-title {
    animation-name: fadeInDown-20;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item:nth-child(1) img, .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item:nth-child(2) img, .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item:nth-child(3) img, .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item:nth-child(4) img {
    filter: grayscale(1);
    transition: filter 7s ease;
    transition-delay: 2.5s;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item img {
    animation-name: fadeIn;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-old-item .carbo-70--history-old-item-title {
    animation-name: fadeInUp-50;
    animation-delay: 1.8s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-new {
    animation-name: fadeInDown-20;
    animation-delay: 2.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-new img {
    animation-name: fadeInDown-5;
    animation-delay: 2.7s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-new-item-title {
    animation-name: fadeInUp-50;
    animation-delay: 2.8s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-info p {
    animation-name: fadeIn;
    animation-delay: 3.2s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-info p:nth-child(2) {
    animation-delay: 3.5s;
  }
  .section.carbo-70.carbo-70--history.fp-completely .carbo-70--history-info p:nth-child(3) {
    animation-delay: 3.8s;
  }
}
.section.carbo-70--activation .container {
  padding: 5.5rem 7% 0;
}
@media (max-width: 767px) {
  .section.carbo-70--activation .container {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .section.carbo-70--activation .container {
    padding-top: 6rem;
  }
}
.section.carbo-70--activation .carbo-70--activation-title {
  width: 100%;
  text-transform: none;
  font-size: 2.2rem;
  margin-bottom: 1.3rem;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation-title {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 767px) {
  .section.carbo-70--activation .carbo-70--activation-title {
    font-size: 3.2rem;
  }
}
.section.carbo-70--activation .carbo-70--activation__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.section.carbo-70--activation .carbo-70--activation__item {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  position: relative;
  width: 23.5%;
  background-color: #ffffff;
  border-radius: 35px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__item {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 1023px) {
  .section.carbo-70--activation .carbo-70--activation__item {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .section.carbo-70--activation .carbo-70--activation__item {
    width: 32%;
  }
}
@media (max-width: 575px) {
  .section.carbo-70--activation .carbo-70--activation__item {
    width: 49%;
  }
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(1) img {
  width: 52%;
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(2) img {
  width: 66%;
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(3) img {
  width: 65%;
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(4) img {
  width: 100%;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__item:nth-child(5) {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(5) img {
  width: 67.5%;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__item:nth-child(6) {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
.section.carbo-70--activation .carbo-70--activation__item:nth-child(6) img {
  width: 35%;
}
.section.carbo-70--activation .carbo-70--activation__item img {
  border-radius: 35px;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__item img {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
}
.section.carbo-70--activation .carbo-70--activation__number {
  font-size: 2.4rem;
  position: absolute;
  z-index: 10;
  color: #1d1d1b;
  line-height: 1;
  left: 5%;
  top: 5%;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__number {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 1023px) {
  .section.carbo-70--activation .carbo-70--activation__number {
    font-size: 1.8rem;
  }
}
.section.carbo-70--activation .carbo-70--activation__info {
  width: 49%;
  padding-top: 1rem;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .section.carbo-70--activation .carbo-70--activation__info {
    width: 100%;
  }
}
.section.carbo-70--activation .carbo-70--activation__info p {
  position: relative;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__info p {
    opacity: 0;
  }
}
.section.carbo-70--activation .carbo-70--activation__info p::before {
  position: absolute;
  content: "";
  width: 4%;
  height: 1.3rem;
  left: -5%;
  top: 10%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .section.carbo-70--activation .carbo-70--activation__info p::before {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
  }
}

@media (min-width: 768px) {
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation-title {
    animation-name: fadeInDown-20;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__item {
    animation-name: fadeInDown-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__item:nth-child(5), .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__item:nth-child(6) {
    animation-name: fadeInUp-20;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__item img {
    animation-name: fadeInDown-10;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__number {
    animation-name: fadeInLeft;
    animation-delay: 1.5s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__info p {
    animation-name: fadeIn;
    animation-delay: 2.6s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__info p:nth-child(2) {
    animation-delay: 3s;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__info p:nth-child(3) {
    animation-delay: 3.4s;
  }
  .section.carbo-70.carbo-70--activation.fp-completely .carbo-70--activation__info p::before {
    animation-name: fadeInBottomLeft-50;
    animation-delay: 3.6s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
}
.section.carbo-70--ergonomic .container {
  padding: 4rem 7% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.carbo-70--ergonomic .container {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .section.carbo-70--ergonomic .container {
    padding-top: 6rem;
  }
}
.section.carbo-70--ergonomic .carbo-70--ergonomic-title {
  width: 100%;
  text-transform: none;
  font-size: 2.8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.carbo-70--ergonomic .carbo-70--ergonomic-title {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@media (max-width: 767px) {
  .section.carbo-70--ergonomic .carbo-70--ergonomic-title {
    margin-bottom: 4rem;
  }
}

.carbo-70--ergonomic-images {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .carbo-70--ergonomic-images {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media (max-width: 575px) {
  .carbo-70--ergonomic-images {
    margin-bottom: 6rem;
  }
}

.carbo-70--ergonomic__img-old-wrapper {
  width: 33%;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-old-wrapper {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}

.carbo-70--ergonomic__img-new-wrapper {
  width: 53%;
  position: relative;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-new-wrapper {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
}
.carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker {
  position: absolute;
  width: 1.5%;
  height: 1.5%;
  background-color: #ffffff;
  border-radius: 50%;
  top: 51%;
  right: 40%;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker {
    opacity: 0;
  }
}
.carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-marker-long {
  position: absolute;
  content: "";
  width: 4770%;
  height: 20%;
  background-color: #ffffff;
  top: 2140%;
  right: -1120%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-marker-long {
    transform: rotate(-60deg) scale(0);
  }
}
@media (max-width: 767px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-marker-long {
    transform: rotate(-60deg) scale(1);
  }
}
.carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-marker-short {
  position: absolute;
  content: "";
  width: 1200%;
  height: 20%;
  background-color: #ffffff;
  top: 4200%;
  right: 2440%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-marker-short {
    width: 0;
  }
}
.carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-note {
  position: absolute;
  text-align: right;
  font-size: 0.8rem;
  width: 5500%;
  top: 3970%;
  right: 3750%;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-note {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}
@media (max-width: 767px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-note {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .carbo-70--ergonomic__img-new-wrapper .ergonomic__img-new-marker .ergonomic__img-new-note {
    font-size: 1rem;
  }
}

.carbo-70--ergonomic__img-old {
  width: 100%;
  vertical-align: middle;
}

.carbo-70--ergonomic__img-new {
  width: 100%;
  vertical-align: middle;
}

.carbo-70--ergonomic-text {
  width: 33%;
  font-size: 1rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic-text {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
@media (max-width: 767px) {
  .carbo-70--ergonomic-text {
    width: 100%;
    padding-left: 10%;
  }
}
.carbo-70--ergonomic-text p {
  position: relative;
  margin-bottom: 1rem;
}
.carbo-70--ergonomic-text p::before {
  position: absolute;
  content: "";
  width: 6%;
  height: 1.3rem;
  left: -10%;
  top: 10%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .carbo-70--ergonomic-text p::before {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
@media (max-width: 767px) {
  .carbo-70--ergonomic-text p::before {
    left: -5%;
  }
}
@media (max-width: 575px) {
  .carbo-70--ergonomic-text p::before {
    left: -7%;
  }
}

@media (min-width: 768px) {
  .section.carbo-70.carbo-70--ergonomic.fp-completely .carbo-70--ergonomic-title {
    animation-name: fadeInDown-20;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .carbo-70--ergonomic__img-old-wrapper {
    animation-name: fadeInLeft-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .carbo-70--ergonomic__img-new-wrapper {
    animation-name: fadeInRight-20;
    animation-delay: 1s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .ergonomic__img-new-marker {
    animation-name: fadeIn;
    animation-delay: 1.7s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .ergonomic__img-new-marker .ergonomic__img-new-marker-long {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.1s;
    transform: rotate(-60deg) scale(1);
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .ergonomic__img-new-marker .ergonomic__img-new-marker-short {
    animation-name: horizontal-line-1200;
    animation-delay: 2.4s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .ergonomic__img-new-marker .ergonomic__img-new-note {
    animation-name: fadeInUp-20;
    animation-delay: 2.8s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .carbo-70--ergonomic-text {
    animation-name: fadeInRight-10;
    animation-delay: 3.1s;
    animation-duration: 1.1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--ergonomic.fp-completely .carbo-70--ergonomic-text p::before {
    animation-name: fadeInUp-50;
    animation-delay: 3.6s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}
.section.carbo-70--accessory .container {
  padding: 3rem 7% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.carbo-70--accessory .container {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .section.carbo-70--accessory .container {
    padding-top: 6rem;
  }
}
.section.carbo-70--accessory .carbo-70--accessory-title {
  width: 100%;
  text-transform: none;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section.carbo-70--accessory .carbo-70--accessory-title {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.carbo-70--accessory-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.carbo-70--accessory-block-item {
  width: 22%;
  color: #1d1d1b;
  background-color: #ffffff;
  border-radius: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 0.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .carbo-70--accessory-block-item {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .carbo-70--accessory-block-item {
    width: 49%;
    margin-bottom: 20px;
  }
}
.carbo-70--accessory-block-item img {
  border-radius: 35px;
  width: 100%;
}
@media (max-width: 1023px) {
  .carbo-70--accessory-block-item img {
    border-radius: 15px;
  }
}

@media (min-width: 768px) {
  .carbo-70--accessory-block-item:first-child {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
}
.carbo-70--accessory-block-item:first-child img {
  width: 83%;
}

@media (min-width: 768px) {
  .carbo-70--accessory-block-item:nth-child(2) .carbo-70--accessory-block-item-self:first-child {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
@media (min-width: 768px) {
  .carbo-70--accessory-block-item:nth-child(2) .carbo-70--accessory-block-item-self:last-child {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .carbo-70--accessory-block-item:nth-child(3) {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.carbo-70--accessory-block-item:last-child {
  width: 30%;
  text-align: left;
}
@media (min-width: 768px) {
  .carbo-70--accessory-block-item:last-child {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
@media (max-width: 767px) {
  .carbo-70--accessory-block-item:last-child {
    width: 49%;
    margin-bottom: 20px;
  }
}
.carbo-70--accessory-block-item:last-child img {
  width: 70%;
}

.carbo-70--accessory-block-item-double {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: unset;
  padding-top: 0;
}

.carbo-70--accessory-block-item-self {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 35px;
  width: 100%;
  padding-top: 0.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .carbo-70--accessory-block-item-self {
    border-radius: 15px;
  }
}

.carbo-70--accessory-block-item-self:first-child img {
  width: 60%;
}

.carbo-70--accessory-block-item-self:last-child img {
  width: 85%;
}

.carbo-70--accessory__text {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .carbo-70--accessory__text {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

@media (min-width: 768px) {
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-title {
    animation-name: fadeInDown-20;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-block-item:first-child {
    animation-name: fadeInLeft-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-block-item:nth-child(2) .carbo-70--accessory-block-item-self:first-child {
    animation-name: fadeInDown-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-block-item:nth-child(2) .carbo-70--accessory-block-item-self:last-child {
    animation-name: fadeInUp-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-block-item:nth-child(3) {
    animation-name: fadeInDown-20;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory-block-item:last-child {
    animation-name: fadeInRight-10;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--accessory.fp-completely .carbo-70--accessory__text {
    animation-name: fadeInUp-20;
    animation-delay: 1.8s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
}
.section.carbo-70--facts .container {
  padding: 0 7% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section.carbo-70--facts .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .section.carbo-70--facts .container {
    padding-top: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section.carbo-70--facts .container {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.section.carbo-70--facts .carbo-70__img-block {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .section.carbo-70--facts .carbo-70__img-block {
    padding-top: 0;
  }
  .section.carbo-70--facts .carbo-70__img-block video {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section.carbo-70--facts .carbo__video {
    opacity: 0;
  }
}
.section.carbo-70--facts .carbo-70--facts-title {
  width: 100%;
  margin-bottom: 2rem;
  text-align: right;
}
@media (min-width: 768px) {
  .section.carbo-70--facts .carbo-70--facts-title {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
.section.carbo-70--facts .carbo-70__text {
  padding-right: 0;
  padding-left: 11%;
}
@media (max-width: 767px) {
  .section.carbo-70--facts .carbo-70__text {
    padding-left: 5%;
  }
}
.section.carbo-70--facts .carbo-70__text p {
  position: relative;
  text-align: justify;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section.carbo-70--facts .carbo-70__text p {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
}
.section.carbo-70--facts .carbo-70__text p::before {
  position: absolute;
  content: "";
  width: 6%;
  height: 1.3rem;
  left: -8%;
  top: 10%;
  background: url("../img/list-image.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .section.carbo-70--facts .carbo-70__text p::before {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 767px) {
  .section.carbo-70--facts .carbo-70__text p::before {
    left: -8%;
  }
}

@media (min-width: 768px) {
  .section.carbo-70.carbo-70--facts.fp-completely .carbo-70--facts-title {
    animation-name: fadeInDown-50;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--facts.fp-completely .carbo__video {
    animation-name: fadeIn;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--facts.fp-completely .carbo-70__text p {
    animation-name: fadeInRight-20;
    animation-delay: 1.5s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .section.carbo-70.carbo-70--facts.fp-completely .carbo-70__text p::before {
    animation-name: fadeInDown-50;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}