@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/subset-Gotham-Bold.eot");
  src: url("../fonts/subset-Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Bold.woff") format("woff"), url("../fonts/subset-Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/subset-Gotham-Book.eot");
  src: url("../fonts/subset-Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Book.woff") format("woff"), url("../fonts/subset-Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/subset-Gotham-Light.eot");
  src: url("../fonts/subset-Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Gotham-Light.woff") format("woff"), url("../fonts/subset-Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  background-color: #51133b;
  color: #fff;
  font-family: "Gotham";
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 45px;
  }
}
body .container {
  position: relative;
  max-width: 1920px;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  body p {
    font-size: 16px;
  }
}
body h2 {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  body h2 {
    font-size: 30px;
  }
}
body a.button {
  background-color: rgba(60, 18, 32, 0.6);
  color: #fff;
  font-size: 29px;
  text-align: center;
  border-radius: 26px;
  padding: 10px 100px;
  text-transform: uppercase;
  margin-top: 16px;
  display: block;
  position: relative;
  width: auto;
  float: left;
}
@media only screen and (max-width: 767px) {
  body a.button {
    position: relative;
    width: 100%;
    padding: 10px;
    float: left;
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  body a.button {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  body a.button {
    padding: 10px 30px;
    width: 100%;
  }
}
body a.button::after {
  content: "";
  background-image: url("../image/sipka-more.png");
  width: 21px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 21px;
}
@media only screen and (max-width: 767px) {
  body a.button::after {
    top: 15px;
  }
}
body .scroll-to-map {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  background-color: rgba(60, 18, 32, 0.6);
  color: #fff;
  border-radius: 13px;
  padding: 5px 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body .scroll-to-map {
    right: 5px;
    bottom: 5px;
  }
}
body .scroll-to-map img {
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}
body #nav {
  background: rgb(74, 17, 63);
  background: linear-gradient(90deg, rgb(74, 17, 63) 10%, rgb(75, 19, 68) 100%);
  padding: 14px 0px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  body #nav {
    padding: 7px 0px;
  }
}
body #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #nav li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
body #nav li:last-child {
  margin-right: 0;
}
body #nav li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
body #nav li:first-child a::after {
  content: "";
  background-image: url("../image/lokalizace.png");
  width: 15px;
  height: 22px;
  position: absolute;
  top: -3px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body #nav .responsive-menu {
  display: none;
}
.menu-container {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.menu-items {
  background: white;
  border-radius: 25px;
  padding: 5px;
  position: relative;
  display: flex;
  gap: 5px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.menu-item {
  color: rgb(74, 17, 63);
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, transform 0.2s ease;
}
.menu-item:hover {
  transform: scale(1.05);
  color: rgb(74, 17, 63);
}
.menu-item.active {
  color: white;
}
.menu-indicator {
  position: absolute;
  background-color: #4b1243;
  border-radius: 15px;
  height: calc(100% - 5px);
  top: 2.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .menu-container {
    display: none;
  }
  .menu-container.show {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgb(74, 17, 63);
    background: linear-gradient(90deg, rgb(74, 17, 63) 10%, rgb(75, 19, 68) 100%);
    padding: 20px;
    z-index: 1000;
  }
  .menu-container.show .menu-items {
    flex-direction: column;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .menu-container.show .menu-item {
    width: 100%;
    text-align: center;
    color: white;
  }
  .menu-container.show .menu-item:hover {
    color: white;
  }
  body #nav .responsive-menu {
    display: block;
    position: relative;
  }
  body #nav .responsive-menu img.menu {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    cursor: pointer;
  }
  body #nav .responsive-menu .lenovo-logo-top {
    height: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  body #nav .responsive-menu {
    display: none;
  }
}
body #banner {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  body #banner {
    padding-top: 15px;
  }
}
body #banner .container {
  width: 100%;
}
body #banner .row {
  min-height: 500px;
}
@media only screen and (min-width: 1025px) {
    .banner-text {
        padding-right: 40px;
    }

    .banner-text h1 {
        opacity: 0;
        animation: textFadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation-delay: 0.3s;
    }

    .banner-text p {
        opacity: 0;
        animation: textFadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation-delay: 0.6s;
    }

    .banner-image-container {
        overflow: hidden;
        position: relative;
        height: 100%;
        min-height: 500px;
    }

    .banner-image-container .side-logo {
        position: fixed;
        right: 0;
        top: 26%;
        height: 40px;
        z-index: 9;
        animation: fadeIn 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation-delay: 0.9s;
        opacity: 0;
    }

    .banner-image-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(74, 17, 63, 0.2) 0%, rgba(75, 19, 68, 0) 100%);
        z-index: 1;
        opacity: 0;
        animation: gradientFade 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    .banner-image-container img.img-fluid {
        position: absolute;
        height: 100%;
        width: auto;
        min-width: 100%;
        max-width: none;
        object-fit: cover;
        object-position: right center;
        animation: bannerZoomEffect 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        will-change: transform, filter;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-text {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .banner-image-container {
        overflow: hidden;
        position: relative;
        height: auto;
        width: 100%;
    }

    .banner-image-container img.img-fluid {
        position: relative;
        width: 100%;
        height: 115%;
        max-width: 100%;
        margin-bottom: -15%;
        object-fit: cover;
        object-position: center 15%;
    }

    .banner-image-container .side-logo {
        display: none;
    }
}

/* Animace pro banner */
@keyframes bannerZoomEffect {
    0% {
        transform: scale(1.05);
        filter: brightness(0.95) blur(3px);
    }
    100% {
        transform: scale(1);
        filter: brightness(1) blur(0);
    }
}

@keyframes gradientFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}
body #lenovoedu {
  width: 100%;
  float: left;
  position: relative;
}
body #lenovoedu .edu-box {
  margin: 80px 0px;
  padding: 250px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body #lenovoedu .edu-box {
    padding: 25px 0px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-box {
    padding: 25px 0px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1830px) {
  body #lenovoedu .edu-box {
    padding: 50px 0px;
  }
}
body #lenovoedu .edu-text {
  width: 27%;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 1830px) {
  body #lenovoedu .edu-text {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-text {
    width: 50%;
  }
}
@media only screen and (max-width: 970px) {
  body #lenovoedu .edu-text {
    width: 100%;
  }
}
body #lenovoedu .edu-text h2 {
  font-size: 79px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body #lenovoedu .edu-text h2 {
    font-size: 30px;
  }
}
body #lenovoedu .edu-text .edu-text-box {
  background-color: rgba(60, 18, 32, 0.42);
  padding: 30px;
  border-radius: 20px;
  min-height: 235px;
}
@media only screen and (max-width: 1830px) {
  body #lenovoedu .edu-text .edu-text-box {
    min-height: unset;
  }
}
body #lenovoedu .edu-text .edu-text-box .text {
  display: none;
  min-height: 150px;
}
body #lenovoedu .edu-text .edu-text-box .text.edu {
  display: block;
}
body #lenovoedu .edu-icon {
  position: absolute;
  height: 883px;
  top: -82%;
  width: 100%;
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1830px) {
  body #lenovoedu .edu-icon {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-icon {
    position: relative;
    top: 0;
    height: 280px;
    overflow: hidden;
  }
  body #lenovoedu .edu-icon .owl-nav {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 60%;
    left: 20%;
  }
  body #lenovoedu .edu-icon .owl-nav .owl-next {
    float: right;
  }
  body #lenovoedu .edu-icon .owl-nav .owl-prev {
    transform: rotate(180deg);
  }
  body #lenovoedu .edu-icon .owl-nav img {
    max-width: 40px;
  }
}
body #lenovoedu .edu-icon .icon {
  width: 267px;
  height: 279px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  transition: 1s;
}
@media only screen and (min-width: 1024px) and (max-width: 1830px) {
  body #lenovoedu .edu-icon .icon {
    position: relative;
    display: inline-block;
    top: 0 !important;
    left: unset !important;
    right: unset !important;
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-icon .icon {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-size: auto;
    background-position: center;
    margin: 0 auto;
  }
}
body #lenovoedu .edu-icon .icon:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-icon .icon:hover {
    transform: scale(1);
  }
}
body #lenovoedu .edu-icon .icon:hover::after {
  transform: scale(1);
}
body #lenovoedu .edu-icon .icon p {
  text-transform: uppercase;
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 80%;
  font-size: 23px;
  left: 10%;
}
@media only screen and (min-width: 1024px) and (max-width: 1830px) {
  body #lenovoedu .edu-icon .icon p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    bottom: 15px;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-icon .icon p {
    width: 70%;
    left: 15%;
    max-width: 209px;
  }
}
body #lenovoedu .edu-icon .icon::after {
  content: "";
  background-image: url("../image/sipka.png");
  position: absolute;
  width: 124px;
  height: 52px;
  right: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1830px) {
  body #lenovoedu .edu-icon .icon::after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  body #lenovoedu .edu-icon .icon::after {
    display: none;
  }
}
body #lenovoedu .edu-icon .icon.icon-1 {
  top: 0px;
  left: 32%;
}
body #lenovoedu .edu-icon .icon.icon-1::after {
  top: 29%;
  right: -56%;
}
body #lenovoedu .edu-icon .icon.icon-2 {
  top: 0px;
  right: 31%;
}
body #lenovoedu .edu-icon .icon.icon-2::after {
  right: -35%;
  bottom: -13%;
  transform: rotate(57deg);
}
body #lenovoedu .edu-icon .icon.icon-3 {
  top: 41%;
  right: 19%;
}
body #lenovoedu .edu-icon .icon.icon-3::after {
  right: 70%;
  bottom: -23%;
  transform: rotate(139deg);
}
body #lenovoedu .edu-icon .icon.icon-4 {
  bottom: -41px;
  right: 35%;
}
body #lenovoedu .edu-icon .icon.icon-4::after {
  left: -56%;
  bottom: 37%;
  transform: rotate(180deg);
}
body #lenovoedu .edu-icon .icon.icon-5 {
  bottom: -41px;
  left: 28%;
}
body #lenovoedu .edu-icon .icon.icon-5::after {
  left: -42%;
  top: -9%;
  transform: rotate(240deg);
}
body #lenovoedu .edu-icon .icon.icon-6 {
  top: 33%;
  left: 18%;
}
body #lenovoedu .edu-icon .icon.icon-6::after {
  left: 51%;
  top: -36%;
  transform: rotate(316deg);
}
body #map {
  width: 100%;
  float: left;
  background: rgb(74, 17, 63);
  background: linear-gradient(90deg, rgb(74, 17, 63) 10%, rgb(75, 19, 68) 100%);
}
body #map .search-input {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  body #map .search-input {
    margin-top: 15px;
  }
}
body #map .search-input #find-partner-location input {
  padding: 30px 51px;
  border-radius: 26px;
}
body #map .search-input #find-partner-location .btn {
  color: #fff;
}
body #map .bps-list-box {
  width: 87%;
}
@media only screen and (max-width: 1024px) {
  body #map .bps-list-box {
    width: 100%;
  }
}
body #map .bps-lists {
  background-color: #fff;
  border-radius: 13px;
  padding: 10px;
  max-height: 521px;
  overflow-y: auto;
  width: 100%;
  float: left;
  display: block;
}
body #map .bps-lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #map .bps-lists ul li {
  color: #441130;
  margin: 30px 30px 30px 0px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
body #map .bps-lists ul li a {
  margin: 0;
  text-decoration: underline;
}
body #map .bps-lists ul li::before {
  content: "";
  background-image: url("../image/lokalizace.png");
  width: 37px;
  height: 58px;
  position: absolute;
  top: -5px;
  left: 0;
}
body #map .bps-lists ul li.selected {
  font-weight: bold;
}
body #map #mapView {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 13px;
}
body #map #mapView .custom-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
body #map #mapView .custom-marker img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%; /* Například kruhové markery */
}
body .product-section h2 {
  font-size: 50px;
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  body .product-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
body .product-section .category-desc {
  min-height: 695px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 387px;
  border-radius: 26px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body .product-section .category-desc {
    min-height: 632px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
body .product-section .category-desc .desc {
  font-size: 21px;
  background-color: rgba(60, 18, 32, 0.6);
  color: #fff;
  padding: 28px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  body .product-section .category-desc .desc {
    font-size: 20px;
  }
}
body .product-section .owl-carousel .item {
  max-width: 387px;
  min-height: 644px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .item {
    min-height: 632px;
    max-width: 100%;
  }
}
body .product-section .owl-carousel .item .info {
  font-size: 15px;
  background-color: rgba(60, 18, 32, 0.6);
  color: #fff;
  padding: 30px 12px;
  border-radius: 26px;
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .item .info {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
body .product-section .owl-carousel .item .info h3 {
  text-align: center;
  margin-bottom: 15px;
}
body .product-section .owl-carousel .item .info h3.without-banner {
  margin-bottom: 59px;
}
body .product-section .owl-carousel .item .info .text-banner {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
body .product-section .owl-carousel .item .info .text-banner span {
  background-color: #c8807d;
  padding: 2px 15px;
  border-radius: 26px;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  body .product-section .owl-carousel .item .info .text-banner span {
    font-size: 15px;
  }
}
body .product-section .owl-carousel .item .info .text-banner span.blue {
  background-color: #294e95;
}
body .product-section .owl-carousel .item .info .text-banner span.pink {
  background-color: #af85a1;
}
body .product-section .owl-carousel .item .info .item-desc {
  overflow-y: auto;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .item .info .item-desc {
    max-height: none;
    margin-bottom: 15px;
  }
}
body .product-section .owl-carousel .item .info .item-desc p {
  margin: 0;
}
body .product-section .owl-carousel .item .info .preview-img {
  width: 80%;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  /*img{
  	max-height: 250px;
  	width: auto;
  	text-align: center;
  	margin: 0 auto;
  }*/
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .item .info .preview-img {
    height: 170px;
  }
}
body .product-section .owl-carousel .owl-nav {
  width: 50%;
  position: relative;
  margin: 0 auto;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .owl-nav {
    width: 100%;
    top: 10px;
  }
}
body .product-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 44px;
}
@media only screen and (max-width: 767px) {
  body .product-section .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
body .product-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
body .product-section .owl-carousel .owl-nav .owl-prev img {
  transform: rotate(180deg);
}
body .product-section .owl-carousel .owl-nav img {
  max-width: 40px;
}
@media only screen and (max-width: 767px) {
  body #lan-school {
    text-align: center;
  }
}
body #lan-school h2 {
  width: 80%;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  body #lan-school h2 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body #lan-school h2 {
    text-align: center;
  }
}
body #lan-school .text {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  body #lan-school .text {
    width: 100%;
  }
}
body #school-installation .text {
  width: 80%;
  float: right;
}
@media only screen and (max-width: 1500px) {
  body #school-installation .text {
    width: 100%;
    float: none;
    text-align: center;
  }
}
body #services {
  background-color: #471246;
}
body #services .services-box {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  body #services .services-box {
    width: 100%;
    padding: 0 15px;
  }
}
body #services .services-box .box {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  margin-right: 60px;
  position: relative;
  float: left;
  background-color: #7B1B30;
  border-radius: 26px;
  padding: 35px 21px;
}
@media only screen and (max-width: 1024px) {
  body #services .services-box .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1500px) {
  body #services .services-box .box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
body #services .services-box .box:last-child {
  margin-right: 0;
}
body #services .services-box .box .icon {
  width: 38%;
  float: left;
}
@media only screen and (max-width: 1500px) {
  body #services .services-box .box .icon {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
body #services .services-box .box .text {
  width: 55%;
  float: right;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  body #services .services-box .box .text {
    width: 100%;
    text-align: center;
  }
}
body #installation .box-info {
  background-color: rgba(123, 27, 48, 0.42);
  border-radius: 26px;
  padding: 31px 18px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body #installation .box-info {
    width: 100%;
  }
}
body #installation .box-info .preview-image {
  margin-bottom: 18px;
}
@media only screen and (max-width: 992px) {
  body #installation .col-12 {
    margin-bottom: 15px;
  }
}
body #accessories .box-info {
  background-color: rgba(123, 27, 48, 0.42);
  border-radius: 26px;
  padding: 31px 18px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body #accessories .box-info {
    width: 100%;
  }
}
body #accessories .box-info .preview-image {
  margin-bottom: 18px;
}
body #accessories .row {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  body #accessories .row {
    margin-bottom: 0px;
  }
}
body #accessories .row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  body #accessories .row .col-12 {
    margin-bottom: 15px;
  }
}
body #lenovoedu,
body #pronejmensi,
body #all-in-one,
body #tablets,
body #servers,
body #school-installation,
body #installation {
  width: 100%;
  float: left;
  background: rgb(96, 25, 65);
  background: linear-gradient(90deg, rgb(96, 25, 65) 10%, rgb(123, 27, 48) 100%);
}
body #banner,
body #pro-zaky-a-ucitele,
body #workstation,
body #monitors,
body #lan-school,
body #services,
body #accessories {
  width: 100%;
  float: left;
  background: rgb(74, 17, 63);
  background: linear-gradient(90deg, rgb(74, 17, 63) 10%, rgb(75, 19, 68) 100%);
}

/* Kontaktní formulář overlay */
.contact-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.contact-overlay.show {
    display: flex;
    opacity: 1;
}

.contact-form {
    background: linear-gradient(90deg, rgb(96, 25, 65) 10%, rgb(123, 27, 48) 100%);
    padding: 40px;
    border-radius: 26px;
    position: relative;
    width: 50%;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
    .contact-form {
        width: 80%;
        padding: 30px;
    }
}

.contact-overlay.show .contact-form {
    transform: translateY(0);
    opacity: 1;
}

.contact-form h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.contact-form p {
    color: #fff;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Gotham";
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.close-button:hover {
    transform: scale(1.1);
}

.submit-button {
    background-color: #fff;
    color: #7B1B30;
    border: none;
    padding: 12px 40px;
    border-radius: 13px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: "Gotham";
    font-weight: bold;
}

.submit-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.success-message {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(96, 25, 65) 10%, rgb(123, 27, 48) 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 13px;
    z-index: 1001;
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}