/*//////// YAGIDKA FRANCHISING ////////*/
/*////////////////////////////////////*/

.yagidka-franch-wrapper {
  display: flex;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  -moz-box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  box-shadow: 0px 2px 6px 1px rgba(103, 61, 134, 0.7);
  border-radius: 10px;
  margin: 0 15px;
  background-color: #f9f3fc;
}

.yagidka-franch-body {
  display: flex;
  width: 100%;
}

.yagidka-franch-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.yagidka-franch-item {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  min-height: 400px;
}

.yagidka-franch-item.franch-item-text {
  flex: 0 0 50%;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  font-family: 'SKODA Next' !important;
}

.yagidka-franch-item-title {
  margin-bottom: 10px;
  text-align: center;
}

.yagidka-franch-item.franch-item-text ol li,
.yagidka-franch-item.franch-item-text p {
  font-size: 14.4px !important;
  margin-bottom: 0 !important;
}

.yagidka-franch-item.franch-item-text p {
  text-align: center;
}

.yagidka-franch-item.franch-item-text p span {
  font-weight: 600;
}

.yagidka-franch-item.franch-item-img-right,
.yagidka-franch-item.franch-item-img-left,
.yagidka-franch-item.franch-item-video-right {
  flex: 0 0 50%;
  overflow: hidden;
}

.yagidka-franch-item.franch-item-img-right img {
  border-radius: 0 10px 10px 0;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
}

.yagidka-franch-item.franch-item-video-right video {
  border-radius: 0 10px 10px 0;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
}

.yagidka-franch-item.franch-item-img-left img {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
}

.yagidka-vertical-dotted-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
}

.yagidka-vertical-dotted-line {
  border-left: 3px dashed #522a6c;
  height: 100px;
  position: absolute;
  left: 50%;
}

.yagidka-vertical-dotted-line i {
  position: absolute;
  left: -18px;
  top: 30px;
  font-size: 40px;
  background-color: #fff;
}

.picture-franch-body {
  flex-direction: column;
}

.picture-franch-item-title {
  padding: 20px 20px;
}

.yagidka-franch-item-block {
  display: flex;
  flex: 0 0 33.3333%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px;
}

.yagidka-franch-item-block img {
  width: 100px;
  margin-bottom: 10px;
}

.yagidka-franch-item-block p {
  margin-bottom: 0 !important;
  text-align: center;
}

.yagidka-block-long-line {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #522a6c;
  border-top: 2px solid #522a6c !important;
}

.yagidka-block-short-line {
  width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #522a6c;
  border-top: 2px solid #522a6c !important;
}

.yagidka-franch-item.franch-format-item {
  max-height: 400px;
  min-height: 400px;
}

.yagidka-franch-item.franch-item-img-right.franch-format-item img {
  max-height: 400px !important;
  min-height: 400px !important;
}

.yagidka-franch-format-btn {
  margin-top: 30px;
  margin-bottom: 15px;
}

.yagidka-franch-format-btn a {
  border: 2px solid #522a6c;
  padding: 11px 23px !important;
  text-transform: uppercase;
  border-radius: 10px !important;
  color: #522a6c !important;
  transition: 0.3s;
  font-weight: 600 !important;
  font-size: 14.4px !important;
}

.yagidka-franch-format-btn a:hover {
  color: #fff !important;
  background-color: #522a6c;
}

.yagidka-distrib-body p {
  font-size: 14.4px;
}

.yagidka-distrib-body ul li {
  font-size: 14.4px;
}

.yagidka-franch-item.distrib-item-form {
  flex: 0 0 50%;
  padding: 20px 20px;
  max-height: 100% !important;
  min-height: 100% !important;
  justify-content: center;
}

.yagidka-franch-item.distrib-item-img-left {
  flex: 0 0 50%;
  max-height: 520px;
  min-height: 520px;
}

.yagidka-franch-item.distrib-item-img-left img {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  width: 100%;
  max-height: 520px;
  min-height: 520px;
}

@media screen and (max-width: 1200px) {
  .yagidka-franch-item,
  .yagidka-franch-item.franch-item-text,
  .yagidka-franch-item.franch-item-img-right img,
  .yagidka-franch-item.franch-item-img-left img,
  .yagidka-franch-item.franch-item-video-right video {
    max-height: 100% !important;
    min-height: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .yagidka-franch-items {
    flex-direction: column;
  }

  .yagidka-franch-item,
  .yagidka-franch-item.franch-item-img-right img,
  .yagidka-franch-item.franch-item-img-left img,
  .yagidka-franch-item.franch-item-video-right video {
    max-height: 400px !important;
    min-height: auto !important;
  }

  .yagidka-franch-item.franch-item-text {
    order: 1;
    max-height: 100% !important;
    min-height: auto !important;
  }

  .yagidka-franch-item.franch-item-img-right,
  .yagidka-franch-item.franch-item-img-left {
    order: 0;
  }

  .yagidka-franch-item.franch-item-text ol {
    margin-bottom: 0 !important;
  }

  .yagidka-franch-item.franch-item-img-right img,
  .yagidka-franch-item.franch-item-img-left img,
  .yagidka-franch-item.franch-item-video-right video {
    border-radius: 10px 10px 0 0;
  }

  .yagidka-franch-item.distrib-item-img-left {
    display: none;
  }
}
