.mfp-content {
  max-width: 80% !important;
}

.hidden-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.az-service {
  background-color: #313131;
  padding-bottom: 133px;
}
.az-service__head {
  height: fit-content;
  margin-bottom: 38px;
  position: relative;
  max-height: 100vh;
}
.az-service__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/gradient.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.az-service__head-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.az-service__head-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.az-service__head-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 158px;
}
@media screen and (max-width: 1500px) {
  .az-service__head-content {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__head-content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-content {
    padding-top: 60px;
  }
}
.az-service__head-title {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
  cursor: default;
}
@media screen and (max-width: 1500px) {
  .az-service__head-title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__head-title {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__head-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-title {
    font-size: 36px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 500px) {
  .az-service__head-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.az-service__head-desc {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  cursor: default;
}
@media screen and (max-width: 1500px) {
  .az-service__head-desc {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__head-desc {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__head-desc {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-desc {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .az-service__head-desc {
    font-size: 20px;
    line-height: 24px;
  }
}
.az-service__head-line {
  display: flex;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 163px;
}
@media screen and (max-width: 1500px) {
  .az-service__head-line {
    padding-top: 76px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__head-line {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__head-line {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__head-line {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-line {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .az-service__head-line {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.az-service__head-contact {
  margin-right: 50px;
  background-color: rgb(54, 158, 67);
  color: #ffffff;
  border-radius: 6px;
  padding: 24px 49px;
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  border: 1px solid #369E43;
  transition: all 0.2s;
}
.az-service__head-contact:hover {
  background-color: #ffffff;
  color: rgb(54, 158, 67);
}
@media screen and (max-width: 1500px) {
  .az-service__head-contact {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__head-contact {
    padding: 18px 22px;
    font-size: 22px;
    font-weight: 500;
    margin-right: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__head-contact {
    font-size: 18px;
    margin-right: 30px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-contact {
    padding: 14px 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .az-service__head-contact {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
  }
}
.az-service__head-info {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  .az-service__head-info {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__head-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .az-service__head-info {
    opacity: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .az-service__head-info {
    font-size: 14px;
  }
}
.az-service__options {
  margin-bottom: 200px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
@media screen and (max-width: 1821px) {
  .az-service__options {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1500px) {
  .az-service__options {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__options {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__options {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .az-service__options {
    gap: 14px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__options {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__options {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    row-gap: 8px;
  }
}
.az-service__options-elem {
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(69, 69, 69, 0.4);
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .az-service__options-elem:hover .az-service__options-block {
    transition: 0.5s;
    opacity: 1;
    left: 0;
  }
  .az-service__options-elem:hover .az-service__options-img, .az-service__options-elem:hover .az-service__options-title {
    filter: blur(4px);
    transition: 0.5s;
  }
}
.az-service__options-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.az-service__options-img:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(46, 46, 46, 0) 55%, rgba(46, 46, 46, 0.54641) 76.86%, rgba(46, 46, 46, 0.7) 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .az-service__options-img:after {
    background: linear-gradient(180deg, rgba(46, 46, 46, 0) 28%, rgba(46, 46, 46, 0.54641) 60.86%, rgba(46, 46, 46, 0.7) 100%);
  }
}
.az-service__options-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-service__options-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px;
  z-index: 1;
}
@media screen and (max-width: 1821px) {
  .az-service__options-title {
    font-size: 27px;
    line-height: 32px;
    padding: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-title {
    font-size: 22px;
    line-height: 26px;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-title {
    top: initial;
    bottom: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 14px;
    transition: all 0.4s;
    cursor: pointer;
  }
  .az-service__options-title:hover:after {
    margin-left: 14px;
  }
}
.az-service__options-title:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.8824 0.21967L15.6553 4.99264C15.9482 5.28553 15.9482 5.76041 15.6553 6.0533L10.8824 10.8263C10.5895 11.1192 10.1146 11.1192 9.8217 10.8263C9.52881 10.5334 9.52881 10.0585 9.8217 9.76561L13.3143 6.27297H0.875C0.460786 6.27297 0.125 5.93718 0.125 5.52297C0.125 5.10876 0.460786 4.77297 0.875 4.77297H13.3143L9.8217 1.28033C9.52881 0.987437 9.52881 0.512563 9.8217 0.21967C10.1146 -0.0732234 10.5895 -0.0732234 10.8824 0.21967Z" fill="white"/></svg>');
  margin-left: 10px;
  display: none;
  width: 16px;
  height: 12px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .az-service__options-title:after {
    display: inline-block;
  }
}
.az-service__options-title_bottom {
  top: initial;
  bottom: 0;
}
.az-service__options-desc {
  position: absolute;
  top: 70px;
  left: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  line-height: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 1821px) {
  .az-service__options-desc {
    left: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-desc {
    left: 16px;
    font-size: 20px;
    font-weight: 400;
    top: 42px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-desc {
    font-size: 18px;
    top: initial;
    bottom: 10px;
    opacity: 0.6;
    line-height: 20px;
    left: 14px;
  }
}
.az-service__options-tele {
  grid-column: 1/2;
  grid-row: 1/9;
}
@media screen and (max-width: 1500px) {
  .az-service__options-tele {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele {
    grid-row: 1/2;
  }
}
.az-service__options-tele:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./images/tele-frame.png");
  pointer-events: none;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .az-service__options-tele:before {
    display: none;
  }
}
.az-service__options-tele .az-service__options-img {
  clip-path: url(#clip-tele);
  height: 85%;
  bottom: 0;
  top: initial;
}
@media screen and (max-width: 1821px) {
  .az-service__options-tele .az-service__options-img {
    height: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-tele .az-service__options-img {
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .az-service__options-tele .az-service__options-img {
    height: 112%;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele .az-service__options-img {
    clip-path: none;
  }
}
.az-service__options-tele .az-service__options-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1821px) {
  .az-service__options-tele .az-service__options-img img {
    padding-left: 32px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 950px) {
  .az-service__options-tele .az-service__options-img img {
    padding-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele .az-service__options-img img {
    padding: 0;
  }
}
.az-service__options-tele .az-service__options-icon1 {
  position: absolute;
  transform: rotate(-13deg);
  top: 134px;
  left: 43px;
}
@media screen and (max-width: 1821px) {
  .az-service__options-tele .az-service__options-icon1 {
    top: 156px;
    left: 28px;
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-tele .az-service__options-icon1 {
    width: 155px;
    top: 91px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele .az-service__options-icon1 {
    display: none;
  }
}
.az-service__options-tele .az-service__options-icon2 {
  position: absolute;
  transform: rotate(6deg);
  top: 128px;
  right: 18px;
}
@media screen and (max-width: 1821px) {
  .az-service__options-tele .az-service__options-icon2 {
    width: 114px;
    top: 100px;
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-tele .az-service__options-icon2 {
    width: 86px;
    top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele .az-service__options-icon2 {
    display: none;
  }
}
.az-service__options-tele .az-service__options-title {
  position: relative;
  padding-bottom: 575px;
}
@media screen and (max-width: 1820px) {
  .az-service__options-tele .az-service__options-title {
    padding-bottom: 440px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-tele .az-service__options-title {
    padding-bottom: 340px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-tele .az-service__options-title {
    padding-top: 110px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 600px) {
  .az-service__options-tele .az-service__options-title {
    padding-top: 70px;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-tele .az-service__options-title {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 440px) {
  .az-service__options-tele .az-service__options-title {
    padding-top: 70px;
    padding-bottom: 52px;
  }
}
.az-service__options-consultation {
  grid-column: 2/3;
  grid-row: 1/5;
}
@media screen and (max-width: 1500px) {
  .az-service__options-consultation {
    grid-row: 1/2;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-consultation {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .az-service__options-consultation img {
    object-position: 0 12%;
  }
}
.az-service__options-chef {
  grid-column: 3/4;
  grid-row: 1/8;
}
@media screen and (max-width: 1500px) {
  .az-service__options-chef {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-chef {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-chef {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .az-service__options-chef img {
    object-position: 0 72%;
  }
}
.az-service__options-chef .az-service__options-icon3 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .az-service__options-chef .az-service__options-icon3 {
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .az-service__options-chef .az-service__options-icon3 {
    width: 68px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-chef .az-service__options-icon3 {
    display: none;
  }
}
.az-service__options-repair {
  grid-column: 1/2;
  grid-row: 9/13;
}
@media screen and (max-width: 1500px) {
  .az-service__options-repair {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-repair {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .az-service__options-repair img {
    object-position: 0 17%;
  }
}
.az-service__options-study {
  grid-column: 2/3;
  grid-row: 5/13;
}
@media screen and (max-width: 1500px) {
  .az-service__options-study {
    grid-row: 2/4;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-study {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-study {
    grid-row: 5/6;
    grid-column: 1/2;
  }
  .az-service__options-study img {
    object-position: 0 23%;
  }
}
.az-service__options-service {
  grid-column: 3/4;
  grid-row: 8/13;
  background-image: url("./images/service-bg.png");
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .az-service__options-service {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-service {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 555px) {
  .az-service__options-service {
    grid-row: 6/7;
    grid-column: 1/2;
  }
  .az-service__options-service img {
    object-position: 0 50%;
  }
}
.az-service__options-service .az-service__options-img {
  width: 75%;
  height: 65%;
  top: initial;
  left: 85px;
  bottom: 0;
}
@media screen and (max-width: 1821px) {
  .az-service__options-service .az-service__options-img {
    left: 15px;
    width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .az-service__options-service .az-service__options-img {
    width: 61%;
    left: 50%;
    transform: translateX(-50%);
    height: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-service .az-service__options-img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-service .az-service__options-img {
    width: 100%;
    height: 100%;
  }
}
.az-service__options-service .az-service__options-img img {
  clip-path: url(#clip-service);
}
@media screen and (max-width: 1500px) {
  .az-service__options-service .az-service__options-img img {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-service .az-service__options-img img {
    clip-path: none;
    padding: 0;
  }
}
.az-service__options-service .az-service__options-icon {
  width: 120px;
  height: 160px;
  position: absolute;
  top: 71px;
  right: 10px;
}
@media screen and (max-width: 1821px) {
  .az-service__options-service .az-service__options-icon {
    width: 100px;
    top: 35px;
  }
}
@media screen and (max-width: 1500px) {
  .az-service__options-service .az-service__options-icon {
    right: 80px;
    top: 2px;
  }
}
@media screen and (max-width: 1050px) {
  .az-service__options-service .az-service__options-icon {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__options-service .az-service__options-icon {
    width: 76px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-service .az-service__options-icon {
    display: none;
  }
}
.az-service__options-block {
  position: absolute;
  top: 0;
  left: -1000px;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 63, 63, 0.95);
  color: #ffffff;
  padding: 24px 32px;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
  cursor: default;
}
@media screen and (max-width: 1000px) {
  .az-service__options-block {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-block {
    padding: 24px 16px;
    border-radius: 10px;
    height: fit-content;
    max-width: 95%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 95vh;
    transition: 0.2s;
  }
}
.az-service__options-block table {
  width: 100%;
}
.az-service__options-block th {
  font-weight: 500;
}
.az-service__options-block tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 14px;
}
.az-service__options-block tr:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .az-service__options-block tr {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.az-service__options-block td {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .az-service__options-block td {
    line-height: 18px;
  }
}
.az-service__options-block td span {
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-text-size-adjust: none;
}
.az-service__options-block p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .az-service__options-block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.az-service__options-block button, .az-service__options-block a {
  margin-top: 22px;
  height: 44px;
  width: fit-content;
  border: 1px solid rgb(54, 158, 67);
  background-color: rgb(54, 158, 67);
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 0.2s;
  padding: 0 17px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .az-service__options-block button, .az-service__options-block a {
    height: 38px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-block button, .az-service__options-block a {
    margin-top: 16px;
    height: 44px;
    padding: 0 26px;
  }
}
.az-service__options-block button:hover, .az-service__options-block a:hover {
  color: #369E43;
  background-color: #ffffff;
  text-decoration: none;
}
.az-service__options-block button:active, .az-service__options-block button:focus, .az-service__options-block buttonvisited, .az-service__options-block a:active, .az-service__options-block a:focus, .az-service__options-block avisited {
  text-decoration: none;
}
.az-service__options-block:has(button:disabled) {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .az-service__options-block:has(button:disabled) {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-block.active {
    position: fixed;
    z-index: 1001;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.az-service__options-close {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7L7 17' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M7 7L17 17' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 13px;
  right: 13px;
  transition: all 0.4s;
  cursor: pointer;
}
.az-service__options-close:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .az-service__options-close {
    display: block;
  }
}
.az-service__options-price {
  font-size: 18px !important;
  font-weight: 600;
  text-align: right;
  margin-left: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .az-service__options-price {
    font-size: 16px !important;
    margin-left: 10px;
  }
}
.az-service__options-capture {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .az-service__options-capture {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .az-service__options-capture {
    margin-bottom: 8px;
    font-weight: 600;
    padding-right: 44px;
  }
}
.az-service__block {
  min-height: 255px;
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 60px;
}
@media screen and (max-width: 1350px) {
  .az-service__block {
    min-height: 200px;
    padding: 32px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__block {
    min-height: initial;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__block {
    padding: 26px 22px;
  }
}
.az-service__block-info {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  cursor: default;
}
@media screen and (max-width: 1350px) {
  .az-service__block-info {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__block-info {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__block-info {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .az-service__block-info {
    text-align: center;
  }
}
.az-service__block-info span {
  opacity: 0.5;
  max-width: 400px;
  display: block;
}
@media screen and (max-width: 1150px) {
  .az-service__block-info span {
    max-width: 300px;
  }
}
@media screen and (max-width: 870px) {
  .az-service__block-info span {
    max-width: initial;
  }
}
.az-service__block-contact {
  max-width: 30%;
}
@media screen and (max-width: 1821px) {
  .az-service__block-contact {
    max-width: 38%;
  }
}
@media screen and (max-width: 870px) {
  .az-service__block-contact {
    max-width: initial;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .az-service__block-contact {
    margin-top: 6px;
  }
}
.az-service__block-row {
  display: flex;
  align-items: center;
}
.az-service__block-wrapper {
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.az-service__block-wrapper:hover {
  text-decoration: none;
}
.az-service__block-wrapper:hover .az-service__block-btn {
  color: rgb(0, 114, 54);
}
.az-service__block-wrapper:hover .az-service__block-phone {
  color: rgb(0, 114, 54);
}
.az-service__block-wrapper:hover .az-service__phone-btn {
  background-color: #ffffff;
}
.az-service__block-wrapper:hover .az-service__phone-phone {
  background-color: #ffffff;
}
.az-service__block-wrapper:focus {
  text-decoration: none !important;
}
.az-service__block-btn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  transition: 0.2s;
}
@media screen and (max-width: 1350px) {
  .az-service__block-btn {
    width: 50px;
    height: 50px;
  }
  .az-service__block-btn svg {
    width: 32px;
  }
}
@media screen and (max-width: 575px) {
  .az-service__block-btn {
    margin-right: 6px;
  }
}
.az-service__block-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 67px;
  height: 70px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 500;
  font-size: 32px;
  transition: 0.2s;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  .az-service__block-phone {
    height: 50px;
    font-size: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__block-phone {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__block-phone {
    font-size: 20px;
    height: 40px;
  }
}
.az-service__block-desc {
  color: #ffffff;
  opacity: 0.5;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  cursor: default;
}
@media screen and (max-width: 1821px) {
  .az-service__block-desc {
    text-align: end;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__block-desc {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__block-desc {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__block-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 870px) {
  .az-service__block-desc {
    text-align: start;
  }
}
@media screen and (max-width: 575px) {
  .az-service__block-desc {
    text-align: center;
  }
}
.az-service__qr {
  background-image: url("./images/bg-qr-block.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 870px) {
  .az-service__qr {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    padding-right: 270px;
  }
}
@media screen and (max-width: 660px) {
  .az-service__qr {
    padding-right: 210px;
  }
}
@media screen and (max-width: 575px) {
  .az-service__qr {
    padding-right: initial;
    padding-bottom: 140px;
    align-items: center;
  }
}
.az-service__qr-img {
  position: absolute;
  width: 340px;
  left: 50%;
  transform: translateX(-45%);
  bottom: 0;
}
@media screen and (max-width: 1821px) {
  .az-service__qr-img {
    width: 280px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__qr-img {
    width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__qr-img {
    width: 180px;
  }
}
@media screen and (max-width: 880px) {
  .az-service__qr-img {
    width: 144px;
  }
}
@media screen and (max-width: 870px) {
  .az-service__qr-img {
    width: 250px;
    left: initial;
    transform: none;
    right: 0;
  }
}
@media screen and (max-width: 660px) {
  .az-service__qr-img {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .az-service__qr-img {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.az-service__qr-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 1821px) {
  .az-service__qr-row {
    justify-content: flex-end;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .az-service__qr-row {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 870px) {
  .az-service__qr-row {
    justify-content: flex-start;
  }
}
.az-service__qr-btn {
  background-color: #ffffff;
  color: #313131;
}
.az-service__qr-phone {
  background-color: #ffffff;
  color: #313131;
}
.az-service__phone {
  position: relative;
  background-image: url("./images/bg-phone.png");
  display: flex;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 870px) {
  .az-service__phone {
    padding-right: 60px;
  }
}
@media screen and (max-width: 580px) {
  .az-service__phone {
    padding-right: initial;
  }
}
.az-service__phone-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 870px) {
  .az-service__phone-block {
    flex-direction: column;
    align-items: initial;
  }
}
@media screen and (max-width: 580px) {
  .az-service__phone-block {
    width: calc(100% - 22px);
    align-items: center;
  }
}
.az-service__phone-info {
  margin-right: 80px;
  max-width: 400px;
}
@media screen and (max-width: 1820px) {
  .az-service__phone-info {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__phone-info {
    max-width: 300px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__phone-info {
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 870px) {
  .az-service__phone-info {
    max-width: initial;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .az-service__phone-info {
    margin-right: 0;
    text-align: center;
  }
}
.az-service__phone-info span {
  max-width: 350px;
}
@media screen and (max-width: 580px) {
  .az-service__phone-info span {
    max-width: initial;
    text-align: center;
  }
}
.az-service__phone-btn {
  color: #ffffff;
  background-color: #313131;
}
.az-service__phone-phone {
  color: #ffffff;
  background-color: #313131;
}
.az-service__phone-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 1820px) {
  .az-service__phone-img {
    max-width: 65%;
  }
}
@media screen and (max-width: 580px) {
  .az-service__phone-img {
    display: none;
  }
}
.az-service__phone-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.az-service__video {
  padding-top: 168px;
  padding-bottom: 185px;
  position: relative;
}
@media screen and (max-width: 1821px) {
  .az-service__video {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__video {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__video {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.az-service__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(49, 49, 49) 0%, rgba(49, 49, 49, 0) 2%, rgba(49, 49, 49, 0) 97%, rgb(49, 49, 49) 100%), url("./images/bg-video.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.az-service__video .swiper {
  padding-bottom: 40px;
}
.az-service__video .swiper-button-next, .az-service__video .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.6;
  transition: 0.2s;
}
.az-service__video .swiper-button-next:hover, .az-service__video .swiper-button-prev:hover {
  transition: 0.2s;
  opacity: 1;
}
.az-service__video .swiper-button-next:active, .az-service__video .swiper-button-prev:active {
  transition: 0.2s;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .az-service__video .swiper-button-next, .az-service__video .swiper-button-prev {
    display: none;
  }
}
.az-service__video .swiper-button-next {
  right: -28px;
}
@media screen and (max-width: 1400px) {
  .az-service__video .swiper-button-next {
    right: -15px;
  }
}
.az-service__video .swiper-button-prev {
  left: -28px;
}
@media screen and (max-width: 1400px) {
  .az-service__video .swiper-button-prev {
    left: -15px;
  }
}
.az-service__video .swiper-button-disabled {
  display: none;
}
.az-service__video .swiper-pagination {
  bottom: 0 !important;
}
.az-service__video .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #369e43;
  margin: 0 6px;
}
.az-service__video .swiper-pagination-bullet-active {
  background: #369e43;
}
.az-service__video-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.az-service__video-head {
  margin-bottom: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .az-service__video-head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__video-head {
    margin-bottom: 20px;
  }
}
.az-service__video-block {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.az-service__video-title {
  font-size: 75px;
  cursor: default;
}
@media screen and (max-width: 1821px) {
  .az-service__video-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__video-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__video-title {
    font-size: 28px;
  }
}
.az-service__video-sub-title {
  font-size: 45px;
  opacity: 0.5;
  cursor: default;
}
@media screen and (max-width: 1820px) {
  .az-service__video-sub-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1350px) {
  .az-service__video-sub-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-sub-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-sub-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__video-sub-title {
    font-size: 20px;
  }
}
.az-service__video-links {
  max-width: 43%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1821px) {
  .az-service__video-links {
    max-width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-links {
    max-width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-links {
    gap: 10px;
  }
}
.az-service__video-link {
  height: 60px;
  font-weight: 400;
  font-size: 24px;
  border-radius: 50px;
  width: fit-content;
  color: #ffffff;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(262.85deg, rgba(255, 255, 255, 0.11) 7.38%, rgba(255, 255, 255, 0.24) 151.22%);
  transition: 0.2s;
  cursor: pointer;
}
.az-service__video-link:hover {
  transition: 0.2s;
  background: linear-gradient(262.85deg, rgba(255, 255, 255, 0.24) 7.38%, rgba(255, 255, 255, 0.11) 151.22%);
}
.az-service__video-link:hover a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 1821px) {
  .az-service__video-link {
    height: 46px;
    font-size: 20px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-link {
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-link {
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
    height: 34px;
  }
}
@media screen and (max-width: 450px) {
  .az-service__video-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.az-service__video-link a {
  color: #ffffff;
}
.az-service__video-link a:focus {
  color: #ffffff;
  text-decoration: none;
}
.az-service__video-link.active {
  background: linear-gradient(90deg, rgb(1, 168, 80) 0%, rgb(1, 103, 54) 40%, rgb(1, 103, 54) 60%, rgb(1, 168, 80) 100%);
}
.az-service__video-link.active a {
  position: relative;
  padding-right: 30px;
}
.az-service__video-link.active a:after, .az-service__video-link.active a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  right: 4px;
  opacity: 0.9;
  top: 5px;
}
.az-service__video-link.active a:after {
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
}
.az-service__video-link.active a:before {
  top: 50%;
  margin-top: -10px;
  transform: rotate(-45deg);
}
.az-service__video-link-play {
  width: 60px;
  padding: 0;
  position: relative;
}
.az-service__video-link-play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='29' viewBox='0 0 26 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4505 13.1284C22.1302 13.5107 22.1302 14.4893 21.4505 14.8716L8.49026 22.1617C7.82366 22.5367 7 22.055 7 21.2902L7 6.70985C7 5.94502 7.82366 5.46331 8.49026 5.83827L21.4505 13.1284Z' fill='url(%23paint0_linear_262_172)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_262_172' x1='23' y1='9' x2='-7.5' y2='-7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1821px) {
  .az-service__video-link-play {
    width: 46px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-link-play {
    width: 34px;
  }
}
.az-service__video-list {
  display: none;
  position: relative;
}
.az-service__video-list.active {
  display: block;
}
.az-service__video-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.az-service__video-wrapper:nth-child(2n+1) .az-service__video-elem_wide {
  order: 0;
}
.az-service__video-wrapper:nth-child(2n) .az-service__video-elem_wide {
  order: 4;
}
@media screen and (max-width: 1200px) {
  .az-service__video-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-wrapper {
    gap: 10px;
  }
}
.az-service__video-elem {
  height: 392px;
  display: block;
  border-radius: 10px;
  width: calc(50% - 15px);
  background-color: rgba(46, 46, 46, 0);
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.az-service__video-elem:hover:before {
  transition: 0.2s;
  background: linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 0.54641) 50.86%, rgba(46, 46, 46, 0.9) 100%);
}
@media screen and (max-width: 575px) {
  .az-service__video-elem:hover:before {
    background: linear-gradient(180deg, rgba(46, 46, 46, 0) 25%, rgba(46, 46, 46, 0.54641) 60.86%, rgba(46, 46, 46, 0.7) 100%);
  }
}
.az-service__video-elem:hover .az-service__video-icon {
  transition: 0.3s;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 650px) {
  .az-service__video-elem:hover .az-service__video-icon {
    width: 58px;
    height: 58px;
  }
}
.az-service__video-elem:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  background: linear-gradient(180deg, rgba(46, 46, 46, 0) 55%, rgba(46, 46, 46, 0.54641) 76.86%, rgba(46, 46, 46, 0.7) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1821px) {
  .az-service__video-elem {
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .az-service__video-elem {
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .az-service__video-elem {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .az-service__video-elem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 670px) {
  .az-service__video-elem {
    height: 180px;
    width: 100%;
  }
}
.az-service__video-elem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 25%;
}
.az-service__video-elem_wide {
  width: 100%;
}
.az-service__video-icon {
  width: 58px;
  height: 58px;
  background-color: rgb(0, 81, 28);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 650px) {
  .az-service__video-icon {
    width: 48px;
    height: 48px;
  }
}
.az-service__video-icon:before {
  content: "";
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4505 8.12842C15.1302 8.51073 15.1302 9.48927 14.4505 9.87158L1.49026 17.1617C0.823657 17.5367 -7.45497e-07 17.055 -7.12065e-07 16.2902L-7.47397e-08 1.70985C-4.13081e-08 0.945019 0.823657 0.463307 1.49026 0.838271L14.4505 8.12842Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  margin-left: 3px;
}
.az-service__video-capture {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px;
  word-break: break-word;
}
@media screen and (max-width: 1821px) {
  .az-service__video-capture {
    font-size: 24px;
    padding: 18px;
    line-height: 28px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1300px) {
  .az-service__video-capture {
    font-size: 18px;
    padding: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 650px) {
  .az-service__video-capture {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}
.az-service__video-hidden-list {
  display: none;
  position: relative;
}
.az-service__video-hidden-list .az-service__video-elem {
  width: 100%;
}
.az-service__video-hidden-list.active {
  display: block;
  padding-bottom: 40px;
}

.order-modal.fancybox__content {
  background-color: #ffffff;
  border-radius: 7px;
  max-width: 520px;
  width: 100%;
  background-image: url(/upload/forms/form-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.order-modal__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
}
.order-modal__title span {
  font-weight: 600;
  font-size: 18px;
}
.order-modal__title br {
  line-height: 0;
}
.order-modal__body .country-select__item img {
  display: inline-block;
}
.order-modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 150px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjEzNHB4IiBoZWlnaHQ9IjEzNHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8cmVjdCB4PSIxNy41IiB5PSI0MCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjIwIiBmaWxsPSIjMzY5ZTQzIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIyLjU2NDEwMjU2NDEwMjU2NHMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjM1OzQwOzQwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgYmVnaW49Ii0wLjUxMjgyMDUxMjgyMDUxMjlzIj48L2FuaW1hdGU+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIyLjU2NDEwMjU2NDEwMjU2NHMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjMwOzIwOzIwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgYmVnaW49Ii0wLjUxMjgyMDUxMjgyMDUxMjlzIj48L2FuaW1hdGU+CjwvcmVjdD4KPHJlY3QgeD0iNDIuNSIgeT0iNDAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMCIgZmlsbD0iIzM2OWU0MyI+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMi41NjQxMDI1NjQxMDI1NjRzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIzNi4yNTs0MDs0MCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4yNTY0MTAyNTY0MTAyNTY0NHMiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjIuNTY0MTAyNTY0MTAyNTY0cyIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MC41OzEiIHZhbHVlcz0iMjcuNTsyMDsyMCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4yNTY0MTAyNTY0MTAyNTY0NHMiPjwvYW5pbWF0ZT4KPC9yZWN0Pgo8cmVjdCB4PSI2Ny41IiB5PSI0MCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjIwIiBmaWxsPSIjMzY5ZTQzIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIyLjU2NDEwMjU2NDEwMjU2NHMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjM2LjI1OzQwOzQwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSI+PC9hbmltYXRlPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMi41NjQxMDI1NjQxMDI1NjRzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIyNy41OzIwOzIwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSI+PC9hbmltYXRlPgo8L3JlY3Q+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==");
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}
.order-modal_loading::after {
  opacity: 1;
  visibility: visible;
}
.order-modal__status {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
}
.order-modal__status span {
  text-align: center;
}
.order-modal__status span::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.order-modal__status a {
  white-space: nowrap;
}
.order-modal_status-ok .order-modal__status {
  visibility: visible;
  opacity: 1;
}
.order-modal_status-ok .order-modal__status span::before {
  background-image: url(/logo_svg1.svg);
}
.order-modal_status-error .order-modal__status {
  visibility: visible;
  opacity: 1;
  font-size: 18px;
}
.order-modal_status-error .order-modal__status a {
  white-space: nowrap;
}
.order-modal_status-error .order-modal__status span::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIA0KCSB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBzdHlsZT0iZmlsbDojRUI1NzU3OyIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+DQo8cG9seWxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHBvaW50cz0iMTYsMzQgMjUsMjUgMzQsMTYgDQoJIi8+DQo8cG9seWxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHBvaW50cz0iMTYsMTYgMjUsMjUgMzQsMzQgDQoJIi8+DQo8L3N2Zz4=");
}

.fancybox__container:has(.order-modal_loading) .f-button.is-close-btn {
  display: none;
}

.form_m-order .form__item {
  margin-bottom: 16px;
}
.form_m-order .form__item label {
  font-weight: 400;
  font-size: 16px;
  color: #414141;
  display: block;
  margin-bottom: 5px;
}
.form_m-order .form__item label i {
  color: #e02222;
  font-style: normal;
}
.form_m-order .form__item input {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  border: none;
  height: 48px;
  color: #555555;
  font-size: 14px;
  padding: 16px;
  transition: all 0.25s;
}
.form_m-order .form__item input::placeholder {
  color: #737373;
}
.form_m-order .form__item input:focus {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.12);
  outline: none;
}
.form_m-order .form__actions {
  margin-top: 32px;
}
.form_m-order .form__actions .m-btn_main {
  display: block;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  padding: 1em;
}

.modal-button {
  position: relative;
  overflow: hidden;
}
.modal-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #369E43;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjEwMXB4IiBoZWlnaHQ9IjEwMXB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8cmVjdCB4PSIxNy41IiB5PSIzMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjQwIiBmaWxsPSIjZmZmZmZmIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjc4NTcxNDI4NTcxNDI4NTZzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIxODszMDszMCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4zNTcxNDI4NTcxNDI4NTcxNXMiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNzg1NzE0Mjg1NzE0Mjg1NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjY0OzQwOzQwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgYmVnaW49Ii0wLjM1NzE0Mjg1NzE0Mjg1NzE1cyI+PC9hbmltYXRlPgo8L3JlY3Q+CjxyZWN0IHg9IjQyLjUiIHk9IjMwIiB3aWR0aD0iMTUiIGhlaWdodD0iNDAiIGZpbGw9IiNmZmZmZmYiPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNzg1NzE0Mjg1NzE0Mjg1NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjIwLjk5OTk5OTk5OTk5OTk5NjszMDszMCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4xNzg1NzE0Mjg1NzE0Mjg1OHMiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNzg1NzE0Mjg1NzE0Mjg1NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjU4LjAwMDAwMDAwMDAwMDAxOzQwOzQwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSIgYmVnaW49Ii0wLjE3ODU3MTQyODU3MTQyODU4cyI+PC9hbmltYXRlPgo8L3JlY3Q+CjxyZWN0IHg9IjY3LjUiIHk9IjMwIiB3aWR0aD0iMTUiIGhlaWdodD0iNDAiIGZpbGw9IiNmZmZmZmYiPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNzg1NzE0Mjg1NzE0Mjg1NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjIwLjk5OTk5OTk5OTk5OTk5NjszMDszMCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjEuNzg1NzE0Mjg1NzE0Mjg1NnMiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjU4LjAwMDAwMDAwMDAwMDAxOzQwOzQwIiBrZXlTcGxpbmVzPSIwIDAuNSAwLjUgMTswIDAuNSAwLjUgMSI+PC9hbmltYXRlPgo8L3JlY3Q+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==");
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: 42px auto;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.modal-button:disabled {
  pointer-events: none;
  background-color: #369E43;
  color: #ffffff;
}
.modal-button:disabled::after {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}/*# sourceMappingURL=styles.css.map */