body {
    font-family: 'Lato';
    background-attachment: fixed;
    background-color: #7F7F7F;
    background-position: center;
    background-size: cover;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Lato';
  }
  
  p {
    line-height: 1.75;
  }

  .header {
    overflow: hidden;
    background-color: #404040;
    padding: 0.8rem 0.5rem;
  }

  .header .language,
  .footer .language {
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding: 0.7rem;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 0.4rem;
    font-weight: bold;
  }

  .header .language:hover,
  .footer .language:hover {
    background-color: #ddd;
    color: black;
  }

  .select-languages li{
    display: inline;
    margin-top: 10rem;
  }

  .select-languages {
    margin-bottom: 6rem;
  }

  .footer .select-languages {
    margin-bottom: 0.5rem;
  }

  .social-networks {
    margin-left: 2rem;
  }

  .logo-business{
    width: 20rem;
    height: 12rem;
  }

  .logo-business2{
    width: 12rem;
    height: 9rem;
  }
  .name-business{
    margin-top: 3rem;
    font-size: 3.5rem;
    color:#E9E8E8;
    font-weight: bold;
  }

  .name-business2{
    margin-left: 4rem;
    font-size: 2rem;
    color:#E9E8E8;
    font-weight: bold;
  }

/*carousel-index*/
  .carousel-control-leftarrow-icon,
.carousel-control-rightarrow-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-leftarrow-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-rightarrow-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-caption h1 {
  font-weight: 900;
}

/*navbar*/
  #mainNav {
    background-color: #E9E8E8;
    font-family: 'Lato';
    padding:0rem;
    position: sticky;
    z-index: 50;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #404040;
    font-weight: 800;
    font-size: 4rem;
  }

  #mainNav .navbar-nav .nav-item {
    margin-left: 27%;
    position: relative;
    transition-duration: 0.5s;
  }

  #mainNav .navbar-nav .scrolling-up-menu:focus-within a {
    outline: none;
  }

  #mainNav .navbar-nav .nav-item > a::after {
    margin-left: 4.4rem;
    position: relative;
  }
  
  #mainNav .navbar-nav .nav-item.active .nav-link {
    color: #FFFFFF;
    background-color: #404040;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu {
    background: #E9E8E8;
    visibility: hidden;
    opacity: 0;
    border-top: 0.2rem solid #7F7F7F;
    min-width: 5rem;
    width: 15rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    padding-left: 0rem;
    margin-left: -0.6rem;
  }

  #mainNav .navbar-nav .scrolling-up-menu:hover > .scrolling-down-menu,
  #mainNav .navbar-nav .scrolling-up-menu:focus-within > .scrolling-down-menu,
  #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu:hover,
  #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu:focus {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu li {
    clear: both;
    width: 100%;
    list-style: none;
    padding: 0;
    display:inline-block;
  }

  #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu a{
    display:flex;
    flex-grow:1;
    flex-shrink:1;
    justify-content: center;
    text-decoration: none;
    color:#404040;
    font-weight: bold;
    font-size: 1.3rem;
  }

  #mainNav .navbar-nav .nav-item.active .scrolling-down-menu .active a {
    color: #FFFFFF;
    background-color: #404040;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  @media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 1.7rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
      z-index: 1001;
      color: #E9E8E8;
      background-color: #404040;
    }

    #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu a:hover {
      z-index: 1001;
      color: #7F7F7F;
    }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
      color: #E9E8E8;
    }
  }

  .navbar-light .navbar-tel-icon{
    background-image: url("../img/nvbar.png");
    fill: rgba(255,255,255,0.5);
    
  }
  .navbar-tel-icon {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  } 

/*body index*/
  .text-faded {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .page-section {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }

  .page-section2 {
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
  
  .section-heading {
    text-transform: uppercase;
  }
  
  .section-heading .section-heading-upper {
    display: block;
    font-size: 5rem;
    font-weight: 800;
    font-weight: bold;
  }
  
  .section-heading .section-heading-lower {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
    font-weight: bold;
  }

  .section-heading-text {
    font-weight: 900;
    font-size: 1rem;
    line-height: 2;
  }

  .section-heading-text a {
    font-weight: 1000;
    color:#404040;
  }

  .section-heading-title {
    font-weight: 1000;
    font-size: 1.8rem;
  }

  .bg-faded {
    background-color: rgba(255, 255, 255, 0.85);
  }
  
  .bg-faded2 {
    background-color: rgba(255, 255, 255, 0.85);
    margin-left: 10%;
    width: 80%;
  }

  .bg-faded3 {
    background-color: #83A697;
    margin-left: 0rem;
    margin-top: 4rem;
    width: 100%;
  }

  .bg-faded4 {
    background-color: #FFF;
    margin-left: 0rem;
    width: 100%;
  }

  @media (min-width: 992px){
  .about-heading .about-heading-content-index {
    position: relative;
    z-index: 1;
    }
  }

  .btn-xl {
    font-weight: 700;
    font-size: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .intro {
    position: relative;
  }

  @media (max-width: 1584px) {
    .intro .intro-text2 {
      width: 55%;
      margin-right: -13rem;
    }

    .intro .intro-left-img {
      width: 65%;
    }
  }
  
  @media (min-width: 1200px) {
    .intro .intro-text {
      width: 45%;
    }
  }

  .footer {
    background-color: #404040;
    overflow: hidden;
  }

  .footer p {
    font-weight: bold;
    font-size: 1.2rem;
  }

  .text-primary {
    color: #e6a756 !important;
  }
  
  .bg-primary {
    background-color: #e6a756 !important;
  }
  
  .btn {
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
  }
  
  .btn-primary {
    background-color: #83A697;
    border-color: #83A697;
  }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #B0F2B6;
    border-color: #B0F2B6;
    color:#404040;
  }
  
  .font-weight-light {
    font-weight: 100 !important;
  }

  #button-gototop {
    display: inline-block;
    background-color: #83A697;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button-gototop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button-gototop:hover {
    cursor: pointer;
    background-color: #B0F2B6;
  }
  #button-gototop:active {
    background-color: #B0F2B6;
  }
  #button-gototop.show {
    opacity: 1;
    visibility: visible;
  }
  
  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  footer .mentions {
    color:#7F7F7F;
  }

  footer .mentions:hover {
    color:#E9E8E8;
  }

  ul li{
    color: #E9E8E8;
  }

.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}

.timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}

.timeline__content-desc {
  margin: 0;
  font-size: 20px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  line-height: 1.5;
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: bold;
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}

.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}

.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }

  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }

  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7F7F7F;
  opacity: 0.8;
  content: "";
}

.page-header {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.color-title {
  color: #fff;
  margin: 0;
}

.color-title2 {
  color: #484c50;
  margin: 0;
  font-weight: 800;
}

.img-map {
  border: .5rem solid #83A697;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #7F7F7F;
  opacity: 0.7;
}

.img-map:hover {
  opacity: 1;
  border-color: #B0F2B6;
}

.col-5.part-map {
  background-color: #83A697;
}

.col-2.part-titlemap,
.col-5.part-descmap {
  background-color: #fff;

}

.banner .col-md-8 {
	padding-left: 0px;
	padding-right: 5px;
}

.banner .col-md-4 {
	padding-right: 0px;
	padding-left: 5px;
}

.banner .left-banner-content {
	text-align: left;
	background-image: url(../img/Carte.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 49rem;
	height: 49rem;
  width: auto;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.right-banner-content {
	padding: 10rem 3rem;
	background-color: #83A697;
	text-align: center;		
	min-height: 49rem;
	height: 49rem;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.right-banner-content h2 {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.right-banner-content .line-dec {
	width: 100%;
	height: 5px;
	background-color: #fff;
	margin: 30px auto;
}

.right-banner-content p {
	font-style: italic;
	font-size: 1.5rem;
	color: #fff;
  font-weight: 600;
}

.line-horiz {
	width: 80%;
	height: 1rem;
	background-color: #fff;
  margin-left: auto;
	margin-right: auto;
  margin-top: 4rem;
}

.line-horiz2 {
	width: 80%;
	height: 1rem;
	background-color: #fff;
  margin-left: auto;
	margin-right: auto;
}

.line-verti {
	width: 1rem;
	height: 3rem;
	background-color: #fff;
  margin-left: 10%;
}

.line-dec {
	width: 100%;
	height: 5px;
	background-color: #fff;
	margin: 30px auto;
}

.line-dec2 {
	width: 50%;
	height: 2.5px;
	background-color: #fff;
	margin: 30px auto;
}

.hello {
  opacity: 1 !important;
}

.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}

.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 80%;
  max-height: 100%;
  margin: auto;
}

.byebye {
  opacity: 0;
}

.byebye:hover {
  transform: scale(0.2) !important;
}

.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}

.gallery img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #333;
  transition: all 1.5s ease;
}

.gallery img:hover {
  box-shadow: 0 0 32px #333;
}

.gallery .content {
  padding: 4px;
}

.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
  grid-row-end: span 12;
}

.gallery .gallery-item:hover {
  transform: scale(1.025);
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}

@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

/* Section products */
.section {
  color: #fff;
  position: relative;
  min-height: 100vh;
  padding-bottom: 4rem;
}

.productions h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.productions span {
  margin-top: 5px;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.5px;
}

/* Left & Right Post */
.right-image-post {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 0.2rem solid #FFF;
}

.left-image img,
.right-image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.left-image img {
  border: 0.2rem solid #FFF;
}

.left-image-post p {
  margin-top: 80px;
  font-weight: 700;
}

.right-image-post p {
  margin-top: 20px;
  font-weight: 700;
}

.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0 !important;
    animation: none !important;
    transition: 0s !important;
}

.reveal-loaded [class*="reveal-"] {
    animation: revealAnimation 1s cubic-bezier(.5, 0, 0, 1) both;
}

.reveal-loaded .reveal-1 {
    animation-delay: .1s;
}

.reveal-loaded .reveal-2 {
    animation-delay: .3s;
}

.reveal-loaded .reveal-3 {
    animation-delay: .5s;
}

.reveal-loaded .reveal-4 {
    animation-delay: .6s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-loaded [class*="reveal-"] {
        animation: none !important;
    }
}

@keyframes revealAnimation {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(131, 166, 151, 0.7);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid #FFF;
}

.page-section-contacts {
  margin-top: 5rem;
}

#contacts-employers {
  padding: 4em 0;
}

@media screen and (max-width: 768px) {
  #contacts-employers {
    padding: 3em 0;
  }
}

#contacts-employers .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contacts-employers .fh5co-lead {
    font-size: 35px;
  }
}

#contacts-employers .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

#contacts-employers .employers-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#contacts-employers .employers-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#contacts-employers .employers-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}

#contacts-employers .employers-item .fh5co-text h2, #contacts-employers .employers-item .fh5co-text span {
  text-decoration: none !important;
}

#contacts-employers .employers-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #484c50;
}

#contacts-employers .employers-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

#contacts-employers .employers-item .fh5co-text p {
  color: #85919d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800;
}

#contacts-employers .employers-item:hover, #contacts-employers .employers-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#contacts-employers .employers-item:hover img, #contacts-employers .employers-item:focus img {
  opacity: .7;
}

#contacts-employers .employers-item:hover h2, #contacts-employers .employers-item:hover span, #contacts-employers .employers-item:focus h2, #contacts-employers .employers-item:focus span {
  text-decoration: none !important;
}

#contacts-employers .employers-item:hover p, #contacts-employers .employers-item:focus p {
  color: #484c50;
}

@media screen and (max-width: 1280px) {
  .right-image-post p,
  .left-image-post p {
      margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .intro .intro-right-img {
    width: 75%;
    float: right;
    margin-right: -7.5rem;
    background-color: #E9E8E8;
  }

  .intro .intro-left-img {
    width: 75%;
    float: left;
    margin-left: -10rem;
    border: 1rem solid rgba(255, 255, 255, 0.85);
    border-radius: .25rem!important;
  }

  .intro .intro-text {
    left: 0;
    width: 40%;
    margin-top: 3rem;
    position: absolute;
  }

  .intro .intro-text2 {
    right: 0;
    width: 55%;
    margin-top: -4.5rem;
    margin-right: -13rem;
    position: absolute;
    color: #FFF;
  }

  .intro .intro-text .intro-button,
  .intro .intro-text2 .intro-button{
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    text-align: left;
  }

  .header-right {
    float: none;
  }

  .header-left {
    float: none
  }
}

@media screen and (max-width: 1669px) {
  html {
    font-size: 95%;
  }

  .logo-social-networks{
    width: 26%;
  }
}

@media screen and (max-width: 1591px) {
  html {
    font-size: 85%;
  }
}

@media (max-width: 1584px) {
  .intro .intro-text2 {
    width: 55%;
    margin-right: -13rem;
  }

  .intro .intro-left-img {
    width: 65%;
  }

  .section-heading-text {
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 1434px) {
  html {
    font-size: 75%;
  }

  .color-title2 {
    font-size: 2.2rem;
  }

  .section-heading-text{
    font-size: 135%;
  }
}

@media screen and (max-width: 1278px) {
  html {
    font-size: 65%;
  }

  .section-heading-text{
    font-size: 150%;
  }

  .color-title2 {
    font-size: 3rem;
  }

  #contacts-employers .employers-item .fh5co-text p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1199px) {
    .section-heading-text {
        font-size: 120%;
    }
}

    @media screen and (max-width: 1163px) {
        html {
            font-size: 55%;
        }

        .section-heading-text {
            font-size: 140%;
        }

        .right-image-post p,
        .left-image-post p {
            font-size: 200%;
        }
    }

    @media screen and (max-width: 1051px) {
        html {
            font-size: 50%;
        }

        .section-heading-text {
            font-size: 160%;
        }
    }

    @media screen and (max-width: 995px) {
        html {
            font-size: 45%;
        }

        .section-heading-text {
            font-size: 200%;
        }

        .right-banner-content p {
            font-size: 170%;
        }

        #contacts-employers .employers-item .fh5co-text p {
            font-size: 1.6rem;
        }
    }



    @media screen and (min-width: 991px) {
        .footer .select-languages li {
            display: none;
        }
    }

    @media screen and (max-width: 991px) {
        .header .select-languages li {
            display: none;
        }

        #carouselIndex {
            padding-top: 2rem;
            height: 60rem;
        }

        .carousel-item {
            height: 60rem;
        }

        .intro .intro-text2 {
            width: 100%;
            margin-right: -13rem;
            background-color: rgba(255, 255, 255, 0.85);
        }

        .intro .intro-left-img,
        .intro .intro-right-img {
            width: 100%;
        }

        .bg-faded2 {
            background-color: rgba(255, 255, 255, 0.85);
            margin-left: 0rem;
            width: 100%;
        }

        .bg-faded3 {
            background-color: #83A697;
            margin-left: 0rem;
            width: 100%;
        }

        #button-gototop {
            display: none;
        }

        .section-heading-text,
        .section-heading .section-heading-lower,
        .btn-xl {
            font-size: 240%;
        }

        .footer p {
            font-size: 2rem;
        }

        #mainNav .navbar-nav .nav-item {
            margin-left: 0rem;
            padding-left: 10%;
            position: relative;
            transition-duration: 0.5s;
        }

            #mainNav .navbar-nav .nav-item.active {
                background-color: #404040;
                padding-left: 10%;
                position: relative;
                transition-duration: 0.5s;
            }


        #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu {
            width: 45rem;
            margin-left: 37rem;
            margin-top: -6rem;
            border-top: none;
            border-left: 0.2rem solid #404040;
            z-index: 1000;
        }

            #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu a {
                font-size: 3rem;
            }

                #mainNav .navbar-nav .scrolling-up-menu .scrolling-down-menu a:hover {
                    background-color: #404040;
                    color: #FFF;
                }

        #contacts-employers .employers-item img {
            width: 30rem;
            height: 20rem
        }

        .footer .language {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 900px) {
        html {
            font-size: 40%;
        }

        #contacts-employers .employers-item img {
            width: 33rem;
            height: 25rem
        }
    }

    @media screen and (max-width: 767px) {
        .banner .left-banner-content {
            min-height: 70rem;
            height: 70rem;
            width: auto;
            margin-top: 4.5rem;
            margin-bottom: 0rem;
        }

        .right-banner-content {
            margin-top: 1rem;
        }

            .right-banner-content p {
                font-size: 300%;
            }

        .productions span {
            font-size: 130%;
        }

        #contacts-employers .employers-item img {
            width: 38rem;
            height: 25rem
        }

        .right-image-post {
            margin-top: 4rem;
            padding-top: 2rem;
        }

        #contacts-employers .employers-item .fh5co-text p {
            font-size: 1.8rem;
        }
    }

    @media screen and (max-width: 731px) {
        html {
            font-size: 35%;
        }

        #contacts-employers .employers-item img {
            width: 43rem;
            height: 32rem
        }

        .right-banner-content {
            margin-top: 1rem;
            min-height: 58rem;
            height: 58rem;
        }

        .right-image-post p, .left-image-post p {
            font-size: 300%;
        }
    }

    @media screen and (max-width: 654px) {
        html {
            font-size: 30%;
        }

        .header {
            font-size: 20%;
        }

        .right-banner-content {
            margin-top: 1rem;
            min-height: 60rem;
            height: 60rem;
        }

        #contacts-employers .employers-item img {
            width: 50rem;
            height: 38rem
        }

        h1 {
            font-size: 4rem;
        }

        .color-title2 {
            font-size: 4rem;
        }
    }

    @media screen and (max-width: 576px) {
        html {
            font-size: 25%;
        }

        .header {
            font-size: 25%;
        }

        #contacts-employers .employers-item img {
            width: 60rem;
            height: 42rem;
        }

        .name-business {
            font-size: 4rem;
        }

        .name-business2 {
            font-size: 2.5rem;
        }

        .section-heading-text {
            font-size: 300%;
        }

        .productions span {
            font-size: 90%;
        }

        #contacts-employers .employers-item .fh5co-text p {
            font-size: 3rem;
        }

        .footer p {
            font-size: 3rem;
        }
    }

    @media screen and (max-width: 575px) {
        #contacts-employers .employers-item img {
            width: 132rem;
            height: 80rem
        }
    }

    @media screen and (max-width: 500px) {
        html {
            font-size: 20%;
        }

        #contacts-employers .employers-item img {
            width: 142rem;
            height: 82rem
        }

        .footer .language {
            font-size: 2rem;
        }

        .right-banner-content {
            min-height: 68rem;
            height: 68rem;
        }

            .right-banner-content p {
                font-size: 330%;
            }
    }

    @media (min-width: 500px) {
        #button-gototop {
            margin-bottom: 4rem;
        }
    }

    @media screen and (max-width: 400px) {
        .logo-business {
            width: 13.5rem;
        }

        .logo-business2 {
            width: 10rem;
        }

        .name-business {
            font-size: 3.8rem;
        }

        .name-business2 {
            font-size: 2.7rem;
        }

        .color-title2 {
            font-size: 3.5rem;
        }

        .footer p {
            font-size: 2.3rem;
        }
    }