/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/node-snackbar/dist/snackbar.min.css ***!
  \****************************************************************************************************/
.snackbar-container{transition:all .5s ease;transition-property:top,right,bottom,left,opacity;font-family:Roboto,sans-serif;font-size:14px;min-height:14px;background-color:#070b0e;position:fixed;display:flex;justify-content:space-between;align-items:center;color:#fff;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999}.snackbar-container .action{background:inherit;display:inline-block;border:none;font-size:inherit;text-transform:uppercase;color:#4caf50;margin:0 0 0 24px;padding:0;min-width:min-content;cursor:pointer}@media (min-width:640px){.snackbar-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media (max-width:640px){.snackbar-container{left:0;right:0;width:100%}}.snackbar-pos.bottom-center{top:auto!important;bottom:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.bottom-left{top:auto!important;bottom:0;left:0}.snackbar-pos.bottom-right{top:auto!important;bottom:0;right:0}.snackbar-pos.top-left{bottom:auto!important;top:0;left:0}.snackbar-pos.top-center{bottom:auto!important;top:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.top-right{bottom:auto!important;top:0;right:0}@media (max-width:640px){.snackbar-pos.bottom-center,.snackbar-pos.top-center{left:0;transform:none}}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./resources/scss/pages/removing_v5/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(/build8586a346554d1135b397.eot);
  src: url(/build8586a346554d1135b397.eot#iefix) format("embedded-opentype"), url(/build24605a20270726ee3f0f.woff2) format("woff2"), url(/build6b19e990728fa5d95a2d.woff) format("woff"), url(/buildc7fc467e3395661f3183.ttf) format("truetype"), url(/build04be0c462195aefd0926.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.snackbar-container.snackbar-pos.top-center {
  z-index: 10001;
  border-radius: 4px;
}

/* colors */
/* hover/focus transparentize для rgba(46, 67, 255, 0.3) */
/* transparentize для rgba(80, 26, 52, 0.1) */
/* #CCCCCC */
/* transparentize для rgba(125, 131, 165, 0.3)*/
/* transparentize для rgba(125, 131, 165, 0.1) */
/* transparentize для rgba(125, 131, 165, 0.2)  rgba(125, 131, 165, 0.1); */
/* #999999 */
/* #333333 */
/* ховер для  .modal-content линков ???????*/
/* transparentize для rgba(10, 10, 10, 0.1) */
/* #bbbbbb */
/* #eeeeee */
/* #aaaaaa */
/* transparentize для rgba(128, 131, 160, 0.11) rgba(128, 131, 160, 0.1) rgba(125, 131, 160, 0.3) */
/* transparentize для rgba(128, 131, 160, 0.2) */
/* transparentize для rgba(204,169,44, 0) */
/* transparentize для rgba(204,169,44, 0.4) */
/* keyfr pulse */
/* #ffffff white rgb(255, 255, 255) */
/* transparentize для rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.3) */
/* #000000 black rgb(0, 0, 0) */
/* transparentize для rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0); rgba(0,0,0,0);*/
/* blog desktop */
/* layout*/
/* $navbar_order_button_gradient: linear-gradient(110.64deg, $blue_one 3.89%, $purple_one 93.78%);
$navbar_order_button_gradient_hover: linear-gradient(110.64deg, $blue_one 13.89%, $purple_one 83.78%); */
/* $page_button_gradient_hover: linear-gradient(90deg, $blue_one 20%, $blue_three 80%); */
/* confirm order page */
/* create order page */
/* customer profile page */
/* login page */
/* moderation_order_page */
/* moderation_profile_page */
/* order_modal */
/* pay_order_page */
/* dark_mode */
:root {
  --comments-gradient-color-one: #3045FF;
  --comments-gradient-color-two: #3083FF;
  --navbar-order-button-gradient-color-one: #3045FF;
  --navbar-order-button-gradient-color-two: #BF2988;
  --landing-navbar-order-button-gradient-color-one: #6B12FB;
  --landing-navbar-order-button-gradient-color-two: #BF2988;
  --page-button-color-one: #3045FF;
  --page-button-color-two: #3083FF;
}

.contact_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact_links .link {
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  margin-right: 44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .contact_links .link {
    width: 100%;
    max-width: 200px;
    margin-right: 30px;
  }
}
.contact_links .link:last-child {
  margin-right: 0;
}
.contact_links .link a {
  margin-left: 6px;
}
.contact_links .link a,
.contact_links .link span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #F39200;
  margin-left: 4px;
}
.contact_links .link svg path {
  fill: #472186;
}
.contact_links .link:hover svg path {
  fill: #472186;
}
.contact_links .link:hover a,
.contact_links .link:hover span {
  color: #472186;
}

.form-input.phone-input .vti__dropdown {
  outline: none;
  background: #fff;
  box-shadow: inset 0 2px 2px rgba(10, 10, 10, 0.1);
}
.form-input.phone-input .vti__dropdown-list {
  top: 36px;
}
@media screen and (max-width: 769px) {
  .form-input.phone-input .vti__dropdown-list {
    width: 240px;
  }
}
.form-input.phone-input .vti__input {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.form-input.phone-input .vti__dropdown-item {
  padding: 4px 7px !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.form-input.phone-input .vti__dropdown-item span {
  display: inline-block;
  margin-left: 5px;
}
.form-input.phone-input .vti__dropdown-item strong {
  font-weight: 500;
}
.form-input.phone-input .vue-tel-input {
  margin-bottom: 24px;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  transition: all 0.2s ease;
}
.form-input.phone-input .vue-tel-input:focus-within, .form-input.phone-input .vue-tel-input:focus, .form-input.phone-input .vue-tel-input:hover {
  border: 1px solid #828282;
  box-shadow: none;
}
.form-input.phone-input .help-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  top: -17px;
  position: relative;
  color: rgba(125, 131, 165, 0.6);
}

.contact-methods {
  width: 100%;
  border-radius: 8px;
  background: rgba(196, 198, 214, 0.4);
  padding: 4px;
  margin-bottom: 8px;
}
.contact-methods__label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 134.09%;
  color: #472186;
}
@media (min-width: 767.98px) {
  .contact-methods__label {
    text-align: left;
  }
}
.contact-methods__label.center {
  text-align: center;
}
.contact-methods__label.left {
  text-align: left;
}
.contact-methods__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.contact-methods__items label {
  width: calc(33.3333333333% - 2px);
  margin-bottom: 0;
}
.contact-methods.fullw-off .contact-methods__items {
  justify-content: center;
}
@media (min-width: 767.98px) {
  .contact-methods.fullw-off .contact-methods__items {
    justify-content: flex-start;
  }
}
.contact-methods.fullw-off .contact-methods__items label {
  width: initial;
}
.contact-methods__items label input {
  display: none;
}
.contact-methods__item {
  cursor: pointer;
  width: 100%;
  height: 37px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
}
.contact-methods__items label:first-child .contact-methods__item:before, .contact-methods__items label:first-child .contact-methods__item:after, .contact-methods__items label:last-child .contact-methods__item:before, .contact-methods__items label:last-child .contact-methods__item:after {
  content: none;
}
.contact-methods.fullw-off .contact-methods__item {
  padding: 11px 25px;
}
@media (min-width: 767.98px) {
  .contact-methods.fullw-off .contact-methods__item {
    padding: 6px 11px;
  }
}
.contact-methods__items label:last-child .contact-methods__item:after {
  content: none;
}
.contact-methods__items-icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-methods__items-label {
  display: none;
}
.contact-methods.light .contact-methods__label {
  color: white;
  text-align: center;
}
@media (min-width: 767.98px) {
  .contact-methods.light .contact-methods__label {
    text-align: left;
  }
}
.contact-methods.light label {
  padding-right: 5px;
}
.contact-methods.light label:last-child {
  padding-right: 0;
}
.contact-methods.light .contact-methods__item {
  background: rgba(218, 218, 218, 0.4196078431);
}
.contact-methods.light .contact-methods__item:after {
  content: none;
}
.contact-methods.light input:checked + .contact-methods__item, input:checked + .contact-methods__item {
  background: #fff;
}
.contact-methods.light input:checked + .contact-methods__item:before, .contact-methods.light input:checked + .contact-methods__item:after, input:checked + .contact-methods__item:before, input:checked + .contact-methods__item:after {
  background-color: #fff;
}
.contact-methods.light .contact-methods__item:hover, .contact-methods__item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.contact-methods.light .contact-methods__item:hover:before, .contact-methods.light .contact-methods__item:hover:after, .contact-methods__item:hover:before, .contact-methods__item:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-methods.light input:checked + .contact-methods__item .contact-methods__items-label, .contact-methods.light .contact-methods__item:hover .contact-methods__items-label, input:checked + .contact-methods__item .contact-methods__items-label, .contact-methods__item:hover .contact-methods__items-label {
  color: #3A3A35;
}
input:checked + .contact-methods__item:after, .contact-methods__item:hover:after {
  color: #3A3A35;
}
.contact-methods.small .contact-methods__items-label {
  display: none;
}

.button {
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  box-sizing: content-box;
  border-radius: 6px;
  padding: 1px 15px;
  outline: none;
}
.button.is-orange {
  background: #F08200;
  border: 0;
  color: #FFFFFF;
  font-family: inherit;
  transition: all 0.2s ease;
}
.button.is-orange:hover, .button.is-orange:focus {
  background: #e06e1b;
  outline: none;
  box-shadow: none;
}
.button.is-orange[disabled] {
  background: rgba(71, 33, 134, 0.1) !important;
  color: rgba(71, 33, 134, 0.5) !important;
  opacity: 1;
}
.button.is-orange[disabled]:hover, .button.is-orange[disabled]:focus {
  background: rgba(71, 33, 134, 0.1) !important;
  color: rgba(71, 33, 134, 0.5) !important;
}
.button.is-orange.is-loading:after {
  border-color: transparent transparent #f39200 #f39200;
}
.button.is-orange.is-white {
  background: transparent;
  color: #f08200;
}
.button.is-orange.is-white:hover, .button.is-orange.is-white:focus {
  color: #e06e1b;
}
@media screen and (max-width: 425px) {
  .button.is-orange {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
  }
}

.buttons .button:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 425px) {
  .buttons .button:not(:last-child) {
    margin-right: 0;
  }
}

.checkbox-block {
  position: relative;
}
.checkbox-block input:before {
  content: "";
}
.checkbox-block input:not(:checked), .checkbox-block input:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-block input:not(:checked) + label:before, .checkbox-block input:checked + label:before {
  background: #3045FF;
  content: "";
  position: absolute;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #3045FF;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.checkbox-block input:not(:checked) + label:after, .checkbox-block input:checked + label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  background: #3045FF;
  color: #999;
  font-size: 0;
  top: 4px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-50deg);
}
.checkbox-block input:not(:checked) + label:after {
  opacity: 0;
}
.checkbox-block input:checked + label:after {
  opacity: 1;
}
.checkbox-block input:disabled:not(:checked) + label:before, .checkbox-block input:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #eee;
}
.checkbox-block input:disabled:checked + label:after {
  color: #999;
}
.checkbox-block input:disabled + label {
  color: #aaa;
}
.checkbox-block label {
  padding-left: 28px;
  color: #333458;
  line-height: 19px;
  font-size: 16px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}
.checkbox-block label a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.checkbox-block label a:hover {
  text-decoration: none;
  color: #3045FF;
}

.checkbox-block.orange {
  position: relative;
}
.checkbox-block.orange input:before {
  content: "";
}
.checkbox-block.orange input:not(:checked), .checkbox-block.orange input:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-block.orange input:not(:checked) + label:before {
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #f38100;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.checkbox-block.orange input:checked + label:before {
  background: #f38100;
  content: "";
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #f38100;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.checkbox-block.orange input:not(:checked) + label:after, .checkbox-block.orange input:checked + label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: #f38100;
  color: #472186;
  font-size: 0;
  top: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-50deg);
}
.checkbox-block.orange input:not(:checked) + label:after {
  opacity: 0;
}
.checkbox-block.orange input:checked + label:after {
  opacity: 1;
}
.checkbox-block.orange input:disabled:not(:checked) + label:before, .checkbox-block.orange input:disabled:checked + label:before {
  box-shadow: none;
  border-color: #472186;
  background-color: #472186;
}
.checkbox-block.orange input:disabled:checked + label:after {
  color: #472186;
}
.checkbox-block.orange input:disabled + label {
  color: #472186;
}
.checkbox-block.orange label {
  padding-left: 24px;
  color: #472186;
  line-height: 15px;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 10px 0 30px;
  max-width: 330px;
}
.checkbox-block.orange label a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.checkbox-block.orange label a:hover {
  text-decoration: none;
  color: #472186;
}

form label {
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
  color: #333458;
  font-weight: 500;
}
form input:not([type=checkbox]),
form select {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  line-height: 36px;
  box-shadow: inset 0px 2px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  padding: 0 10px;
  font-size: 16px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: inherit;
  font-weight: 500;
  transition: all 0.2s ease;
}
form input:not([type=checkbox]):hover, form input:not([type=checkbox]):focus,
form select:hover,
form select:focus {
  border-color: #828282;
}
form select {
  height: 38px;
}
form textarea {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  line-height: 22px;
  box-shadow: inset 0px 2px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  outline: none;
  margin: 0px 0px 20px;
  height: 72px;
  width: 100%;
  resize: vertical;
  font-family: inherit;
  font-weight: 500;
  transition: all 0.2s ease;
}
form textarea:hover, form textarea:focus {
  border-color: #3045FF;
}
form .helptext {
  margin: -16px 0 20px;
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 15px;
}
form .helptext.hidden {
  visibility: hidden;
}

.wave {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -8px;
  background-repeat: repeat-x;
}
.wave.reversed {
  top: auto;
  bottom: -10px;
  z-index: 1;
}
.wave.wave-fff {
  background-image: url(/build8b119aa36824b51df7f1.svg);
}
.wave.wave-fff.reversed {
  background-image: url(/build48b46653fe97d9639bae.svg);
}
.wave.wave-472186 {
  background-image: url(/build49b599bb6b75b51c4617.svg);
}
.wave.wave-472186.reversed {
  background-image: url(/build5795e862ec87a1832d16.svg);
}
.wave.wave-dfdeff {
  background-image: url(/build1c36810093e4ac59e11e.svg);
}
.wave.wave-dfdeff.reversed {
  background-image: url(/build117956d706c6da7847e5.svg);
}
.wave.wave-743fcb {
  /* webpackIgnore: true */
  background-image: url("/static/images/components/wave/743fcb.svg");
}

.menu-wrap {
  position: relative;
  z-index: 32;
}
@media screen and (max-width: 1087px) {
  .menu-wrap {
    position: sticky;
    top: 0;
  }
}
.menu-wrap .navbar.navbarMain_v2 {
  box-shadow: none;
  padding-top: 5px;
}
@media screen and (max-width: 1087px) {
  .menu-wrap .navbar.navbarMain_v2 {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1088px) {
  .menu-wrap .navbar.navbarMain_v2 {
    padding-top: 14px;
  }
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger {
  color: #472186;
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger span {
  height: 2px;
  width: 20px;
  left: calc(50% - 12px);
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger span:first-child {
  top: calc(50% - 7px);
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger span:nth-child(3) {
  top: calc(50% + 5px);
}
.menu-wrap .navbar.navbarMain_v2 .navbar-brand .navbar-burger.is-active span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu {
  padding-top: 19px;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content {
  padding: 15px 0;
  border: 1px solid rgba(128, 131, 160, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(128, 131, 160, 0.2);
  border-radius: 6px;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #7D83A5;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  width: 295px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s ease;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service:hover {
  background: rgba(125, 131, 165, 0.1);
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-icon {
  height: 33px;
  max-width: 33px;
  width: 100%;
  background-position: 0 0;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data {
  max-width: 208px;
  width: 100%;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span {
  display: block;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span.name {
  color: #333458;
  font-size: 16px;
  line-height: 21px;
}
.menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span.name.xl {
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 1087px) {
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services {
    display: block;
  }
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: inherit;
  }
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service {
    width: 100%;
    justify-content: flex-start;
    padding: 11px 8px;
    background: inherit;
  }
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-icon {
    margin-right: 10px;
  }
  .menu-wrap .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data {
    max-width: 100%;
  }
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu {
  padding-left: 11px;
}
@media screen and (max-width: 1087px) {
  .menu-wrap .navbar.navbarMain_v2 .navbar-menu {
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.3);
  }
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu.is-active {
  padding-right: 11px;
}
@media screen and (max-height: 400px) {
  .menu-wrap .navbar.navbarMain_v2 .navbar-menu.is-active {
    overflow-y: scroll;
    height: calc(100vh - 63px);
  }
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #472186;
}
@media screen and (max-width: 425px) {
  .menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-item {
    padding: 15px 0.6rem;
    font-size: 18px;
    line-height: 22px;
  }
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-item.services {
  font-weight: bold;
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-item.services svg {
  margin-left: 6px;
}
.menu-wrap .navbar.navbarMain_v2 .navbar-menu span.navbar-item {
  font-weight: normal;
  opacity: 0.7;
}
@media screen and (min-width: 1088px) {
  .menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-start .navbar-item-block {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1088px) {
  .menu-wrap .navbar.navbarMain_v2 .navbar-menu .navbar-end {
    display: flex;
    align-items: center;
  }
}
.menu-wrap.theme-blue {
  background: #592aa7;
}
.menu-wrap.theme-blue.transparent {
  background: transparent;
}
@media screen and (max-width: 1087px) {
  .menu-wrap.theme-blue.transparent {
    background: #592aa7;
  }
}
.menu-wrap.theme-blue.transparent .navbar.navbarMain_v2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
@media screen and (max-width: 1087px) {
  .menu-wrap.theme-blue.transparent .navbar.navbarMain_v2 {
    background: #592aa7;
    box-shadow: 0 16px 30px rgba(40, 10, 89, 0.4);
  }
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 {
  background: #592aa7;
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-brand .navbar-item.logotype svg,
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-brand .navbar-item.logotype svg path {
  fill: #fff;
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-brand .navbar-burger {
  color: #fff;
}
@media screen and (max-width: 1088px) {
  .menu-wrap.theme-blue .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-icon {
    background-position-y: -33px;
  }
  .menu-wrap.theme-blue .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span.name, .menu-wrap.theme-blue .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span.description {
    color: #fff;
  }
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-menu.is-active {
  background: #4e2593;
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-menu .navbar-item {
  color: #fff;
}
.menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-menu a.navbar-item.active, .menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-menu a.navbar-item:hover, .menu-wrap.theme-blue .navbar.navbarMain_v2 .navbar-menu a.navbar-item:focus {
  background: #4e2593;
}
.menu-wrap.theme-white {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(128, 131, 160, 0.11), 0px 1px 0px rgba(128, 131, 160, 0.1);
}
.menu-wrap.theme-white .navbar.navbarMain_v2 {
  background: #fff;
}
@media screen and (min-width: 1088px) {
  .menu-wrap.theme-white .navbar.navbarMain_v2 {
    padding-top: 2px;
  }
}

body.dark-mode .menu-wrap.theme-white {
  background: #2C2E37;
  transition: background 0.2s ease, color 0.2s ease 0.2s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11), 0px 1px 0px rgba(0, 0, 0, 0.1);
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 {
  background: none;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-brand .navbar-item.logotype svg,
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-brand .navbar-item.logotype svg path {
  fill: #fff;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-brand .navbar-burger {
  color: #fff;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content {
  background: #23252b;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service {
  color: #fff;
  background: #23252b;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service:hover {
  background: #2c2e37;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-icon {
  background-position: 0 -33px;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .dropdown.services .dropdown-menu .dropdown-content .dropdown-item.service .service-data span.name {
  color: #fff;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu a.navbar-item {
  color: #7D83A5;
  transition: color 0.2s ease 0.2s;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu a.navbar-item:hover, body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu a.navbar-item:focus {
  color: #fff;
  background: inherit;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu a.navbar-item.services svg path {
  stroke: #fff;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu .active a.navbar-item {
  color: #fff;
}
body.dark-mode .menu-wrap.theme-white .navbar.navbarMain_v2 .navbar-menu.is-active {
  background: #2C2E37;
}

.footer {
  padding: 0;
  background: #fff;
}
.footer .footer-block {
  background: #333458;
  position: relative;
  padding: 40px 0;
  color: #7A7CBF;
}
.footer .footer-block:before {
  content: "";
  width: 100%;
  height: 9px;
  display: block;
  position: absolute;
  top: 0;
  top: -8px;
  left: 0;
  background: url(/build1ea9f745802a18167b2d.svg);
  background-repeat: repeat-x;
}
.footer .footer-block span,
.footer .footer-block a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.footer .footer-block span.bold,
.footer .footer-block a.bold {
  font-weight: bold;
}
.footer .footer-block a {
  transition: all 0.2s ease;
}
.footer .footer-block a:hover, .footer .footer-block a:focus {
  color: #fff;
}
.footer .footer-block .flags a {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.footer .footer-block .flags a + a {
  margin-left: 20px;
}
.footer .footer-block .social {
  margin-top: 12px;
}
.footer .footer-block .social a {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.footer .footer-block .social a + a {
  margin-left: 20px;
}
.footer .footer-block .social a span {
  margin: 0;
}
.footer .footer-block .social a:hover, .footer .footer-block .social a:focus {
  color: #fff;
}
.footer .footer-block .social [class^=icon-]:before,
.footer .footer-block .social [class*=" icon-"]:before {
  font-family: "fontello";
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
}
.footer .footer-block .social .icon-vcru:before {
  content: "\e800";
}
.footer .footer-block .social .icon-twitter:before {
  content: "\f099";
}
.footer .footer-block .social .icon-facebook:before {
  content: "\f09a";
}
.footer .footer-block .social .icon-youtube-play:before {
  content: "\f16a";
}
.footer .footer-block .social .icon-instagram:before {
  content: "\f16d";
}
.footer .footer-block .social .icon-vkontakte:before {
  content: "\f189";
}
.footer .footer-block .social .icon-facebook-official:before {
  content: "\f230";
}
.footer .footer-block .social .icon-linkedin-rect:before {
  content: "\f312";
}
.footer .footer-info {
  background: #2A2B4B;
  padding: 20px 0 60px;
  overflow: hidden;
}
.footer .footer-info .column {
  position: relative;
}
.footer .footer-info .column .anchor {
  position: absolute;
  right: 12px;
  bottom: -8px;
}
.footer .footer-info span,
.footer .footer-info p {
  font-weight: 500;
  line-height: 130%;
  font-size: 12px;
  color: #7A7CBF;
  max-width: 380px;
  position: relative;
  z-index: 1;
}
.footer .footer-info p {
  display: block;
  margin-bottom: 17px;
}
.footer .footer-info p .white {
  color: #fff;
}
.footer .footer-info p a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-info p a:hover, .footer .footer-info p a:focus {
  text-decoration: none;
}
.footer .footer-info .copyright-block span {
  display: block;
}

@media screen and (max-width: 987px) {
  .footer .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1089px) {
  .footer .container {
    padding: 0 15px;
  }
}
::-webkit-input-placeholder {
  color: #9a9eb8;
}

::-moz-placeholder {
  color: #9a9eb8;
}

:-ms-input-placeholder {
  color: #9a9eb8;
}

:-moz-placeholder {
  color: #9a9eb8;
}

body {
  font-family: "Montserrat", sans-serif;
}

* {
  -webkit-locale: auto;
}

.page-title {
  font-size: 32px;
  line-height: 38px;
  color: #333458;
  font-weight: 600;
  display: block;
}

.page-subtitle {
  display: block;
  color: #333;
  font-size: 25px;
  line-height: 28px;
  margin: 15px 0;
}

.gradient-border {
  background: #BF2988;
  background: linear-gradient(0, #3045FF 0%, #BF2988 100%);
  border-radius: 6px;
  padding: 3px;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  background: #fff;
}

.page {
  padding-top: 0;
  padding-bottom: 40px;
  background: #fff;
}

.page .breadcrumbs-block {
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}
.page .breadcrumbs-block .step {
  background: #fff;
  color: #3045FF;
  display: inline-block;
  padding: 0 12px;
}
.page .breadcrumbs-block .step.first-step {
  color: #7d83a5;
  position: relative;
}
.page .breadcrumbs-block .step.first-step:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -30px;
  border: 18px solid transparent;
  border-left: 8px solid #fff;
}
.page .breadcrumbs-block .step.first-step.active:after {
  right: -26px;
  border-left: 8px solid #3045FF;
}
.page .breadcrumbs-block .step.second-step.active {
  padding-left: 16px;
}
.page .breadcrumbs-block .step.active {
  background: #3045FF;
  color: #fff;
}

.reputation-earth-project {
  margin-top: 20px;
  transition: all 0.2s ease;
}
.reputation-earth-project a {
  display: block;
}
.reputation-earth-project .wrapper {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .reputation-earth-project .wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .reputation-earth-project .wrapper {
    justify-content: center;
  }
}
.reputation-earth-project .wrapper:hover .reputation-earth svg path {
  fill: #8082c0;
}
.reputation-earth-project .wrapper:hover .source-project {
  color: #8082c0;
}
.reputation-earth-project .wrapper .reputation-earth {
  padding: 0 15px;
}
.reputation-earth-project .wrapper .reputation-earth svg path {
  fill: #6F71B7;
}
.reputation-earth-project .wrapper .source-project {
  padding: 0 15px;
  font-size: 12px;
  line-height: 130%;
  /* or 16px */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #6F71B7;
}

.cookie_banner {
  width: 100%;
  background: #ECECF1;
  padding: 13px;
  border-bottom: 1px solid #e3e3e4;
}
.cookie_banner .notification-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie_banner .notification-block .notification-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #7D83A5;
}
.cookie_banner .notification-block .notification-text a {
  color: #f08300;
  transition: color 0.2s ease;
}
.cookie_banner .notification-block .notification-text a:hover, .cookie_banner .notification-block .notification-text a:focus {
  color: #fff;
}
.cookie_banner .notification-block .notification-text .additional-message {
  display: none;
}
@media screen and (min-width: 768px) {
  .cookie_banner .notification-block .notification-text .additional-message {
    display: inline;
  }
}
.cookie_banner .notification-block .button {
  margin-left: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #EF8423;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  transition: color 0.2s ease;
}
.cookie_banner .notification-block .button svg {
  margin-right: 4px;
}
.cookie_banner .notification-block .button:hover, .cookie_banner .notification-block .button:focus {
  color: #e06e1b;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: #472186;
  border-radius: 4px;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #472186;
}
.tooltip.white .tooltip-inner {
  background: #fff;
  color: #472186;
}
.tooltip.white .tooltip-arrow {
  border-color: #fff;
}
.tooltip.large .tooltip-inner {
  max-width: 350px;
}
.tooltip.big .tooltip-inner {
  background: #2F1160;
  max-width: 250px;
  padding: 15px 20px;
  text-align: left;
  border-radius: 6px;
  line-height: 19px;
}
.tooltip.average-price-tip[x-placement^=top] {
  margin-bottom: 20px;
}
.tooltip.average-price-tip[x-placement^=top] .tooltip-inner {
  background: rgba(71, 33, 134, 0.8);
  max-width: 328px;
}
.tooltip.average-price-tip[x-placement^=top] .tooltip-arrow {
  border-color: rgba(71, 33, 134, 0.8);
}
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

@media screen and (max-width: 1087px) {
  .page_removing .columns {
    margin: 0;
  }
}
@media screen and (min-width: 1088px) {
  .page_removing .container {
    max-width: 970px;
  }
}
.page_removing .removing_block {
  padding: 94px 0 0;
  background: #472186 url(/build8f382e7b069a14d9a117.svg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page_removing .removing_block .form-response {
    margin-bottom: 100px;
  }
}
.page_removing .removing_block .ars-picture-container {
  position: relative;
}
@media (min-width: 425px) and (max-width: 1087px) {
  .page_removing .removing_block .ars-picture-container img {
    margin: 0 auto;
  }
}
.page_removing .removing_block .vti__dropdown {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f2f3f6;
}
@media screen and (max-width: 499px) {
  .page_removing .removing_block {
    padding: 94px 0 0;
  }
}
.page_removing .removing_block .form_block {
  border-radius: 6px;
  padding: 25px 0;
  max-width: 333px;
}
@media screen and (max-width: 470px) {
  .page_removing .removing_block .form_block {
    padding: 19px 0;
    max-width: none;
  }
}
@media (min-width: 425px) and (max-width: 1087px) {
  .page_removing .removing_block .form_block {
    max-width: 77%;
    margin: 0 auto;
  }
}
.page_removing .removing_block .form_block .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #472186;
  margin: 0;
}
.page_removing .removing_block .form_block .subtitle {
  margin: 8px 0;
  color: #7D83A5;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .page_removing .removing_block .form_block .subtitle {
    line-height: 19px;
  }
}
.page_removing .removing_block .form_block .vue-tel-input {
  box-shadow: none;
  border: none;
  margin-bottom: 12px;
  border-radius: 6px;
}
.page_removing .removing_block .form_block .vue-tel-input input {
  margin-bottom: 0 !important;
  background: #f2f3f6;
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 16px 16px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page_removing .removing_block .form_block .vue-tel-input .vti__dropdown-list {
  margin-top: 15px;
  max-width: 330px;
}
.page_removing .removing_block .form_block .vue-tel-input:focus-within {
  box-shadow: none;
}
.page_removing .removing_block .form_block .input-block {
  position: relative;
}
.page_removing .removing_block .form_block .input-block .safety_icon {
  position: absolute;
  right: 20px;
  top: 14px;
}
.page_removing .removing_block .form_block .input-block input {
  color: #472186;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #f2f3f6;
  margin-bottom: 12px;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 15px 16px 16px;
  outline: none;
  border-radius: 6px;
  font-family: inherit;
}
.page_removing .removing_block .form_block .input-block input::placeholder {
  color: #9a9eb8;
}
.page_removing .removing_block .form_block .button-block {
  display: flex;
  flex-direction: column-reverse;
}
.page_removing .removing_block .form_block .button-block .button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #F08200;
  height: 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_removing .removing_block .form_block .button-block .button {
    height: 50px;
  }
}
.page_removing .removing_block .form_block .button-block .button.is-outline {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0px;
  color: #F08200;
  border-color: #F08200;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.page_removing .removing_block .form_block .button-block .button.is-outline:hover, .page_removing .removing_block .form_block .button-block .button.is-outline:focus {
  color: #fff;
  background: #F08200;
}
.page_removing .removing_block .form_block .button-block .button:hover + .button, .page_removing .removing_block .form_block .button-block .button:focus + .button {
  color: #F08200;
  border-color: #F08200;
  background-color: #fff;
}
.page_removing .removing_block .form_block .checkbox-block label {
  margin-bottom: 0;
  color: #C4C6D6;
  line-height: 130%;
}
@media (min-width: 425px) and (max-width: 1087px) {
  .page_removing .removing_block .form_block .checkbox-block label {
    text-align: left;
  }
}
.page_removing .removing_block .container {
  padding: 0;
}
@media screen and (min-width: 1088px) {
  .page_removing .removing_block .container {
    max-width: 1344px;
  }
}
.page_removing .removing_block .container .columns {
  margin: 0;
}
@media screen and (max-width: 499px) {
  .page_removing .removing_block .container .columns {
    padding: 0;
  }
}
.page_removing .removing_block .container .columns .column {
  padding-bottom: 0;
}
.page_removing .removing_block .container .title-block {
  padding: 0 1rem;
}
@media screen and (max-width: 1088px) {
  .page_removing .removing_block .container .title-block {
    padding: 0;
  }
}
@media (min-width: 425px) and (max-width: 1087px) {
  .page_removing .removing_block .container .title-block {
    text-align: center;
  }
}
.page_removing .removing_block .container .title-block .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 499px) {
  .page_removing .removing_block .container .title-block .title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 38px;
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  .page_removing .removing_block .container .title-block .title {
    font-size: 27px;
  }
}
@media screen and (min-width: 1441px) {
  .page_removing .removing_block .container .title-block .title {
    margin-top: 61px;
  }
}
.page_removing .removing_block .container .title-block .order-button {
  padding: 9px 49px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.page_removing .removing_block .container .experts-block {
  position: absolute;
  left: -80px;
  display: flex;
  bottom: 0;
}
.page_removing .removing_block .container .experts-block .expert-image {
  align-self: flex-end;
  position: relative;
  z-index: 0;
}
.page_removing .removing_block .container .experts-block .expert-image-1 {
  left: 65px;
}
.page_removing .removing_block .container .experts-block .expert-image-2 {
  left: -85px;
  z-index: 1;
}
.page_removing .removing_block .container .experts-block .expert-image-3 {
  left: -195px;
}
.page_removing .removing_block .container .experts-block-mobile img {
  display: flex;
}
.page_removing .removing_advantages_block {
  width: 100%;
  background: #472186;
  box-shadow: 0px -16px 30px rgba(40, 10, 89, 0.4);
  padding: 34px 0 32px;
  color: #FFFFFF;
  position: relative;
}
.page_removing .removing_advantages_block .advantage {
  text-align: center;
}
.page_removing .removing_advantages_block .advantage .advantage-text {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
}
.page_removing .removing_advantages_block .wave-advantages {
  content: "";
  width: 100%;
  height: 9px;
  display: block;
  position: absolute;
  /* top: 0; */
  /* top: -8px; */
  left: 0;
  /* webpackIgnore: true */
  background: url(/static/images/removing_v5/advantages_block/wave.svg);
  background-repeat: repeat-x;
  bottom: -9px;
  transform: rotate(180deg);
}
.page_removing .how_we_do_it_block {
  background: #fff;
  padding: 80px 0 115px;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block {
    padding: 40px 0;
  }
}
.page_removing .how_we_do_it_block .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 56px;
  text-align: center;
  color: #472186;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .methods-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page_removing .how_we_do_it_block .methods-list-block {
    display: none;
  }
}
.page_removing .how_we_do_it_block .methods-list-block .list div {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #472186;
  margin-bottom: 25px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page_removing .how_we_do_it_block .methods-list-block .list div.is-active {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #F08200;
  cursor: default;
}
.page_removing .how_we_do_it_block .methods-list-block .list div:hover {
  color: #F08200;
}
@media screen and (max-width: 1087px) {
  .page_removing .how_we_do_it_block .methods-list-block .list {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1088px) {
  .page_removing .how_we_do_it_block .methods-list-block .list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 270px;
    margin-top: 19px;
  }
  .page_removing .how_we_do_it_block .methods-list-block .list div {
    margin-bottom: 0;
  }
}
.page_removing .how_we_do_it_block .method-card-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_removing .how_we_do_it_block .method-card-block {
    display: block !important;
    margin-bottom: 40px;
  }
}
.page_removing .how_we_do_it_block .method-card-block .list {
  margin-left: 1rem;
}
.page_removing .how_we_do_it_block .method-card-block .card-title {
  display: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #F08200;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page_removing .how_we_do_it_block .method-card-block .card-title {
    display: block;
  }
}
.page_removing .how_we_do_it_block .method-card-block .content-block {
  background: #FFFFFF;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 270px;
  margin-top: 19px;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .method-card-block .content-block {
    padding: 0;
    box-sizing: content-box;
    display: block;
    height: auto;
    padding-bottom: 188px;
  }
}
.page_removing .how_we_do_it_block .method-card-block .content-block .method-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #472186;
  max-width: 56%;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .method-card-block .content-block .method-text {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 16px 24px 0;
  }
}
.page_removing .how_we_do_it_block .method-card-block .content-block .method-subtext {
  font-size: 14px;
  line-height: 20px;
  color: #7D83A5;
  max-width: 45%;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .method-card-block .content-block .method-subtext {
    padding: 0 24px 16px;
    position: absolute;
    bottom: 25px;
  }
}
.page_removing .how_we_do_it_block .method-card-block .content-block .method-subtext strong {
  color: inherit;
  display: block;
}
.page_removing .how_we_do_it_block .method-card-block .image-block {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 470px) {
  .page_removing .how_we_do_it_block .method-card-block .image-block {
    display: flex;
    justify-content: flex-end;
  }
  .page_removing .how_we_do_it_block .method-card-block .image-block img {
    max-height: 180px;
    width: auto;
  }
}
.page_removing .video_block {
  background: #F08200;
  padding: 24px 0 26px;
}
.page_removing .video_block .video-player-column {
  padding: 0;
}
.page_removing .video_block .video-player-column .video_player_block {
  margin: 1rem;
  max-width: 500px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1088px) {
  .page_removing .video_block .video-player-column .video_player_block {
    margin: -25px;
  }
}
.page_removing .video_block .text_block {
  color: #fff;
}
.page_removing .video_block .text_block .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}
.page_removing .video_block .text_block .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: inherit;
}
.page_removing .video_block .text_block .tags_block {
  display: flex;
  flex-wrap: wrap;
}
.page_removing .video_block .text_block .tags_block .tag {
  margin: 8px 0 0;
  padding: 4px 16px;
  color: #fff;
  background: #F3992F;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  box-sizing: content-box;
  margin-right: 8px;
  cursor: default;
  border: 0;
  font-family: inherit;
  outline: none;
}
.page_removing .video_block .text_block .tags_block .tag:hover, .page_removing .video_block .text_block .tags_block .tag:focus {
  background: #ffbd70;
}
.page_removing .sites_list_block {
  padding: 0 0 80px;
}
@media screen and (max-width: 470px) {
  .page_removing .sites_list_block {
    padding: 40px 0;
  }
}
.page_removing .sites_list_block .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  color: #472186;
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .page_removing .sites_list_block .title {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
}
.page_removing .sites_list_block .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #7D83A5;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 470px) {
  .page_removing .sites_list_block .subtitle {
    text-align: left;
  }
}
.page_removing .sites_list_block .subtitle strong {
  color: inherit;
  font-weight: 700;
}
.page_removing .sites_list_block .subtitle a {
  text-decoration: underline;
  color: #F08200;
}
.page_removing .sites_list_block .subtitle a:hover, .page_removing .sites_list_block .subtitle a:focus {
  text-decoration: none;
}
.page_removing .sites_list_block .sites_list {
  padding: 64px 0 67px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
}
@media screen and (max-width: 768px) {
  .page_removing .sites_list_block .sites_list {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .page_removing .sites_list_block .sites_list > img {
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 470px) {
  .page_removing .sites_list_block .sites_list {
    padding: 40px 0;
    grid-gap: 1rem 2rem;
  }
}
.page_removing .price_form_block {
  padding: 80px 0;
  /* webpackIgnore: true */
  background: url("/static/images/removing_onboarding/title_bg.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 470px) {
  .page_removing .price_form_block {
    padding: 30px 0;
  }
}
.page_removing .price_form_block .text_block .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 470px) {
  .page_removing .price_form_block .text_block .title {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
}
.page_removing .price_form_block .text_block .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #D4B2FF;
  margin-bottom: 15px;
  margin-top: 0;
}
.page_removing .price_form_block .text_block .subtitle .price {
  display: inline-block;
}
.page_removing .price_form_block .text_block .tags_block {
  display: flex;
  flex-wrap: wrap;
}
.page_removing .price_form_block .text_block .tags_block .tag {
  margin: 8px 0 0;
  padding: 4px 16px;
  color: #fff;
  background: #8862C7;
  border-radius: 6px;
  transition: background 0.2s ease;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  box-sizing: content-box;
  margin-right: 8px;
  cursor: default;
  border: 0;
  font-family: inherit;
  outline: none;
}
.page_removing .price_form_block .text_block .tags_block .tag:hover, .page_removing .price_form_block .text_block .tags_block .tag:focus {
  background: #8c5ae0;
}
.page_removing .price_form_block .form_block {
  background: #fff;
  border-radius: 6px;
  padding: 25px 32px;
}
@media screen and (max-width: 470px) {
  .page_removing .price_form_block .form_block {
    padding: 19px 22px;
  }
}
.page_removing .price_form_block .form_block .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #472186;
  margin: 0;
}
.page_removing .price_form_block .form_block .subtitle {
  margin: 8px 0;
  color: #7D83A5;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .page_removing .price_form_block .form_block .subtitle {
    line-height: 19px;
  }
}
.page_removing .price_form_block .form_block .vue-tel-input {
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  outline: 1px solid #f2f3f6;
  border-radius: 6px;
}
.page_removing .price_form_block .form_block .vue-tel-input input {
  margin-bottom: 0 !important;
  background: #f2f3f6;
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 16px 16px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page_removing .price_form_block .form_block .vue-tel-input .vti__dropdown-list {
  margin-top: 15px;
  max-width: 330px;
}
.page_removing .price_form_block .form_block .vue-tel-input:focus-within {
  box-shadow: none;
}
.page_removing .price_form_block .form_block .input-block {
  position: relative;
}
.page_removing .price_form_block .form_block .input-block .safety_icon {
  position: absolute;
  right: 20px;
  top: 14px;
}
.page_removing .price_form_block .form_block .input-block input {
  color: #472186;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #f2f3f6;
  margin-bottom: 8px;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 15px 16px 16px;
  outline: none;
  border-radius: 6px;
  font-family: inherit;
}
.page_removing .price_form_block .form_block .input-block input::placeholder {
  color: #9a9eb8;
}
.page_removing .price_form_block .form_block .button-block {
  display: flex;
  flex-direction: column-reverse;
}
.page_removing .price_form_block .form_block .button-block .button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #F08200;
  padding: 7px 0;
  margin: 7px auto;
  height: 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_removing .price_form_block .form_block .button-block .button {
    height: 50px;
  }
}
.page_removing .price_form_block .form_block .button-block .button.is-outline {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0px;
  color: #F08200;
  border-color: #F08200;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.page_removing .price_form_block .form_block .button-block .button.is-outline:hover, .page_removing .price_form_block .form_block .button-block .button.is-outline:focus {
  color: #fff;
  background: #F08200;
}
.page_removing .price_form_block .form_block .button-block .button:hover + .button, .page_removing .price_form_block .form_block .button-block .button:focus + .button {
  color: #F08200;
  border-color: #F08200;
  background-color: #fff;
}
.page_removing .price_form_block .form_block .checkbox-block label {
  margin-bottom: 0;
  color: #7D83A5;
}
.page_removing .price_form_block .result_block .result-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #472186;
  margin: 8px 0 4px;
}
.page_removing .price_form_block .result_block .average-price-block {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #472186;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_removing .price_form_block .result_block .average-price-block img {
  margin-left: 8px;
}
.page_removing .price_form_block .result_block .divider {
  margin: 20px 0;
  border-top: 1px solid #CFD1DE;
}
.page_removing .price_form_block .result_block .message-block {
  text-align: center;
}
.page_removing .price_form_block .result_block .message-block .text {
  margin: 8px 0 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #472186;
}
.page_removing .statistics_block {
  background: #472186;
  padding: 12px 0;
  color: #fff;
  text-align: center;
}
.page_removing .statistics_block .stats-label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}
.page_removing .statistics_block .stats-label .xl {
  font-weight: 800;
  font-size: 27px;
  line-height: 1;
}
.page_removing .statistics_block .date-label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}
.page_removing .advantages_block {
  background: #fff;
  padding: 80px 0 17px;
}
.page_removing .advantages_block .advantage {
  display: flex;
  margin-bottom: 65px;
  align-items: self-start;
}
@media screen and (max-width: 470px) {
  .page_removing .advantages_block .advantage {
    margin-bottom: 10px;
  }
}
.page_removing .advantages_block .advantage img {
  margin-top: 8px;
}
.page_removing .advantages_block .advantage .text_block {
  margin-left: 20px;
}
.page_removing .advantages_block .advantage .text_block .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #F08200;
  margin-bottom: 10px;
}
.page_removing .advantages_block .advantage .text_block .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #472186;
}
@media screen and (max-width: 470px) {
  .page_removing .advantages_block .advantage .text_block .text {
    font-size: 14px;
    line-height: 19px;
  }
}
.page_removing .publications_block {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 470px) {
  .page_removing .publications_block {
    padding-bottom: 37px;
  }
}
.page_removing .publications_block .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #472186;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 470px) {
  .page_removing .publications_block .title {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.page_removing .publications_block .publication {
  padding: 16px 11px 7px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(125, 131, 165, 0.3);
  box-sizing: border-box;
  border-radius: 6px;
  height: 100%;
}
.page_removing .publications_block .publication .image_block {
  width: 122px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.page_removing .publications_block .publication .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 9px;
  color: #472186;
}
.page_removing .publications_block .publication .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #F08200;
  display: flex;
  align-items: center;
}
.page_removing .publications_block .publication .link:hover {
  text-decoration: underline;
}
.page_removing .publications_block .publication .link.is-video img {
  margin-right: 6px;
}
.page_removing .publications_block .publication .link.is-article img {
  margin-left: 5px;
}
.page_removing .footer_block {
  background: #592AA7;
  padding-top: 78px;
}
@media screen and (max-width: 470px) {
  .page_removing .footer_block {
    padding-top: 48px;
  }
}
.page_removing .footer_block .button {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  padding: 0;
  height: 60px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page_removing .footer_block .button {
    height: 50px;
  }
}
.page_removing .footer_block .button.is-outline {
  background: none;
}
.page_removing .footer_block .button.is-outline:hover, .page_removing .footer_block .button.is-outline:focus {
  background: #fff;
  color: #592AA7;
}
.page_removing .footer_block .text {
  padding: 22px 0 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 470px) {
  .page_removing .footer_block .text {
    padding: 10px 0 45px;
  }
}
.page_removing .footer_block .discount-block {
  padding: 0;
}
.page_removing .footer_block .timer_block {
  background: #472186;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 16px 184px 0;
}
@media screen and (max-width: 768px) {
  .page_removing .footer_block .timer_block {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .page_removing .footer_block .timer_block {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 40px 0;
  }
}
.page_removing .footer_block .timer_block .timer .title {
  padding-top: 17px;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  max-width: 250px;
  margin: 0 auto;
}
.page_removing .footer_block .timer_block .timer_text {
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: #f08200;
  margin-bottom: 29px;
  margin-left: -20px;
}
.page_removing .footer_block .timer_block .timer_text .xl {
  font-size: 30px;
  line-height: 42px;
  width: 40px;
  display: inline-block;
  text-align: right;
}
.page_removing .footer_block .timer_block .mascot {
  padding-bottom: 0px;
}
.page_removing .footer_block .timer_block .mascot img {
  max-width: 247px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page_removing .footer_block .timer_block .mascot img {
    margin-left: 25px;
  }
}
.page_removing .faq_block {
  padding: 80px 0 100px;
  background: #743FCB;
  position: relative;
}
@media screen and (max-width: 426px) {
  .page_removing .faq_block {
    padding: 60px 0 100px;
  }
  .page_removing .faq_block .columns {
    margin: 0;
  }
}
.page_removing .faq_block .title_label {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}
.page_removing .collapser {
  border-radius: 10px;
  overflow: hidden;
  max-width: 720px;
  margin: auto;
}
.page_removing .collapser .collapser-item {
  background: #fff;
  border-bottom: 1px solid rgba(71, 33, 134, 0.2);
}
.page_removing .collapser .collapser-item:last-of-type {
  border-bottom: 0;
}
.page_removing .collapser .collapser-item .collapser-title {
  padding: 20px 30px;
  background: #fff;
  transition: background 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 426px) {
  .page_removing .collapser .collapser-item .collapser-title {
    padding: 15px 20px;
    font-size: 17px;
    line-height: 130%;
  }
}
.page_removing .collapser .collapser-item .collapser-title .collapser-title-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #472186;
  transition: color 0.2s ease;
  padding-right: 30px;
}
.page_removing .collapser .collapser-item .collapser-title .collapser-toggle-button {
  background: none;
  border: 0;
  box-shadow: 0;
  padding: 0;
  outline: none;
  transition: all 0.2s ease;
}
.page_removing .collapser .collapser-item .collapser-title .collapser-toggle-button.active {
  transform: rotate(180deg);
}
.page_removing .collapser .collapser-item .collapser-title:hover {
  background: rgba(243, 146, 0, 0.05);
}
.page_removing .collapser .collapser-item .collapser-title:hover .collapser-title-text {
  color: #F08200;
}
.page_removing .collapser .collapser-item .collapser-title:hover .collapser-toggle-button svg path {
  stroke: #F08200;
}
.page_removing .collapser .collapser-item .collapser-title.active {
  background: #F08200;
}
.page_removing .collapser .collapser-item .collapser-title.active .collapser-title-text {
  color: #fff;
}
.page_removing .collapser .collapser-item .collapser-title.active .collapser-toggle-button svg path {
  stroke: #fff;
}
.page_removing .collapser .collapser-item .collapser-content {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #472186;
  padding: 15px 30px 20px;
}
.page_removing .collapser .collapser-item .collapser-content ol {
  counter-reset: item;
  margin: 0 0 1.5em;
  padding: 0;
}
.page_removing .collapser .collapser-item .collapser-content ol > li {
  counter-increment: item;
  list-style-type: none;
  padding: 0 0 0 1.2rem;
  text-indent: -1.2rem;
}
.page_removing .collapser .collapser-item .collapser-content ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  margin-left: -0.3rem;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
}
.page_removing .collapser .collapser-item .collapser-content ul {
  list-style: disc;
  margin-left: 15px;
}
.page_removing .collapser .collapser-item .collapser-content p {
  margin-bottom: 15px;
}
.page_removing .collapser .collapser-item .collapser-content p:last-of-type {
  margin-bottom: 0;
}
.page_removing .collapser .collapser-item .collapser-content ul,
.page_removing .collapser .collapser-item .collapser-content ol {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page_removing .collapser .collapser-item .collapser-content ul li,
.page_removing .collapser .collapser-item .collapser-content ol li {
  margin-bottom: 8px;
}
.page_removing .collapser .collapser-item .collapser-content ul li:last-of-type,
.page_removing .collapser .collapser-item .collapser-content ol li:last-of-type {
  margin-bottom: 0;
}
.page_removing .collapser .collapser-item .collapser-content strong {
  color: #472186;
}
.page_removing .collapser .collapser-item .collapser-content a {
  color: #e07800;
}
.page_removing .collapser .collapser-item .collapser-content a:focus, .page_removing .collapser .collapser-item .collapser-content a:hover {
  color: #944f00;
}
.page_removing .results_block {
  width: 100%;
  position: relative;
  top: -135px;
  left: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page_removing .results_block {
    top: -115px;
  }
}
.page_removing .results_block .results_block_container {
  background: #2A2C49;
  border-radius: 50px;
  color: #fff;
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  padding: 16px 24px;
  font-weight: 600;
  position: absolute;
  right: calc(50% - 175px);
  top: 136px;
}
@media screen and (max-width: 425px) {
  .page_removing .results_block .results_block_container {
    width: auto;
    min-width: 280px;
    top: 100px;
    right: 0;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .page_removing .results_block .results_block_container {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .page_removing .results_block .results_block_container {
    right: calc(50% - 250px);
  }
}
.page_removing .results_block .results_block_container span {
  line-height: 27px;
  color: #fff;
  font-size: 18px;
  display: inline;
}
.page_removing .results_block .results_block_container span.stats-label .xl {
  font-weight: 800;
  font-size: 27px;
}
.page_removing .results_block .results_block_container span.date-label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}
@media screen and (max-width: 450px) {
  .page_removing .results_block .results_block_container {
    padding: 12px 12px;
  }
  .page_removing .results_block .results_block_container span {
    font-size: 14px;
    line-height: 18px;
  }
  .page_removing .results_block .results_block_container span .xl {
    font-size: 18px;
  }
}
.page_removing .safety_block {
  width: 100%;
  min-height: 40px;
  padding: 100px 0 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block {
    padding: 80px 0 40px;
  }
}
.page_removing .safety_block .container {
  padding: 0 15px;
}
.page_removing .safety_block .container .block-title {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  text-align: left;
  color: #472186;
  margin: 0 0 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .block-title {
    font-size: 30px;
    line-height: 130%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_removing .safety_block .container .block-title {
    text-align: center;
  }
}
.page_removing .safety_block .container .block-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #472186;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .block-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_removing .safety_block .container .block-subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .column {
    padding: 0;
  }
}
.page_removing .safety_block .container .safety_points .point {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .point {
    margin-bottom: 30px;
  }
}
.page_removing .safety_block .container .safety_points .point .icon_block {
  width: 96px;
  height: 96px;
  background: #472186;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .point .icon_block {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_removing .safety_block .container .safety_points .point .icon_block {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.page_removing .safety_block .container .safety_points .point .block_heading {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #472186;
  margin-bottom: 10px;
  max-width: 208px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .point .block_heading {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_removing .safety_block .container .safety_points .point .block_heading {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.page_removing .safety_block .container .safety_points .point .block_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  max-width: 208px;
  color: #472186;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .point .block_text {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_removing .safety_block .container .safety_points .point .block_text {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.page_removing .safety_block .container .safety_points .point .block_text a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: #F39200;
  margin-bottom: 12px;
}
.page_removing .safety_block .container .safety_points .point .block_text a img {
  margin-left: 6px;
  vertical-align: top;
  margin-top: 3px;
}
.page_removing .safety_block .container .safety_points .point .block_text a:hover, .page_removing .safety_block .container .safety_points .point .block_text a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .safety_points .point .block_heading,
  .page_removing .safety_block .container .safety_points .point .block_text {
    max-width: 100%;
  }
}
.page_removing .safety_block .container .approximate_cost_block {
  min-height: 210px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .approximate_cost_block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_removing .safety_block .container .approximate_cost_block {
    max-width: 554px;
    margin: 0 auto;
  }
}
.page_removing .safety_block .container .approximate_cost_block .block_title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #472186;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .page_removing .safety_block .container .approximate_cost_block .block_title {
    text-align: center;
  }
}
.page_removing .safety_block .container .approximate_cost_block .bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .approximate_cost_block .removing-form {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_removing .safety_block .container .approximate_cost_block .removing-form {
    justify-content: center;
  }
}
.page_removing .safety_block .container .approximate_cost_block .removing-form .input-block input {
  color: #472186;
  border-color: rgba(125, 131, 165, 0.5);
  background: #fff;
}
.page_removing .safety_block .container .approximate_cost_block .removing-form .button {
  border: 2px solid #F08200;
  font-size: 14px;
  line-height: 17px;
  background: #fff;
  color: #F08200;
  box-sizing: border-box;
  padding: 0;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .page_removing .safety_block .container .approximate_cost_block .removing-form .button {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page_removing .safety_block .container .approximate_cost_block .removing-form .button {
    box-sizing: content-box;
    padding: 8px 12px 9px;
    height: auto;
  }
}
.page_removing .safety_block .container .approximate_cost_block .removing-form .button:hover, .page_removing .safety_block .container .approximate_cost_block .removing-form .button:focus {
  color: #fff;
  background: #F08200;
}
.page_removing .safety_block .container .approximate_cost_block .removing-input-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #BEC1D2;
}
.page_removing .expert_form_block {
  padding: 80px 0;
  /* webpackIgnore: true */
  background: url("/static/images/removing_onboarding/title_bg.svg") no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: -40px;
}
.page_removing .expert_form_block .wave {
  /* webpackIgnore: true */
  background: url("/static/images/removing_v5/advantages_block/wave.svg");
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -8px;
  background-repeat: repeat-x;
}
.page_removing .expert_form_block .columns {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page_removing .expert_form_block .subtitle {
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.page_removing .expert_form_block .expert-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page_removing .expert_form_block .expert-buttons-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_removing .expert_form_block .expert-buttons-wrapper div:first-child {
    margin-bottom: 14px;
  }
}
.page_removing .expert_form_block .expert-button {
  width: 48%;
  min-width: 365px;
}
@media (max-width: 768px) {
  .page_removing .expert_form_block .expert-button {
    min-width: none;
  }
}
@media screen and (max-width: 425px) {
  .page_removing .expert_form_block .expert-button {
    padding: 0 0.7rem;
    width: 100%;
    min-width: 0;
  }
}
.page_removing .expert_form_block .expert-button button {
  height: 40px;
}
.page_removing .expert_form_block .title {
  font-weight: bold;
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page_removing .expert_form_block .title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .page_removing .expert_form_block .title span {
    display: block;
  }
}
.page_removing .expert_form_block .service-card {
  background: #7D4DCD;
  border-radius: 8px;
  padding: 18px 24px 28px;
}
.page_removing .expert_form_block .service-card .service-card-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-align: center;
  color: #FFFFFF;
}
.page_removing .expert_form_block .service-card .service-card-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
.page_removing .expert_form_block .service-card .button.order-button {
  width: 100%;
  padding: 7px 0 9px;
  font-size: 16px;
  margin: 0;
  box-sizing: content-box;
}
.page_removing .expert_form_block .service-card .button.order-button.is-white {
  color: #472186;
}

.faq-tooltip.tooltip .tooltip-inner {
  background: #fff;
  max-width: 382px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #472186;
  box-shadow: 0px 4px 20px #472186;
}
.faq-tooltip.tooltip.purple .tooltip-inner {
  box-shadow: 0px 4px 20px #472186;
}
.faq-tooltip.tooltip.orange .tooltip-inner {
  box-shadow: 0px 4px 20px #C76F07;
}
.faq-tooltip.tooltip .tooltip-arrow {
  border-color: #fff;
}

.chat-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

@media screen and (max-width: 425px) {
  .button,
  .button.is-orange {
    height: 60px;
  }
}

.sticky-menu {
  position: sticky !important;
  visibility: hidden;
  top: -1px;
}
.sticky-menu nav {
  display: none;
}
.sticky-menu .container {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .sticky-menu {
    display: none;
  }
}

.sticky-menu.is-pinned {
  visibility: visible;
}
.sticky-menu.is-pinned nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sticky-menu.is-pinned {
    display: none;
  }
}

.vodal,
.vodal-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.vodal {
  position: fixed;
  display: flex;
  justify-content: center;
  overflow: auto;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .vodal {
    align-items: center;
    padding: 0;
  }
}
.vodal-close {
  background: url(/build43260d9ee7a8edfdf2eb.svg) no-repeat;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.vodal-close:hover, .vodal-close:focus {
  opacity: 1;
}
.vodal-close:before, .vodal-close:after {
  display: none;
}

.vodal-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.vodal-dialog {
  position: absolute;
  margin: 40px auto;
  z-index: 101;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .vodal-dialog {
    margin: auto;
  }
}

.vodal-close {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 9999;
}

.vodal-close:before,
.vodal-close:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #999;
  border-radius: 100%;
  transition: background 0.2s;
}

.vodal-close:before {
  transform: rotate(45deg);
}

.vodal-close:after {
  transform: rotate(-45deg);
}

.vodal-close:hover:before,
.vodal-close:hover:after {
  background: #333;
}

/* -- fade -- */
@-webkit-keyframes vodal-fade-enter {
  from {
    opacity: 0;
  }
}
@keyframes vodal-fade-enter {
  from {
    opacity: 0;
  }
}
.vodal-fade-enter-active {
  animation: vodal-fade-enter both ease-in;
}

@-webkit-keyframes vodal-fade-leave {
  to {
    opacity: 0;
  }
}
@keyframes vodal-fade-leave {
  to {
    opacity: 0;
  }
}
.vodal-fade-leave-active {
  animation: vodal-fade-leave both ease-out;
}

@keyframes vodal-rotate-enter {
  from {
    transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
  }
}
.vodal-rotate-enter-active {
  animation: vodal-rotate-enter both;
  transform-origin: center;
}

@keyframes vodal-rotate-leave {
  to {
    transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
  }
}
.vodal-rotate-leave-active {
  animation: vodal-rotate-leave both;
  transform-origin: center;
}

.vodal.generic_modal .modal-card {
  margin: 0;
  padding: 25px 0;
}
.vodal.generic_modal .modal-card .title {
  text-align: center;
  display: block;
  font-size: 1.5rem;
}
.vodal.generic_modal .modal-card .buttons {
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .vodal.generic_modal .modal-card .buttons .button {
    width: 100%;
  }
}

.vodal.submit_form_modal > .vodal-dialog {
  max-width: 415px;
  padding: 40px 46px 30px;
  text-align: center !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
}
.vodal.submit_form_modal > .vodal-dialog img {
  border: 0 !important;
  border-radius: 0 !important;
}
.vodal.submit_form_modal > .vodal-dialog .modal-title {
  font-weight: bold;
  margin-top: 30px;
  font-size: 32px;
  line-height: 35px;
  color: #472186;
  text-align: center !important;
  margin: 30px auto 10px;
}
.vodal.submit_form_modal > .vodal-dialog .expected-time-label {
  color: rgba(71, 33, 134, 0.6);
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.vodal.choose_order_mode_modal.hide_online_order > .vodal-dialog {
  max-width: 433px;
}
.vodal.choose_order_mode_modal > .vodal-dialog {
  padding: 0;
  width: 100% !important;
  max-width: 752px;
}
@media screen and (max-width: 426px) {
  .vodal.choose_order_mode_modal > .vodal-dialog {
    margin: 0 auto;
    border-radius: 0;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block {
  min-height: 100px;
  background: #fff;
  text-align: left;
  display: flex;
  width: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 720px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block {
    flex-direction: column-reverse;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .modal-title {
  font-weight: bold;
  line-height: 31px;
  font-size: 24px;
  max-width: 262px;
  color: #472186;
  margin-bottom: 10px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .modal-title .title-label {
  position: relative;
  top: -10px;
  color: #f39200;
  font-size: 15px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .button.is-orange img {
  border: 0;
  border-radius: 0;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .button.is-orange:hover, .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .button.is-orange:focus {
  outline: none;
  box-shadow: none;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .modal-subtitle {
  font-weight: 500;
  line-height: 21px;
  font-size: 16px;
  color: rgba(71, 33, 134, 0.5);
  max-width: 262px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block {
  background: rgba(125, 131, 165, 0.1);
  padding: 40px;
  padding-right: 0;
  flex: 0 0 433px;
  max-width: 433px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 426px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block {
    padding: 30px;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form {
  margin: 45px 0;
  padding-right: 40px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .form-input label {
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  color: #472186;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .form-input label .help-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgba(125, 131, 165, 0.6);
  display: inline-block;
  margin-left: 8px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .form-input input:hover, .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .form-input input:focus {
  border-color: #828282;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .offline-order-form-block {
  display: block;
}
@media screen and (min-width: 425px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .offline-order-form-block {
    display: flex;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .order-form-input {
  background: #FFFFFF;
  border: 1px solid rgba(104, 121, 205, 0.3);
  box-sizing: border-box;
  box-shadow: inset 0px 2px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 12px 10px;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 425px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .order-form-input {
    max-width: 250px;
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .order-form-input:hover, .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .order-form-input:focus {
  outline: none;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .checkbox-block.orange label a {
  color: inherit;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-order-form .button {
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 2px 30px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-contacts .contact_links {
  display: block;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .offline-order-block .offline-contacts .contact_links .link {
  flex: 0 0 205px;
  max-width: 205px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block {
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 319px;
  flex: 0 0 319px;
  position: relative;
}
@media screen and (max-width: 426px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block {
    padding: 30px;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .order-mascotte {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 720px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .order-mascotte {
    display: none;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .go-to-order .create-order-modal-button {
  display: flex;
  align-items: center;
  margin-top: 71px;
  padding: 7px 24px;
}
@media screen and (max-width: 426px) {
  .vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .go-to-order .create-order-modal-button {
    margin-top: 20px;
  }
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .go-to-order .create-order-modal-button span {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .go-to-order .create-order-modal-button img {
  margin-left: 10px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .payments {
  margin-top: 30px;
}
.vodal.choose_order_mode_modal > .vodal-dialog .modal-content-block .create-order-block .payments span {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7D83A5;
  display: block;
  margin-top: 12px;
}

.vodal.online_order_modal > .vodal-dialog {
  width: 100% !important;
  max-width: 540px;
  padding: 0;
  margin: 40px auto;
  align-self: flex-start;
}
@media screen and (max-width: 426px) {
  .vodal.online_order_modal > .vodal-dialog {
    margin: 0 auto;
    border-radius: 0;
  }
}
.vodal.online_order_modal > .vodal-dialog .online-order-privileges-block {
  background: rgba(125, 131, 165, 0.1);
  padding: 20px 50px 25px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .vodal.online_order_modal > .vodal-dialog .online-order-privileges-block {
    display: block;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 540px) {
  .vodal.online_order_modal > .vodal-dialog .online-order-privileges-block .privilege-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.vodal.online_order_modal > .vodal-dialog .online-order-privileges-block .privilege-block .privilege-image-block {
  background: #472186;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .vodal.online_order_modal > .vodal-dialog .online-order-privileges-block .privilege-block .privilege-image-block {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.vodal.online_order_modal > .vodal-dialog .online-order-privileges-block .privilege-block .privilege-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #472186;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block {
  padding: 40px 50px 40px 50px;
  max-width: 571px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .vodal.online_order_modal > .vodal-dialog .create-order-form-block {
    padding: 40px 20px;
  }
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .modal-title {
  font-weight: bold;
  line-height: 39px;
  font-size: 32px;
  color: #472186;
  text-align: left;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form {
  margin-top: 40px;
  text-align: left;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .field-label {
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  color: #472186;
  text-align: left;
  max-width: 100%;
  margin-right: 0;
  margin: 30px 0 5px;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .field-label .label-secondary {
  font-weight: 500;
  color: rgba(71, 33, 134, 0.4);
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .checkbox-block.orange label a {
  color: inherit;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block {
  margin-bottom: 12px;
  position: relative;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .create-order-form-input {
  background: #FFFFFF;
  border: 1px solid rgba(125, 131, 165, 0.3);
  box-sizing: border-box;
  box-shadow: inset 0px 2px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  padding: 7px 10px;
  font-weight: 500;
  line-height: 21px;
  font-size: 16px;
  width: 100%;
  outline: none;
  margin-bottom: 0;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .create-order-form-input.error {
  border-color: #6739bb;
  box-shadow: inset 0 2px 2px rgba(103, 57, 187, 0.4);
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block {
  background: #472186;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  max-height: 37px;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block.hidden {
  display: none;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-loading {
  padding: 6px 12px;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-loading span {
  color: #fff;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-loading .loader-block div {
  background: #fff;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-block {
  padding: 8px 12px;
  display: flex;
  align-items: center;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-block .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block .price-block img {
  margin-left: 10px;
}
@media screen and (max-width: 375px) {
  .vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .create-order-form-input-block .meta-block {
    position: static;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .remove-link-input-button {
  background: rgba(125, 131, 165, 0);
  border-radius: 4px;
  position: absolute;
  right: -42px;
  top: 0;
  border: 0;
  padding: 12px 12px 10px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  outline: none;
  cursor: pointer;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .remove-link-input-button:hover, .vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .remove-link-input-button:focus {
  background: rgba(125, 131, 165, 0.2);
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .remove-link-input-button:hover svg path, .vodal.online_order_modal > .vodal-dialog .create-order-form-block .create-order-form .remove-link-input-button:focus svg path {
  fill: #FF4B55;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .add-link-input-button {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: inherit;
  outline: none;
  padding: 8px 12px;
  border: 2px dashed rgba(125, 131, 165, 0.5);
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .add-link-input-button:hover, .vodal.online_order_modal > .vodal-dialog .create-order-form-block .add-link-input-button:focus {
  border-color: #F39200;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .add-link-input-button .button-text {
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  color: #F39200;
  margin-left: 6px;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .customer-attempts-textarea {
  background: #FFFFFF;
  border: 1px solid rgba(125, 131, 165, 0.3);
  box-sizing: border-box;
  box-shadow: inset 0px 2px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
  line-height: 21px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  max-height: 160px;
  min-height: 65px;
  padding: 10px;
  margin-bottom: 0;
  height: 104px;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .checkbox-block.orange label {
  max-width: 100%;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .button.is-orange {
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  padding: 2px 57px 3px;
}
@media screen and (max-width: 370px) {
  .vodal.online_order_modal > .vodal-dialog .create-order-form-block .button.is-orange {
    padding: 2px 0 3px;
    width: 100%;
  }
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .close-modal-button {
  margin: 14px 15px;
  display: inline-block;
  vertical-align: top;
  color: #f39200;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.vodal.online_order_modal > .vodal-dialog .create-order-form-block .close-modal-button:hover {
  color: #f38100;
  text-decoration: underline;
}
@media screen and (max-width: 478px) {
  .vodal.online_order_modal > .vodal-dialog .create-order-form-block .close-modal-button {
    margin: 35px 0 15px;
    display: block;
  }
}
@media screen and (max-width: 426px) {
  .vodal.online_order_modal > .vodal-dialog .create-order-form-block .close-modal-button {
    text-align: center;
    margin: 25px 0 15px;
  }
}

.vodal.signin_modal > .vodal-dialog {
  width: 100% !important;
  max-width: 510px;
  margin: 40px auto;
  align-self: flex-start;
  padding: 0;
  box-shadow: none;
}
.vodal.signin_modal > .vodal-dialog .socialaccount_providers {
  display: block;
  max-width: 312px;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  box-sizing: content-box;
  padding: 0;
}
.vodal.signin_modal > .vodal-dialog .socialaccount_providers li a.socialaccount_provider {
  margin-bottom: 15px;
  padding: 12px 25px 12px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(125, 131, 165, 0.3);
  box-sizing: border-box;
  border-radius: 25px;
  color: #472186;
  translate: all 0.2s ease;
}
.vodal.signin_modal > .vodal-dialog .socialaccount_providers li a.socialaccount_provider span {
  width: 100%;
  display: block;
}
.vodal.signin_modal > .vodal-dialog .socialaccount_providers li a.socialaccount_provider:hover, .vodal.signin_modal > .vodal-dialog .socialaccount_providers li a.socialaccount_provider:focus {
  color: #F08200;
  border-color: #F08200;
}
.vodal.signin_modal > .vodal-dialog .page-container {
  max-width: 510px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 30px 50px;
}
@media screen and (min-width: 510px) {
  .vodal.signin_modal > .vodal-dialog .page-container {
    padding: 40px 50px 50px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.vodal.signin_modal > .vodal-dialog .page-container .page-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  display: block;
  color: #472186;
  margin-bottom: 25px;
}
.vodal.signin_modal > .vodal-dialog .page-container .socialaccount_ballot .block-title {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: block;
  color: #472186;
  margin-bottom: 13px;
}
.vodal.signin_modal > .vodal-dialog .page-container ul.errorlist li {
  color: #d87308;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
}
.vodal.signin_modal > .vodal-dialog .page-container .socialaccount-providers-block {
  margin: 50px 0;
}
.vodal.signin_modal > .vodal-dialog .page-container .socialaccount-providers-block .socialaccount-providers-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: block;
  color: #472186;
  margin-bottom: 12px;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-input label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #472186;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-input label .label-secondary {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgba(125, 131, 165, 0.6);
}
.vodal.signin_modal > .vodal-dialog .page-container .form-input input:hover, .vodal.signin_modal > .vodal-dialog .page-container .form-input input:focus {
  border-color: #F39200;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block {
  display: block;
}
@media screen and (min-width: 390px) {
  .vodal.signin_modal > .vodal-dialog .page-container .form-meta-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 390px) {
  .vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block {
    margin-bottom: 15px;
  }
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block label {
  padding-left: 24px;
  color: #472186;
  line-height: 17px;
  font-size: 16px;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block label a {
  color: inherit;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block label.signup_offer_agreement {
  font-size: 13px;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block input:checked + label:before,
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block input:not(:checked) + label:before {
  background: #F39200;
  border: 1px solid #828282;
  height: 16px;
  width: 16px;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block input:checked + label:after,
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .checkbox-block input:not(:checked) + label:after {
  background: #F39200;
  top: 3px;
  left: 3px;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .reset-passwd-link {
  line-height: 1;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .reset-passwd-link a {
  font-weight: 600;
  font-size: 14px;
  color: #472186;
  opacity: 0.8;
}
.vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .reset-passwd-link a:hover, .vodal.signin_modal > .vodal-dialog .page-container .form-meta-block .reset-passwd-link a:focus {
  opacity: 1;
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 580px) {
  .vodal.signin_modal > .vodal-dialog .page-container .inline-buttons {
    flex-direction: column;
  }
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .button-container {
  text-align: center;
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .button-container .button.is-orange.submit-form-button {
  background: #F39200;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  border: 0;
  box-sizing: border-box;
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .button-container .button.is-orange.submit-form-button:hover, .vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .button-container .button.is-orange.submit-form-button:focus {
  background: #e06e1b;
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .signin-form-link {
  max-width: 220px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #f39200;
  display: inline-block;
  text-align: right;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  .vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .signin-form-link {
    text-align: center;
  }
}
.vodal.signin_modal > .vodal-dialog .page-container .inline-buttons .signin-form-link:hover {
  color: #fab446;
}
.vodal.signin_modal > .vodal-dialog .page-container .vue-tel-input {
  margin-bottom: 24px;
  border: 1px solid #dbdbdb;
  box-shadow: none;
  transition: all 0.2s ease;
}
.vodal.signin_modal > .vodal-dialog .page-container .vue-tel-input:focus-within, .vodal.signin_modal > .vodal-dialog .page-container .vue-tel-input:focus, .vodal.signin_modal > .vodal-dialog .page-container .vue-tel-input:hover {
  border: 1px solid #828282;
  box-shadow: none;
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown {
  outline: none;
  background: #fff;
  box-shadow: inset 0 2px 2px rgba(10, 10, 10, 0.1);
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown-list {
  top: 36px;
}
@media screen and (max-width: 769px) {
  .vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown-list {
    width: 240px;
  }
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__input {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown-item {
  padding: 4px 7px !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown-item span {
  display: inline-block;
  margin-left: 5px;
}
.vodal.signin_modal > .vodal-dialog .page-container .vti__dropdown-item strong {
  font-weight: 500;
}
.vodal.signin_modal > .vodal-dialog .popup-window {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-start;
}
.vodal.signin_modal > .vodal-dialog .popup-window.reversed {
  justify-content: flex-end;
}
.vodal.signin_modal > .vodal-dialog .popup-window .page-container {
  flex: 0 0 100%;
  width: 100%;
}
.vodal.signin_modal > .vodal-dialog .popup-window .page-container .page-title {
  margin-bottom: 0;
  font-size: 23px;
  line-height: 32px;
}
@media screen and (min-width: 530px) {
  .vodal.signin_modal > .vodal-dialog .popup-window .page-container .page-title {
    font-size: 32px;
    line-height: 39px;
  }
}
.vodal.signin_modal > .vodal-dialog .page-subtitle {
  display: block;
  font-weight: 500;
  text-align: center;
  color: #472186;
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 530px) {
  .vodal.signin_modal > .vodal-dialog .page-subtitle {
    line-height: 32px;
  }
}
.vodal.signin_modal > .vodal-dialog .page-subtitle.signup {
  margin: 0;
}
.vodal.signin_modal > .vodal-dialog .signup-warning-label {
  text-align: center;
  background: #ece8f2;
  width: 100%;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 10px 0 20px;
}
.vodal.signin_modal > .vodal-dialog .signup-warning-label span {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  color: #472186;
  font-weight: 500;
  display: block;
  opacity: 0.6;
}

.vodal.notification_order_created .vodal-dialog {
  max-width: 497px;
  width: 100%;
  background: #fff;
  padding: 30px 50px 24px;
  text-align: left;
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .plane {
  max-width: 133px;
  margin-bottom: 30px;
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .modal-title {
  font-weight: bold;
  line-height: 39px;
  font-size: 32px;
  color: #472186;
  display: block;
  margin-bottom: 18px;
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .modal-content {
  width: 100%;
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .modal-content div {
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  color: #472186;
  margin-bottom: 26px;
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .modal-content div.transparent {
  color: rgba(71, 33, 134, 0.6);
}
.vodal.notification_order_created .vodal-dialog .modal-order-created .modal-content div.transparent span {
  font-weight: 700;
}

.vodal.notification_order_paid .vodal-dialog {
  width: 100%;
  background: #fff;
  max-width: 404px;
  padding: 35px 50px;
  text-align: left;
  text-align: left;
}
.vodal.notification_order_paid .vodal-dialog .plane {
  max-width: 133px;
  margin-bottom: 30px;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid span {
  display: block;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid .modal-title {
  line-height: 34px;
  font-weight: 600;
  font-size: 32px;
  color: #333458;
  margin-bottom: 30px;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid .modal-subtitle {
  font-weight: 600;
  line-height: 23px;
  font-size: 20px;
  color: #333458;
  margin-bottom: 20px;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid ul li {
  font-size: 16px;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid ul li .bold {
  font-weight: 600;
}
.vodal.notification_order_paid .vodal-dialog .modal-order-paid .link-to-profile {
  margin-top: 15px;
  display: block;
  font-weight: 600;
}

.vodal.payment-legal-info-modal > .vodal-dialog {
  padding: 50px;
  width: 100%;
}
.vodal.payment-legal-info-modal > .vodal-dialog .payment-legal-info-modal-title {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form {
  text-align: left;
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form label {
  text-align: left;
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form .fields-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form .fields-block {
    display: block;
  }
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form .fields-block p:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form .payment-block {
  text-align: center;
}
.vodal.payment-legal-info-modal > .vodal-dialog .legal-info-form .message-response {
  text-align: center;
  margin: 20px 0;
}

.vodal.apologies_order_modal > .vodal-dialog {
  width: 100% !important;
  max-width: 510px;
  padding: 30px;
  margin: 40px auto;
  align-self: flex-start;
  color: #333;
}
@media screen and (min-width: 768px) {
  .vodal.apologies_order_modal > .vodal-dialog {
    padding: 40px;
  }
}
@media screen and (max-width: 426px) {
  .vodal.apologies_order_modal > .vodal-dialog {
    margin: 0 auto;
    border-radius: 0;
  }
}
.vodal.apologies_order_modal > .vodal-dialog .modal-title {
  text-align: left;
  font-weight: bold;
  color: #472186;
  display: block;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .vodal.apologies_order_modal > .vodal-dialog .modal-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.vodal.apologies_order_modal > .vodal-dialog .form-input {
  margin-bottom: 20px;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input.phone-input {
  margin-bottom: 10px;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #472186;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input .input {
  margin-bottom: 5px;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input .is-danger {
  border-color: #FA0000;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input .help-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #B5A6CF;
}
.vodal.apologies_order_modal > .vodal-dialog .form-input .help-text.is-danger {
  color: #FA0000;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose {
  margin: 0px 0px 30px;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-title {
  margin: 0px 0px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #472186;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons {
  display: flex;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #472186;
  background: #fff;
  border: 1px solid rgba(125, 131, 165, 0.3);
  border-radius: 0;
  transition: all 0.2s ease;
  outline: none;
  cursor: pointer;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button:hover, .vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button:focus {
  color: #fff;
  background: rgba(71, 33, 134, 0.6);
  border-color: rgba(71, 33, 134, 0);
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button.active {
  color: #fff;
  background: #472186;
  border-color: #472186;
  cursor: default;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button.active:hover, .vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button.active:focus {
  background: #472186;
  border-color: #472186;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}
.vodal.apologies_order_modal > .vodal-dialog .order-mode-choose .order-mode-choose-buttons .choose-button:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: 0;
}
.vodal.apologies_order_modal > .vodal-dialog .checkbox-block label {
  color: #B5A6CF;
  max-width: 390px;
  margin: 10px auto 30px;
}
.vodal.apologies_order_modal > .vodal-dialog .controls-block {
  text-align: center;
}
.vodal.apologies_order_modal > .vodal-dialog .controls-block .button {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 2px 30px;
}

.vodal.request_form_modal > .vodal-dialog {
  width: 100% !important;
  max-width: 378px;
  padding: 15px;
  margin: 40px auto;
  color: #333;
}
.vodal.request_form_modal > .vodal-dialog .vodal-close {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .vodal.request_form_modal > .vodal-dialog {
    padding: 34px 24px 24px;
  }
}
@media screen and (max-width: 426px) {
  .vodal.request_form_modal > .vodal-dialog {
    border-radius: 0;
    align-self: flex-start;
  }
}
.vodal.request_form_modal > .vodal-dialog .modal-title {
  text-align: left;
  font-weight: bold;
  color: #472186;
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 140%;
}
.vodal.request_form_modal > .vodal-dialog .form-input {
  margin-bottom: 10px;
}
.vodal.request_form_modal > .vodal-dialog .form-input input,
.vodal.request_form_modal > .vodal-dialog .form-input textarea {
  margin-bottom: 0;
  background: #F2F3F6;
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 16px 16px;
}
.vodal.request_form_modal > .vodal-dialog .form-input input:focus,
.vodal.request_form_modal > .vodal-dialog .form-input textarea:focus {
  background: #EBEDF4;
}
.vodal.request_form_modal > .vodal-dialog .form-input input::placeholder,
.vodal.request_form_modal > .vodal-dialog .form-input textarea::placeholder {
  color: #9a9eb8;
}
.vodal.request_form_modal > .vodal-dialog .form-input input:focus-within {
  border: none;
  box-shadow: none;
}
.vodal.request_form_modal > .vodal-dialog .form-input label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #472186;
}
.vodal.request_form_modal > .vodal-dialog .form-input label .help-text {
  font-weight: 400;
}
.vodal.request_form_modal > .vodal-dialog .form-input .input {
  margin-bottom: 5px;
}
.vodal.request_form_modal > .vodal-dialog .vue-tel-input .vti__dropdown-list {
  margin-top: 15px;
  max-width: 330px;
}
@media (max-width: 320px) {
  .vodal.request_form_modal > .vodal-dialog .vue-tel-input .vti__dropdown-list {
    max-width: 320px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .vodal.request_form_modal > .vodal-dialog .vue-tel-input .vti__dropdown-list {
    max-width: 348px;
  }
}
@media (min-width: 500px) {
  .vodal.request_form_modal > .vodal-dialog .vue-tel-input .vti__dropdown-list {
    max-width: 330px;
  }
}
.vodal.request_form_modal > .vodal-dialog .checkbox-block label {
  color: #7D83A5;
  margin: 8px auto 0;
}
.vodal.request_form_modal > .vodal-dialog .controls-block {
  text-align: center;
}
.vodal.request_form_modal > .vodal-dialog .controls-block .button {
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  padding: 7px 0px;
}
.vodal.request_form_modal > .vodal-dialog .vue-tel-input {
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  outline: 1px solid #f2f3f6;
  border-radius: 6px;
}
.vodal.request_form_modal > .vodal-dialog .vue-tel-input input {
  margin-bottom: 0 !important;
  background: #f2f3f6;
  border-radius: 6px;
  border: 0;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 16px 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vodal.request_form_modal > .vodal-dialog .vue-tel-input input:focus-within {
  background: #EBEDF4;
}
.vodal.request_form_modal > .vodal-dialog .vue-tel-input:focus-within {
  box-shadow: none;
}

.alerts-popup-modal .vodal-dialog {
  border-radius: 6px;
}
.alerts-popup-modal .vodal-dialog .popup-body {
  display: flex;
  flex-direction: column;
  max-width: 415px;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-left: 35px;
  padding-right: 35px;
}
.alerts-popup-modal .vodal-dialog .popup-body img {
  width: auto;
  margin: auto;
}
.alerts-popup-modal .vodal-dialog .popup-body .title {
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #472186;
  margin-bottom: 15px;
}
.alerts-popup-modal .vodal-dialog .popup-body .subtext {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #472186;
  margin: 15px auto;
}
.alerts-popup-modal .vodal-dialog .popup-body .additional {
  margin: 15px auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: rgba(125, 131, 165, 0.6);
}
.alerts-popup-modal .vodal-dialog .popup-body .additional ul li {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alerts-popup-modal .vodal-dialog .popup-body .additional .order-id-label {
  font-size: 18px;
  font-weight: 700;
}
.alerts-popup-modal .vodal-dialog .popup-body .additional .order-id-label .order-id + .order-id {
  margin-left: 5px;
}
.alerts-popup-modal .vodal-dialog .popup-body .notifications {
  padding: 20px 30px;
  background: #FFEBD3;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #F08200;
}
.alerts-popup-modal .vodal-dialog .popup-body .controls {
  text-align: center;
  margin-top: 40px;
}
.alerts-popup-modal .vodal-dialog .popup-body .controls .payment-required-controls {
  margin-bottom: 10px;
}
.alerts-popup-modal .vodal-dialog .popup-body .controls .payment-required-controls .payment-message {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #472186;
}
.alerts-popup-modal .vodal-dialog .popup-body .controls .button {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
.alerts-popup-modal .vodal-dialog .popup-body .controls .button + .button {
  margin-top: 10px;
}

.vodal.service_modal > .vodal-dialog {
  width: 100% !important;
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog {
    max-width: 475px;
  }
}
@media screen and (min-width: 840px) {
  .vodal.service_modal > .vodal-dialog {
    max-width: 825px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block {
  display: flex;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 35px 25px;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block {
    max-width: 475px;
    flex: 0 0 475px;
    padding: 35px 50px 50px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #333458;
  margin-bottom: 8px;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block .title {
    font-size: 32px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .title .icon {
  width: 33px;
  height: 33px;
  background-position: 0 0;
  position: relative;
  top: 6px;
  left: 12px;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .description {
  margin-bottom: 8px;
  font-weight: 500;
  color: #7D83A5;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block .description {
    font-size: 16px;
    line-height: 21px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .service-form {
  margin-top: 32px;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .service-form .form-input label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #333458;
  margin-bottom: 5px;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .service-form .form-input input {
  margin-bottom: 0px;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .service-form .button {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  padding: 2px 25px;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block .service-form .button {
    font-size: 20px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .contact-phone-block {
  margin-top: 30px;
  font-weight: 500;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .contact-phone-block .phone-label {
  font-size: 14px;
  line-height: 19px;
  color: #7D83A5;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block .contact-phone-block .phone-label {
    font-size: 16px;
    line-height: 21px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .form-block .contact-phone-block .phone-number {
  font-size: 26px;
  line-height: 39px;
  color: #333458;
}
@media screen and (min-width: 475px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .form-block .contact-phone-block .phone-number {
    font-size: 32px;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .steps-block {
  background: rgba(125, 131, 165, 0.1);
  padding: 35px 58px 61px 30px;
  max-width: 350px;
  flex: 0 0 350px;
  display: none;
}
@media screen and (min-width: 840px) {
  .vodal.service_modal > .vodal-dialog .modal-content-block .steps-block {
    display: block;
  }
}
.vodal.service_modal > .vodal-dialog .modal-content-block .steps-block .step {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .steps-block .step:last-child {
  margin-bottom: 0;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .steps-block .step .step-number {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin-right: 12px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(125, 131, 165, 0.3);
  color: #333458;
}
.vodal.service_modal > .vodal-dialog .modal-content-block .steps-block .step .step-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #333458;
}
