@font-face {
    font-family: "BreveSansText_Book";
    font-style: normal;
    font-weight: 400;
    src: local("BreveSansText_Book"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Book.woff2) format("woff2"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Book.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "BreveSansText_Light";
    font-style: normal;
    font-weight: 400;
    src: local("BreveSansText_Light"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Light.woff2) format("woff2"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Light.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "BreveSansText_Medium";
    font-style: normal;
    font-weight: 600;
    src: local("BreveSansText_Medium"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansTitle-Medium.woff2) format("woff2"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansTitle-Medium.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "BreveSansText_Bold";
    font-style: normal;
    font-weight: 700;
    src: local("BreveSansText_Bold"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Bold.woff2) format("woff2"),
        url(https://ii.ct-stc.com/37/whitelabel/497/BreveSansText-Bold.woff) format("woff");
    font-display: swap;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container_header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1410px) {
  .container_header {
    max-width: 1410px;
  }
}
.block_menu {
  display: block;
}
.hidden_menu {
  display: none;
}
@media (min-width: 960px) {
  .lg\:hidden_menu {
    display: none;
  }
  .lg\:block_menu {
    display: block;
  }
}
.main_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 999;
}
@media (max-width: 959px) {
  .main_header {
    height: 60px;
  }
}
.main_header .header_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main_header .header_wrapper .logo_wrapper {
  max-width: 100%;
  z-index: 9;
}
.main_header .header_wrapper .navbar_logo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
@media (max-width: 959px) {
  .main_header .header_wrapper .header_logo,
  .main_header .header_wrapper .header_logo_page {
    width: 160px;
    height: auto;
  }
}
.main_header #navbarToggler {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  text-transform: none;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 6px 12px;
  border-radius: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}
.main_header #navbarToggler > span {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background-color: #090e34;
}
.main_header #navbarToggler > span:first-child,
.main_header #navbarToggler > span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.main_header #navbarToggler > span:nth-child(2) {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main_header #navbarToggler.navbarTogglerActive > span:first-child {
  top: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.main_header #navbarToggler.navbarTogglerActive > span:nth-child(2) {
  opacity: 0;
}
.main_header #navbarToggler.navbarTogglerActive > span:nth-child(3) {
  top: -8px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
.main_header #navbarCollapse {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
@media (max-width: 959px) {
  .main_header #navbarCollapse {
    position: absolute;
    top: 56px;
    right: 0;
    width: 100%;
    padding: 1.25rem 0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    z-index: 9;
  }
}
.main_header #navbarCollapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .main_header #navbarCollapse > ul {
    position: relative;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
  }
}
.main_header #navbarCollapse > ul > li {
  position: relative;
}
.main_header #navbarCollapse > ul > li > a {
  display: block;
  padding: 0 1rem;
  font-family: "BreveSansTitle_Medium";
  font-size: 16px;
  line-height: 76px;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
  color: #090e34;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main_header #navbarCollapse > ul > li > a.active,
.main_header #navbarCollapse > ul > li > a:hover {
  opacity: 1;
  color: #94292e;
}
@media (max-width: 959px) {
  .main_header #navbarCollapse > ul > li > a {
    line-height: 1;
    color: #090e34;
    padding: 1rem 2.6rem;
  }
  .main_header #navbarCollapse > ul > li > a.active,
  .main_header #navbarCollapse > ul > li > a:hover {
    opacity: 1;
    color: #94292e;
  }
}
.home section h1,
.home section h2,
.home section h3,
.home section h4,
.home section h5,
.home section h6 {
  font-family: Arial, Helvetica, sans-serif;
}
.home section p {
  font-family: Arial, Helvetica, sans-serif;
}
.home section:not(.component_LastOffersHorizontal) h1,
.home section:not(.component_LastOffersHorizontal) h2,
.home section:not(.component_LastOffersHorizontal) h3,
.home section:not(.component_LastOffersHorizontal) h4,
.home section:not(.component_LastOffersHorizontal) h5,
.home section:not(.component_LastOffersHorizontal) h6 {
  font-family: "BreveSansText_Bold", Arial, Helvetica, sans-serif;
}
.home section:not(.component_LastOffersHorizontal) p {
  font-family: "BreveSansText_Book", Arial, Helvetica, sans-serif;
}
.home section.component_LastOffersHorizontal h2 {
  font-family: "BreveSansText_Bold", Arial, Helvetica, sans-serif;
}
.home section.component_AddCvDB h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
.home section.component_AddCvDB p {
  font-size: 17px;
  font-size: 1.7rem;
}