@import url(ui.css);

/****************************************************
*******************index page************************
****************************************************/

/****************************************
***************header********************
****************************************/
.header {
  background: rgba(18, 18, 18, 0.7);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  transition: background 0.5s ease 0s;
}
.header._black, .header._black-menu {
  background: rgba(18, 18, 18, 1);
}
.header__container {
  padding: 12px 20px;
  /*gap: 110px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 702px;*/
  width: 590px;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 36px;
}
.menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #d8d8d8;
  transition: all 0.3s ease 0s;
}

.menu__link:hover, .menu__link._active {
  color: var(--accent-color);
  /*color: #ff4646;*/
  /*text-shadow: 0px 4px 48px var(--accent-color-dark);*/
}
.menu__phone {
  display: flex;
  align-items: center;
  gap: 6px;
}
.menu__phone-ico {
  font-size: 18px;
  color: var(--accent-color);
}
.menu__phone-txt {
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
.menu__phone:hover .menu__phone-txt {
  border-color: transparent;
}
.menu__button {
  padding: 16px 32px;
  border: 1px solid var(--accent-color);
  width: 170px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  /*color: var(--accent-color);*/
  color: #fff;

  transition: background 0.5s ease 0s, color 0.5s ease 0s;
}
.menu__button:hover {
  background: var(--accent-color);
  color: #181819;
  /*box-shadow: 0px 0px 48px var(--accent-color-dark);*/
}
.menu__icon {
  display: none;
}
.header__logo-img {
  /*width: 158px;*/
  /*height: 34px;*/
  width: 210px;
  height: auto;
}
/****************************************
**********main-section*******************
****************************************/
.main-section {
  background-image: url(../../img/main-section/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease 0s;
}
.main-section__container {
  min-height: 680px;
  padding: 40px 0 120px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-section__container > *:not(:first-child) {
  margin-top: 36px;
}
.main-section__intro > *:not(:first-child) {
  margin-top: 18px;
}
.main-section__intro {
  max-width: 970px;
}
.main-section__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
  word-spacing: 2px;
  text-transform: uppercase;
}
._yellow {
  color: var(--accent-color);
}
.main-section__sub-title {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
}
.main-section__button, .order__button {
  width: 370px;
  text-align: center;
  background: linear-gradient(107.14deg, rgba(255, 255, 255, 0) 7.03%, rgba(255, 255, 255, 0.3) 49.19%, rgba(255, 255, 255, 0) 89.17%), var(--accent-color);
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  color: #121212;
  transition: all 0.3s ease 0s;
}
.main-section__button:hover, .order__button:hover {
  box-shadow: 0 0 8px var(--accent-color-dark);
}

/********************************************
******************price**********************
********************************************/
.price {
  padding-bottom: 106px;
  background-color:#181819;
}
.price__container {
  max-height: 100%;
  margin-bottom: -170px;
}
.price__list {
  position: relative;
  top: -170px;
}
.price__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.price__card {
  width: 31.6%;
  position: relative;
  cursor: pointer;
  height: 336px;
  padding: 24px;
  margin-bottom: 18px;
  user-select: none;
}
.price__card::before, .contact-section__item::before {
  content: "";
  background: #242426;
  position: absolute;
  width: 100%;
  height: 83.33%;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease 0s, height 0.5s ease 0s;
}
.price__content {
  position: relative;
  z-index: 1;
}
.price__card:hover::before {
  height: 100%;
  /*background: var(--accent-color);*/
  /*box-shadow: 0 160px 70px 0 var(--accent-color-light) inset;*/

}
.price__intro > *:not(:first-child) {
  margin-top: 14px;
}
.price__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}
.price__content > *:not(:first-child) {
  margin-top: 24px;
}
.price__icon-wrap {
  position: relative;
  width: 64px;
  height: 64px;
}
.price__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.price__icon._black {
  z-index: 1;
}
.price__card:hover .price__icon._color {
  opacity: 0;
}
.price__about > *:not(:first-child) {
  margin-top: 24px;
}
.price__info-list > *:not(:first-child) {
  margin-top: 14px;
}
.price__info-list > li {
  padding-left: 14px;
  position: relative;
}
.price__info-list > li::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: var(--accent-color);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}
.price__info-item {
  font-size: 14px;
  line-height: 100%;
  color: var(--light-gray);
}
.price__price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}
.price__order {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--accent-color);
  display: flex;
  gap: 10px;
  align-items: center;
}
.price__card:hover .price__title, .price__card:hover .price__info-item,
.price__card:hover .price__price-wrap > * {
  /*color: #181819;*/
}
.price__card:hover .price__info-list > li::before {
  /*background-color: #181819;*/
}
.price__title, .price__info-item, .price__info-list > li::before, .price__price-wrap > * {
  transition: all 0.3s ease 0s;
}
.price__order-txt {
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease 0s;
}
.price__order:hover .price__order-txt, .price__card:hover .price__order-txt  {
  /*border-bottom-color:#121212;*/
}



.price__price-new {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: font-size 0.7s ease 0s;
  font-size: 1px;
}
.price__card._viewed .price__price-new {
  opacity: 1;
  visibility: visible;
  width: auto;
  font-size: 24px;
}
.price__price-old {
  transition: right, font-size 0.7s ease 0s;
}
.price__price-old::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 110%;
  height: 1px;
  background: transparent;
  transform: rotate(0deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: background 0.3s ease 0s;
}
.price__card._viewed .price__price-old::before {
  background: #b7b7b7;
}
.price__card._viewed .price__price-old {
  right: 0;
  font-size: 16px;
  color: #b7b7b7;
}
.price__price {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.price__price-value {
  display: inline-block;
  position: relative;
  width: 145px;
  height: 24px;
}
.price__price-value-l {
  width: 132px;
}
.price__price-value-xs {
  width: 100px;
}
.price__price-value-sm {
  width: 120px;
}
.price__price-value-md {
  width: 155px;
}
.price__price-new, .price__price-old {
  position: absolute;
  top: 0;
  display: inline-block;
}
.price__card._viewed:hover .price__price-old {
  /*color: #3a3a3a;*/
}
.price__card._viewed:hover .price__price-old::before {
  /*background-color: #3a3a3a;*/
}

/**************************************************
******************portfolio************************
**************************************************/
.portfolio {
  padding: 104px 0;
  background: #121212;
}
.portfolio__container {
  position: relative;
}
.portfolio__swiper {
  max-width: 1010px;
  margin: 0 auto;
  padding: 20px 0;
}
.portfolio__slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 0 20px;
}
.portfolio-project__info {
  width: 370px;
}
.portfolio__nav, .stages__nav-btn, .project__nav-btn {
  width: 32px;
  height: 32px;
  background: #242426;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.portfolio__nav::after, .portfolio-project__nav::after, .stages__nav-btn::after,
.project__nav-btn::after {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.portfolio__nav:hover, .stages__nav-btn:hover, .project__nav-btn:hover {
  background: #bbddc6;
  /*box-shadow: 0 16px 20px 0 #FEE066 inset;*/
}
.portfolio__nav::before, .portfolio__more::before, .stages__nav-btn::before, .popup__close::after,
.project__nav-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  /*box-shadow: 0px 0px 36px rgba(254, 203, 0, 0.5);*/
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio__nav:hover::before, .project__nav-btn:hover::before {
  opacity: 1;
}
.portfolio__nav:hover::after, .project__nav-btn:hover::after {
  color: #242426;
}
.portfolio__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #5fd68a;
  text-transform: uppercase;
}
.portfolio-project__info > *:not(:first-child) {
  margin-top: 24px;
}
.portfolio__content > *:not(:first-child) {
  margin-top: 27px;
}
.portfolio__intro > *:not(:first-child) {
  margin-top: 19px;
}
.portfolio__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.portfolio__info {
  font-size: 14px;
  line-height: 140%;
  color: var(--light-gray);
  max-width: 307px;
}
.portfolio__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.portfolio__more {
  padding: 16px 32px;
  background: var(--accent-color);
  color: #121212;
  position: relative;
}
.portfolio__more::before {
  transition: all 0.5s ease 0s;
}
.portfolio__more, .portfolio__site {
  width: 170px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  border: 2px solid transparent;
  transition: all 0.5s ease 0s;
}
.portfolio__more::before {
  opacity: 1;
}
.portfolio__more:hover::before {
  opacity: 0;
}
.portfolio__more:hover, .portfolio__site {
  border-color:var(--accent-color);
  background: transparent;
  color: var(--accent-color);
}
.portfolio__site {
  padding: 16px;
  position: relative;
}
.portfolio__site:hover {
  background: var(--accent-color);
  color: #121212;
}
.portfolio-project__swiper {
  width: 570px;
  margin: 0;
}


.portfolio-project__slide {
  width: max-content;
}
.portfolio-project__photo {
  width: 570px;
  height: 276px;
  object-fit: cover;
  padding-right: 2px;
}
.portfolio-project__nav {
  z-index: 20;
  top: 57%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease 0s;
}
.portfolio-project__nav::after {
  transition: all 0.5s ease 0s;
}
.portfolio-project__prev, .swiper-rtl .portfolio-project__next {
  left: 8px;
}
.portfolio-project__next, .swiper-rtl .portfolio-project__prev {
  right: 8px;
}
.portfolio-project__plush {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 40px;
  transition: all 0.5s ease 0s;
  background: #181819;
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}
.portfolio-project__plush-left {
  left: 0;
}
.portfolio-project__plush-right {
  right: 0;
}
.portfolio-project__nav:hover + .portfolio-project__plush {
  opacity: 0.9;
}
.portfolio-project__nav.swiper-button-disabled + .portfolio-project__plush {
  opacity: 0;
}
.portfolio-project__nav:hover::after {
  color: var(--accent-color);
}
.portfolio-project__next, .portfolio-project__prev {
  width: 24px;
  height: 24px;
}
.portfolio-project__nav.swiper-button-disabled {
  opacity: 0;

}
/****************************************
***************stages********************
****************************************/
.stages {
  padding: 126px 0 220px 0;
  background-image: url(../../img/stages/bg.webp);
  background-size: cover;
  background-position: center center;
}
.stages__container > *:not(:first-child) {
  margin-top: 48px;
}
.stages__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.stages__nav {
  position: relative;
  width: 70px;
  height: 32px;
}
.stages__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stages__prev {
  left: 0;
}
.stages__next {
  right: 0;
}
.stages__nav-btn.swiper-button-disabled {
  opacity: 1;
}
.stages__nav-btn:hover::before {
  opacity: 1;
}
.stages__nav-btn:hover::after {
  color: #2A2925;
}
.stages__item {
  width: 370px;
  min-height: 235px;
  position: relative;
  padding: 8px 24px 24px 24px;
}
.stages-item__content {
  position: relative;
  z-index: 2;
}
.stages__item::before {
  content: "";
  z-index: 1;
  position: absolute;
  pointer-events: none;
  user-select: none;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 85.45%;
  background: #242426;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
}
.stages-item__content > *:not(:first-child) {
  margin-top: 20px;
}
.stages-item__num {
  font-weight: 700;
  width: 37px;
  height: 64px;
  line-height: 100%;
  color: var(--accent-color);
  display: inline;
}

.stages-item__num._icon-mark {
  width: 64px;
  height: 48px;
}

.stages-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.stages-item__content-wrapper > *:not(:first-child) {
  margin-top: 8px;
}
.stages-item__txt {
  font-size: 16px;
  line-height: 140%;
  color: var(--light-gray);
}

.stages__slide {
  width: 33.33%;
}
.stages__swiper {
  overflow: visible;
}
.stages-item__content-wrapper {
  min-height: 118px;
  display: flex;
  flex-direction: column;
}
.stages__slide {
  opacity: 0.4;
  transition: opacity 0.3s ease 0s;
}
.stages__slide.swiper-slide-visible {
  opacity: 1;
}
/****************************************
*****************order*******************
****************************************/
.order {
  padding-bottom: 32px;
  background: #121212;
}
.order__content {
  width: 100%;
  padding: 64px 74px;
  background: #242426;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -97px;
}
.order__container {
  margin-bottom: -97px;
}
.order__intro > *:not(:first-child) {
  margin-top: 24px;
}
.order__title {
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.order__content > *:not(:first-child) {
  margin-top: 36px;
}
.order__txt-wrapper > *:not(:first-child) {
  margin-top: 8px;
}
.order__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--light-gray);
  text-align: center;
}
.order__button {
  display: flex;
  justify-content: center;
  width: 270px;
}


/****************************************
****************footer*******************
****************************************/
.footer {
  padding: 32px 0 32px 0;
  background: #121212;
}
.footer__container > *:not(:first-child) {
  margin-top: 12px;
}
.footer__top, .footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-bottom__graph {
  padding-left: 30px;
  /*width: 160px;*/
  text-align: left;
}

.footer__top, .footer__bottom {
  align-items: center;
}
.footer-top__media {
  transition: all 0.5s ease 0s;
  color: #fff;
  opacity: 0.2;
  position: relative;
  z-index: 2;
}
.footer-top__media-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-top__media._icon-vk {
  font-size: 14px;
}
.footer-top__media._icon-inst, .footer-top__media._icon-whatsapp,
 .footer-top__media._icon-wiber, .footer-top__media._icon-tg {
  font-size: 20px;
}
.footer-top__media:hover {
  color: var(--accent-color);
  opacity: 1;

}
.footer-top__media::after {
  content: "";
  width: 30%;
  height: 30%;
  box-shadow: 0px 0px 32px rgba(254, 203, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.footer-top__media:hover::after {
  opacity: 1;
}
.footer-bottom__info {
  font-size: 14px;
  line-height: 140%;
  color: var(--light-gray);
}
.footer-bottom__graph {
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}
.footer-bottom__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.footer-bottom__dev {
  color: inherit;
  border-bottom: 1px solid var(--light-gray);
  transition: all 0.3s ease 0s;
}
.footer-bottom__dev:hover {
  border-color: transparent;
}

.footer-bottom__tel {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--accent-color);
}
.footer-bottom__mail {
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
.footer-bottom__mail:hover {
  border-color: transparent;
}



/*************************************************
*******************popup**************************
*************************************************/
.popup, .popup-result {
  background: rgba(18, 18, 18, 0.55);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 35;
  pointer-events: none;
  transition: all 0.4s ease 0s;
  opacity: 0;

}
.popup._open, .popup-result._open {
  opacity: 1;
  pointer-events: all;
}
.popup__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.popup__wrapper {
  padding: 1px;
  background: linear-gradient(180deg, var(--accent-color-light) 0%, var(--accent-color) 100%);
  /*a5ffc5*/
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: perspective(1500px) translateY(-100%) rotateX(45deg);

}
.popup._open .popup__wrapper, .popup-result._open .popup__wrapper {
  opacity: 1;
  transform: perspective(1500px) translateY(0) rotateX(0);
}
.popup__content {
  padding: 33px;
  width: 570px;
  background: #181819;
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__content > *:not(:first-child) {
  margin-top: 16px;
}
.popup__policy, .popup__policy > * {
  font-family: 'Rubik';
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  max-width: 416px;
}
.popup__content-wrap > *:not(:first-child) {
  margin-top: 36px;
}
.popup__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__title, .popup-result__txt {
  max-width: 90%;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
}
.popup__content-wrap {
  width: 100%;
}
.popup__close {
  color: #fff;
  padding: 6px;
  cursor: pointer;
  font-size: 20px;
  background: #242426;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  position: relative;
}
.popup__close:hover {
  background: var(--accent-color);
  color: #2A2925;
}
.popup__close:hover::after {
  opacity: 1;
}

.popup__form > *:not(:first-child) {
  margin-top: 36px;
}
.popup__form-wrap > *:not(:first-child) {
  margin-top: 24px;
}
.popup__form-wrap > * {
  width: 100%;
}
.popup__submit {
  width: 100%;
  background: #4E4E4E;
  color: #121212;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 32px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.popup__submit._active {
  pointer-events: all;
}
.popup__submit._active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 0px 7px var(--accent-color);
  opacity: 0;
}
.popup__submit._active:hover::before {
  opacity: 1;
}
.popup__submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(107.14deg, rgba(255, 255, 255, 0) 7.03%,
  rgba(255, 255, 255, 0.3) 49.19%, rgba(255, 255, 255, 0) 89.17%), var(--accent-color);
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.popup__submit-txt {
  position: relative;
  z-index: 3;
}
.popup__submit._active:after {
  opacity: 1;
}

._popup-form {
  height: 50px;
  outline: none;
  padding: 16px 12px;
  background: #121212;
  border-bottom: 2px solid #4E4E4E;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
._popup-form._focus {
  border-color: #fff;
}
.popup__textarea._focus {
  border-color: var(--accent-color);
}
.popup__line {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.popup__line > ._popup-form {
  width: 48.6%;
}
.popup__textarea {
  height: 164px;
  resize: none;
}
.popup__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);

  transition: opacity 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.popup__loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, .1);
  border-top: 10px solid #fff;
  z-index: 100;
  animation: loading 2s infinite ease-in-out;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.popup._sending .popup__loading {
  opacity: 1;
  visibility: visible;
}




/****************************************
****************popup-result*************
****************************************/

.popup-result .popup__content-wrap > *:not(:first-child) {
  margin-top: 0;
}
.popup-result__txt {
  text-align: center;
  max-width: 100%;
  font-size: 25px;
  padding: 45px 0 20px 0;
  line-height: 120%;
}
.popup__policy a {
  text-decoration: underline;
}


/******************************************
*****************policy********************
******************************************/
.policy {
  padding: 60px 0 100px 0;
}
.policy__container > *:not(:first-child) {
  margin-top: 50px;
}
.policy__block > *:not(:first-child) {
  margin-top: 20px;
}
.policy__txt-block > *:not(:first-child) {
  margin-top: 15px;
}
 
.policy__title {
  color: #FFF;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
}

.policy__txt {
  color: var(--light-gray);
  font-size: 18px;
  line-height: 120%;
}