@charset "UTF-8";
/*  
Theme Name: Manag clear theme
Theme URI: https://manag.cz;
Description: Manag clear theme
Version: 2.2
Author: manag.cz
Author URI: https://manag.cz;
*/
@font-face {
  font-family: m-medium;
  src: url(./font/Avenir-Medium.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/Avenir-Roman.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/Avenir-Black.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

.style_title h2 {
  margin-top: 30px; }
.style_title a {
  text-decoration: underline;
  color: #B40A32; }

#content_page table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

#content_page table td, #content_page table th {
  padding: 4px;
  font-size: 14px; }

#content_page table th {
  text-align: left;
  background-color: #B40A32;
  color: white;
  padding: 15px;
  font-family: 'm-black'; }

#content_page p {
  color: #1D1D1B !important; }

.hero_buttons_wrapper .col-md-2 {
  padding-right: 15px;
  padding-left: 15px; }

#red_box .col-md-3 {
  padding-right: 15px;
  padding-left: 15px; }

.hero_buttons_wrapper .single_box:last-of-type .btn_divider {
  display: none !important; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px; }

header {
  width: 100%;
  z-index: 999;
  position: fixed;
  width: 100%;
  transition: all 0.15s;
  background: transparent; }
  header.scrolled2 {
    background: url("./images/fixed_menu.jpg");
    transition: all 0.15s;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
    header.scrolled2 .over_menu {
      transition: all 0.15s; }
  header #nav {
    padding: 15px 0px; }
  header .logos {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
    gap: 35px; }
  header .logo {
    display: inline-flex;
    position: relative;
    top: 0px; }
    header .logo.logo_manag img {
      width: 164px; }
    header .logo.logo_multicraft img {
      width: 90px; }
  header .navbar-collapse {
    display: inline-block;
    float: left; }
  header .over_menu {
    margin-top: 12px;
    background: #453E40;
    border-radius: 37px;
    padding: 14px 35px; }
  header .lang_menu {
    display: inline-block;
    margin-left: 35px; }
  header .lang_menu a.active {
    color: white; }
  header .lang_menu a {
    color: #9D9D9C;
    font-size: 16px;
    font-family: m-medium;
    margin-right: 8px; }
    header .lang_menu a:hover {
      color: white; }
  header .lang_menu a:last-of-type {
    margin-right: 0px; }
  header ul {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative; }
    header ul li {
      display: inline-block;
      margin-right: 35px;
      height: 100%;
      position: relative; }
      header ul li:last-of-type {
        margin-right: 0px; }
      header ul li.current-menu-item a {
        font-family: m-medium;
        text-decoration: none;
        color: #DBC295; }
      header ul li.active a {
        color: white; }
      header ul li a {
        color: #DBC295;
        font-size: 16px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-medium;
        text-transform: uppercase; }
        header ul li a:hover {
          text-decoration: none;
          color: white; }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 0;
    padding-top: 0; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-l {
  display: flex;
  justify-content: left;
  align-items: center; }

.flex-r {
  display: flex;
  justify-content: right;
  align-items: center; }

.other_text {
  margin-top: 50px; }

/*#hero_home{
    height: 1280px;
    background-size:cover !important;
    background-position: center center !important;
    margin-bottom: 120px;
}*/
/******************************************/
:root {
  --radius: 220px;
  --arc-stroke: 1px;
  --needle: #e26b7b;
  --muted: #b3b0ad;
  --dot: #dcd7d2;
  --dot-size: 9px;
  --base-offset: 28px;
  --label-offset-radius: 32px;
  --r-eff: calc(var(--radius) - (var(--arc-stroke) / 2));
  --r-label: calc(var(--radius) + var(--label-offset-radius)); }

#hero_home.page_height {
  height: 700px; }

#hero_home.page_height .hero_content {
  margin-top: 0px;
  height: 700px; }

#hero_home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 120px; }

#hero_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.8); }

.hero_overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.hero_content {
  margin-top: -100px;
  color: white;
  height: 100vh; }

.hero_content h1 {
  font-family: m-black, sans-serif;
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  text-transform: uppercase; }

.hero_content p {
  font-family: m-medium, sans-serif;
  font-size: 30px;
  color: #DBC295;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin: 0; }

.hero_buttons_wrapper {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0; }

.hero_buttons_wrapper .row {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 65px 40px;
  border-radius: 20px;
  margin: 0 15px; }

.hero_buttons_wrapper .col-md-2 {
  position: relative;
  display: flex;
  align-items: stretch; }

.single_box {
  text-decoration: none !important;
  color: inherit; }

.single_box:hover,
.single_box:focus,
.single_box:active {
  text-decoration: none !important;
  color: inherit; }

.btn_item {
  cursor: pointer;
  transition: transform 0.2s;
  width: 100%; }

.single_box:hover .btn_item {
  transform: translateY(-5px); }

.btn_text {
  width: 100%; }

.btn_title_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px; }

.btn_title {
  font-family: m-black, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #1D1D1B;
  margin: 0;
  text-transform: uppercase;
  flex: 1;
  text-decoration: none !important; }

.btn_icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  top: -4px; }

.btn_icon img {
  width: 30px;
  height: 30px; }

.btn_subtitle {
  font-family: m-regular, sans-serif;
  font-size: 13px;
  color: #1D1D1B;
  line-height: 1.3;
  width: 100%;
  text-decoration: none !important; }

.btn_divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 135px;
  background-color: #DADAD9; }

/* Responzivní úpravy */
@media (max-width: 991px) {
  #hero_home {
    height: auto;
    min-height: 100%;
    background-image: url("images/web_top.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 80px 0; }

  #hero_home video {
    display: none; }

  .hero_overlay {
    height: auto;
    min-height: auto; }

  .hero_content {
    margin-top: 40px;
    color: white;
    height: 300px; }

  .hero_content h1 {
    font-size: 50px; }

  .hero_content p {
    font-size: 24px; }

  .hero_buttons_wrapper {
    position: static;
    margin-top: 10px; }

  .btn_divider {
    display: none; } }
@media (max-width: 768px) {
  #hero_home {
    padding: 40px 0 60px 0; }

  .hero_content {
    padding-top: 20px; }

  .hero_content h1 {
    font-size: 36px; }

  .hero_content p {
    font-size: 20px; }

  .hero_buttons_wrapper {
    margin-top: 10px; }

  .hero_buttons_wrapper .row {
    padding: 20px; } }
/*******************************************/
#red_box {
  width: 100%;
  margin-top: 140px; }

.red_box_wrapper {
  background-image: url(./images/footer_contact.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 31px 40px; }

.red_box_wrapper .row {
  display: flex;
  align-items: stretch;
  margin: 0; }

.red_box_wrapper .col-md-3 {
  position: relative;
  display: flex; }

.red_box_item {
  color: #ffffff;
  width: 100%; }

.red_box_title {
  font-family: m-black, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0px; }

.red_box_name {
  font-family: m-regular, sans-serif;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 10px 0; }

.red_box_email,
.red_box_phone {
  font-family: m-regular, sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
  transition: opacity 0.3s; }

.red_box_email:hover,
.red_box_phone:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #ffffff; }

.red_box_email:focus,
.red_box_phone:focus,
.red_box_email:active,
.red_box_phone:active {
  text-decoration: none !important;
  color: #ffffff; }

.red_box_wrapper .col-md-3:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  width: 1px;
  height: 135px;
  background-color: #ffffff; }

/* Responzivní úpravy */
@media (max-width: 991px) {
  #red_box {
    padding: 40px 0; }

  .red_box_wrapper {
    padding: 40px 30px;
    min-height: auto; }

  .red_box_item {
    margin-bottom: 30px; }

  .col-md-3:last-child .red_box_item {
    margin-bottom: 0; }

  .red_box_wrapper .col-md-3:not(:last-child)::after {
    display: none; } }
@media (max-width: 768px) {
  #red_box {
    padding: 30px 0; }

  .red_box_wrapper {
    padding: 30px 20px;
    border-radius: 15px; }

  .red_box_title {
    font-size: 14px;
    margin-bottom: 10px; }

  .red_box_name {
    font-size: 20px; }

  .red_box_email,
  .red_box_phone {
    font-size: 16px; } }
/********************************************/
.container {
  max-width: 1470px; }

.content_part {
  margin-bottom: 180px; }
  .content_part .black_text p {
    color: #1D1D1B; }
  .content_part .special_ul .ico_content_part {
    margin-bottom: 80px; }
  .content_part .left_a img {
    float: left; }
  .content_part .right_a img {
    float: right; }
  .content_part h2 {
    font-size: 36px;
    font-family: m-black;
    color: #B40A32;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .content_part h3 {
    font-size: 18px;
    font-family: m-black;
    color: #1D1D1B;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .content_part p {
    font-size: 18px;
    font-family: m-regular;
    color: #B40A32; }
  .content_part ul {
    margin-top: 20px;
    list-style-type: none !important;
    padding: 0;
    margin: 0; }
    .content_part ul li {
      margin-bottom: 10px;
      position: relative;
      list-style-type: none !important;
      text-indent: -45px;
      margin-left: 45px;
      color: #1D1D1B;
      font-size: 18px;
      font-family: m-regular; }
      .content_part ul li:last-of-type {
        margin-bottom: 0px; }
      .content_part ul li:before {
        content: "";
        display: inline-block;
        background: url(./images/plus.svg);
        width: 30px;
        height: 30px;
        position: relative;
        top: 11px;
        margin-right: 15px; }
  .content_part .ico_content_part {
    width: 100%;
    max-width: 740px; }

#kariera {
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 120px;
  padding: 315px 0px; }
  #kariera h2 {
    font-size: 36px;
    font-family: m-black;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px; }
  #kariera h3 {
    font-size: 18px;
    font-family: m-black;
    color: #1D1D1B;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #kariera p {
    font-size: 18px;
    font-family: m-regular;
    color: #FFFFFF; }
  #kariera ul {
    margin-top: 20px;
    list-style-type: none !important;
    padding: 0;
    margin: 0; }
    #kariera ul li {
      margin-bottom: 6px;
      position: relative;
      list-style-type: none !important;
      text-indent: -45px;
      margin-left: 45px;
      color: #FFFFFF;
      font-size: 18px;
      font-family: m-regular; }
      #kariera ul li:last-of-type {
        margin-bottom: 0px; }
      #kariera ul li:before {
        content: "";
        display: inline-block;
        background: url(./images/sipka.svg);
        width: 30px;
        height: 30px;
        position: relative;
        top: 11px;
        margin-right: 15px; }
  #kariera .ico_content_part {
    width: 100%;
    max-width: 740px; }

#copy_foot p {
  text-align: center;
  margin-top: 40px;
  font-family: m-regular;
  color: white;
  font-size: 18px; }
#copy_foot a {
  font-family: m-regular;
  text-decoration: underline;
  color: white;
  font-size: 18px; }

footer {
  padding: 80px 0px 15px 0px;
  background-size: cover !important;
  background-position: center center !important; }
  footer iframe {
    border-radius: 25px;
    width: 100%; }
  footer h2 {
    font-size: 40px;
    color: white;
    font-family: m-black;
    margin-bottom: 15px; }
  footer h3 {
    font-size: 18px;
    color: white;
    font-family: m-black;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 5px; }
  footer .adresa {
    font-size: 24px;
    color: white;
    font-family: m-regular;
    margin-bottom: 8px; }
  footer p {
    font-size: 18px;
    color: white;
    font-family: m-regular; }
  footer a {
    font-size: 18px;
    color: white;
    font-family: m-regular;
    margin-bottom: 10px;
    display: inline-block; }
    footer a:hover {
      color: white !important; }
  footer .ico_foot {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -3px; }
  footer .jmeno {
    margin-bottom: 8px;
    font-size: 20px; }

@media screen and (max-width: 1420px) {
  #red_box .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }

  .red_box_wrapper .col-md-3:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    width: 1px;
    height: 120px;
    background-color: #ffffff; }

  .red_box_wrapper .col-md-3:nth-of-type(2)::after {
    content: unset; } }
@media screen and (max-width: 1300px) {
  .hero_content h1 {
    font-size: 54px;
    margin-bottom: 15px; }

  .hero_content p {
    font-size: 26px; }

  .hero_buttons_wrapper {
    bottom: 60px; }

  .hero_buttons_wrapper .single_box {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 30px; }

  .hero_buttons_wrapper .row {
    padding: 65px 40px 30px 40px; }

  .btn_divider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #DADAD9; }

  .single_box:nth-of-type(3) .btn_divider {
    display: none; }

  .red_box_wrapper {
    padding: 31px 40px 10px 40px; } }
@media screen and (max-width: 1200px) {
  header ul li {
    margin-right: 14px; }

  header .lang_menu {
    margin-left: 14px; }

  .logos {
    gap: 20px !important; }

  .head1 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }

  .head2 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; } }
.over_mobile_menu {
  display: none; }

@media screen and (max-width: 991px) {
  #kariera {
    padding: 160px 0px; }

  #hero_home.page_height .hero_content {
    margin-top: 0px;
    height: 500px; }

  #hero_home.page_height {
    height: 500px; }

  #hero_home.page_height .hero_content {
    margin-top: -45px;
    height: 500px; }

  .over_mobile_menu {
    display: block; }

  #hero_home {
    margin-bottom: 70px; }

  .content_part {
    margin-bottom: 70px; }

  header.scrolled2 {
    background-color: #7F292C;
    background-image: linear-gradient(to right, #7F292C 0%, #45110D 100%); }

  .head1 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  .head2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 20px;
    margin-left: 5px;
    display: block;
    float: right;
    color: #DBC295;
    border: unset; }

  header .lang_menu {
    margin-left: 0; }

  header .over_menu {
    margin-top: 20px;
    background: #453E40;
    border-radius: 37px;
    padding: 9px 23px; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 108px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: #1D1D1B; }
        #mobile_menu ul li a {
          font-family: m-black;
          font-size: 18px;
          color: #1D1D1B;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: m-black;
            font-size: 18px;
            color: #1D1D1B;
            height: 100%;
            display: block; }

  #red_box {
    width: 100%;
    margin-top: 0px; } }
@media screen and (max-width: 800px) {
  .hero_content h1 {
    font-size: 46px;
    margin-bottom: 15px; }
    .hero_content h1 br {
      display: none !important; } }
@media screen and (max-width: 767px) {
  #kariera {
    padding: 190px 0px; }

  .container {
    max-width: 95%; }

  #content_page .ico_content_part {
    margin-top: 0px; }

  #content_page .order1 {
    order: 2; }

  #content_page .order2 {
    order: 1;
    margin-bottom: 30px; }

  #kontakt iframe {
    margin-top: 20px; }

  #copy_foot p {
    margin-top: 5px; }

  /** {
    outline: 1px solid red;
  }*/
  .ico_content_part {
    margin-top: 30px; }

  #kariera {
    margin-bottom: 70px; }

  .content_part .order1 {
    order: 1; }

  .content_part .order2 {
    order: 2; }

  #kariera .col-md-7 {
    display: none; }

  #kariera {
    overflow-x: hidden;
    width: 100%; }

  .hero_buttons_wrapper .single_box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 650px) {
  .hero_content h1 {
    font-size: 36px;
    margin-bottom: 15px; }

  .hero_content p {
    font-size: 22px; } }
@media screen and (max-width: 600px) {
  #red_box .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px; } }
@media screen and (max-width: 550px) {
  #mobile_menu {
    top: 95px; }

  .hero_buttons_wrapper .single_box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }

  .hero_buttons_wrapper .row {
    padding: 53px 23px 30px 23px; }

  header .over_menu {
    border-radius: 25px;
    padding: 9px 9px; }

  header .logo.logo_manag img {
    width: 140px; }

  header .logo.logo_multicraft img {
    width: 75px; }

  header .over_menu {
    margin-top: 8px; }

  .navbar-toggler {
    margin-top: 8px; } }
@media screen and (max-width: 450px) {
  #mobile_menu {
    top: 81px; }

  .head1 {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%; }

  .head2 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%; }

  header .logo.logo_manag img {
    width: 125px; }

  header .logo.logo_multicraft img {
    width: 69px; }

  .logos {
    gap: 15px !important; }

  header .over_menu {
    margin-top: 6px; }

  .navbar-toggler {
    margin-top: 6px; } }
/*Timeline*/
.wrap {
  max-width: 860px;
  margin: 48px auto; }

.dial {
  position: relative;
  width: calc(var(--radius)*2 + 60px);
  height: calc(var(--radius) + 120px);
  margin: 0 auto; }

.arc {
  position: absolute;
  left: 50%;
  bottom: var(--base-offset);
  width: calc(var(--radius)*2);
  height: var(--radius);
  transform: translateX(-50%);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  border: var(--arc-stroke) dashed #e7e3de;
  border-bottom: none;
  z-index: 1; }

.pivot {
  position: absolute;
  left: 50%;
  bottom: calc(var(--base-offset) - 6px);
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid var(--needle);
  border-radius: 50%;
  z-index: 3; }

.needle {
  --angle:270deg;
  position: absolute;
  left: 50%;
  bottom: var(--base-offset);
  width: 2px;
  height: calc(var(--r-eff));
  background: var(--needle);
  transform-origin: 50% 100%;
  transform: translateX(-50%) rotate(var(--angle));
  transition: transform 0.7s cubic-bezier(0.22, 0.8, 0.18, 1);
  z-index: 2; }

.readout {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 320px;
  pointer-events: none;
  z-index: 5;
  background: #fff;
  border-radius: 12px; }

.readout .year {
  display: inline-block;
  font-weight: 800;
  font-size: 25px;
  font-family: 'm-black', sans-serif;
  color: #333;
  background: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 4px; }

.readout .text {
  color: #666;
  font-size: 20px;
  font-family: 'm-regular', sans-serif;
  line-height: 1.4;
  padding: 0 10px;
  margin: 0 auto; }

.ticks {
  position: absolute;
  left: 50%;
  bottom: var(--base-offset);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  z-index: 4; }

.tick-dot {
  --angle:0deg;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 50% 100%;
  transform: rotate(var(--angle)) translateY(calc(-1 * var(--r-eff)));
  cursor: pointer;
  user-select: none; }

.tick-dot .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--dot-size);
  height: var(--dot-size);
  background: var(--dot);
  border-radius: 50%;
  transition: background .2s, transform .2s; }

.tick-dot.active .dot {
  background: var(--needle);
  transform: translate(-50%, -50%) scale(1.3); }

.labels {
  position: absolute;
  left: 50%;
  bottom: var(--base-offset);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  z-index: 4; }

.tick-label {
  --angle:0deg;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 50% 100%;
  cursor: pointer;
  transform: rotate(var(--angle)) translateY(calc(-1 * var(--r-label))) rotate(calc(-1 * var(--angle))); }

.tick-label .label {
  --tilt: 0deg;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--muted);
  font-size: 15px;
  font-family: 'm-regular', sans-serif;
  line-height: 1;
  letter-spacing: .3px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(var(--tilt));
  transition: color .2s, font-weight .2s; }

.tick-label.active .label {
  color: var(--needle);
  font-weight: 700; }

.info-text {
  text-align: center;
  margin-top: 1rem; }

.info-text small {
  font-size: 12px; }

/* Tablet landscape */
@media (max-width: 992px) and (min-width: 769px) {
  :root {
    --radius: 200px;
    --label-offset-radius: 30px; } }
/* Tablet portrait */
@media (max-width: 768px) {
  :root {
    --radius: 180px;
    --label-offset-radius: 28px;
    --base-offset: 26px; }

  .readout {
    max-width: 300px; }

  .dial {
    height: calc(var(--radius) + 110px);
    width: calc(var(--radius)*2 + 50px); }

  .tick-label .label {
    font-size: 13px; }

  .readout .year {
    font-size: 22px; }

  .readout .text {
    font-size: 18px;
    padding: 0 10px; } }
/* Larger mobile */
@media (max-width: 560px) {
  :root {
    --radius: 160px;
    --base-offset: 24px;
    --label-offset-radius: 24px; }

  .readout {
    max-width: 280px; }

  .dial {
    height: calc(var(--radius) + 95px);
    width: calc(var(--radius)*2 + 40px); }

  .tick-label .label {
    font-size: 11px; }

  .readout .year {
    font-size: 20px;
    padding: 4px 10px; }

  .readout .text {
    font-size: 16px;
    padding: 0 10px; }

  .wrap {
    padding: 20px 14px 35px;
    margin: 35px auto; } }
/* Standard mobile */
@media (max-width: 480px) {
  :root {
    --radius: 140px;
    --base-offset: 22px;
    --label-offset-radius: 22px;
    --dot-size: 8px; }

  .readout {
    max-width: 260px; }

  .dial {
    height: calc(var(--radius) + 85px);
    width: calc(var(--radius)*2 + 35px); }

  .tick-label .label {
    font-size: 10px; }

  .readout .year {
    font-size: 18px;
    padding: 3px 9px; }

  .readout .text {
    font-size: 15px;
    padding: 0 10px;
    line-height: 1.35; }

  .wrap {
    padding: 18px 12px 30px;
    margin: 30px auto; }

  .info-text small {
    font-size: 11px;
    padding: 0 10px; } }
/* Smaller mobile */
@media (max-width: 400px) {
  :root {
    --radius: 120px;
    --base-offset: 20px;
    --label-offset-radius: 20px;
    --dot-size: 7px; }

  .readout {
    max-width: 240px; }

  .dial {
    height: calc(var(--radius) + 80px);
    width: calc(var(--radius)*2 + 30px); }

  .tick-label .label {
    font-size: 9px;
    letter-spacing: 0; }

  .readout .year {
    font-size: 17px;
    padding: 3px 8px; }

  .readout .text {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.3; }

  .wrap {
    padding: 15px 10px 25px;
    margin: 25px 10px; }

  .pivot {
    width: 10px;
    height: 10px; } }
/* Extra small mobile - 375px iPhone SE/Mini */
@media (max-width: 375px) {
  :root {
    --radius: 110px;
    --base-offset: 18px;
    --label-offset-radius: 18px;
    --dot-size: 6px; }

  .readout {
    max-width: 220px; }

  .dial {
    height: calc(var(--radius) + 75px);
    width: calc(var(--radius)*2 + 25px); }

  .tick-label .label {
    font-size: 8px;
    letter-spacing: 0; }

  .readout .year {
    font-size: 16px;
    padding: 2px 7px; }

  .readout .text {
    font-size: 13px;
    padding: 0 8px;
    line-height: 1.25; }

  .wrap {
    padding: 12px 8px 22px;
    margin: 20px 8px;
    border-radius: 14px; }

  .info-text small {
    font-size: 10px;
    padding: 0 8px;
    line-height: 1.3; } }
/* Smallest mobile - 350px and below */
@media (max-width: 350px) {
  :root {
    --radius: 100px;
    --base-offset: 16px;
    --label-offset-radius: 16px;
    --dot-size: 5px; }

  .readout {
    max-width: 200px; }

  .dial {
    height: calc(var(--radius) + 70px);
    width: calc(var(--radius)*2 + 20px); }

  .tick-label .label {
    font-size: 7px;
    letter-spacing: 0;
    font-weight: 600;
    /* Lepší čitelnost malého textu */ }

  .readout .year {
    font-size: 15px;
    padding: 2px 6px; }

  .readout .text {
    font-size: 12px;
    padding: 0 6px;
    line-height: 1.2; }

  .wrap {
    padding: 10px 6px 20px;
    margin: 15px 5px;
    border-radius: 12px; }

  .pivot {
    width: 9px;
    height: 9px;
    bottom: calc(var(--base-offset) - 5px); }

  .needle {
    width: 1.5px; }

  .info-text small {
    font-size: 9px;
    padding: 0 5px;
    line-height: 1.2; } }
/* Ultra small - below 320px */
@media (max-width: 320px) {
  :root {
    --radius: 90px;
    --base-offset: 14px;
    --label-offset-radius: 14px;
    --dot-size: 4px; }

  .readout {
    max-width: 180px; }

  .dial {
    height: calc(var(--radius) + 65px);
    width: calc(var(--radius)*2 + 15px); }

  .tick-label .label {
    font-size: 6px;
    letter-spacing: 0;
    font-weight: 600; }

  .readout .year {
    font-size: 14px;
    padding: 1px 5px; }

  .readout .text {
    font-size: 11px;
    padding: 0 5px;
    line-height: 1.15; }

  .wrap {
    padding: 8px 4px 18px;
    margin: 12px 3px;
    border-radius: 10px; }

  .info-text small {
    font-size: 8px;
    padding: 0 3px; } }
/* Landscape mode adjustments */
@media (max-height: 500px) and (orientation: landscape) {
  :root {
    --radius: 100px;
    --base-offset: 16px;
    --label-offset-radius: 16px; }

  .wrap {
    margin: 10px auto;
    padding: 10px 8px 20px; }

  .dial {
    height: calc(var(--radius) + 60px); }

  .readout .year {
    font-size: 16px; }

  .readout .text {
    font-size: 12px;
    padding: 0 8px; } }
/* Přechody pro plynulé změny */
* {
  transition: font-size 0.3s ease, padding 0.3s ease, margin 0.3s ease; }

/* Zajištění, že se timeline vejde na všechny obrazovky */
@media (max-width: 350px) {
  body {
    min-width: 320px;
    overflow-x: auto; } }

/*# sourceMappingURL=style.css.map */
