@charset "UTF-8";
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #1a1a1a;
  box-sizing: border-box; }
  body * {
    box-sizing: border-box; }

.container {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 20px; }

.menu-mob {
  display: none; }

.mob__menu {
  display: none; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  z-index: 100;
  font-family: "Tenor Sans", sans-serif; }
  .header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, #000414 100%); }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 43px; }
  .header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dca64b;
    font-size: 20px;
    font-style: italic;
    font-weight: 400; }
    .header__logo img {
      display: block; }
  .header__nav {
    display: flex;
    gap: 30px;
    margin-left: 135px; }
    .header__nav a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      transition: color 0.3s; }
      .header__nav a:hover {
        color: #dca64b; }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 20px; }
  .header__phone {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px; }
  .header__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s; }
    .header__btn:hover {
      opacity: 0.85; }

.a__phone {
  position: relative;
  text-decoration: none;
  transition: 0.2s; }
  .a__phone:before {
    content: '';
    background: url("../images/icon_phone.png") center/cover;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 2px; }
  .a__phone:hover {
    color: #FFCC48; }

.btn__default {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
  min-width: 192px;
  transition: 0.3s; }
  .btn__default:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 #e2b05b, -6px 4px 27px 6px rgba(169, 124, 10, 0.8);
    background: linear-gradient(130deg, #ffcc48 0%, #c29113 100%); }

form input.email {
  display: none !important; }

.banner {
  padding: 158px 0 120px;
  background: url("../images/banner-all.png") center top no-repeat; }
  .banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
  .banner__content {
    max-width: 750px; }
  .banner__label {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 16px; }
  .banner__title {
    font-size: 45px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 10px; }
  .banner__brand {
    font-size: 85px;
    color: #dca64b;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    line-height: 0.5; }
  .banner__text {
    font-size: 20px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 40px;
    opacity: 0.8; }
    .banner__text b {
      color: #fff;
      font-weight: 600; }
  .banner__form {
    background: rgba(0, 0, 0, 0.1);
    padding: 26px 30px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 690px;
    width: 690px; }
  .banner__form-title {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "Tenor Sans",sans-serif; }
    .banner__form-title .red {
      color: #ff0100; }
  .banner__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px; }
    .banner__price-new {
      background: red;
      color: #fff;
      padding: 2px 16px;
      border-radius: 20px;
      font-size: 22px;
      line-height: 127%;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      font-family: "Tenor Sans", sans-serif;
      font-weight: 400; }
    .banner__price-old {
      text-decoration: line-through;
      color: #aaa;
      border-radius: 120px;
      width: 84px;
      height: 20px;
      background: rgba(255, 255, 255, 0.2);
      text-align: center; }
  .banner__timer {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: -163px; }
  .banner__timer-box {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 189px;
    padding: 32px 5px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .banner__time {
    font-size: 22px;
    font-weight: bold;
    color: #dca64b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner__time > div {
      display: inline-flex;
      margin: 0 6px; }
      .banner__time > div span {
        border-radius: 6px;
        border: 1px solid #D4A221;
        margin: 0 1px;
        width: 18px;
        height: 30px;
        background: #23201d;
        display: inline-block;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 195%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        text-align: center;
        color: #fff; }
  .banner__time-labels {
    font-size: 8px;
    color: #aaa;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around; }
    .banner__time-labels span {
      display: inline-block;
      width: 33.33%;
      text-align: center; }
  .banner__time-text {
    font-size: 14px;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400; }

.form__contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px; }
  .form__contents > * {
    width: 33.33%; }
  .form__contents .banner__input {
    background: transparent;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    border: 0.50px solid #fff;
    border-radius: 100px;
    width: 192px;
    height: 50px; }
    .form__contents .banner__input:focus, .form__contents .banner__input:hover {
      outline: none; }
  .form__contents .banner__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0.50px solid #fff;
    border-radius: 100px;
    padding: 12px 30px;
    width: 192px;
    height: 50px; }
    .form__contents .banner__phone input {
      background: none;
      border: 0;
      width: 100%;
      display: inline-block; }
      .form__contents .banner__phone input:focus, .form__contents .banner__phone input:hover {
        outline: none; }
    .form__contents .banner__phone .banner__flag {
      font-size: 18px; }
  .form__contents .banner__btn {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 #e2b05b;
    background: linear-gradient(130deg, #ffcc48 0%, #c29113 100%);
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    cursor: pointer;
    transition: opacity 0.3s;
    text-align: center;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #010515; }
    .form__contents .banner__btn:hover {
      opacity: 0.85; }

.about {
  padding: 40px 0 70px; }
  .about__header {
    margin-bottom: 50px; }
  .about__title {
    text-align: left;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Tenor Sans", sans-serif;
    line-height: 129%;
    font-weight: 400; }
  .about__highlight--insta {
    text-shadow: 0 0 25px #ff2d87; }
  .about__highlight--tiktok {
    text-shadow: 0 0 25px #3df0ff; }
  .about__subtitle {
    font-size: 16px;
    color: #ccc;
    font-weight: 500;
    margin-top: -10px; }
  .about__grid {
    /*display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   20px;*/
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px; }
  .about__card {
    background: #2a2a2a;
    padding: 22px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    backdrop-filter: blur(10px); }
    .about__card:nth-child(1), .about__card:nth-child(5) {
      width: 16.5%; }
    .about__card:nth-child(2), .about__card:nth-child(6) {
      width: 39.5%; }
    .about__card:nth-child(3), .about__card:nth-child(7) {
      width: 19.5%; }
    .about__card:nth-child(4), .about__card:nth-child(8) {
      width: 19%; }
    .about__card--border {
      border: 1px dashed #555;
      background: transparent; }
    .about__card__radius-r-b {
      border-radius: 0 0 45px 0; }
    .about__card__radius-l-b {
      border-radius: 0 0 0 45px; }
    .about__card__radius-r-t {
      border-radius: 0 45px 0 0; }
    .about__card__radius-l-t {
      border-radius: 45px 0 0 0; }
    .about__card ul {
      margin: 10px 0 0;
      padding-left: 0;
      list-style: none;
      opacity: 0.8; }
      .about__card ul li {
        margin-bottom: 6px;
        padding-left: 22px;
        position: relative;
        list-style: none; }
        .about__card ul li:before {
          content: '';
          display: inline-block;
          background: url("../images/ul-li.png") center/cover;
          width: 14px;
          height: 14px;
          position: absolute;
          left: 0;
          top: 3px; }
  .about__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    margin-top: 0; }
  .about__icon {
    font-size: 20px;
    margin-bottom: 5px;
    color: #dca64b; }
  .about__action {
    display: flex;
    justify-content: center; }
  .about__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 25px;
    padding: 16px 35px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s; }
    .about__btn:hover {
      opacity: 0.85; }

.about.results .about__grid {
  gap: 11px; }

.about.results .about__card:nth-child(1),
.about.results .about__card:nth-child(4) {
  width: 25.5%; }

.about.results .about__card:nth-child(2) {
  width: 32%; }

.about.results .about__card:nth-child(3) {
  width: 39.5%; }

.about.results .about__card:nth-child(5) {
  width: 23.5%; }

.about.results .about__card:nth-child(6) {
  width: 25%; }

.about.results .about__card:nth-child(7) {
  width: 22%; }

.about.results .about__card {
  padding-bottom: 10px; }

.about__action {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .about__action p {
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #fff; }

.for_us {
  background: #1f1f1f;
  padding: 80px 0;
  background: url("../images/for-bg.png") center top/cover no-repeat; }
  .for_us__title {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
    font-family: "Tenor Sans", sans-serif; }
  .for_us__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px; }
  .for_us__card {
    display: flex;
    background: #2a2a2a;
    overflow: hidden;
    padding: 10px; }
    .for_us__card__img {
      width: 238px;
      height: 238px;
      min-width: 238px;
      min-height: 238px;
      overflow: hidden;
      border-radius: 25px; }
  .for_us__img {
    object-fit: cover;
    border-radius: 12px 0 0 12px;
    flex-shrink: 0; }
  .for_us__content {
    padding: 10px 10px 5px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6; }
  .for_us__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 139%;
    margin-bottom: 10px;
    margin-top: 5px; }
  .for_us__list {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .for_us__list li {
      padding-left: 20px;
      margin-bottom: 6px;
      color: #f3c552;
      position: relative;
      font-size: 14px; }
      .for_us__list li:before {
        content: '';
        display: inline-block;
        background: url(../images/ul-li.png) center/cover;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 3px; }
  .for_us__action {
    display: flex;
    justify-content: center; }
  .for_us__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 25px;
    padding: 16px 35px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s; }
    .for_us__btn:hover {
      opacity: 0.85; }

.about_photographer {
  padding: 30px 0 70px;
  /* Before/After slider */ }
  .about_photographer__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 25px; }
    .about_photographer__title .about_photographer__name {
      font-weight: 400;
      font-size: 50px;
      line-height: 120%;
      text-align: center;
      background: linear-gradient(130deg, #ffcc48 0%, #c29113 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
      text-transform: capitalize;
      font-family: "Great Vibes", cursive; }
  .about_photographer__grid {
    display: grid;
    grid-template-columns: 1fr 520px 1fr;
    gap: 20px;
    align-items: center; }
  .about_photographer__col {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .about_photographer__col:nth-child(1) {
      height: 100%; }
      .about_photographer__col:nth-child(1) .about_photographer__card {
        height: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .about_photographer__col:nth-child(1) .about_photographer__card:before {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 5;
        background: url("../images/dana_icon_star.png") center/cover;
        width: 22px;
        height: 22px;
        left: -11px;
        top: 50%;
        margin-top: -11px; }
      .about_photographer__col:nth-child(1) .about_photographer__card:nth-child(1) {
        border-radius: 50px 0 0 0; }
      .about_photographer__col:nth-child(1) .about_photographer__card:last-of-type {
        border-radius: 0 0 0 50px; }
    .about_photographer__col.about_photographer__col__2 {
      height: 100%; }
      .about_photographer__col.about_photographer__col__2 .about_photographer__card {
        height: 33%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .about_photographer__col.about_photographer__col__2 .about_photographer__card:before {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 5;
        background: url("../images/dana_icon_star.png") center/cover;
        width: 22px;
        height: 22px;
        right: -11px;
        top: 50%;
        margin-top: -11px; }
      .about_photographer__col.about_photographer__col__2 .about_photographer__card:nth-child(1) {
        border-radius: 0 50px 0 0; }
      .about_photographer__col.about_photographer__col__2 .about_photographer__card:last-of-type {
        border-radius: 0 0 50px 0; }
  .about_photographer__card {
    padding: 15px 24px;
    color: #fff;
    border: 1px dashed #444;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    position: relative; }
  .about_photographer .ba-slider {
    position: relative;
    overflow: hidden;
    border-radius: 25px; }
    .about_photographer .ba-slider * {
      user-select: none; }
    .about_photographer .ba-slider__img {
      display: block;
      max-width: 100%;
      width: 100%; }
    .about_photographer .ba-slider__img__after {
      width: 520px; }
    .about_photographer .ba-slider__resize {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .about_photographer .ba-slider__handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 3px;
      height: 100%;
      background: #fff;
      cursor: ew-resize;
      z-index: 2; }
      .about_photographer .ba-slider__handle::before, .about_photographer .ba-slider__handle::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border: solid transparent; }
      .about_photographer .ba-slider__handle::before {
        top: 50%;
        border-width: 10px 8px 10px 0;
        border-right-color: #fff;
        margin-top: -10px; }
      .about_photographer .ba-slider__handle::after {
        top: 50%;
        border-width: 10px 0 10px 8px;
        border-left-color: #fff;
        margin-top: -10px; }

.about_photographer__slider {
  width: 520px; }

.ba-slider {
  position: relative; }
  .ba-slider:after {
    content: '';
    display: inline-block;
    background: url("../images/no.png") center/cover;
    width: 40px;
    height: 40px;
    z-index: 10;
    right: 15px;
    top: 15px;
    position: absolute; }

.ba-slider__resize {
  position: relative;
  z-index: 15; }
  .ba-slider__resize:before {
    content: '';
    display: inline-block;
    background: url("../images/ok.png") center/cover;
    width: 40px;
    height: 40px;
    z-index: 10;
    left: 15px;
    top: 15px;
    position: absolute; }

.compose {
  padding: 40px 0 70px;
  background: url("../images/steps-bg.png") center/cover no-repeat; }
  .compose__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 0px; }
  .compose__subtitle {
    font-weight: 400;
    font-size: 50px;
    line-height: 115%;
    text-align: center;
    background: linear-gradient(130deg, #ffcc48 0%, #c29113 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-transform: inherit;
    font-family: "Great Vibes", cursive;
    margin: 0; }
  .compose__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
    margin-bottom: 50px;
    margin-top: 30px; }
  .compose__item {
    position: relative;
    padding: 10px 20px 20px 80px;
    background: transparent;
    color: #fff; }
    .compose__item:after {
      content: '';
      stroke-width: 1px;
      stroke: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(10px);
      border-top: 1px dashed #444;
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      position: absolute; }
    .compose__item:before {
      content: attr(data-num);
      position: absolute;
      top: 0;
      left: 10px;
      color: rgba(255, 255, 255, 0.05);
      z-index: 0;
      font-family: "Tenor Sans", sans-serif;
      font-weight: 400;
      font-size: 170px;
      line-height: 111%;
      text-transform: uppercase; }
    .compose__item * {
      position: relative;
      z-index: 1; }
  .compose__item-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 144%;
    position: relative; }
    .compose__item-title:before {
      content: '';
      display: inline-block;
      top: -34px;
      left: 0;
      background: #111;
      border-radius: 120px;
      border: 3px solid #d8a626;
      width: 10px;
      height: 10px;
      position: absolute; }
  .compose__text {
    color: #ccc;
    margin-bottom: 10px;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%; }
  .compose__list {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .compose__list li {
      padding-left: 20px;
      margin-bottom: 10px;
      color: #f3c552;
      font-size: 14px;
      opacity: 0.8;
      position: relative; }
      .compose__list li:before {
        content: '';
        display: inline-block;
        background: url(../images/ul-li.png) center/cover;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 3px; }
  .compose__action {
    display: flex;
    justify-content: center; }
  .compose__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 25px;
    padding: 16px 35px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s; }
    .compose__btn:hover {
      opacity: 0.85; }

.row-form__inner {
  padding: 15px 0 30px 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #dca64b;
  border-radius: 12px;
  position: relative;
  background: url("../images/form-bg-svg.svg") center right/cover no-repeat; }
  .row-form__inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 5;
    background: url(../images/dana_icon_star.png) center/cover;
    width: 22px;
    height: 22px;
    left: -11px;
    top: 30px; }
  .row-form__inner:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 5;
    background: url(../images/dana_icon_star.png) center/cover;
    width: 22px;
    height: 22px;
    right: 250px;
    bottom: -11px; }
.row-form__image {
  position: absolute;
  overflow: hidden;
  width: 516px;
  height: 409px;
  z-index: -1;
  top: 0;
  left: 0; }
.row-form__image img {
  border-radius: 12px;
  display: block; }
.row-form__content {
  padding-right: 50px;
  color: #fff; }
.row-form__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  opacity: 0.6; }
  .row-form__title span {
    color: #dca64b; }
.row-form__subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  color: #ccc;
  margin-top: -10px; }
  .row-form__subtitle a {
    display: block;
    text-decoration: none;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 144%;
    color: #fff;
    margin-top: 20px;
    position: relative; }
    .row-form__subtitle a:before {
      content: '';
      display: inline-block;
      background: url("../images/dana_icon_pdf.png") center/cover;
      width: 20px;
      height: 23px;
      position: relative;
      top: 5px;
      margin-right: 10px; }
.row-form__form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px; }
.row-form__input {
  background: transparent;
  border: 1px solid #666;
  border-radius: 25px;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px; }
  .row-form__input::placeholder {
    color: #aaa; }
.row-form__phone {
  display: flex;
  align-items: center;
  gap: 5px; }
.row-form__flag {
  font-size: 18px; }
.row-form__btn {
  background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.3s; }
  .row-form__btn:hover {
    opacity: 0.85; }
.row-form__timer {
  margin-top: 40px; }
.row-form__timer-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #e2af5c;
  font-family: "Tenor Sans", sans-serif; }
.row-form__time {
  display: flex;
  gap: 20px; }
.row-form__time-box {
  background: #111;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center; }
  .row-form__time-box span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #dca64b; }
  .row-form__time-box small {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px; }
.row-form .banner__input {
  width: 225px; }

.form__timer-box .banner__time {
  align-items: center;
  justify-content: flex-start; }
.form__timer-box .banner__time-labels {
  justify-content: flex-start; }
  .form__timer-box .banner__time-labels span {
    width: 71px; }
.form__timer-box .banner__time > div span {
  border-radius: 6px;
  width: 25px;
  height: 42px;
  font-weight: 400;
  font-size: 22px;
  line-height: 156%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff; }

.reviews {
  padding: 40px 0; }
  .reviews__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 40px; }
  .reviews__slider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -60px; }
  .reviews__track {
    display: flex;
    overflow: hidden;
    gap: 20px;
    scroll-behavior: smooth;
    flex: 1; }
  .reviews__item {
    width: 270px;
    flex-shrink: 0;
    background: #2a2a2a;
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    min-height: 187px;
    border: 1px solid #fff; }
  .reviews__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .reviews__btn:hover {
      opacity: 0.8; }
    .reviews__btn--prev {
      margin-right: 16px; }
    .reviews__btn--next {
      margin-left: 16px; }

.faq {
  padding: 40px 0; }
  .faq__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tenor Sans", sans-serif;
    margin-bottom: 40px; }
  .faq__list {
    max-width: 800px;
    margin: 0 auto; }
  .faq__item {
    border: 1px solid #444;
    border-radius: 25px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: border 0.3s; }
  .faq__question {
    width: 100%;
    padding: 16px 65px 16px 20px;
    background: #111;
    color: #fff;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 144%;
    position: relative; }
    .faq__question .faq__icon {
      background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
      border-radius: 50%;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 35px;
      color: #000;
      font-weight: 100;
      transition: transform 0.3s;
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -22px;
      border: 1px solid transparent; }
  .faq__answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    background: #222;
    transition: max-height 0.4s ease, padding 0.4s ease; }
  .faq__item.active {
    border: 1px dashed #dca64b; }
    .faq__item.active .faq__answer {
      max-height: 200px;
      /* достаточно для текста */
      padding: 16px 20px; }
    .faq__item.active .faq__icon {
      border: 1px solid #dca64b;
      transform: rotate(180deg);
      background: #1a1a1a;
      color: #dca64b; }

.form-min {
  background: #1f1f1f;
  padding: 60px 0; }
  .form-min__inner {
    border: 1px dashed #dca64b;
    border-radius: 12px;
    padding: 20px 60px 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .form-min__inner::before, .form-min__inner::after {
      content: "✦";
      position: absolute;
      color: #dca64b;
      font-size: 14px; }
    .form-min__inner::before {
      top: 8px;
      left: 20px; }
    .form-min__inner::after {
      bottom: 50%;
      right: -6px;
      margin-bottom: -7px; }
  .form-min .banner__input {
    width: 275px; }
  .form-min__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tenor Sans", sans-serif; }
    .form-min__title span {
      color: #dca64b; }
  .form-min__form {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap; }
  .form-min__input {
    background: transparent;
    border: 1px solid #666;
    border-radius: 25px;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    min-width: 200px; }
    .form-min__input::placeholder {
      color: #aaa; }
  .form-min__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #666;
    border-radius: 25px;
    padding: 0 16px; }
    .form-min__phone .form-min__input {
      border: none;
      min-width: 100px;
      padding: 12px 0; }
  .form-min__flag {
    font-size: 18px; }
  .form-min__btn {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s; }
    .form-min__btn:hover {
      opacity: 0.85; }

.footer {
  background: #111; }
  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding: 24px 40px; }
  .footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: italic;
    color: #dca64b; }
    .footer__logo img {
      display: block; }
  .footer__nav {
    display: flex;
    gap: 35px; }
    .footer__nav a {
      color: #fff;
      text-decoration: underline;
      font-size: 14px;
      transition: color 0.3s; }
      .footer__nav a:hover {
        color: #dca64b; }
  .footer__contacts {
    display: flex;
    align-items: center;
    gap: 20px; }
  .footer__contact {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s; }
    .footer__contact:hover {
      color: #dca64b; }
  .footer__social img {
    border-radius: 50%;
    transition: transform 0.3s; }
    .footer__social img:hover {
      transform: scale(1.1); }

body.no-scroll {
  overflow: hidden; }

.form__message {
  display: inline-block;
  padding: 15px;
  color: #dca64b;
  font-size: 16px;
  border: 1px solid #d29a2c;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  margin-top: 15px; }

@media screen and (max-width: 1850px) {
  .header__nav {
    margin-left: 50px; } }
@media screen and (max-width: 1750px) {
  .header__nav {
    display: none; }

  .menu-mob {
    display: inline-block;
    background: url("../images/dana-menu.png") center/cover;
    width: 44px;
    height: 44px;
    margin-left: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%; }
    .menu-mob:hover {
      box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.06), 0 0 2px 0 #e2b05b, -1px 1px 14px 3px rgba(169, 124, 10, 0.8); }

  .mob__menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    background: #1a1a1a; }
    .mob__menu.show {
      opacity: 1;
      visibility: visible; }
    .mob__menu .top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 13px 15px;
      border-bottom: 1px solid #212121; }
    .mob__menu .cont {
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .mob__menu .cont .nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .mob__menu .cont .nav a {
          color: #fff;
          font-weight: 400;
          font-size: 18px;
          line-height: 167%;
          display: inline-block;
          margin-bottom: 10px;
          text-decoration: none; }
    .mob__menu .bottom {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 20px; }
      .mob__menu .bottom .a__phone {
        color: #fff;
        display: inline-block;
        margin-bottom: 15px; }

  .close__menu {
    background: linear-gradient(180deg, #f3c552 0%, #d29a2c 100%);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #000;
    font-weight: 100;
    transition: transform 0.3s;
    border: 1px solid transparent;
    transform: rotate(45deg);
    cursor: pointer; } }
@media screen and (max-width: 1500px) {
  .banner__timer {
    right: 0; } }
@media screen and (max-width: 1250px) {
  .container {
    max-width: 992px; }

  .about__grid > * {
    width: 48.7% !important; }

  .about_photographer__grid {
    display: flex;
    flex-direction: column;
    gap: 0; }

  .about_photographer__slider {
    margin-bottom: 30px; }

  .about_photographer__col {
    order: 2;
    gap: 8px;
    width: 100%;
    height: auto; }
    .about_photographer__col:nth-child(1) .about_photographer__card:nth-child(1) {
      border-radius: 15px 0 0 0 !important; }
    .about_photographer__col:nth-child(1) .about_photographer__card:before {
      width: 14px;
      height: 14px;
      left: -7px; }

  .about_photographer__col__2 {
    margin-top: 9px; }
    .about_photographer__col__2 .about_photographer__card {
      border-radius: 0 !important; }
      .about_photographer__col__2 .about_photographer__card:last-of-type {
        border-radius: 0 0 0 15px !important; }
      .about_photographer__col__2 .about_photographer__card:before {
        width: 14px !important;
        height: 14px !important;
        right: inherit;
        left: -7px; }

  .row-form__image {
    display: none; }

  .row-form__inner {
    padding: 20px; }

  .row-form__content {
    width: 100%;
    padding-right: 0; } }
@media screen and (max-width: 1100px) {
  .reviews__slider {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px; }
    .reviews__slider > button {
      position: absolute;
      bottom: 10px;
      left: 50%; }
    .reviews__slider .reviews__btn--prev {
      margin-left: -50px; } }
@media screen and (max-width: 992px) {
  .header__contacts .header__phone, .header__contacts .header__btn {
    display: none; }

  .header {
    height: auto; }

  .header__inner {
    padding: 13px 15px; }

  .banner {
    padding: 100px 0 20px;
    background: none;
    position: relative; }
    .banner:before {
      content: '';
      display: inline-block;
      background: url("../images/women-mob.png") center/cover;
      width: 285px;
      height: 342px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -170px;
      margin-left: -142px;
      z-index: -1; }

  .banner__title {
    font-size: 34px; }

  .banner__brand {
    font-size: 50px; }

  .banner__text {
    font-size: 14px; }

  .banner__timer {
    position: static;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 150px; }

  .banner__content {
    max-width: 100%;
    width: 100%; }

  .banner__form {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    background: #212121; }

  .banner__timer-box {
    padding: 20px 5px 3px; }

  .banner__form-title {
    font-size: 15px;
    line-height: 133%; }

  .banner__price-new {
    font-size: 18px;
    line-height: 156%; }

  .form__contents {
    flex-direction: column; }
    .form__contents > * {
      width: 100% !important; }

  .about__title {
    font-size: 20px;
    line-height: 140%; }

  .about__grid > * {
    width: 100% !important; }

  .about__grid {
    gap: 10px;
    margin-bottom: 20px; }

  .for_us__title {
    font-size: 20px;
    line-height: 140%; }

  .for_us__grid {
    display: flex;
    flex-direction: column; }

  .about {
    padding-bottom: 40px; }

  .for_us {
    padding: 50px 0; }

  .for_us__card {
    flex-direction: column; }

  .for_us__card__img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 0 15px 15px 15px; }
    .for_us__card__img img {
      width: 100%;
      height: auto; }

  .for_us__img {
    border-radius: 0 15px 15px 15px; }

  .for_us__content {
    padding-left: 0; }

  .about_photographer__title {
    font-size: 20px;
    line-height: 140%; }

  .about_photographer__title .about_photographer__name {
    font-size: 30px;
    line-height: 117%; }

  .about_photographer {
    padding-bottom: 10px; }

  .compose__title {
    font-size: 20px;
    line-height: 140%; }

  .compose__subtitle {
    font-size: 30px;
    line-height: 100%; }

  .compose__item:after,
  .compose__item-title:before {
    display: none; }

  .compose__grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5px;
    gap: 0; }

  .compose__item {
    padding: 0 0 0 25px; }

  .compose__item:before {
    font-size: 80px; }

  .compose__item-title {
    margin-bottom: 0; }

  .compose__text {
    margin-top: 0; }

  .row-form__title {
    margin-top: 0; }

  .reviews__title, .faq__title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px; }

  .reviews__item {
    width: 100%; }

  .faq {
    padding-top: 0 !important; }

  .form-min__inner {
    padding: 0px 25px 26px; }

  .form-min__title {
    font-size: 20px;
    line-height: 120%;
    text-align: left; }

  .form-min__inner::before {
    top: -10px;
    left: 85%; }

  .footer__inner {
    padding: 20px 25px;
    flex-direction: column;
    align-items: flex-start; }
    .footer__inner .container {
      width: 100%;
      margin: 0;
      padding: 0;
      order: 3; }

  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px; }

  .footer__contacts {
    flex-direction: column;
    align-items: flex-start; }

  .about_photographer__slider {
    width: 290px; }
    .about_photographer__slider img {
      height: auto !important; }

  .about_photographer .ba-slider__img__after {
    width: 290px; }

  .reviews__item {
    min-height: 10px; } }

/*# sourceMappingURL=style.css.map */
