.calc-wrapper .build {
  gap: 40px;
  display: grid;
  grid-template-columns: 260px 1fr;
}
.calc-wrapper .build h2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.calc-wrapper .build fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.calc-wrapper .build .right_part .build-img .color {
  gap: 20px;
  display: flex;
}
.calc-wrapper .build .right_part .build-img .color > * {
  flex: 1;
}
.calc-wrapper .build .right_part .build-img .color > * fieldset {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.calc-wrapper .build .right_part .build-img .color > * fieldset label {
  color: #3A3A3A;
  font-size: 18px;
}
.calc-wrapper .build .right_part .build-img .color > * fieldset .slider-block {
  width: 100%;
}
.calc-wrapper .build .right_part .build-img .color > * fieldset .slider-block .container-color ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.calc-wrapper .build .right_part .build-img .color > * fieldset .slider-block .container-color ul li {
  width: 24px;
  height: 24px;
}
.fix_video {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  width: 130px;
  height: 180px;
  transition: 0.3s;
}
.fix_video .close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 329.269 329' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M194.8 164.77 323.013 36.555c8.343-8.34 8.343-21.825 0-30.164-8.34-8.34-21.825-8.34-30.164 0L164.633 134.605 36.422 6.391c-8.344-8.34-21.824-8.34-30.164 0-8.344 8.34-8.344 21.824 0 30.164l128.21 128.215L6.259 292.984c-8.344 8.34-8.344 21.825 0 30.164a21.266 21.266 0 0 0 15.082 6.25c5.46 0 10.922-2.09 15.082-6.25l128.21-128.214 128.216 128.214a21.273 21.273 0 0 0 15.082 6.25c5.46 0 10.922-2.09 15.082-6.25 8.343-8.34 8.343-21.824 0-30.164zm0 0' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50%/8px no-repeat #e91919;
}
@media (max-width: 960px) {
  .fix_video .close {
    opacity: 1;
  }
}
.fix_video .video {
  width: 100%;
  height: 100%;
}
.fix_video .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.fix_video:hover {
  transform: scale(1.1);
}
.fix_video:hover .close {
  opacity: 1;
}
