html {
  font-family: 'Graphik LCG';
  font-size: 10px;
  scroll-padding-top: 70px;
}

body {
  margin: 0;
  padding: 0;
  /* margin-top: 70px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

a:hover {
  color: #ED5B49;
}

.fade-hidden {
  opacity: 0;
  padding-top: 100px !important;
}

.fade-show {
  opacity: 1;
  padding-top: 0px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

/* MARGINS AND PADDINGS */
.mt-5-5 {
  margin-top: 4.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.p-5-5 {
  padding: 4.5rem !important;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-150 {
  padding-top: 15rem;
}


.text-muted {
  color: #939699 !important;
}

.zIndex-0 {
  z-index: 0;
}

.zIndex-1 {
  z-index: 1;
}

.zIndex-2 {
  z-index: 2;
}

.zIndex-3 {
  z-index: 3;
}

.height-70 {
  height: 70px;
}

.height-80 {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-80p {
  height: 80%;
}

.height-100p {
  height: 100%;
}

.width-40p {
  width: 40%;
}

.width-60p {
  width: 60%;
}

.width-80p {
  width: 80%;
}

.width-90p {
  width: 90%;
}

.width-100p {
  width: 100%;
}

.min-width-100p {
  min-width: 100%;
}

.transition-02 {
  transition: 0.2s
}

.transition-03 {
  transition: 0.3s
}

.transition-05 {
  transition: 0.5s
}

.transition-10 {
  transition: 1s
}

.opacity-09 {
  opacity: 0.9;
}

.z-index-1031 {
  z-index: 1031;
}

.z-index-1032 {
  z-index: 1032;
}

.formInput-borderBottom {
  border: none;
  border-bottom: 1px solid #67696A;
  outline: none;
}

/* COLORS */
.text-black {
  color: black;
}

.bg-black {
  background-color: black;
}

.bg-mainRed {
  background-color: #D03838;
}

.text-mainRed {
  color: #D03838;
}

.text-mainDark {
  color: #2E323A;
}

.bg-mainDark {
  background-color: #2E323A;
}

.text-safetyGray {
  color: #717988;
}

.bg-secondaryYellow {
  background-color: #F3E7C9;
}

.text-secondaryYellow {
  color: #F3E7C9;
}

.bg-secondaryMentol {
  background-color: #CBE7E8;
}

.text-secondaryMentol {
  color: #CBE7E8;
}

.bg-secondaryPurple {
  background-color: #6254D7;
}

.text-secondaryPurple {
  color: #6254D7;
}

.bg-secondaryCarrot {
  background-color: #ED5B49;
}

.text-secondaryCarrot {
  color: #ED5B49;
}

.bg-secondaryPure {
  background-color: #FBFBFB;
}

.text-secondaryPure {
  color: #FBFBFB;
}

.bg-secondaryPeach {
  background-color: #FFF1F1;
}

.text-secondaryPeach {
  color: #FFF1F1;
}

.text-card-red {
  color: #CA4747;
}

.bg-gray100 {
  background-color: #313236;
}

.text-gray100 {
  color: #313236;
}

.bg-gray50 {
  background-color: #67696A;
}

.text-gray50 {
  color: #67696A;
}

.bg-gray40 {
  background-color: #939699;
}

.text-gray40 {
  color: #939699;
}

.bg-gray30 {
  background-color: #C0C4CB;
}

.text-gray30 {
  color: #C0C4CB;
}

.bg-gray20 {
  background-color: #DDE2E7;
}

.text-gray20 {
  color: #DDE2E7;
}

.border-black-1 {
  border: 1px solid black;
}

.border-white-1 {
  border: 1px solid white;
}

.dropdawnMenu-links {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

/* SAFETY POPUP */
.popup-h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 110%;
}

.popup-video-h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 117%;
}

.popup-p1 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.015em;
}

.popup-video-p1 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 117%;
}

.freeLesson-input-popup {
  outline: none;
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.6rem;
  letter-spacing: -0.045em;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 100%;
  width: 100%;
}

.freeLesson-text {
  font-size: 1.2rem;
  line-height: 119.8%;
  letter-spacing: -0.015em;
  color: #FFFFFF;
}

.checkbox-container {
  width: 20px;
  height: 20px;
  border: 2px solid #7BC1C2;
  border-radius: 2px;
}

.freeLesson-button {
  outline: none;
  border: none;
  font-size: 1.6rem;
  line-height: 119.8%;
  letter-spacing: -0.015em;
  color: #1C1F25;
  background-color: white;
  width: 100%;
}


/* BODY */
.companyLogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 98px;
  height: 30px;
}

.navigation-bar {
  background-color: #151617;
  height: 70px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navLogo {
  margin-top: 22.5px;
}

.text-in-progress {
  color: #92C17B;
  bottom: 12px;
  background-color: #222426;
  padding: 4px;
}

.header-label-position {
  margin-top: 70px;
}

.author-card {
  width: 100%;
  height: 300px;
  margin-top: 0px;
  box-shadow: none;
}

.author-card-photo {
  height: 96%;
  margin-left: 20px;
}

.author-card-description-size {
  min-width: 170px;
  max-width: 170px;
}

.author-card-secondary {
  width: 100%;
  height: 300px;
  margin-top: 0px;
  box-shadow: none;
}

.logistic-header-position {
  margin-top: 50px;
}

.logistic-map {
  background-image: url('../images/logisticsMapMobile.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0px -70px;
  height: 400px;
  padding-top: 250px
}

.logistic-stats {
  width: 50%;
  display: inline-block;
}

.logistic-animation {
  position: absolute;
  top: 0;
  width: 70%;
  height: 35%;
}

.market-background {
  height: 612px;
  background-image: url('../images/marketBackgroundMobile.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 612px;
}

.market-stats {
  width: 50%;
  display: inline-block;
}

#afterTeaching {
  height: auto;
}

.after-teaching-features-block {
  width: 100%;
}

.videofragments-block {
  background-color: black;
}

.videoFragments {
  transition: 0.7s;
  transform: translateX(-0%);
}

.fragmentVideoPlayButton {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 48px;
  height: 48px;
  transition: 0.2s;
}

.fragmentVideoPlayButton:hover {
  transform: scale(1.3);
  transform-origin: center;
}

.fragmentVideo {
  width: 100%;
  min-width: 100%;
  margin-right: 0%;
}

.fragmentVideoPopUp {
  position: absolute;
  width: 100%;
  padding-top: 58.25%;
  left: 0%;
}

.event-showAll-arrow {
  width: 24px;
  height: 12px;
}

.event-articleBlock {
  width: 100%;
  overflow-wrap: break-word;
}

.events-jobs-labelBlock {
  width: 100%;
}

.faq-plus-image {
  width: 24px;
  height: 24px;
}

.footer-mail-icon {
  width: 18px;
  height: 18px;
}

.footer-phone {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 119.8%;
  letter-spacing: -0.035em;
}

.contacts-container {
  background-color: white;
  margin-top: 70px;
}

.contacts-block {
  position: relative;
  box-shadow: none;
  width: 100%;
  height: auto;
}

.contacts-about-us-number {
  font-style: normal;
  font-weight: 600;
  font-size: 8rem;
  line-height: 8rem;
}

.contacts-about-us-number2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.contacts-border-left {
  border-left: none;
}

.contacts-chievement-block {
  height: 150px;
  width: 100%;
}

.contacts-doubleQuotes {
  width: 32px;
  height: 32px;
}

.contacts-profession-background {
  background-color: transparent;
}

.job-button {
  width: 40px;
  height: 40px;
  background-color: white;
}

.job-button:hover {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #D03838;
}

/* BLOG */
.blogFragmentBlock {
  position: relative;
  margin-right: 5%;
  width: 100%;
  min-width: 100%;
  left: 0px;
}

.article-fragment-slideButtons {
  width: 100%;
}

.article-preview-image {
  width: 100%;
  height: auto;
  /* max-height: 200px; */
}

.blog-article-block {
  margin-top: 70px;
  background-color: #151617;
}

.articleHead {
  background-color: #151617;
  color: white;
}

#content {
  width: 100%;
  background-color: transparent;
}

.blog-similar-articles {
  width: 100%;
}

/* CONTACTS */
.contacts-block-bg {
  background-color: transparent;
}

.contacts-social-links-img {
  width: 28px;
  height: 28px;
}

/* FOOTER */
.footer-links {
  font-size: 1.4rem;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-useful-links {
  font-size: 1.4rem;
  line-height: 87.3%;
  letter-spacing: -0.02em;
  color: #747881;
}

.footer-text {
  font-size: 1.2rem;
  line-height: 211.8%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.3);
}

.footer-phone-text {
  font-size: 2rem;
  line-height: 119.8%;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.footer-smallText {
  font-size: 1.2rem;
  line-height: 15px;
  letter-spacing: -0.005em;
  color: #747881;
}

.footer-columnLabel {
  font-size: 1.6rem;
  line-height: 119.8%;
  letter-spacing: -0.03em;
  color: #F1F3F4;
}

.footer-mailLink {
  border: 1px solid #43464A;
  text-decoration: none;
}

.footer-mailText {
  font-size: 1.4rem;
  line-height: 119.8%;
  letter-spacing: -0.02em;
  color: #F3F3F3;
}

.footer-bgcolor {
  background-color: #151617
}

/* @media only screen and (min-width: 400px){
  .author-card-photo{
    height: 96%;
    margin-right: -0px;
  }
} */

/* MOBILE SM */
@media only screen and (max-width: 1200px) {

  .sm-h1-medium {
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .sm-h1-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .sm-h1-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .sm-h4-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.025em;
  }

  .sm-h5-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 100%;
    letter-spacing: -0.025em;
  }

  .sm-h6-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 90.5%;
    letter-spacing: -0.015em;
  }

  .sm-22-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 120%;
    letter-spacing: -0.015em;
  }

  .sm-22-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: -0.035em;
  }

  .sm-20-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 119.8%;
    letter-spacing: -0.035em;
  }

  .sm-20-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -0.04em;
  }

  .sm-20-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 118%;
    letter-spacing: -0.025em;
  }

  .sm-18-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 110.5%;
  }

  .sm-18-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: -0.035em;
  }

  .sm-18-bold {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 98.1%;
    letter-spacing: -0.02em;
  }

  .sm-16-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: -0.02em;
  }

  .sm-16-medium {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: -0.02em;
  }

  .sm-16-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 117%;
  }

  .sm-14-regular1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 110%;
  }

  .sm-14-regular2 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .sm-14-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .sm-14-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
  }

  .sm-14-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .sm-12-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 115%;
  }

  .sm-12-medium {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .sm-10-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
  }

  .sm-10-medium {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
  }
}

/* LG */
@media only screen and (min-width: 992px) {
  .height-lg-100p {
    height: 100%;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .author-card {
    width: 100%;
    height: 300px;
    margin-top: -190px;
    box-shadow: none;
  }

  .author-card-secondary {
    width: 100%;
    height: 300px;
    box-shadow: none;
  }

  .lg-12-regular-menu {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .companyLogo {
    position: relative;
    width: 104px;
    height: 34px;
  }

  .nav-consultation-button {
    width: 12rem;
  }

  .lg-26-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 97.5%;
    letter-spacing: -0.035em;
  }

  .lg-14-regular-form {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .lg-14-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .lg-14-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .lg-14-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
  }

  .lg-14-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .lg-12-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .lg-h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 3.6rem;
  }

  .header-label-position {
    margin-top: 0px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-120 {
    margin-top: 120px;
  }

  .logistic-map {
    background-image: url('../images/logisticsMapLine.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px -80px;
    height: 500px;
    padding-top: 0px;
  }

  .logistic-stats {
    width: 200px;
    display: inline-block;
  }

  .market-background {
    height: 590px;
    background-image: url('../images/marketBackground.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 590px;
  }

  .market-inventor-image {
    width: 68px;
    height: 68px;
  }

}

/* XL */
@media only screen and (min-width: 1200px) {

  .text-in-progress {
    color: #92C17B;
    bottom: 12px;
    background-color: transparent;
    padding: 0px;
  }


  .position-xl-absolute {
    position: absolute !important;
  }

  .fragmentVideoPopUp {
    position: absolute;
    width: 50%;
    padding-top: 28.12%;
    left: 25%;
  }

  #afterTeaching {
    height: 800px;
  }

  .height-xl-100p {
    height: 100% !important;
  }

  .height-60vh {
    height: 60vh;
  }

  /* MARGINS AND PADDINGS */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 6rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .mt-xl-50 {
    margin-top: 5rem !important;
  }

  .mt-xl-60 {
    margin-top: 6rem !important;
  }

  .mt-xl-70 {
    margin-top: 7rem !important;
  }

  .mt-xl-80 {
    margin-top: 8rem !important;
  }

  .mt-xl-90 {
    margin-top: 9rem !important;
  }

  .mt-xl-100 {
    margin-top: 10rem !important;
  }

  .mt-xl-130 {
    margin-top: 13rem !important;
  }

  .mt-xl-150 {
    margin-top: 15rem !important;
  }

  .mt-xl-150- {
    margin-top: -15rem !important;
  }

  .mt-xl-175 {
    margin-top: 17.5rem !important;
  }

  .mt-xl-200 {
    margin-top: 20rem !important;
  }

  .mt-xl-250 {
    margin-top: 25rem !important;
  }

  .pt-xl-200 {
    padding-top: 20rem !important;
  }

  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }

  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .ps-xl-100 {
    padding-left: 10rem !important;
  }

  .px-xl-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .top-xl-50 {
    top: 50% !important;
  }


  .hover-menu-d {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
  }

  .hover-menu-d:hover {
    border-bottom: 3px solid #FF5050;
    border-top: 3px solid transparent;
  }

  .width-xl-50p {
    width: 50%;
  }

  .width-xl-80p {
    width: 80%;
  }

  /* COLOR */
  .text-xl-secondaryPurple {
    color: #6254D7;
  }

  .text-xl-secondaryCarrot {
    color: #ED5B49;
  }

  .text-xl-white {
    color: white;
  }

  .text-xl-gray100 {
    color: #313236;
  }

  .text-xl-black {
    color: black;
  }

  /* SAFETY POPUP */
  .popup-h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 110%;
  }

  .popup-video-h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 117%;
  }

  .popup-p1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: -0.015em;
  }

  .popup-video-p1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 117%;
  }

  .freeLesson-input-popup {
    outline: none;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 175px;
    width: 175px;
    max-width: 175px;
  }

  .freeLesson-button {
    outline: none;
    border: none;
    font-size: 1.6rem;
    line-height: 119.8%;
    letter-spacing: -0.015em;
    color: #1C1F25;
    background-color: white;
    width: 200px;
  }

  /* BODY */

  .navigation-bar {
    background-color: transparent;
    height: 70px;
    border: none
  }

  .navLogo {
    margin-top: 0px;
  }

  .nav-consultation-button {
    width: 146px;
  }

  .header-label-position {
    margin-bottom: 223px;
  }

  .author-card {
    width: 98%;
    height: 446px;
    margin-top: -223px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }

  .author-card-secondary {
    width: 98%;
    height: 446px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }

  .author-card:hover {
    transform: scale(1.05);
    /* transform: translate(-12px, -25px);
    width: 100%;
    height: 496px; */
  }

  .author-card-secondary:hover {
    transform: scale(1.05);
  }

  .author-card-photo {
    height: 94%;
  }

  .author-card-description-size {
    min-width: 266px;
    max-width: 266px;
  }


  .logistic-header-position {
    margin-top: 170px;
  }

  .logistic-stats {
    width: 200px;
    display: inline-block;
  }

  .logistic-animation {
    position: relative;
    margin-top: -200px;
    width: 500px;
    height: 250px;
  }


  .market-stats {
    width: 33%;
    display: inline-block;
  }

  .market-inventorBlock {
    width: 456px;
  }


  .teaching-stats-label-left-color {
    color: #ED5B49;
  }

  .teaching-stats-label-right-color {
    color: #6254D7;
  }

  .after-teaching-features-block {
    width: 73%;
  }

  .videoframe-arrow {
    width: 20px;
    height: 10px;
  }

  .videoframe-arrow:hover {
    width: 20px;
    height: 10px;
    filter: brightness(0)
  }

  .videofragments-block {
    background: linear-gradient(180deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
  }

  .videoFragments {
    transition: 0.7s;
    transform: translateX(-58%);
  }

  .fragmentVideoPlayButton {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
  }

  .fragmentVideo {
    min-width: 70%;
    margin-right: 2%;
  }

  .event-showAll-arrow {
    width: 20px;
    height: 10px;
  }

  .event-articleBlock {
    width: 88%;
    overflow-wrap: break-word;
  }

  .events-jobs-labelBlock {
    width: 82%;
  }

  .faq-plus-image {
    width: 26px;
    height: 26px;
  }

  .footer-mail-icon {
    width: 12px;
    height: 12px;
  }

  .contacts-container {
    background-color: #FBFBFB;
    margin-top: 80px;
  }

  .contacts-block {
    position: absolute;
    bottom: 0px;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
    width: 42%;
    height: 95%
  }

  .contacts-chievement-block {
    height: 70%;
    width: 100%;
  }

  .contacts-about-us-number {
    font-size: 11rem;
    line-height: 11rem;
    font-weight: 600;
  }

  .contacts-about-us-number2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
  }

  .contacts-border-left {
    border-left: 1px solid #939699;
  }

  .contacts-doubleQuotes {
    width: 54px;
    height: 54px;
  }

  .contacts-block-bg {
    background-color: #151617;
  }

  .contacts-profession-background {
    background-image: url('../images/contactsfooterBackground.jpg');
    background-position: center center;
    background-size: 100% 100%;
  }

  /* BLOG */
  .blogFragmentBlock {
    position: relative;
    margin-right: 5%;
    width: 65%;
    min-width: 65%;
    left: 0px;
  }

  .article-description {
    max-width: 550px;
  }

  .article-fragment-slideButtons {
    width: 65%;
  }

  .article-preview-image {
    width: 260px;
    height: 260px;
    max-height: 260px;
  }

  #content {
    width: 40%;
    min-width: 335px;
    background-color: #FDFBF7;
  }

  .blog-similar-articles {
    width: 45%;
  }

  /* FONT SIZE */
  .xl-h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .xl-h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .xl-40-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4rem;
  }

  .xl-38-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 3.8rem;
    letter-spacing: -0.05em;
  }

  .xl-38-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  .xl-32-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 97.5%;
    letter-spacing: -0.035em;
  }

  .xl-30-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem;
  }

  .xl-26-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.04em;
  }

  .xl-22-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 120%;
  }

  .xl-22-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 120%;
  }

  .xl-22-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .xl-18-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: -0.045em;
  }

  .xl-18-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
  }

  .xl-18-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 120%;
  }

  .xl-16-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 130%;
  }

  .xl-16-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
  }

  .xl-14-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .xl-14-regular-button {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .xl-14-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
  }

  .xl-14-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .xl-14-regular-form {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .xl-14-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .xl-14-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 120%;
  }

  .xl-12-regular-small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .xl-12-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .xl-14-regular-menu {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .xl-12-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 119.8%;
    letter-spacing: -0.03em;
  }

  .xl-10-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: -0.025em;
  }

  .xl-10-regular-button {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
  }

  .xl-10-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
  }
}

/* XXL */
@media only screen and (min-width: 1400px) {
  #afterTeaching {
    height: 900px;
  }

  /* MARGINS AND PADDINGS */
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }

  .mt-xxl-60 {
    margin-top: 6rem !important;
  }

  .mt-xxl-70 {
    margin-top: 7rem !important;
  }

  .mt-xxl-80 {
    margin-top: 8rem !important;
  }

  .mt-xxl-100 {
    margin-top: 10rem !important;
  }

  .mt-xxl-150 {
    margin-top: 15rem !important;
  }

  .mt-xxl-200 {
    margin-top: 20rem !important;
  }

  .nav-consultation-button {
    width: 18rem;
  }

  .header-label-position {
    margin-bottom: 245px;
  }

  .author-card {
    width: 98%;
    height: 490px;
    margin-top: -245px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }

  .author-card-secondary {
    width: 98%;
    height: 490px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }

  .author-card-photo {
    height: 94%;
    margin-left: 30px;
  }

  .author-card-description-size {
    min-width: 300px;
    max-width: 300px;
  }

  .logistic-stats {
    width: 265px;
    display: inline-block;
  }

  .market-background {
    height: 710px;
    background-image: url('../images/marketBackground.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1440px 710px;
  }

  .market-stats {
    width: 33%;
    display: inline-block;
  }

  .market-inventorBlock {
    width: 456px;
  }

  .market-inventorBlock {
    width: 572px;
  }

  .market-inventor-image {
    width: 85px;
    height: 85px;
  }

  .teaching-stats-label-left-color {
    color: #ED5B49;
  }

  .teaching-stats-label-right-color {
    color: #6254D7;
  }

  .after-teaching-features-block {
    width: 80%;
  }

  .logistic-map {
    background-image: url('../images/logisticsMapLine.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px -80px;
    height: 760px;
    padding-top: 0px;
  }

  .videoframe-arrow {
    width: 24px;
    height: 13px;
  }

  .videoframe-arrow:hover {
    width: 24px;
    height: 13px;
    filter: brightness(0)
  }

  .fragmentVideoPlayButton {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 64px;
    height: 64px;
  }

  .event-showAll-arrow {
    width: 20px;
    height: 10px;
  }

  .event-articleBlock {
    width: 88%;
    overflow-wrap: break-word;
  }

  .events-jobs-labelBlock {
    width: 82%;
  }

  .faq-plus-image {
    width: 32px;
    height: 32px;
  }

  .footer-mail-icon {
    width: 16px;
    height: 16px;
  }

  /* CONTACTS  */
  .contacts-about-us-number {
    font-size: 14rem;
    line-height: 14rem;
    font-weight: 600;
  }

  .contacts-social-links-img {
    width: 28px;
    height: 28px;
  }

  /* FONTS */

  .xxl-h1-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 5.4rem;
    line-height: 5.4rem;
  }

  .xxl-h2-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 5.4rem;
    line-height: 90.5%;
    letter-spacing: -0.025em;
  }

  .xxl-h3-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 4.8rem;
    letter-spacing: -0.05em;
  }

  .xxl-h4-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 5rem;
    line-height: 5rem;
  }

  .xxl-h5-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 98.8%;
    letter-spacing: -0.025em;
  }

  .xxl-h6-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 97.5%;
    letter-spacing: -0.035em;
  }

  .xxl-h6-bold {
    font-style: normal;
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 97.5%;
    letter-spacing: -0.035em;
  }

  .xxl-38-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  .xxl-34-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 103%;
    letter-spacing: -0.025em;
  }

  .xxl-32-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 105%;
    letter-spacing: -0.025em;
  }

  .xxl-28-regular {
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .xxl-28-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .xxl-26-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: -0.035em;
  }

  .xxl-26-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 120%;
  }

  .xxl-24-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: -0.045em;
  }

  .xxl-24-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .xxl-24-semibold {
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .xxl-22-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 139%;
    letter-spacing: -0.025em;
  }

  .xxl-20-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 120%;
  }

  .xxl-20-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 119.8%;
    letter-spacing: -0.045em;
  }

  .xxl-18-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 112.5%;
  }

  .xxl-18-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 118%;
  }

  .xxl-18-regular2 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: -0.025em;
  }

  .xxl-18-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 118%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
  }

  .xxl-18-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 118%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .xxl-18-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
  }

  .xxl-16-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    letter-spacing: -0.01em;
  }

  .xxl-16-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .xxl-16-regular-menu {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .xxl-16-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 118%;
    padding-bottom: 2px;
    text-decoration: underline;
    text-underline-position: under;
  }

  .xxl-16-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 118%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .xxl-14-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 119.8%;
    letter-spacing: -0.02em;
  }

  .xxl-14-regular-form {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .xxl-14-regular-link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 118%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
  }

  .xxl-14-regular-link:hover {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 118%;
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #ED5B49;
  }

  .xxl-14-medium-button {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .xxl-12-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 103.5%;
  }

  .xxl-12-regular1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 120%;
    letter-spacing: -0.02em;
  }

  .xxl-12-regular2 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 160%;
    letter-spacing: -0.005em;
  }

  .xxl-10-regular {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: -0.025em;
  }
}