@charset "UTF-8";
body {
  max-width: 1440px;
  height: 100%;
  margin: 0px auto;
  background-color: #060400;
  font-family: "Unbounded", sans-serif;
}

header {
  min-height: 805px;
  background-image: url("./IMG/header.png");
  align-content: center;
  margin: 0 10px 0 10px;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.header__costBlock {
  max-width: 1300px;
  margin: 0px auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: right;
}
.header__container {
  display: grid;
  grid-template-columns: 40% 60%;
  max-width: 1200px;
  margin: 0px auto;
}
.header__image {
  display: grid;
  grid-template-columns: auto auto;
}
.header__block:nth-child(2) {
  rotate: 33grad;
  z-index: 1;
  background-color: #272727;
}
.header__block {
  background-color: rgba(78, 77, 75, 0.6);
  opacity: 95%;
  width: 315px;
  max-height: 509px;
  height: 100%;
  border-radius: 41px;
  text-align: left;
  rotate: 8.41grad;
  z-index: 2;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header__block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header__block_image {
  text-align: center;
  margin-top: 5px;
}
.header__block_title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
  color: #fff;
  max-width: 177px;
  margin: 10px 0 0 20px;
}
.header__block_text {
  font-size: 20px;
  color: #fff;
  margin: 80px 0 20px 20px;
  font-family: "Montserrat", sans-serif;
}
.header__text {
  max-height: 300px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
.header__title {
  margin: 7% 0 0 0;
  font-size: 72px;
  color: #fff;
  max-width: 492px;
  max-height: 296px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
  background: linear-gradient(135deg, #EEC481 25%, #ffffff 50%, #EEC481 75%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.header__button {
  margin: 5% 0 0 0;
  font-size: 20px;
  color: #000;
  max-width: 248px;
  height: 56px;
  display: block;
  font-weight: lighter;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  text-align: center;
  align-content: center;
  border-radius: 18px;
}
.header__subtitle {
  display: grid;
  max-width: 450px;
  grid-template-columns: 60% 40%;
}
.header__subtitle_text {
  font-size: 20px;
  font-weight: lighter;
  color: #fff;
  max-width: 240px;
}
.header__subtitle_icon {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  background-color: #4E4D4B;
  text-align: center;
  height: 35px;
  width: 121px;
  align-content: center;
  border-radius: 41px;
  margin-top: 10px;
}

.paragraph1 {
  padding-left: 6%;
  align-content: center;
  min-height: 225px;
  max-width: 805px;
  width: 100%;
  position: relative;
  overflow: visible;
  font-family: "Montserrat Alternates", sans-serif;
  background: radial-gradient(circle 200px at left top, rgba(222, 206, 179, 0.13) 0%, rgba(222, 206, 179, 0) 100%), #060400;
  animation: slideInText 1s ease-out 0.8s both;
}
@keyframes slideInText {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.paragraph1__title {
  margin-left: -5px;
  font-size: 64px;
  color: #fff;
  font-weight: 600;
}
.paragraph1__text {
  font-weight: lighter;
  margin-top: 2%;
  font-size: 17px;
  color: #fff;
  max-width: 365px;
  max-width: 400px;
  font-family: "Unbounded", sans-serif;
}
.paragraph1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(6, 4, 0, 0.9) 0%, transparent 15%, transparent 85%, rgba(6, 4, 0, 0.9) 100%);
  pointer-events: none;
}

.ExamplesOfWork {
  margin: 0px auto;
  min-height: 1000px;
  max-width: 1300px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 10px 0 10px;
}
.ExamplesOfWork__VideoBlock {
  margin: 0px auto;
  margin-top: 2%;
  max-width: 408px;
  max-height: 476px;
  width: 100%;
  height: 100%;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  border-radius: 41px;
  background-color: #222120;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ExamplesOfWork__VideoBlock:nth-child(even) {
  background-color: #4B4A4A;
}
.ExamplesOfWork__VideoBlock:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.ExamplesOfWork__VideoBlock_video {
  position: relative;
  margin: 0px auto;
  margin-top: 2%;
  max-width: 388px;
  max-height: 398px;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.ExamplesOfWork__VideoBlock_video::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.ExamplesOfWork__VideoBlock_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.ExamplesOfWork__VideoBlock_text {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-top: 25px;
  font-weight: lighter;
}

.ExamplesOfWork__VideoBlock:hover .ExamplesOfWork__VideoBlock_video::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}
.video-modal * {
  box-sizing: border-box;
}
.video-modal.active {
  display: flex;
  opacity: 1;
}
.video-modal__content {
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 730px;
  max-height: 95vh;
  background: #222120;
  border-radius: 25px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.video-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.video-modal__close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: rotate(90deg);
}
.video-modal__video-container {
  position: relative;
  width: 100%;
  height: 562px;
  background: #000;
  margin: 0;
  flex-shrink: 0;
}
.video-modal__video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: block;
}
.video-modal__info {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-modal__title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Montserrat Alternates", sans-serif;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.video-modal__description {
  color: #ccc;
  max-width: 570px;
  font-weight: lighter;
  margin: 0px auto;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

body.modal-open {
  overflow: hidden;
}

.paragraph2 {
  margin: 0px auto;
  min-height: 225px;
  max-width: 805px;
  width: 100%;
  text-align: center;
}
.paragraph2__title {
  padding-top: 60px;
  font-size: 56px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.paragraph2__text {
  padding-bottom: 60px;
  font-size: 17px;
  font-weight: lighter;
  color: #fff;
  max-width: 488px;
  margin: 0px auto;
  margin-top: 20px;
}

.stageOfWork {
  margin: 0px auto;
  min-height: 1750px;
  max-width: 995px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  /* Остальные стили остаются без изменений */
}
.stageOfWork__block {
  max-height: 328px;
  height: 100%;
  border-radius: 28px;
  background-size: cover;
  display: grid;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "tl vd" "tx vd";
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(60px); /* ИЗМЕНИТЬ НА translateY */
}
.stageOfWork__block.animate {
  opacity: 1;
  transform: translateY(0); /* ИЗМЕНИТЬ НА translateY */
}
.stageOfWork__block_title {
  grid-area: tl;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 0 30px;
  font-family: "Montserrat Alternates", sans-serif;
}
.stageOfWork__block_text {
  grid-area: tx;
  font-size: 17px;
  color: #fff;
  font-weight: lighter;
  max-width: 440px;
  align-content: end;
  padding: 30px;
  margin-bottom: 40px;
}
.stageOfWork__block_video {
  grid-area: vd;
  text-align: right;
  align-content: center;
  padding-right: 10px;
}
.stageOfWork__block:nth-child(1) {
  background-image: url("./IMG/Component1.png");
}
.stageOfWork__block:nth-child(odd) {
  background-color: #1A1918;
  opacity: 94%;
}
.stageOfWork__block:nth-child(even) {
  background-color: #4B4A4A;
}
.stageOfWork__block:nth-child(2) {
  background-image: url("./IMG/Group2.png");
}
.stageOfWork__block:nth-child(3) {
  background-image: url("./IMG/Component3.png");
}
.stageOfWork__block:nth-child(4) {
  background-image: url("./IMG/Mask2.png");
}
.stageOfWork__block:nth-child(5) {
  background-image: url("./IMG/Component5.png");
}

.showreel {
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  border-radius: 28px;
  margin: 0px auto;
  min-height: 590px;
  max-width: 995px;
  width: 100%;
  background-color: #22221F;
  align-content: center;
  text-align: center;
}
.showreel__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}
.showreel__text {
  color: #fff;
  font-size: 17px;
  font-weight: lighter;
  margin-top: 30px;
}
.showreel__video {
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 32px;
  width: 100%;
  max-width: 700px;
  max-height: 400px;
  aspect-ratio: 16/9;
}
.showreel__video iframe {
  width: 100%;
  height: 100%;
}

.consultation {
  margin: 0px auto;
  min-height: 300px;
  max-width: 995px;
  width: 100%;
  background-color: #1A1918;
  border-radius: 28px;
  margin-top: 80px;
  padding: 30px 0 0 30px;
  display: grid;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  grid-template-rows: 35% 35% 30%;
  grid-template-areas: "tl mn" "tx mn" "dr mn";
}
.consultation__title {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  grid-area: tl;
  font-family: "Montserrat Alternates", sans-serif;
  margin-top: 10px;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.consultation__text {
  grid-area: tx;
  font-size: 17px;
  font-weight: lighter;
  color: #fff;
  max-width: 503px;
}
.consultation__menu {
  grid-area: mn;
}

.dropdown-menu2 {
  position: relative;
  display: inline-block;
  grid-area: dr;
}

.dropdown-toggle2 {
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  background: #363431;
  border-radius: 18px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.dropdown-toggle2:hover {
  background: #7D7A74;
}

.dropdown-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.dropdown-menu2.active .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  left: 0;
  margin-top: 4px;
  background: #363431;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  width: 215px;
  z-index: 1000;
}

.dropdown-menu2.active .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 12px;
  transition: background 0.2s ease;
  font-weight: 500;
}
.dropdown-item2:hover {
  background: #7D7A74;
}

.menu-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.item-text {
  line-height: 1.4;
  font-size: 12px;
}

.paragraph3 {
  padding: 80px 0;
  margin: 0px auto;
  min-height: 225px;
  max-width: 805px;
  width: 100%;
  align-content: center;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
}
.paragraph3__title {
  margin: 0px auto;
  font-weight: 600;
  font-size: 64px;
  color: #fff;
  max-width: 674px;
  line-height: 1.1;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.paragraph3__text {
  margin: 0px auto;
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
  max-width: 302px;
  font-weight: lighter;
  font-family: "Unbounded", sans-serif;
}

.workFormat {
  margin: 0px auto;
  min-height: 900px;
  max-width: 1240px;
  width: 100%;
}
.workFormat__block {
  border-bottom: 1px solid #363431;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0 20px 0;
}
.workFormat__block_title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
}
.workFormat__block_text {
  font-size: 17px;
  font-weight: lighter;
  color: #fff;
  margin-top: 30px;
}
.workFormat__block_container {
  margin: 20px 0 0 20px;
}
.workFormat__block_gif {
  text-align: right;
}

.costBlock {
  margin: 0px auto;
  min-height: 413px;
  max-width: 995px;
  width: 100%;
  background-color: #1A1918;
  border-radius: 28px;
  margin-top: 80px;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  margin-bottom: 80px;
  display: grid;
  grid-template-rows: auto auto auto;
  background-image: url("./IMG/Group1.png");
}
.costBlock__title {
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
  margin: 30px 0 0 30px;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.costBlock__text {
  font-weight: lighter;
  font-size: 17px;
  color: #fff;
  max-width: 390px;
  margin: 0px 0 0 30px;
}
.costBlock__menu {
  background: #363431;
  color: white;
  padding: 15px;
  margin-left: 30px;
  margin-bottom: 25px;
  align-content: center;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  border-radius: 18px;
  font-size: 17px;
  font-weight: lighter;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.costBlock__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  border-radius: 18px;
}
.costBlock__menu:hover::before {
  left: 100%;
}
.costBlock__menu:hover {
  background: #464441;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.costBlock__item {
  position: relative;
  display: inline-block;
  align-content: center;
}

#messenger {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("IMG/Caret_Down_MD.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 35px;
}

.price-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.price-modal-content {
  background: #1C1B19;
  width: 90%;
  max-width: 450px;
  border-radius: 31px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: modalAppear 0.4s ease;
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.price-modal-header {
  padding: 30px 0px 0px;
  text-align: center;
  position: relative;
}

.price-modal-header h2 {
  max-width: 350px;
  font-size: 24px;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.price-modal-image {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  overflow: hidden;
}
.price-modal-image img {
  max-width: 300px;
  max-height: 300px;
  margin: 20px 0 30px 0;
  border-radius: 20px;
}

.price-form-group {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}

.price-select-wrapper {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-selected {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #57544D;
  border-radius: 14px;
  height: 50px;
  font-size: 16px;
  background: #363431;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.select-selected.active {
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid #57544D;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #363431;
  border: 1px solid #57544D;
  border-top: none;
  border-radius: 0 0 14px 14px;
  z-index: 99;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.select-items.show {
  display: block;
}

.select-option {
  padding: 12px 15px;
  color: white;
  cursor: pointer;
  border-bottom: 1px solid #57544D;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: #57544D;
}

.select-option.selected {
  background: #EEC481;
  color: #000;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

.select-selected.active .dropdown-arrow {
  transform: rotate(180deg);
}

.price-select-wrapper select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #57544D;
  border-radius: 14px;
  height: 50px;
  font-size: 16px;
  background: #363431;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-right: 40px;
}

.price-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.price-select-wrapper select::-ms-expand {
  display: none;
}

.price-input-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.price-input-wrapper input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #57544D;
  border-radius: 14px;
  height: 50px;
  font-size: 16px;
  background: #363431;
  color: white;
}

.price-input-wrapper input::-moz-placeholder {
  color: #aaa;
}

.price-input-wrapper input::placeholder {
  color: #aaa;
}

.price-form {
  margin-bottom: 50px;
}

.price-submit-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  background: #57544D;
  color: white;
  padding: 14px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: lighter;
  cursor: pointer;
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  transition: background 0.3s ease;
  margin-top: 10px;
}
.price-submit-btn:hover {
  background: #EEC481;
  color: #000;
}

.price-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: white;
}

.success-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.success-content {
  background: #1C1B19;
  width: 90%;
  max-width: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: modalAppear 0.4s ease;
  text-align: center;
  padding: 50px 30px;
  border: 2px solid #363431;
}

.success-content h3 {
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.success-content p {
  font-size: 28px;
  line-height: 1.4;
  color: white;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.discussion {
  margin: 0px auto;
  min-height: 295px;
  max-width: 995px;
  width: 100%;
  display: grid;
  background-color: #1A1918;
  border-radius: 28px;
  grid-template-columns: 70% 30%;
}
.discussion__container {
  color: #fff;
  padding: 20px 0 0 20px;
}
.discussion__title {
  font-size: 56px;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
  background: linear-gradient(135deg, #EEC481 0%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.discussion__text {
  font-size: 17px;
  font-weight: lighter;
}

footer {
  margin: 0px auto;
  margin-top: 80px;
  border-top: 1px solid #363431;
  min-height: 200px;
  max-width: 1240px;
  width: 100%;
}

.footer {
  padding-top: 60px;
  margin: 0px auto;
  max-width: 995px;
  display: grid;
  grid-template-areas: "tx1 bt tx2";
  grid-template-columns: 35% 30% 35%;
  color: #fff;
  font-weight: lighter;
}
.footer__contacts {
  grid-area: tx1;
  font-size: 17px;
  margin: 20px 0 20px 10px;
}
.footer__agreement {
  grid-area: tx2;
  margin: 20px 0 20px 0px;
}
.footer__button {
  border: 0.6px solid rgba(139, 139, 139, 0.5);
  grid-area: bt;
  margin: 0px auto;
  margin-top: 20px;
  background-color: #363431;
  width: 80px;
  height: 80px;
  text-align: center;
  align-content: center;
  border-radius: 16px;
}

@media (max-width: 1300px) {
  .header__container {
    grid-template-columns: auto;
  }
  .header__title {
    margin: 0;
  }
  .header__text {
    margin: 0px auto;
  }
  .header__subtitle {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin: 0px auto;
    font-size: 14px;
    margin-top: 15px;
  }
  .header__subtitle_text {
    max-width: 250px;
    margin: 0;
    text-align: center;
  }
  .header__subtitle_icon {
    max-width: 100px;
    width: 100%;
    font-size: 10px;
    margin: 0px auto;
    margin-top: 20px;
  }
  .header__button {
    margin: 0px auto;
    margin-top: 60px;
    max-width: 230px;
    width: 100%;
  }
  .header__image {
    display: none;
  }
  .ExamplesOfWork {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .ExamplesOfWork__block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .ExamplesOfWork__VideoBlock:nth-child(odd) {
    display: none;
  }
  .workFormat__block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .workFormat__block_container {
    margin: 0 20px 0 20px;
  }
  .workFormat__block_gif {
    text-align: left;
    margin: 20px 20px 0 20px;
  }
}
@media (max-width: 1100px) {
  .video-modal__content {
    width: 95%;
    height: auto;
    max-height: 90vh;
  }
  .video-modal__video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
  .video-modal__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-modal__info {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .video-modal {
    padding: 10px;
  }
  .video-modal__content {
    width: 100%;
    max-height: 95vh;
    border-radius: 15px;
  }
  .video-modal__info {
    padding: 15px;
  }
  .video-modal__title {
    font-size: 1.3rem;
  }
  .video-modal__description {
    font-size: 0.9rem;
  }
  .video-modal__close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  body {
    padding: 10px;
  }
  .container {
    margin: 10px;
  }
  header {
    padding: 20px 15px;
    min-height: 600px;
  }
  .header__title {
    font-size: 48px;
  }
  .header__costBlock {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  .content {
    padding: 20px 15px;
  }
  .modal-body {
    padding: 0 20px 30px;
  }
  .modal-header {
    padding: 25px 15px 25px;
  }
  .modal-image {
    margin: 0 auto 30px;
    height: 120px;
  }
  .success-content {
    padding: 40px 20px;
  }
  .success-content h3 {
    font-size: 24px;
  }
  .success-content p {
    font-size: 18px;
  }
  .paragraph1 {
    background: none;
    text-align: center;
    min-height: 150px;
    padding: 0;
  }
  .paragraph1__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .paragraph1__text {
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
  }
  .paragraph2 {
    background: none;
    min-height: 150px;
  }
  .paragraph2__title {
    font-size: 28px;
  }
  .paragraph2__text {
    font-size: 14px;
  }
  .stageOfWork {
    min-height: 1000px;
  }
  .stageOfWork__block {
    max-height: 160px;
    grid-template-columns: auto auto;
  }
  .stageOfWork__block_title {
    font-size: 20px;
    margin: 20px 0 0 20px;
  }
  .stageOfWork__block_text {
    font-size: 14px;
    padding: 10px 0 0 20px;
  }
  .stageOfWork__block_video {
    display: none;
  }
  .ExamplesOfWork {
    min-height: 600px;
  }
  .ExamplesOfWork__VideoBlock {
    max-width: 345px;
    max-height: 235px;
    width: 100%;
    height: 100%;
  }
  .ExamplesOfWork__VideoBlock_video {
    max-width: 328px;
    max-height: 180px;
  }
  .ExamplesOfWork__VideoBlock_text {
    margin-top: 15px;
    font-size: 14px;
  }
  .showreel {
    min-height: 330px;
    padding: 20px;
  }
  .showreel__title {
    font-size: 20px;
  }
  .showreel__text {
    font-size: 14px;
  }
  .consultation {
    background: none;
    margin-top: 40px;
    text-align: center;
    padding: 0;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "tl" "tx" "dr";
    min-height: 200px;
  }
  .consultation__menu {
    display: none;
  }
  .consultation__title {
    margin-top: 0;
    font-size: 28px;
  }
  .consultation__text {
    margin: 0px auto;
    font-size: 14px;
    max-width: 250px;
  }
  .dropdown-menu2 {
    margin: 0px auto;
  }
  .paragraph3 {
    min-height: 150px;
    padding: 10px;
  }
  .paragraph3__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .paragraph3__text {
    font-size: 14px;
    margin: 0px auto;
  }
  .workFormat__block_title {
    font-size: 20px;
  }
  .workFormat__block_text {
    font-size: 14px;
  }
  .workFormat__block_gif {
    max-width: 200px;
    max-height: 100px;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
  }
  .workFormat__block_gif video {
    width: 100%;
    height: 100%;
  }
  .workFormat .workFormat__block_gif:last-child {
    display: grid;
    grid-template-columns: auto auto;
  }
  .workFormat .workFormat__block_gif:last-child video {
    margin-right: 10px;
  }
  .costBlock {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 250px;
    background: none;
  }
  .costBlock__title {
    font-size: 28px;
    margin: 10px 0 10px 0;
    max-width: 250px;
    margin: 0px auto;
  }
  .costBlock__text {
    padding: 10px;
    margin: 0px auto;
    font-size: 14px;
  }
  .costBlock__menu {
    margin: 10px 0 10px 0;
  }
  .footer {
    text-align: center;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "bt" "tx1" "tx2";
    margin-bottom: 40px;
  }
  .footer__contacts {
    font-size: 12px;
    margin: 20px 0 20px 0;
  }
  .footer__agreement {
    font-size: 12px;
    max-width: 240px;
    margin: 0px auto;
  }
  #gif2 {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 480px) {
  .video-modal {
    padding: 5px;
  }
  .video-modal__content {
    max-height: 98vh;
  }
  .video-modal__info {
    padding: 12px;
  }
  .video-modal__title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .video-modal__description {
    font-size: 0.8rem;
  }
  .video-modal__video-container {
    max-height: 50vh;
  }
}/*# sourceMappingURL=style.css.map */