input[type=text].input-other {
  margin-top: 0;
  margin-left: 0;
  white-space: nowrap;
  position: relative;
  color: #0f233b;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  padding: 1rem;
  margin-bottom: 0.7rem;
}
.main-body .reviews {
  position: relative;
  padding: 1rem 0 0;
}
.reviews-send {
  background-color: #fff;
}
.review-custom .formCustom__input,
.review-custom .formCustom__textarea {
  outline: 0;
  border: none;
  background-color: #f2f2f2;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  width: 100% !important;
}
.review-custom .formCustom__input {
  height: 3.6rem;
}
.review-custom .formCustom__textarea {
  height: 140px;
}
.review-custom .markItUpHeader .markItUpSeparator {
  display: none;
}
.review-custom .markItUpHeader ul {
  border-radius: 8px;
  overflow: hidden;
}
.review-custom .markItUpHeader ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.8rem;
  padding: 0.8rem;
}
.review-custom .markItUpHeader ul li:nth-child(odd) {
  background-color: #f4f4f4;
}
.field__wrapper {
  width: 100%;
  position: relative;
  margin: 1rem 0;
  text-align: center;
}
.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.field__file-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field__file-fake {
  height: 60px;
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.field__file-button {
  width: 130px;
  height: 60px;
  background: #f2f2f2;
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.js-reviews-form {
  display: none;
  padding: 1rem 0 3rem;
}
.main-body .not-page {
  padding: 3rem 0;
  background-color: #f4f4f4;
}
.main-body .not-page__wrapp {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-body .not-page__wrapp .title-h1 {
  color: #333;
  text-align: center;
}
.main-body .politika {
  padding: 0 0 3rem;
}
.breadcrumbs {
  padding: 1rem 0 2rem;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li {
  font-size: 0.85rem;
  color: #15324ba6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #333;
  font-size: 0.85rem;
}
.breadcrumbs ul li a:hover {
  color: #FFE11A;
}
.breadcrumbs ul li svg {
  width: 21px;
  height: 21px;
}
.breadcrumbs ul li svg path {
  fill: #e5e5e5;
}
.form .success {
  background-color: #d7fadc;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.form .error {
  background-color: #ea9a9afc;
  margin-bottom: 1rem;
  border-radius: 8px;
}
._widget_link {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ff0550;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._widget_link::after,
._widget_link::before {
  content: '';
  position: absolute;
  border: 2px solid #ff0550;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: 2.5s linear infinite pulse2;
  animation: 2.5s linear infinite pulse2;
}
._widget_link::after {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
._widget_link svg {
  width: 35px;
  height: 35px;
}
._widget_link svg path {
  fill: #fff;
}
._widget_link ._widget_close {
  display: none;
}
._widget_link ._widget_open {
  display: block;
}
._widget_link:hover {
  transform: scale(1.1);
}
._widget_link.active ._widget_close {
  display: block;
}
._widget_link.active ._widget_open {
  display: none;
}
.widget.active {
  display: block;
}
.widget {
  z-index: 999;
  display: none;
  position: fixed;
  right: 1.5rem;
  bottom: 125px;
  max-width: 310px;
  height: auto;
  border-radius: 8px;
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.widget .widget__wrap .title-v2 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.widget .widget__wrap ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
._element--icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  margin-right: 7px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.1) 0 2px 5px -1px, rgba(0, 0, 0, 0.15) 0 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.1) 0 2px 5px -1px, rgba(0, 0, 0, 0.15) 0 1px 3px -1px;
}
._element--icon svg {
  width: 100%;
  height: 100%;
}
._element--icon svg path {
  fill: #78758c;
}
._element--simple,
._element--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._element--simple span,
._element--link span {
  width: calc(100% - 52px);
}
._element--link {
  color: #07101a;
  font-weight: 600;
}
._element--link svg path {
  fill: #FFE11A;
}
._element--link:hover {
  color: #FFE11A;
}
._element--link:hover ._element--icon {
  background-color: #FFE11A;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
._element--link:hover svg path {
  fill: #fff;
}
._element--link.whatsapp {
  color: #07101a;
  background-color: #fff;
  font-weight: 600;
}
._element--link.whatsapp svg path {
  fill: #43d854;
}
._element--link.whatsapp:hover {
  color: #43d854;
}
._element--link.whatsapp:hover ._element--icon {
  background-color: #43d854;
  transform: scale(1.05);
}
._element--link.whatsapp:hover svg path {
  fill: #fff;
}
._element--link.telegram {
  color: #07101a;
  font-weight: 600;
}
._element--link.telegram svg path {
  fill: #08c;
}
._element--link.telegram:hover {
  color: #08c;
}
._element--link.telegram:hover ._element--icon {
  background-color: #08c;
  transform: scale(1.05);
}
._element--link.telegram:hover svg path {
  fill: #fff;
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@media only screen and (max-width: 992px) {
  .main-body ._open-modal.bright {
    font-size: 1.1rem;
    text-shadow: unset;
    color: #000;
  }
}
@media only screen and (max-width: 480px) {
  .main-body .banner .container .banner__wrapp {
    padding: 4rem 0 5rem;
  }
  .main-body .banner .container .banner__wrapp .title-h1 {
    margin: 0 0 1.5rem;
  }
  .main-body .banner__bg--svg2 {
    top: -40%;
    left: 0;
    display: block !important;
  }
}
@media only screen and (max-width: 420px) {
  .main-body .banner:after {
    width: 45px;
  }
  .main-body .banner .banner__bg--svg {
    left: -129px;
    width: 158%;
  }
}
.main-body ._open-modal.bright,
.main-body .form ._btn--send {
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.25);
  font-family: Montserrat-Medium;
  font-weight: 700;
  letter-spacing: 0.35px;
}
.main-body .tariffs__block {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.main-body .top {
  padding: 1rem 0;
}
textarea {
  font-family: Montserrat-Regular;
}
.banner__dop {
  margin-bottom: 0.5rem;
}
.banner__dop span:last-child {
  color: #ff0550;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 5px 5px 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .banner__dop span {
    display: inline-block;
  }
  .banner__dop span:last-child {
    padding: 0.5rem 1rem;
  }
  .banner__dop span:first-child {
    color: #fff;
  }
}
._bg-dark {
  background-color: #333;
}
.section-head--dark {
  background-color: #333;
}
.section-head--dark .section-title {
  color: #fff !important;
}
.section-head--dark .section-title::before {
  background-color: #fff !important;
}
.request .section-head {
  margin-bottom: 0;
  padding: 2rem 0 1.5rem;
}
.request ._separator {
  height: 62px;
}
.request__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .request ._separator {
    display: none;
  }
  .request__wrap {
    display: block;
  }
  .request__action {
    margin-top: 4rem;
  }
  .request__action ._open-modal {
    width: 100%;
    max-width: 100%;
  }
}
.request__page {
  padding-bottom: 1rem;
}
.request__page .request__wrap {
  display: block;
}
.request__page ._separator {
  height: 1px;
  width: 100%;
  margin: 1.5rem 0 2rem 0;
}
.map iframe {
  height: 385px;
}
.map .media__icon {
  width: 30px;
  height: 30px;
  background-color: unset;
}
.map .media__icon svg {
  width: 100%;
  height: 100%;
}
.map .media__icon svg path {
  fill: #333 !important;
}
.map .media__content {
  margin-left: 0.5rem;
}
.map ._link {
  color: #333;
  text-decoration: underline;
}
.map ._link:hover {
  color: #FFE11A;
}
.map__map {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.map__element {
  padding: 4rem 0 3rem 0;
  width: 100%;
}
.map__element ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map__element ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .map ._separator {
    height: 1px;
    width: 100%;
    margin: 2rem 0;
  }
  .map iframe {
    height: 300px;
  }
  .map__element ul {
    display: block;
  }
}
.question {
  padding-bottom: 3rem;
}
.question__element {
  border-radius: 8px;
  padding: 1rem;
  background-color: #fff;
}
.question__element:not(:last-child) {
  margin-bottom: 1rem;
}
.question__element--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.question__element--heading {
  margin-bottom: 0 !important;
}
.question__element--arrow svg {
  width: 25px;
  height: 25px;
}
.question__element--arrow svg path {
  fill: #333333;
}
.question__element--description {
  display: none;
  padding-top: 0.725rem;
  margin-top: 0.725rem;
  border-top: 1px solid #f4f4f4;
}
.question__element--minus {
  display: none;
}
.question__element:hover .question__element--title {
  color: #FFE11A;
}
.question__element:hover svg path {
  fill: #FFE11A;
}
.question__element.active .question__element--title {
  color: #FFE11A;
}
.question__element.active .question__element--plus {
  display: none;
}
.question__element.active .question__element--minus,
.question__element.active .question__element--description {
  display: block;
}
.question__element.active .question__element--minus svg path {
  fill: #FFE11A;
}
@media (max-width: 768px) {
  .question__btn {
    display: block;
  }
  .question__btn--title {
    margin-bottom: 1rem;
    margin-right: 0;
    display: block;
  }
}
.docs {
  padding-bottom: 3rem;
}
.docs ._list-check__text {
  width: calc(100% - 55px);
}
.dop-guarantee {
  position: relative;
  padding: 0 0 3rem;
}
.dop-guarantee__item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  text-align: center;
  border-radius: 7px;
  padding-bottom: 1rem;
  background: #fff;
}
.dop-guarantee__name {
  background-color: #f4f4f4;
  padding: 1rem;
}
.dop-guarantee__title {
  font-size: 2rem;
  font-family: Montserrat-Bold;
}
.dop-guarantee__text {
  margin: 1rem;
}
.dop-guarantee__action {
  margin: 1rem 1rem 0 1rem;
}
.dop-guarantee__action a._open-modal {
  max-width: 100%;
  width: 100%;
}
.info__block--icon {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #FFE11A;
  padding: 0.75rem;
}
.info__block--icon svg {
  width: 100%;
  height: 100%;
}
.info__block--icon svg path {
  fill: #fff;
}
.banner__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .banner__mobile {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .banner__mobile .line-2 {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner__desktop {
    display: none;
  }
}
._bg__white {
  background-color: #fff !important;
}
/*# sourceMappingURL=style.css.map */