body {
  color: #455a64;
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  overflow-y: auto !important;
}

p {
  color: #455a64;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #03a9f4;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #03a9f4;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul li {
  margin-bottom: 8px;
}
body {
  padding-right: 0 !important;
}
.btn {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #03a9f4;
  padding: 6px 45px;
  border: 1px solid #03a9f4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background: #0277bd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.focus,
.btn:focus,
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.btn-big {
  font-size: 24px;
  padding: 5px 45px;
}
.btn-big span {
  margin-right: 20px;
}

.btn-outline {
  color: #fff;
  background: transparent;
  padding: 8px 35px;
  border: 1px solid #fff;
}
.btn-outline:hover {
  color: #0277bd;
  background: #fff;
}

.btn--sm {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 15px;
}

.btn-border {
  background: rgba(129, 212, 250, 0.2);
  padding: 14px 15px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  border: 0;
}
.btn-border:hover {
  background: rgba(129, 212, 250, 0.4);
}
.btn-border:hover span {
  background: #0277bd;
}
.btn-border span {
  background: #03a9f4;
  padding: 14px 45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
}

.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.big-title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
}

.home-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.stocks .swiper-slide a {
  padding: 1px 2px;
}
.stocks .swiper-slide a img {
  width: calc(100% - 2px);
  border: 1px solid #03a9f4;
}
.page-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 50px;
}
.page-subtitle {
  margin-top: -35px;
  margin-bottom: 40px;
}
.check-doc + span > ul {
  margin-top: 15px;
}
.hr {
  height: 1px;
  border-top: 1px solid #c4c4c4;
}

.breadcrumb-box {
  padding: 30px 0;
}
.breadcrumb-box .breadcrumbs {
  background: transparent;
}
.breadcrumb-box .breadcrumbs a {
  text-decoration: none;
  color: #4d4d4d;
}
.geo-single__list {
  margin: 50px 0;
}
.geo__search {
  margin: 15px 0;
}
.geo__search .btn {
  height: 40px;
  padding: 5px 20px;
}
.form-control {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-color: #03a9f4;
  font-size: 14px;
  text-transform: uppercase;
  color: #455a64;
  height: 40px;
  background: transparent;
}

.page-content {
  margin-bottom: 60px;
}

.header {
  border-top: 4px solid #03a9f4;
  padding: 20px 0 7px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header__button {
  text-align: right;
}
.header__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__phone {
  margin: 10px 38px 0 0;
}
.header__phone a {
  font-size: 26px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #455a64;
}
.header__phone a .fas {
  font-size: 21px;
  margin-right: 6px;
}
.header__time {
  font-size: 12px;
  line-height: 18px;
  margin-top: 1px;
}
.header__time .location {
  color: #03a9f4;
  text-decoration: underline;
  background: transparent;
  border: 0;
  padding: 0;
}
.header__time .location:hover,
.header__time .location:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.header__time .location i {
  color: #b3babd;
  margin-right: 3px;
}
.header__time--phone {
  text-align: center;
}
.location-modal__list,
.location-modal__search_list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  columns: 3;
}
.location-modal__item {
  list-style: none;
  margin-right: 30px;
}
.location-modal__item {
  font-size: 14px;
}
.location-modal .nav-pills .nav-link {
  font-weight: bold;
}
.location-modal .nav {
  margin-top: 10px;
}
.location-modal .nav-link {
  padding: 5px 0;
}
.location-modal .nav-pills .nav-link.active, 
.location-modal .nav-pills .show>.nav-link {
    color: #455a64;
    background-color: #fff;
    text-decoration: none;
}


.logo {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
}
.logo__link {
  display: flex;
  justify-content: start;
  color: #607d8b;
  text-transform: uppercase;
  text-decoration: none;
}
.logo__link span {
  color: #03a9f4;
}
.logo__img {
  max-width: 50px;
  margin-right: 10px;
}
.logo__img img {
  max-width: 50px;
}
.navigation .navbar {
  padding: 0;
  margin: 15px 0 0;
  font-family: "Roboto", sans-serif;
  font-display: swap;
}
.navigation .navbar .nav-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #455a64;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}
.navigation .navbar .nav-link.dropdown-toggle:hover {
  cursor: pointer;
}
.navigation .navbar .nav-link:hover {
  color: #03a9f4;
}
.navigation .navbar .nav-fill .nav-item:last-of-type {
  text-align: right;
}
.navigation .navbar .nav-fill .nav-item:first-of-type {
  text-align: center;
}
.navigation .navbar .dropdown-menu .nav-item {
  text-align: center;
}
.navigation .navbar .dropdown-menu .nav-item:last-of-type {
  text-align: center;
}
.navigation .navbar .dropdown-menu {
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
}

.navigation .navbar-light .navbar-nav .active > .nav-link,
.navigation .navbar-light .navbar-nav .nav-link.active,
.navigation .navbar-light .navbar-nav .nav-link.show,
.navigation .navbar-light .navbar-nav .show > .nav-link {
  color: #455a64;
}

.section {
  padding: 50px 0;
  position: relative;
}

.ancorbox {
  position: absolute;
  top: -70px;
}

.navigation {
  margin-top: 80px;
  background: #fff;
}

.calculator {
  background: var(--wpr-bg-6c8e270e-9e5f-45d7-9909-f3701ba3e9d2) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.form-block {
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 35px 60px 15px;
}
.form-block .custom-control {
  padding-left: 35px;
}
.form-block .custom-control-label::before {
  left: -35px;
}
.form-block .custom-control-label::after {
  left: -35px;
}
.form-block .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #03a9f4;
  background-color: #03a9f4;
}
.form-block .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-block .btn-border span {
  width: 300px;
}
.form-block .custom-range {
  margin-bottom: 15px;
}
.form-block .form-group {
  margin-bottom: 25px;
}
.form-block__radio {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-block__subradio {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
}
.form-block__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #455a64;
  margin-top: 0;
}
.form-block__title-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #03a9f4;
  margin-bottom: 0;
  margin-top: 0;
}
.form-block__round {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 35px;
  border: 1px solid #03a9f4;
  height: 100%;
}
.form-block .fbottom__header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-block .fbottom__body {
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
}
.form-block .ftotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}
.form-block .ftotal__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
}
.form-block .ftotal__body {
  color: #03a9f4;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-block__btnblock {
  text-align: right;
}
.form-block__bottom-reestr {
  margin-top: 15px;
  font-size: 14px;
}
.form-block__bottom-reestr span img {
  width: 24px;
  margin-right: 6px;
  transform: translateY(-3px);
}

.sum-title {
  color: #03a9f4;
  font-size: 36px;
  line-height: 36px;
  margin: 5px 0;
  height: 40px;
  display: block;
}

#str_amount {
  font-weight: bold;
}

.month-title {
  color: #03a9f4;
  font-size: 36px;
  line-height: 36px;
  margin: 5px 0;
  height: 40px;
  display: block;
}
.month-title i {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  font-style: normal;
}

.sum-val,
.month-val {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #03a9f4;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: rgba(3, 169, 244, 0.1);
}

.form-control.monthly-payment {
  border: 0;
  color: #03a9f4;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  height: auto;
}
.form-control.monthly-payment::-webkit-input-placeholder {
  color: #03a9f4;
}
.form-control.monthly-payment::-ms-input-placeholder {
  color: #03a9f4;
}
.form-control.monthly-payment::placeholder {
  color: #03a9f4;
}

.form-control.overpayment {
  border: 0;
  color: #03a9f4;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}
.form-control.overpayment::-webkit-input-placeholder {
  color: #03a9f4;
}
.form-control.overpayment::-ms-input-placeholder {
  color: #03a9f4;
}
.form-control.overpayment::placeholder {
  color: #03a9f4;
}

.form-control.overpayment-monthly {
  border: 0;
  color: #03a9f4;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}
.form-control.overpayment-monthly::-webkit-input-placeholder {
  color: #03a9f4;
}
.form-control.overpayment-monthly::-ms-input-placeholder {
  color: #03a9f4;
}
.form-control.overpayment-monthly::placeholder {
  color: #03a9f4;
}
.service__video {
  border-radius: 25px;
  overflow: hidden;
}
.scard {
  background: #03a9f4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 30px;
  color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
.scard::before {
  content: "";
  background: var(--wpr-bg-dab5bb68-a0de-43d7-87bd-b231272fdedc) center center no-repeat;
  position: absolute;
  z-index: 20;
  top: -20px;
  left: 30px;
  height: 120px;
  width: 120px;
}
.scard::after {
  content: "";
  background: var(--wpr-bg-0308311c-9a52-46f9-acef-587f27d927f6) center center no-repeat;
  position: absolute;
  z-index: 30;
  bottom: -20px;
  right: 30px;
  height: 120px;
  width: 120px;
}
.scard__header {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.docs {
  background: var(--wpr-bg-a8320fdf-a284-4c37-a405-b4f80e36d21e) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.docs .home-title {
  color: #fff;
}

.doc-item {
  text-align: center;
}
.doc-item__icon {
  width: 124px;
  height: 124px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 15px;
  text-align: center;
  padding-top: 26px;
}
.doc-item__icon .fas {
  font-size: 72px;
  color: #03a9f4;
}
.doc-item__title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
}

.howtoget {
  background: #f5f5f5;
}
.howtoget__item {
  background: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.howtoget__header {
  background: #03a9f4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  padding: 40px 15px 15px;
  position: relative;
  z-index: 10;
}
.howtoget__header::before {
  content: "";
  background: var(--wpr-bg-26b1f7db-d286-4a8f-8ec9-1240b5fe3716) center center no-repeat;
  position: absolute;
  z-index: 20;
  top: 0;
  left: -10px;
  height: 120px;
  width: 120px;
}
.howtoget__number {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}
.howtoget__title {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}
.howtoget__body {
  margin: 20px;
}
.howtoget .btn {
  margin-top: 30px;
}

.zayavka__rlabel {
  border-bottom: 1px solid #81d4fa;
  padding-bottom: 8px;
  margin-bottom: 7px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.zayavka .form-control {
  margin-bottom: 20px;
  height: 40px;
}

.wcard {
  background: #e1f5fe;
  border: 1px solid #03a9f4;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 25px;
  text-align: center;
  height: 100%;
}
.wcard__header {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wcard__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wcard__item {
  list-style: none;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 21px;
}
.js-reviews__slider,
.js-reviews__vslider {
  display: none;
}
.review__item {
  background: #f5f5f5;
  padding: 25px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
}

.review__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.review__logo {
  margin: 0 20px 20px 0;
}

.review__body {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
}
.review__body p {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
}

.js-reviews__slider {
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.js-reviews__slider .swiper-pagination-bullets {
  bottom: 0;
}
.js-reviews__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #03a9f4;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.js-reviews__slider
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #03a9f4;
  background: #03a9f4;
}

.target__link {
  margin: 0 15px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background: #03a9f4;
  padding: 12px 45px;
  border: 1px solid #03a9f4;
  -webkit-border-radius: 25px;
  border-radius: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.target__link:hover {
  text-decoration: none;
  color: #fff !important;
  background: #0277bd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.target a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}

.advantages {
  margin-bottom: 30px;
}
.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.advantages__img {
  width: 90px;
  height: 70px;
  margin-right: 15px;
}
.advantages__img img {
  width: 90px;
}
.advantages__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.advantages__line {
  height: 1px;
  border-bottom: 1px solid #03a9f4;
}

.officeadress__item {
  display: block;
  margin-bottom: 18px;
}

.officeadress__body {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}

.officeadress__link {
  font-size: 13px;
  padding: 4px 35px;
}

.officemap__link {
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
}

.officemap__list .nav-item {
  margin: 0 15px 15px;
}

.lidform {
  padding: 0;
}

.main {
  min-height: 440px;
  margin-bottom: 50px;
}

.zalog__header {
  background: #e1f5fe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zalog__img {
  width: 30%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}
.zalog__img img {
  width: 100%;
  height:100%;
}

.zalog__title {
  width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.zalog__body {
  margin-top: 10px;
  margin-bottom: 45px;
}

.zalog__item ul {
  margin-top: 10px;
}

.custom-range::-webkit-slider-thumb {
  background: #03a9f4;
  height: 24px;
  width: 24px;
  margin-top: -10px;
}
.custom-range::-webkit-slider-thumb:active {
  background: #03a9f4;
}

.custom-range::-webkit-slider-runnable-track {
  background: #03a9f4;
  height: 2px;
}

.custom-range::-moz-range-thumb {
  background: #03a9f4;
}
.custom-range::-moz-range-thumb:active {
  background: #03a9f4;
}

.custom-range::-moz-range-track {
  background: #03a9f4;
}

.custom-range::-ms-thumb {
  background: #03a9f4;
}
.custom-range::-ms-thumb:active {
  background: #03a9f4;
}

.custom-range::-ms-track {
  background: #03a9f4;
}

.custom-range::-ms-fill-lower {
  background: #03a9f4;
}

.custom-range::-ms-fill-upper {
  background: #03a9f4;
}

.modal-title {
  margin-top: 0;
  color: #fff;
}

.modal-body .wpcf7-form p {
  text-align: center;
}

.modal-open {
  padding-right: 0 !important;
}

.navbar-nav .dropdown-menu {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #03a9f4;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.page-types h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
  background: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.page-types__img img {
  width: 100%;
}

.page-types__fullimg img {
  width: 100%;
}

.page-types__links {
  display: block;
  margin-bottom: 10px;
}

.page-types .mt-50 {
  margin-top: -50px;
}

.page-types .bt img {
  border-top: 20px solid #fff;
}

.page-types .bb {
  position: relative;
  z-index: 50;
}
.page-types .bb img {
  border-bottom: 20px solid #fff;
}

.page-types .br img {
  border-right: 20px solid #fff;
}

.page-types .bl img {
  border-left: 20px solid #fff;
}

.page-types ul li ul {
  margin-top: 5px;
}

.testimonials-page__photoavto {
  margin-bottom: 40px;
}
.testimonials-page__photoavto,
.testimonials-page__authorphoto {
  overflow: hidden;
  border-radius: 15px;
}
.testimonials-page__photoavto img {
  width: auto;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.testimonials-page__authorphoto {
  margin-bottom: 15px;
}
.testimonials-page__authorphoto img {
  /* width: 100%; */
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.morephoto {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: -30px;
}
.morephoto__item {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 7px;
}
.morephoto__item img {
  width: 95%;
  border-radius: 6px;
  overflow: hidden;
}
.testimonials-page__title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 10px;
}
.testimonials-page__list {
  margin: 15px 0 30px;
  padding: 0;
  list-style: none;
}
.testimonials-page__list li {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.testimonials-page__body {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 15px;
}
.testimonials-page__body p {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
}

.testimonials-vertical__link {
  display: block;
  border: 1px solid #03a9f4;
  border-radius: 15px;
  text-align: center;
  padding: 1px 3px;
  color: #455a64;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: bold;
}
.testimonials-vertical__link:hover {
  background: #03a9f4;
  color: #fff;
}

.js-reviews__vslider {
  height: 100px !important;
}
.js-reviews__vslider .swiper-slide {
  overflow: hidden;
  max-height: 100px;
  height: 100px !important;
}

.allratings {
  text-align: right;
  margin-bottom: 15px;
}
.step-form__title {
  border-bottom: 1px solid #81d4fa;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.step-form input[type="radio"] {
  margin-bottom: 20px;
}

.step-form .custom-control-label {
  margin-bottom: 20px;
}

.step-form.step2,
.step-form.step3,
.step-form.step4,
.step-form.step5,
.step-form.step6 {
  display: none;
}

.step-form .customRadio2input,
.step-form .customRadio3input,
.step-form .customRadio4input {
  display: none;
}

.step-form.step1,
.step-form.step2,
.step-form.step4,
.step-form.step5,
.step-form.step6 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.step-form.step3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.step-form.step6 input[type="text"] {
  margin-bottom: 20px;
}

.step-form.step6 .btn {
  margin-top: 25px;
}

.step-form span.wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.step-form span.wpcf7-list-item input {
  margin-top: 3px;
}

.step-form .wpcf7-list-item-label {
  margin-left: 10px;
}

/* Social Link */
.footer__social {
  margin: 15px 0;
}
.social-link {
  text-decoration: none;
  margin: 0 6px 6px 0;
  display: inline-block;
}
.social-link svg {
  width: 24px;
  height: 24px;
}
.social-link svg path {
  fill: #fff;
}
.social-link:hover svg {
  opacity: 0.6;
}
/* End Social Link */

.type-ancor-box {
  position: relative;
}
.type-ancor-box .type-ancor {
  position: absolute;
  top: -80px;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark,
.checkmark.active {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.apple-chat {
  margin: 15px 0;
}
.apple-chat__link img {
width: 60px;
margin-right: 10px;
margin-left: 1px;
-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apple-chat__link:hover img {
  -webkit-box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.2); 
box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.2);
}
.apple-chat span {
  font-weight: bold;
}
.apple-chat div {
  font-size: 14px;
}


.h-article__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.h-article__img {
  max-width: 30%;
  flex: 0 0 30%;
  margin-right: 30px;
}
.h-article__img img {
  width: 100%;
}
.h-article__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.h-article__date {
  margin-bottom: 7px;
  font-size: 12px;
}
.h-article__desc {
  font-size: 15px;
}
.h-article__more {
  margin-top: 7px;
}

.single-img {
  position: sticky;
  top: 100px;
}
.single-img img {
  width: 100%;
}

.post-navigation {
  border-top: 1px solid #c4c4c4;
  padding-top: 30px;
  margin: 35px 0 30px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

/* Style the indicator (dot/circle) */
/* .container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} */
.fieldform {
  margin-bottom: 100px;
  border: 2px solid #2196f3;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.fieldform__card {
  max-width: 600px;
  margin: 40px auto;
}
.fieldform .panel-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #455a64;
  margin-top: 20px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2196f3;
}
.fieldform__subtitle {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin: 25px 0 25px;
  text-align: center;
  padding-bottom: 8px;
}
.fieldform .form-control {
  text-transform: none;
}
.fieldform div.wpcf7-mail-sent-ok {
  border: 0;
}
.fieldform input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  border: 3px solid #2196f3;
}
.fieldform input[type="radio"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fieldform input[type="radio"]:checked:before {
  background: #2196f3;
}
.fieldform input[type="radio"]:checked {
  border-color: #2196f3;
}
.fieldform input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: 3px solid #2196f3;
  position: relative;
  top: 3px;
}
.codedropz-upload-inner h3 {
  white-space: normal !important;
}
.fieldform input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fieldform input[type="checkbox"]:checked:before {
  background: #2196f3;
}
.fieldform input[type="checkbox"]:checked {
  border-color: #2196f3;
}

.phone-checked__help {
  background: #2196f3;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 0 35px;
}

.phone-checked #send_sms {
  font-weight: normal;
  font-size: 14px;
  padding: 6px 25px;
}

.phone-checked #change_phone {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: underline;
}

.phone-checked .InputPhoneError {
  color: red;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  display: none;
}

.phone-checked #v_phone {
  margin-top: 20px;
}

.call-help {
  background: #2196f3;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 0 25px;
}
.call-help a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.has-error .form-control,
.has-error .codedropz-upload-handler {
  border-color: red;
}

.stepwizard-step p {
  margin-top: 0px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}

.stepwizard-row:before {
  top: 30px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  left: 65px;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}

.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 18px 0;
  font-size: 18px;
  line-height: 1.4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-circle.disabled {
  background-color: #e1e5ef;
  border: 1px solid #ccc;
}
.btn-circle.btn-success {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
}

.js-service__slider {
  padding-bottom: 40px;
}


.footer {
  padding: 20px 0 30px;
  background: #03a9f4;
}
.footer__logo {
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
.footer__company {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  color: #fff;
}
.footer__time {
  font-size: 12px;
  line-height: 18px;
  margin-top: 7px;
  color: #fff;
}
.footer__time a {
  color: #fff;
}
.footer__time .location {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  text-decoration: underline;
}
.footer__time .location:hover,
.footer__time .location:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.footer__time .location i {
  margin-right: 3px;
}
.footer__phone {
  margin: 25px 25px 0 0;
}
.footer__phone a {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.footer__email a {
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
}
.footer__phone a .fas {
  font-size: 14px;
  margin-right: 6px;
}
.footer__btn-collback {
  margin: 5px 0;
}
.footer__text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 14px;
}
.footer__button {
  margin-top: 15px;
}
.footer__button .btn {
  white-space: nowrap;
}
.footer .nav-link {
  text-decoration: none;
  font-size: 12px;
  padding: 3px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.footer .nav-link.dropdown-toggle:hover {
  cursor: pointer;
}
.footer .nav-link:hover {
  text-decoration: underline;
  background: transparent;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer__adres {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.footer__copiright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 14px;
  margin-top: 40px;
}
.subcontact h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.subcontact__subtitle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.experts__title {
  margin-bottom: 20px;
  background: #dfdfdf;
  text-align: center;
  padding: 5px;
}
.experts__title .experts__department,
.experts__title .experts__name,
.experts__title .experts__description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.experts__name img {
  width: 100%;
  margin-top: 10px;
}
.experts__box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #03a9f4;
}

.footer__share-title {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin: 15px 0 5px;
}
/* Social Share */
.social-share {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share__item {
   list-style: none;
    margin: 0 5px 5px 0;
    padding: 0;
    display: inline-block;
}
.social-share__link {
  text-decoration: none;
}
.social-share__link svg {
  width: 15px;
  height: 15px;
}
.social-share__link svg path {
  fill: #fff;
}
.social-share__link:hover svg {
  opacity: 0.7;
}
/* End Social Share */


/* Icons */
.map-icon {
  width: 9px;
  height: 12px;
  margin-right: 2px;
  transform: translateY(-1px);
}
.map-icon path {
  fill: #fff;
}
.map-icon--header path {
  fill: #b3babd;
}

.doc-item-icon {
  width: 72px;
  height: 72px;
}
.doc-item-icon path {
  fill: #03a9f4;
}

.fas.fa-star:before {
    content: '';
    background: var(--wpr-bg-5016388f-053c-429b-907d-e1a5cff69f86) center center no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    display: inline-block;
}
.far.fa-star:before {
    content: '';
    background: var(--wpr-bg-cf9ecd9d-1fe9-46eb-bc3b-a5720db9c67f) center center no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    display: inline-block;
}
/* End Icons */


/* Search */
.btn-search {
  border: 0;
  background: transparent;
  padding: 1px 2px;
  margin: 0 7px 5px;
}
.btn-search:hover,
.btn-search:focus {
  outline: none;
  cursor: pointer;
}
.search-btn-icon {
  width: 15px;
  height: 15px;
}
.search-btn-icon path {
  fill: #fff;
}
.search-btn-icon--header path {
  fill: #455a64;
}
.btn-search:hover .search-btn-icon {
  opacity: 0.7;
}
.btn-search:hover .search-btn-icon.search-btn-icon--header {
  opacity: 1;
}
.btn-search:hover .search-btn-icon.search-btn-icon--header path {
  fill: #03a9f4;
}
button.search-submit {
  height: 40px;
}
.search-form-icon {
  width: 15px;
  height: 15px;
}
.search-form-icon path {
  fill: #fff;
}

.search-article-block {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #03a9f4;
}
.search-article-block .entry-title {
  margin-bottom: 8px;
}
.search-article-block .entry-title a {
  font-size: 18px;
  color: #455a64;
}
.search-article-block .entry-summary p {
  font-size: 14px;
  line-height: 18px;
}
.navigation.posts-navigation {
  margin: 25px 0 80px;
}
/* End Search */


.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-content .modal-header {
  background: #03a9f4;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.modal-content .form-control {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 15px;
}
.modal-content .close {
  color: #fff;
}

.modal-size {
  max-width: 1140px;
  width: 80%;
}

/* callback-btn */
#modal-callback {
  overflow: hidden;
}
#popup__toggle {
  height: 72px;
  width: 72px;
  bottom: 40px;
  right: 40px;
  position: fixed;
  z-index: 500;
  background: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
}

.img-circle {
  background-color: #03a9f4;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #03a9f4;
  width: 150px;
  height: 150px;
  bottom: -25px;
  left: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #03a9f4;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  left: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}

.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.img-circleblock img {
  display: block;
  width: 50px;
  margin: 10px auto;
}

/* callback-btn */

.field-error-message {
  border: 1px solid red;
  border-radius: 30px;
  color: red;
  padding: 5px 15px;
  margin: 15px 0;
  display: none;
}
.field-error-message.show {
  display: block;
}

/* Pulsator Phone */
.modal-header--pulsator {
  margin-bottom: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 20px 20px 0 30px !important;
}
.modal-body--pulsator {
  padding: 20px 30px 10px !important;
}
.modal-header--pulsator .close {
  color: #1b2a30 !important;
  opacity: 1 !important;
  padding: 5px 10px 1rem 1rem !important;
}
.pulsator-form-label {
  font-size: 14px;
}
.btn-pulsator {
  margin-top: 28px;
  font-size: 14px;
  padding: 9px 40px;
  width: 100%;
}
.pulsator-title {
  font-size: 22px;
  color: #1b2a30 !important;
}
.pulsator-phone {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 72px;
  height: 72px;
  background-color: transparent;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: "visibility .5s, opacity .25s";
  -moz-transition: "visibility .5s, opacity .25s";
  -o-transition: "visibility .5s, opacity .25s";
  transition: "visibility .5s, opacity .25s";
  opacity: 0.95 !important;
}
.pulsator-phone:hover {
  opacity: 0.95;
}
.pulsator-phone:hover .pulsator-circle {
  border-color: #ffffff;
  opacity: 0.5;

}
.pulsator-phone:hover .pulsator-img {
  opacity: 1;

}
.pulsator-circle {
  border-color: #ffffff !important;
  opacity: 0.5 !important;
  border-radius: 50% !important;
  border-width: 3px !important;
  width: 72px !important;
  height: 72px !important;


  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;

  border: 1px solid #ffffff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 2;
}
.pulsator-fill {
  border-radius: 50% !important;
  background: linear-gradient(to bottom left, #00cc00, #269926) !important;
  background-color: #269926 !important;
  width: 72px !important;
  height: 72px !important;
  top:0;
  left: 0;
  position: absolute;
  background-size: 59px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pulsator-img {
  opacity: 1 !important;
  width: 72px !important;
  height: 72px !important;


  top: 0;
  left: 0;
  position: absolute;
  background-image: var(--wpr-bg-bb6b3c2e-1f80-42fb-ba48-ee8fb2b4981e);
  background-position: center center;
  background-repeat: no-repeat;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;

  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* End Pulsator Phone */

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .month-title,
  .sum-title {
    font-size: 24px;
  }
  .header__center {
    display: block;
    text-align: center;
  }
  .header__phone {
    margin:0;
  }
  .header__time {
    margin-top: 0;
  }
  .form-control.overpayment,
  .form-control.overpayment-monthly {
    font-size: 21px;
  }

  .navigation {
    margin-top: 100px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header {
    padding: 10px 0 7px;
  }
  .header__center {
    display: block;
    text-align: center;
  }
  .header__phone {
    margin: 0;
  }
  .header__phone a {
    font-size: 21px;
  }
  .header__phone a .fas {
    font-size: 18px;
    margin-right: 3px;
  }
  .header__time {
    margin-top: 0;
  }
  .logo {
    font-size: 16px;
    line-height: 18px;
  }
  .form-block__round {
    margin-bottom: 15px;
    height: auto;
  }
  .form-block .form-group {
    margin-bottom: 0;
  }
  .form-block .form-group.form-block__round {
    margin-bottom: 15px;
    height: auto;
  }
  .form-block__btnblock {
    text-align: center;
  }
  .navigation .navbar .nav-fill .nav-item:first-of-type {
    text-align: center;
  }
  .navigation .navbar .nav-fill .nav-item:last-of-type {
    text-align: center;
  }
  .footer__bottom {
    display: block;
    text-align: center;
  }

}

.d-phone {
    display: none;
  } 

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .d-phone {
    display: block;
  }
  .footer__logo {
    justify-content: center;
  }
  .footer__social {
    text-align: center;
  }
  .footer__copiright {
    text-align: center;
  }
  .footer__nav {
    text-align: center;
  }
  .logo__link {
  display: flex;
  justify-content: center;
}
  .location-modal__list {
    columns: 2;
  }
  .modal-size {
    width: 90%;
  }
  .btn-pulsator {
    margin-top: 0;
  }
  .btn {
    white-space: normal;
  }
  .navigation {
    margin-top: 100px;
  }
  .navigation .navbar .nav-fill .nav-item:first-of-type {
    text-align: center;
  }
  .navigation .navbar .nav-fill .nav-item:last-of-type {
    text-align: center;
  }
  .navigation .navbar .dropdown-menu .nav-item {
    text-align: center;
  }
  .btn-border span {
    padding: 10px 25px;
    white-space: nowrap;
  }
  .header {
    padding: 5px 0 0;
  }
  .header__center {
    display: block;
    text-align: center;
  }
  .header__phone {
    margin: 10px 0 0;
  }
  .header__time {
    margin-top: 0;
    display: none;
  }
  .header__time--phone {
    margin: 10px 0;
    display: block;
  }
  .header__button {
    text-align: center;
    margin-top: 5px;
    display: none;
  }
  .header .navbar {
    margin: 10px 0;
  }
  .header .navbar .nav-fill .nav-item:last-of-type {
    text-align: center;
  }
  .header .navbar .nav-fill .nav-item:first-of-type {
    text-align: center;
  }
  .header .navbar .nav-fill .dropdown-menu .nav-item {
    text-align: center;
  }
  .header .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
  }
  .logo {
    text-align: center;
  }
  .form-block {
    padding: 35px 30px 15px;
  }
  .form-block .custom-radio {
    margin-bottom: 10px;
  }
  .form-block .month-title,
  .form-block .sum-title {
    font-size: 21px;
    text-align: center;
    display: block;
  }
  .form-block .sum-title {
    height: auto;
  }
  .form-block__title {
    margin-bottom: 0;
  }
  .form-block__title-2 {
    text-align: center;
    display: block;
  }
  .form-block .form-control.monthly-payment {
    margin-top: 10px;
    text-align: center;
  }
  .form-block .form-control.overpayment-monthly {
    text-align: center;
  }
  .form-block .form-control.overpayment {
    text-align: center;
  }
  .form-block__round {
    margin-bottom: 15px;
    height: auto;
  }
  .form-block .form-group {
    margin-bottom: 0;
  }
  .form-block .form-group.form-block__round {
    margin-bottom: 15px;
    height: auto;
  }
  .form-block .ftotal {
    display: block;
    text-align: center;
  }
  .form-block .ftotal__title {
    margin: 0 0 15px;
  }
  .form-block .fbottom__body {
    margin-bottom: 15px;
  }
  .form-block .btn-border span {
    width: auto;
  }
  .service {
    padding: 40px 0 0;
  }

  .scard {
    margin-bottom: 20px;
    height: auto;
  }
  .doc-item {
    margin-bottom: 20px;
  }
  .howtoget__item {
    margin-bottom: 20px;
    height: auto;
  }
  .wcard {
    margin-bottom: 20px;
    height: auto;
  }
  .sm-zayavka .form-control {
    margin-bottom: 20px;
    height: 40px;
  }
  .howtoget .btn {
    margin-top: 0;
  }
  .footer__phone {
    margin: 5px 0 0;
    text-align: center;
  }
  .footer__time {
    text-align: center;
  }
  .footer__company {
    text-align: center;
  }
  .footer__bottom {
    display: block;
    text-align: center;
  }
  .footer__adres .col-md-4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .modal-content .form-control {
    font-size: 24px;
    height: 40px;
    padding: 6px 15px;
  }
  .officeadress__item {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }
  .officeadress__body {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .zalog {
    padding-bottom: 0;
  }
  .bigform {
    padding-top: 20px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .page-id-15 .page-title {
    margin-bottom: 15px;
  }
  .page-id-15 .bigform .form-control {
    margin-bottom: 20px;
    height: 40px;
  }
  .page-id-15 .home-title {
    margin-bottom: 15px;
  }
  .zalog1 {
    margin-bottom: 20px;
    display: block;
  }
  .page-types__fullimg {
    display: none;
  }
  .page-types .mt-50 {
    margin-top: 0;
  }
  .page-types .bt img {
    border-top: 0 solid #fff;
  }
  .page-types .bb {
    position: relative;
    z-index: 50;
  }
  .page-types .bb img {
    border-bottom: 0 solid #fff;
  }
  .page-types .br img {
    border-right: 0 solid #fff;
  }
  .page-types .bl img {
    border-left: 0 solid #fff;
  }
  .customRadio2input,
  .customRadio3input,
  .customRadio4input {
    margin-bottom: 25px;
  }
  .globalClass_ET {
    display: none;
  }
  .fieldform {
    padding: 20px;
  }
  .fieldform__card {
    margin: 0;
  }
  .fieldform .panel-title {
    margin: 0 0 20px;
  }
  .fieldform .form-group {
    margin-bottom: 15px;
  }
  .fieldform .form-group.text-right {
    text-align: center !important;
  }

  .js-reviews__vslider {
    margin-bottom: 20px;
    height: 150px !important;
  }
  .js-reviews__vslider .swiper-slide {
    max-height: 150px;
    height: 150px !important;
    font-size: 11.5px;
    padding: 9px 6px;
  }

  .h-article__item {
    display: block;
  }
  .h-article__img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .modal.show .modal-dialog {
    transform: none !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .form-control.monthly-payment {
    font-size: 30px;
  }
  .zalog__header {
    display: block;
  }
  .zalog__title {
    padding: 20px;
  }
  .zalog__img {
    width: 100%;
  }
  .zalog__img img {
    width: 100%;
      height:100%;
  }
  .target__link {
    white-space: normal;
  }
  .page-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  h2 {
    font-size: 1.5rem;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .btn-border span {
    white-space: normal;
  }
  .target__body {
    text-align: center;
  }
  .target__link {
    margin: 0 auto 15px;
    font-size: 12px;
  }
  .form-block .ftotal__body {
    font-size: 21px;
  }
  .form-block .month-title,
  .form-block .sum-title {
    font-size: 21px;
    line-height: 24px;
    height: auto;
  }
  .form-block__round {
    padding: 15px;
  }
  .form-control.monthly-payment {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-custom-size {
    max-width: 600px;
  }
}


/*******/

.js-reviews__slider-video {
	padding-bottom:30px;
}

.js-reviews__slider-video .review__name {
	min-height:65px;
	margin-bottom:15px;
}

/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev { */
    /* background:none; */
    /* right: 10px; */
    /* left: auto; */
/* } */
/* .swiper-button-next:after, .swiper-container-rtl:after, .swiper-button-prev:after { */
    /* content: " "; */
    /* display: block; */
    /* width: 25px; */
    /* height: 25px; */
    /* border-top: 2px solid #03a9f4; */
    /* border-left: 2px solid #03a9f4; */
    /* transform: rotate(135deg); */
/* } */
.swiper-button-prev:after {
    transform: rotate(-45deg);
}
.swiper-button-next {
    right: 5px;
}
.swiper-button-prev {
    left: 5px;
}

.js-reviews__slider-video .swiper-pagination-bullets {
	margin-top:20px;
  bottom: 0;
}
.js-reviews__slider-video .swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #03a9f4;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.js-reviews__slider-video
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #03a9f4;
  background: #03a9f4;
}