* {
  border: 0;
  margin: 0;
  padding: 0;
}

*, :before, :after {
  box-sizing: border-box;
}

:focus, :active, a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

@font-face {
  font-family: Gilroy;
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Gilroy-Black.2c622442.eot") format("eot"), url("../fonts/Gilroy-Black.ebf5d1ed.woff") format("woff"), url("../fonts/Gilroy-Black.a07203a5.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.be1fb12c.eot") format("eot"), url("../fonts/Gilroy-Bold.3111d713.woff") format("woff"), url("../fonts/Gilroy-Bold.583dd378.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy-Semibold.af2a46a4.eot") format("eot"), url("../fonts/Gilroy-Semibold.c96615e0.woff") format("woff"), url("../fonts/Gilroy-Semibold.dbb11733.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.1a023073.eot") format("eot"), url("../fonts/Gilroy-Medium.31adef8d.woff") format("woff"), url("../fonts/Gilroy-Medium.ab57b3f4.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gilroy-Regular.4e5cb1ac.eot") format("eot"), url("../fonts/Gilroy-Regular.25d0bf9f.woff") format("woff"), url("../fonts/Gilroy-Regular.35ea9154.woff2") format("woff2");
  font-display: swap;
}

.header .container {
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.header .container a {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  text-decoration-skip-ink: none;
  font-size: 20px;
  font-weight: 900;
  line-height: 117%;
  text-decoration: underline;
  transition: all .3s;
}

.header .container a:hover {
  color: #fa1b56;
}

@media (width <=1000px) {
  .header .container a {
    font-size: 14px;
  }

  .header .container {
    gap: 10px;
  }

  .header .container img {
    width: 50px;
    height: 50px;
  }
}

.brand-calc__head-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 133%;
}

@media (width <=1000px) {
  .brand-calc__head-title {
    font-size: 14px;
  }
}

.brand-calc__head-btns {
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__head-btns {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}

.brand-calc__btn {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #717b8e;
  border: 2px solid #717b8e;
  border-radius: 168px;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.brand-calc__btn--active {
  color: #000;
  background: #fa1b56;
  border-color: #fa1b56;
  font-weight: 700;
}

@media (width <=1000px) {
  .brand-calc__btn {
    padding: 15px;
    font-size: 18px;
  }
}

.brand-calc__content-wrapper {
  gap: 25px;
}

@media (width <=1000px) {
  .brand-calc__content-wrapper {
    flex-direction: column-reverse;
  }
}

.brand-calc__content-wrapper {
  display: none;
}

.brand-calc__content-wrapper.active {
  display: flex;
}

.brand-calc__content-rows {
  gap: 20px;
  width: 100%;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__content-rows {
    flex-direction: column;
    gap: 10px;
  }
}

.brand-calc__content {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  display: flex;
}

.brand-calc__content label {
  width: 100%;
  position: relative;
}

.brand-calc__content input {
  letter-spacing: .01em;
  text-transform: lowercase;
  color: #c7c7c7;
  background: none;
  border: 2px solid #717b8e;
  border-radius: 10px;
  width: 100%;
  padding: 10px 10px 10px 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.brand-calc__content form button {
  position: absolute;
  top: -5px;
  left: 20px;
}

.brand-calc__content-row {
  width: 100%;
}

.brand-calc__content-row:last-child {
  max-width: 250px;
}

@media (width <=800px) {
  .brand-calc__content-row:last-child {
    max-width: none;
  }
}

.brand-calc__dropdown-wrapper {
  position: relative;
}

.brand-calc__dropdown-wrapper .js__dropdown-list {
  background: #393e4b;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.brand-calc__dropdown-wrapper .js__dropdown-list button {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.brand-calc__dropdown-btn {
  cursor: pointer;
  letter-spacing: .01em;
  text-transform: lowercase;
  color: #c7c7c7;
  border: 2px solid #717b8e;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
  display: flex;
}

.brand-calc__dropdown-btn svg {
  position: relative;
  top: -5px;
}

.brand-calc__service-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #717b8e;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 133%;
}

@media (width <=800px) {
  .brand-calc__service-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.brand-calc__service-text {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}

@media (width <=800px) {
  .brand-calc__service-text {
    font-size: 16px;
  }
}

.brand-calc__service-list {
  flex-direction: column;
  gap: 20px;
  max-height: 600px;
  margin-bottom: 20px;
  padding-right: 10px;
  display: flex;
  overflow-y: auto;
}

@media (width <=800px) {
  .brand-calc__service-list {
    gap: 10px;
  }
}

.brand-calc__service-item {
  background: #393e4b;
  border-radius: 14px;
  padding: 15px;
}

@media (width <=800px) {
  .brand-calc__service-item {
    padding: 20px 15px;
  }
}

.brand-calc__item-head {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.brand-calc__head-name {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fbec1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 133%;
}

@media (width <=800px) {
  .brand-calc__head-name {
    font-size: 18px;
  }

  .brand-calc__item-head {
    flex-direction: column;
  }
}

.brand-calc__price-wrapper {
  letter-spacing: .01em;
  flex-direction: column;
  max-width: 130px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.brand-calc__head-price {
  letter-spacing: .01em;
  color: #fa1b56;
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
  white-space: nowrap;
}

@media (width <=800px) {
  .brand-calc__head-price {
    font-size: 20px;
  }
}

.brand-calc__item-content {
  align-items: end;
  gap: 20px;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__item-content {
    /* flex-direction: column; */
    font-size: 15px;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.brand-calc__item-text {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
}

@media (max-width: 700px) {
  .brand-calc__item-text {
    font-size: 13px;
  }
}

.btn {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 168px;
  width: 100%;
  max-width: 150px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 133%;
  display: block;
  white-space: nowrap;
	  text-align: center;
}

.btn--active {
  background: #fa1b56;
  border: 2px solid #fa1b56;
}

@media (width <=800px) {
  .btn {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    max-width: 125px;
  }
}

.brand-calc__item-btn {
  margin-left: auto;
  color: #000 !important;
  background-color: #fbec1c !important;
  border-color: #fbec1c !important;

}

.brand-calc__aside {
  background: #393e4b;
  border-radius: 10px;
  width: 100%;
  max-width: 476px;
  max-height: max-content;
  padding: 20px;
}

@media (width <=1000px) {
  .brand-calc__aside {
    max-width: none;
    padding: 20px 15px;
  }
}

.brand-calc__aside-title {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__aside-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.brand-calc__aside-content {
  letter-spacing: .05em;
  color: #fff;
  border-bottom: 2px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 133%;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__aside-content {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.brand-calc__aside-price {
  letter-spacing: .01em;
  text-transform: lowercase;
  color: #fff;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  line-height: 240%;
}

@media (width <=800px) {
  .brand-calc__aside-price {
    font-size: 17px;
  }
}

.js-overlay__btn-open {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 133%;
}

@media (width <=800px) {
  .js-overlay__btn-open {
    padding: 10px;
    font-size: 16px;
  }
}

.brand-calc__aside-row {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 133%;
  display: flex;
}

@media (width <=800px) {
  .brand-calc__aside-row {
    font-size: 20px;
  }
}

.brand-calc__aside-total {
  letter-spacing: .01em;
  text-transform: lowercase;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 240%;
}

@media (width <=800px) {
  .brand-calc__aside-total {
    font-size: 20px;
  }
}

.brand-calc__aside-item {
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-calc__aside-item .brand-calc__aside-price {
  margin-left: auto;
  margin-right: 10px;
}

.brand-calc__aside-item .brand-calc__aside-remove {
  color: #fa1b56;
  font-size: 20px;
}

.brand-calc__descr {
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 118%;
  overflow: hidden;
}


.brand-calc__descr-info {
  flex-direction: column;
  gap: 15px;
  max-height: 0;
  transition: all .3s;
  display: none;
}

@media (max-width: 1000px) {
  .brand-calc__descr {
    font-size: 13px;
  }

  .brand-calc__descr-info {
    gap: 10px;
  }

}

.brand-calc__descr-info--active {
  max-height: 450px;

}

.brand-calc__descr-prim {
  flex-direction: column;
  gap: 15px;
  max-height: 0;
  transition: all .3s;
  display: none;
}

.brand-calc__descr-prim .btn {
  max-width: max-content;
}

.brand-calc__descr-prim a:not(.btn) {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.brand-calc__descr-prim video {
  width: 100%;
  object-fit: cover;
}

.brand-calc__descr-prim {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.brand-calc__descr.info--active {
  max-height: 450px;

}

.brand-calc__descr-kpi {
  flex-direction: column;
  gap: 15px;
  max-height: 0;
  transition: all .3s;
  display: none;
}

.brand-calc__descr-kpi--active {
  max-height: 450px;

}

.info--active {
  max-height: max-content;
  display: flex;
  margin-top: 30px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html, body {
  color: #fff;
  background: #000;
  font-family: Gilroy, sans-serif;
}

body {
  padding-top: 40px;

}

@media (max-width: 1000px) {
  body {
    padding-top: 20px;
  }
}

h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fbec1c;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
}

@media (width <=1000px) {
  h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.js__dropdown-list {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all .3s;
  position: absolute;
}

.js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox {
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;

}

.custom-checkbox .wpcf7-list-item label {
  display: flex;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;

}

.custom-checkbox input:checked {}

.custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 8px;
  transform: translate(-50%, -50%);
}

.overlay {
  z-index: 50;
  backdrop-filter: blur(5px);
  opacity: 1;
  visibility: visible;
  background: #00000060;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.overlay form .wpcf7-submit {
  color: #fff !important;
  background: #fa1b56;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
  font-size: 16px;
  font-weight: 400;
}

.overlay input:not(.custom-checkbox input) {
  color: #7a7a7a;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  background: #393e4b;
  border-radius: 10px;
  max-width: 800px;
  padding: 80px 40px 40px;
  position: relative;
}

.js-overlay__btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

::-webkit-scrollbar {
  border-radius: 20px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fbec1c;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #070707;
}

::-webkit-scrollbar-button {
  display: none;
}

.overlay-sec {
  letter-spacing: .05em;
  color: #000;
  background: #fbec1c;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 133%;
  transition: all .5s;
  position: fixed;
  top: 30px;
  right: -200%;
  z-index: 50;
}

.overlay-sec--active {
  right: 30px;
}

.has-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.has-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 600px) {
  .has-img {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}