@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap&subset=cyrillic");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #ffffff;
  font-size: 14px;
  font-family: Montserrat;
  color: #333333;
}

body.overflow {
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-weight: 300;
  font-size: 33px;
  color: #333333;
}

.section-terms-service-inner h2 {
  line-height: 1.5;
  padding-block-start: 20px;
  padding-block-end: 10px;
}

img {
  vertical-align: top;
}

.tel-link {
  color: #29b377;
  font-weight: 700;
  cursor: pointer;
}

.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}

.bx-ie11 body {
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .bx-ie11 body {
    padding-top: 63px;
  }
}

.bx-ie11 header {
  position: fixed;
  left: 0;
  right: 0;
  height: 120px;
}

@media screen and (max-width: 1024px) {
  .bx-ie11 header {
    height: 63px;
  }
}

.header {
  width: 100%;
  -webkit-box-shadow: 0.7px 0.7px 10.6px 1.4px rgba(0, 0, 0, 0.12);
  box-shadow: 0.7px 0.7px 10.6px 1.4px rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
}

.header-logo {
  /* margin-right: auto; */
  margin-right: 0;
  margin-top: -20px;
}

.header-logo.tablet-visib {
  margin-top: 0;
  margin-bottom: 17px;
}

.header-top {
  width: 100%;
  background-color: #fff;
}

.header-top .header-top-inner {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: #333333;
  min-height: 48px;
  padding-top: 20px;
}

.header-top .header-top-inner .tel-link {
  /*border-right: 2px solid #29b377;*/
  margin-right: 10px;
  padding-right: 10px;
  align-self: center;
  color: #006fbb;
  /* border-right: 2px solid #006fbb; */
}

.header-link {
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.header-offer {
  display: none;
}

.header-top .header-top-inner .tel-link:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  text-decoration: underline;
}

.header-top .header-btn-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .header-btn {
  width: 210px;
  height: 48px;
  background-color: #eeeeee;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  position: relative;
  cursor: pointer;
}

.header-top .header-btn .header-btn-inner {
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  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;
  text-align: center;
  height: 100%;
}

.header-top .header-btn.active {
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
}

.header-top .header-btn.active:before,
.header-top .header-btn.active:after {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -5px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}

.header-top .header-btn.active:before {
  border-width: 5px 5px 0 5px;
  border-color: #e2e2e2 transparent transparent transparent;
}

.header-top .header-btn.active:after {
  bottom: -4px;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.header-top .header-top-nav {
  max-width: 342px;
  width: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  font-size: 13px;
  line-height: 1.38;
}

.header-top .header-top-nav a {
  color: #959ba4;
}

.header-top .header-top-nav a:hover {
  color: #333333;
}

.header-top .location {
  color: #959ba4;
  padding-left: 20px;
  background-image: url(../img/icon-cursore.svg);
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left center;
  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;
  align-self: center;
  margin: 0 auto;
}

.header-top .pay-online {
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-left: 24px;
  color: #0069c9;
  line-height: 16px;
  font-size: 13px;
  border: 1px solid #0069c9;
  box-sizing: border-box;
  border-radius: 4px;
}

@media screen and (max-width: 1250px) {
  .header-top .pay-online {
    display: none;
  }
  .header-top .header-top-nav {
  }
}
.header-top .location .eye-visib {
  height: 13px;
  margin-left: 35px;
}

.header-top .location .eye-visib img {
  width: 13px;
}

.header-middle {
  width: 100%;
  position: relative;
  margin-top: 22px;
  border-top: 1px solid #e1e2e3;
  border-bottom: 1px solid #e1e2e3;
}

.header-middle .tel-links {
  display: none;
}

.header-middle .tel-link {
  border-right: 2px solid #006fbb;
  /*border-right: 2px solid #29b377;*/
  margin-right: 10px;
  padding-right: 10px;
  color: #006fbb;
}

.header-middle .tel-link:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.header-middle .header-middle-inner {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #333333;
  min-height: 47px;
  position: relative;
}

.header-middle .header-middle-nav {
  max-width: 722px;
  width: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
  white-space: nowrap;
}

.header-middle .header-middle-nav a {
  color: #333333;
  margin: 15px 15px 15px 0;
}

.header-middle .header-middle-nav:hover {
  color: #000000;
}

.header-middle .header-middle-nav:hover a {
  color: #000000;
}

.header-middle .header-middle-nav div {
  cursor: pointer;
  margin-right: 15px;
}

.header-middle .header-middle-nav div a {
  margin-right: 0px;
}

.header-middle .header-middle-nav .btn-drop-menu {
  padding-right: 16px;
  position: relative;
}

.header-middle .header-middle-nav .btn-drop-menu:after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-middle .header-middle-nav .btn-drop-menu:hover > a {
  color: #0069c9;
}

.header-middle .header-middle-nav .btn-drop-menu:hover:after {
  border-color: #0069c9;
}

.header-middle
.header-middle-nav
.btn-drop-menu:hover
.header-midle-drop-conent {
  display: block;
  border: 1px solid #959ba4;
  border-top-width: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header-select ul.select-content {
  border: 1px solid #959ba4 !important;
  border-top-width: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.header-middle .header-middle-nav .header-midle-drop-conent {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 2px solid #0069c9;
  padding: 10px 25px;
  background-color: #ffffff;
  z-index: 7;
}

.header-middle .header-middle-nav .header-midle-drop-conent a {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.29;
  color: #555555;
  margin: 0;
}

.header-middle .header-middle-nav .header-midle-drop-conent a:hover {
  text-shadow: 0 0 0.01px #0069c9, 0 0 0.01px #0069c9;
  color: #0069c9;
}

.header-middle .header-request {
  padding: 11px 32px;
}

.header-middle .header-select {
  min-width: 85px;
  margin-left: auto;
}

.header-middle .header-select .select-container {
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
}

/*.header-middle .header-select .select-style {*/
/*color: #075FB7;*/
/*font-size: 14px;*/
/*font-weight: 700;*/
/*height: 34px;*/
/*padding: 0 25px 0 20px;*/
/*border: 1px solid #075FB7;*/
/*border-radius: 2px;*/
/*}*/

.header-middle .header-select .select-style {
  color: #006fbb;
  font-size: 11px;
  font-weight: 700;
  background: #ffffff;
  height: 34px;
  border: none;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/icon-bgf.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.header-offer {
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  border: none;
  background-color: #075fb7;
  border-radius: 2px;
  margin-bottom: 2px;
  margin-left: 17px;
}
/* .header-offer.btn {
    line-height: 15px;
    margin-bottom: 2px;
    background-color: #075FB7;
}
.header-offer.btn:hover {
    background-color: #0069c9;
} */
.header-middle .header-select .select-style a {
  color: #006fbb;
  pointer-events: none;
}

.header-middle .header-select .select-style:after {
  right: 0;
  border-bottom: 2px solid #075fb7;
  border-right: 2px solid #075fb7;
}

.header-middle .header-select .select-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.header-middle .header-select .select-content {
  background: #ffffff;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  width: 200px;
  right: 0;
  left: inherit;
}

.header-middle .header-select .select-content li {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  padding: 0;
  display: list-item;
}

.header-middle .header-select .select-content a {
  height: 100%;
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
}

.header-middle .header-select .select-content li:hover {
  background: #eeeeee;
}

.header-find {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #c4c4c4;
}

.find-link {
  font-size: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/find.svg);
}

.header-logo img {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 5px;
}

.header-phone {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-phone a {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.header-phone img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-separate {
  width: 1px;
  height: 24px;
  background-color: #c4c4c4;
  opacity: 0.5;
  margin: 0 12px 0 18px;
}

.header-search {
  cursor: pointer;
}

.header-search__input {
  display: none;
}

.header-search__input:focus {
  outline: none;
}

.header-search__close {
  display: none;
}

.header-search__left {
  display: flex;
  align-items: center;
}

.header-search.search-opened {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-search.search-opened .header-search__icon path {
  fill: #104b9f;
}
.header-search.search-opened .header-search__icon {
  margin-right: 18px;
}
.header-search.search-opened .header-search__input {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  border: none;
  margin: 0;
  font-family: "Montserrat";
}
.header-search.search-opened .header-search__close {
  display: block;
}

.search-dd {
  background-color: #fff;
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
}

.search-dd__list {
  padding-bottom: 35px;
}
.search-dd__item:not(:last-child) {
  margin-bottom: 20px;
}
.search-dd__item-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #323232;
  white-space: nowrap;
}
.search-dd__item-link b {
  color: #104b9f;
}
.search-dd__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #104b9f;
}

.header-bottom {
  width: 100%;
  border-top: 1px solid #ededed;
}

.header-bottom.visib-tablet-mobile {
  display: none;
  margin-bottom: 25px;
  -webkit-box-shadow: 0.7px 0.7px 10.6px 1.4px rgba(0, 0, 0, 0.12);
  box-shadow: 0.7px 0.7px 10.6px 1.4px rgba(0, 0, 0, 0.12);
}

.header-bottom .header-bottom-inner {
  height: 50px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .hedaer-bottm-nav {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: auto;
  padding: 10px 0;
}

.header-bottom .hedaer-bottm-nav li {
  margin-right: 25px;
}

.header-bottom .hedaer-bottm-nav a {
  color: #0069c9;
}

.header-bottom .hedaer-bottm-nav li:nth-child(2n) {
  height: 18px;
  border-right: 1px solid #dcdcdc;
}

.header-bottom .hedaer-bottm-nav.small {
  font-size: 14px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #0069c9;
  background-color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0069c9;
  padding: 9.5px 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.btn--mgt-25 {
  margin-top: 25px;
}

.btn:hover {
  background-color: #0069c9;
  color: #ffffff;
}

.btn.blue {
  background-color: #0069c9;
  color: #ffffff;
}

.btn.blue:hover {
  background-color: #ffffff;
  color: #0069c9;
}

.btn.orange {
  background-color: #ec660a;
  color: #ffffff;
  border: none;
}

.btn.orange:hover {
  background-color: #f9771e;
}

.btn.white {
  background-color: #fff;
  color: #000;
  border: none;
}

.btn.white:hover {
  background-color: #f9771e;
  color: #fff;
}

.btn.transparent {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.btn.transparent:hover {
  background-color: #ffffff;
  color: #0069c9;
}

.select-style,
.input-style,
.selectize-input {
  background: #ffffff;
  width: 100%;
  height: 54px;
  border: solid 1px #dadada;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  padding: 0 17px;
  font-family: Montserrat;
  font-size: 16px;
  color: #333333;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  box-shadow: none;
  border-radius: 4px;
}

.selectize-dropdown {
  top: calc(100% + 5px) !important;
  margin: 0;
  border: 1px solid #dadada;
  border-top: 1px solid #dadada;
  box-shadow: none;
  border-radius: 0;
}

.select-container,
.selectize-control {
  position: relative;
  font-family: Montserrat;
  font-size: 16px;
  color: #333333;
}

.select-container.active .select-style::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.select-container.active .select-content {
  display: block;
}

.select-container.active .select-content a {
  color: #333333;
}

.select-container.active .select-content br {
  display: none;
}

.select-style {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}

.select-style:after,
.selectize-control.single .selectize-input:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-image: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.selectize-dropdown .active {
  background-color: #fff;
  color: #333;
}

.select-content {
  display: none;
  background: #ffffff;
  width: 100%;
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: 0;
  z-index: 2;
  border: solid 1px #dadada;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  max-width: 500px;
  overflow: auto;
}

.select-content li,
.selectize-dropdown .option {
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  cursor: pointer;
  padding: 6px 15px;
}

.select-content li:hover,
.selectize-dropdown .option:hover {
  background: #eeeeee;
}

.section1 {
  width: 100%;
}

.slider-main-block {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slider-main-block .main-slide {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.slider-main-block .swiper-wrapper {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.swiper-button-style.swiper-button-main {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 46px;
  height: 98px;
  background-image: url(../img/slider-arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -webkit-calc(50% - 49px);
  top: calc(50% - 49px);
}

.swiper-button-style.swiper-button-main::after {
  content: none;
}

.swiper-button-style.swiper-button-main.prev {
  left: -webkit-calc((100vw / 925) * 100);
  left: calc((100vw / 925) * 100);
}

.swiper-button-style.swiper-button-main.next {
  right: -webkit-calc((100vw / 925) * 100);
  right: calc((100vw / 925) * 100);
}

.main-slide {
  width: 100%;
  height: 462px;
  padding: 60px 0 60px 80px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 2px #ffffff;
  position: relative;
  color: #ffffff;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.main-slide .content {
  max-width: 925px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 15px;
}

.main-slide .slide-img {
  position: absolute;
  right: 6.696%;
  bottom: 0px;
  pointer-events: none;
  /* max-height: 410px; */
}
.main-slide .slide-img.var2 {
  height: 100%;
}

.main-slide span {
  /* position: relative; */
  z-index: 1;
}

.main-slide .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 70px;
}

.main-slide .head {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0px;
}

.main-slide .info {
  width: 100%;
  font-size: 26px;
  display: inline-block;
}
.main-slide .info.var2 {
  margin-top: 30px;
}

.main-slide .underline {
  padding-bottom: 20px;
  background-image: url(../img/slider/underline.png);
  background-repeat: no-repeat;
  background-position: bottom left 180px;
}

.main-slide .btn {
  font-size: 16px;
  padding: 17.5px;
  margin-top: auto;
  max-width: 273px;
}

.main-slide.full-width {
  padding-left: 0;
}
.main-slide.full-width.var2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.main-slide.full-width .slide-img,
.main-slide.full-width .logo-pik {
  right: 19.696%;
}

.main-slide.wide {
  max-width: 100%;
}

.main-slide.f-medium .head {
  font-size: 30px;
  line-height: 1.27;
}
.page-kredit-new .main-slide.f-medium .head {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}

.main-slide.f-medium .info {
  font-size: 20px;
  line-height: 2;
  font-weight: 200;
}

.main-slide.slide2 .head {
  max-width: 540px;
}

.main-slide.slide3 .head {
  max-width: 750px;
}

.main-slide.slide3 .btn:hover {
  color: #64c879;
}

.main-slide .back-triangle {
  position: absolute;
  right: 0;
  bottom: 0px;
  pointer-events: none;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 330px 600px;
  border-color: transparent transparent #edeeef transparent;
}

.section2 {
  width: 100%;
  margin-top: 10px;
}

.card-offer {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 278px;
  height: 433px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-offer img {
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.card-offer .content {
  width: 100%;
  height: 201px;
  padding: 15px 15px 20px 15px;
  display: inline-block;
  border: solid 1px #e6e6e6;
  border-top: none;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-offer .head {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #333333;
  margin-bottom: 0;
  width: 100%;
}

.card-offer .info {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.71;
  color: #555555;
  width: 100%;
}

.card-offer .btn {
  margin-top: auto;
  max-width: 168px;
  width: 100%;
}

.card-offer:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}

.slider-offers-block {
  position: relative;
  max-width: 1380px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}

.slider-offers-block .swiper-slide {
  width: auto;
}

.swiper-slide {
  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;
}

.swiper-button-style {
  position: absolute;
  left: -45px;
  top: -webkit-calc(50% - 40px);
  top: calc(50% - 40px);
  width: 39px;
  height: 39px;
  -webkit-background-size: 39px 39px;
  background-size: 39px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  z-index: 5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d1d1d1;
  background-image: url(../img/slider-arrow1.png);
  -webkit-background-size: 8px 23px;
  background-size: 8px 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-style.prev {
  right: auto;
  left: 15px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-button-style.next {
  left: auto;
  right: 15px;
}

.swiper-button-style:hover {
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-button-disabled:hover {
  opacity: 0.3;
}

.swiper-container-offers {
  width: 100%;
  padding: 29px;
}

.bold6 {
  font-weight: 600;
}

.section3 {
  margin: 35px 0 0 0;
  width: 100%;
  min-height: 336px;
  background-image: url(../img/section3-back.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.section3 .head-section {
  font-size: 32px;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  padding-top: 65px;
  margin-bottom: 40px;
}

.section3 .head-section.title {
  padding-top: 0;
  font-size: 18px;
  width: 100%;
  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;
  margin: 0;
  text-align: left;
  max-width: 949px;
  margin-right: 18px;
  background: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 20px;
}

.section3 .head-section.title .text {
  margin-right: auto;
}

.section3 .head-section.title .sub-title {
  color: #0069c9;
  font-size: 10px;
  text-transform: none;
}

.section3 .head-section.title .title {
  text-transform: none;
  font-size: 14px;
}

.section3 .head-section.title .price {
  margin-right: auto;
  font-size: 25px;
  color: #28b377;
}

.section3 .tabs-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section3 .tabs-block .tab-btn {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.section3 .form-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.section3 .form-block .form-block-inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section3 .form-block .form-block-inner.inline {
  width: 100%;
}

.section3 .form-block .form-block-inner.inline .btn {
  margin-bottom: 0;
}

.section3 .field {
  margin: 0 18px 15px 0;
  width: 100%;
}

.section3 .field.address {
  max-width: 549px;
}

.section3 .field.rooms {
  max-width: 137px;
}

.section3 .field.area {
  max-width: 106px;
}

.section3 .field.floor {
  max-width: 106px;
}

.section3 .btn {
  font-size: 15px;
  max-width: 186px;
  width: 100%;
  padding: 16px;
  margin: 0 0 15px auto;
}

.section3 .btn.blue:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}

.tab-btn {
  max-width: 172px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  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;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.7;
  border: solid 1px #ffffff;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: font-weight, border;
  -o-transition-property: font-weight, border;
  transition-property: font-weight, border;
}

.tab-btn.active {
  font-weight: 700;
  opacity: 1;
  border: solid 2px #ffffff;
  border-bottom: none;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#fff),
          to(#fff)
  ),
  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -webkit-linear-gradient(#fff, #fff),
  -webkit-linear-gradient(#fff, #fff);
  background: -o-linear-gradient(#fff, #fff), -o-linear-gradient(#fff, #fff);
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  -webkit-background-size: 46.5% 2px, 46.5% 2px;
  background-size: 46.5% 2px, 46.5% 2px;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}

.tab-btn.active:after {
  content: "";
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  bottom: -4px;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.tab-btn:last-child {
  margin-right: 0;
}

.tab-btn.blue {
  color: #0069c9;
  border-color: #0069c9;
}

.tab-btn.blue.active {
  border-width: 1px;
  font-weight: normal;
  color: #ffffff;
  background: #0069c9;
}

.tab-btn.blue.active:after {
  border-color: #0069c9;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0069c9 transparent;
}

.tab-btn.wide {
  max-width: 220px;
  width: 100%;
}

.tabs-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  overflow: visible;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .tabs-block {
    overflow: hidden;
  }
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.field {
  position: relative;
}

.field input {
  border: 0;
  outline: 0;
  border-radius: 1.5px;
  padding: 0px 20px;
  cursor: text;
  font-family: Montserrat;
  height: 53px;
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  color: #106cc6;
  font-weight: 500;
  outline: none;
  box-shadow: none;
}

.field input:focus + label,
.field input[name="PHONE"] + label,
.field input:not(:placeholder-shown) + label {
  top: 19%;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .field input:focus + label,
  .field input[name="PHONE"] + label {
    display: none;
  }
}

.field label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #888888;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.3s, color 0.3s;
}

@media (max-width: 768px) {
  .field label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.field ::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.field ::-moz-placeholder {
  color: transparent;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.field :-ms-input-placeholder {
  color: transparent;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.field ::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.field ::placeholder {
  color: transparent;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.field input[name="PHONE"]::placeholder {
  color: #888888;
}

@media screen and (max-width: 768px) {
  .field input[name="PHONE"]::placeholder {
    color: #106cc6;
  }
}

.field input:focus::placeholder {
  color: #888888;
}

.section4 {
  padding-top: 65px;
}

.section4 .head-section {
  font-size: 32px;
  color: #333333;
  margin-bottom: 35px;
}

.section4 .section4-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 40px;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .section4 .section4-inner {
    margin: -15px -4px;
  }
}

@media screen and (max-width: 767px) {
  .section4 .section4-inner {
    margin: -7.5px 0;
  }
}

.card-about {
  max-width: 370px;
  width: 100%;
  min-height: 244px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 1px #f0f0f0;
  padding: 17px 30px 20px 30px;
  color: #333333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.card-about.var2 {
  min-height: inherit;
  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;
  width: calc(50% - 30px);
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .card-about.var2 {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .card-about.var2 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .card-about.var2 {
    width: 100%;
  }
}

.card-about.var2:hover .head {
  color: #000;
}
@media (max-width: 480px) {
  /* .card-about:hover :where(.head, .info) {
    color: #ffffff;
  } */
  /* .card-about.var2:hover {
    background: #29b377;
  } */
}
/* .card-about.var2:hover {
  -webkit-box-shadow: 1px 6px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 6px 18px 0px rgba(0, 0, 0, 0.1);
} */

:where(.documents__item, .services__item).active svg path {
  fill: white;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
:where(.documents__item):not(.small):hover svg path {
  fill: white;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
:where(.documents__item, .services__item) svg path {
  fill: #2db177;
  stroke: none;
}
path {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
:where(.documents__item, .services__item):hover {
  -webkit-box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
  background-color: #29b377;
}

.card-about.var2 svg {
  max-width: 55px;
  width: 100%;
}

.card-about svg {
  width: 54px;
  height: 69px;
}

.card-about.var2 .head {
  margin: 0;
  margin-left: 30px;
  font-size: 18px;
}

.card-about .t-large {
  font-size: 30px;
}

.card-about .head {
  font-size: 18.5px;
  font-weight: 600;
  margin: 12px 0 6px;
  line-height: 1.44;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}

.card-about .info {
  line-height: 1.68;
  color: #555555;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.card-about .num {
  font-size: 27px;
  font-weight: 700;
  color: #31b55a;
  height: 55px;
  width: 55px;
  border: 2px solid #31b55a;
  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;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* .card-about, */
.documents__item :where(img, svg) {
  width: 55px;
  height: 55px;
}

/* .card-about.small:hover :where(path, polygon) {
  stroke: #fff;
  fill: #ffffff;
} */

.card-about:hover .num {
  color: #fff;
  border: 2px solid #fff;
}

.card-about.small {
  padding: 30px 10px 7px 10px;
  width: 225px;
  min-height: 165px;
  text-align: center;
  border: none;
}

.card-about.small img {
  width: 45px;
  height: 45px;
}

.card-about.small svg {
  width: 45px;
  height: 45px;
}

.card-about.small .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
}

.card-about.right-padding {
  padding-right: 10px;
}

.footer {
  margin-top: 35px;
  background-color: #f5f5f6;
  background-image: url(../img/footer-back.png);
  background-position: right;
  background-repeat: no-repeat;
}

.footer-top {
  padding: 35px 0 10px;
}

.footer-top .footer-top-inner {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-top .footer-nav {
  margin: 0 20px 20px 0;
}

.footer-top .footer-nav .head {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.footer-top .footer-nav a {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.15;
  color: #7b7b7b;
}

.footer-top .footer-nav a:hover {
  text-shadow: 0 0 0.01px #333;
  color: #333;
}

.footer-top .footer-nav.narrow {
  max-width: 135px;
}

.footer-top .footer-nav:last-child {
  margin-right: 0;
}

.footer-top .footer-nav .mobile-show-contetn:after {
  display: none;
}

.footer-middle {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 30px;
}

.footer-middle .footer-middle-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-block-end: 30px;
}

.footer-middle .contacts-block .head {
  line-height: 24px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #28b377;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-middle .contacts-block .head img {
  display: block;
  height: 24px;
  width: 24px;
}

.footer-middle .contacts-block .contacts {
  min-height: 86px;
  border-left: 1px solid #e0e0e0;
  padding: 0 0 0 16px;
}

.footer-middle .contacts-block .info {
  margin-bottom: 6px;
  color: #333333;
  padding: 0;
}

.footer-middle .contacts-block .contacts-tel {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
}

.footer-middle .contacts-block.email .head img {
  margin-right: 12px;
  width: 21px;
  height: 21px;
}

.footer-middle .contacts-block.email .head img .contacts-tel {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}

.footer-middle .footer-link a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  color: #6a6a6a;
  max-width: 300px;
  margin-bottom: 15px;
}

.footer-middle .footer-link a:hover {
  color: #333333;
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  color: #333333;
}

.footer-bottom .footer-bottom-inner {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .copy {
  margin-right: 30px;
}

.footer-bottom .app-link {
  font-size: 16px;
  font-weight: 500;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .app-link a {
  margin-left: 27px;
}

.footer-bottom .app-link a + a {
  margin-left: 11px;
}

.btn-mobile-menu {
  height: 25px;
  position: relative;
  width: 30px;
  display: none;
  cursor: pointer;
}

.btn-mobile-menu span {
  background-color: #333;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-mobile-menu span:nth-child(1) {
  top: 0;
}

.btn-mobile-menu span:nth-child(2) {
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
}

.btn-mobile-menu span:nth-child(3) {
  top: -webkit-calc(100% - 4px);
  top: calc(100% - 4px);
}

.btn-mobile-menu.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.btn-mobile-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-mobile-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  visibility: hidden;
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  left: 0;
  width: 90%;
  background-color: #ffffff;
  z-index: 15;
  padding: 15px;
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
  overflow: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mobile-menu .btn-mobile-drop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-inline-end: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #e0e0e0;
}

.mobile-menu .btn-mobile-drop:first-child {
  border: none;
}

.mobile-menu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}

.mobile-show-contetn {
  position: relative;
}

.mobile-show-contetn:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mobile-show-contetn.active:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mobile-drop-conent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-drop-conent a {
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}

.mobile-drop-conent.active {
  max-height: 600px;
  overflow: auto;
}

.breadcrumb {
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 15px;
  color: #555555;
  margin: 10px 0;
  padding: 10px 0;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb a {
  color: #0069c9;
}

.breadcrumb li {
  margin-right: 30px;
  position: relative;
}

.breadcrumb li:after {
  content: "";
  position: absolute;
  right: -15px;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-left: 15px;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li:last-child:after {
  display: none;
}

.icon-home-page {
  padding-left: 20px;
  background-image: url(../img/icon-home-silhouette.svg);
  background-position: left center;
  -webkit-background-size: 15px 15px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.head-section {
  width: 100%;
  font-size: 32px;
  color: #333333;
  margin-bottom: 30px;
}

.section-calculator-online {
  padding: 60px 0 30px;
}

.section-calculator-online .tab-btn {
  max-width: 223px;
}

.section-calculator-online .form-calculator-online .form-input {
  margin-right: 0;
  max-width: 44.5%;
}

.section-calculator-online
.form-calculator-online
.form-input:nth-child(-n + 2) {
  margin-bottom: 50px;
}

.section-calculator-online.deposit .form-calculator-online {
  border: none;
  padding-top: 20px;
}

.section-calculator-online.deposit .form-calculator-online.bordered {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.section-calculator-online.deposit .form-calculator-online .left {
  max-width: -webkit-calc(100% - 400px);
  max-width: calc(100% - 400px);
}

.section-calculator-online.deposit
.form-calculator-online
.left
.input-contribution-amount {
  margin-bottom: 25px;
}

.section-calculator-online.deposit
.form-calculator-online
.left
.input-term-deposit {
  margin-bottom: 40px;
}

.section-calculator-online.deposit .form-calculator-online .right {
  max-width: 400px;
  padding: 0 0 33px 0;
}

.section-calculator-online.deposit .form-calculator-online .right .btn {
  max-width: 170px;
  margin: 0;
}

.section-calculator-online.deposit
.form-calculator-online
.form-input.form-range {
  max-width: 100%;
}

.section-calculator-online.deposit .form-calculator-online .checkbox-block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-calculator-online.deposit
.form-calculator-online
.checkbox-block
.container-input-tooltip {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 305px;
  width: 100%;
  margin: 0 20px 25px 0;
}

.section-calculator-online.deposit
.form-calculator-online
.checkbox-block
.container-input-tooltip
.container-checkbox {
  margin: 0;
}

.section-calculator-online.deposit .tab-btn {
  padding: 0 20px;
  max-width: none;
  width: auto;
}

.form-calculator-online {
  border: solid 1px #eaeaea;
  padding: 35px 40px 20px 40px;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-calculator-online .left,
.form-calculator-online .right {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.form-calculator-online .left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3.5%;
  max-width: -webkit-calc(100% - 290px);
  max-width: calc(100% - 290px);
}

.form-calculator-online .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 290px;
  padding-left: 40px;
}

.form-calculator-online .right .form-label,
.form-calculator-online .right .calc-cost {
  width: 100%;
}

.form-calculator-online .right .form-label.mb0 {
  margin-bottom: 0;
}

.form-calculator-online .bottom {
  width: 100%;
  padding-top: 30px;
}

.form-calculator-online .bottom .star {
  color: #3dba84;
}

.form-calculator-online .bottom .link {
  color: #0069c9;
  text-decoration: underline;
  cursor: pointer;
}

.form-calculator-online .form-input {
  margin: 0 0 20px 0;
  max-width: 370px;
}

.form-calculator-online .calc-cost {
  font-size: 36px;
  font-weight: 600;
}

.form-calculator-online .calc-cost.var2 {
  margin-bottom: 10px;
  color: #000;
}

.form-calculator-online .btn {
  margin-top: auto;
  margin-bottom: 17.5px;
  font-size: 16px;
  padding: 19px;
  width: 100%;
}

.form-calculator-online.separator .right {
  position: relative;
}

.form-calculator-online.separator .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #eaeaea;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
}

.form-range .range-min-max {
  font-size: 12px;
  color: #777676;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

.form-input {
  max-width: 300px;
  width: 100%;
}

.form-input.wide {
  max-width: 100%;
}

.range-field {
  position: relative;
}

.range-field .input-range {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 17px;
  padding: 5px 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#0069c9),
          to(#0069c9)
  ),
  -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background: -webkit-linear-gradient(#0069c9, #0069c9),
  -webkit-linear-gradient(#ebebeb, #ebebeb);
  background: -o-linear-gradient(#0069c9, #0069c9),
  -o-linear-gradient(#ebebeb, #ebebeb);
  background: linear-gradient(#0069c9, #0069c9),
  linear-gradient(#ebebeb, #ebebeb);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 50% 7px, 100% 7px;
  background-size: 50% 7px, 100% 7px;
  overflow: visible;
  padding: 0;
  border: none;
}

.range-field .input-range:focus {
  outline: none;
}

.range-field .input-range::-webkit-slider-runnable-track {
  margin: 5px 0;
  -webkit-box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 7px;
  cursor: pointer;
  background-color: transparent;
}

.range-field .input-range::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0.7px 0.7px 4.8px 0.3px rgba(0, 0, 0, 0.35);
  box-shadow: 0.7px 0.7px 4.8px 0.3px rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#0069c9),
          to(#0069c9)
  )
  no-repeat border-box,
  -webkit-gradient(linear, left bottom, left top, from(#dddddd), to(#fefefe)) no-repeat
  border-box;
  background: -webkit-linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  -webkit-linear-gradient(bottom, #dddddd, #fefefe) no-repeat border-box;
  background: linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  linear-gradient(to top, #dddddd, #fefefe) no-repeat border-box;
  -webkit-background-size: 7px 7px, 100% 100%;
  background-size: 7px 7px, 100% 100%;
  background-position: center, 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}

.range-field .input-range::-moz-range-track {
  box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 7px;
  cursor: pointer;
  background-color: transparent;
}

.range-field .input-range::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  box-shadow: 0.7px 0.7px 4.8px 0.3px rgba(0, 0, 0, 0.35);
  background: linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  linear-gradient(to top, #dddddd, #fefefe) no-repeat border-box;
  background-size: 7px 7px, 100% 100%;
  background-position: center, 0 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  margin-top: -14px;
}

.range-field .input-range::-ms-track {
  box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 7px;
  cursor: pointer;
  background-color: transparent;
  appearance: none;
  border: none;
}

.range-field .input-range::-ms-thumb {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  box-shadow: 0.7px 0.7px 4.8px 0.3px rgba(0, 0, 0, 0.35);
  background: linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  linear-gradient(to top, #dddddd, #fefefe) no-repeat border-box;
  background-size: 7px 7px, 100% 100%;
  background-position: center, 0 0;
  cursor: pointer;
  margin-top: -1px;
  appearance: none;
}

.range-field .input-range::-ms-fill-lower {
  background: #0069c9;
}

.range-field .input-range::-ms-fill-upper {
  background: #ebebeb;
}

.form-label {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}

.section-service-includes {
  padding: 65px 0 30px;
  background-color: #f8f8f8;
}

.section-service-includes .section-service-includes-inner {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-service-includes .card-about {
  pointer-events: none;
}

.brief-list {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brief-list .numbering {
  width: 47px;
  height: 47px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: solid 1px #28b377;
  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;
  font-size: 20px;
  font-weight: 500;
  line-height: 0.9;
  color: #28b377;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}

.brief-list .head {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  color: #333333;
}

.brief-list .info {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  max-width: 430px;
}

.brief-list + .brief-list {
  margin-top: 65px;
}

.brief-block {
  margin-top: 70px;
}

.brief-block .head-section {
  margin-bottom: 40px;
}

.brief-block-inner {
  padding-bottom: 35px;
  background-image: url(../img/section-brief-back.png);
  background-position: right bottom -300px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
}

.brief-block-inner > div {
  position: relative;
  z-index: 1;
}

.brief-block-inner img {
  pointer-events: none;
  position: absolute;
  right: 80px;
  bottom: 0;
}

.section-terms-service {
  padding-top: 65px;
  background-color: #f8f8f8;
}

.section-terms-service .head-section {
  margin-bottom: 15px;
  line-height: normal;
}

.section-terms-service .section-terms-service-inner {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 2.13;
  color: #555555;
}

.section-terms-service .tab-btn {
  max-width: 223px;
}

.section-terms-service .info {
  padding-left: 25px;
  margin-top: 30px;
}

.section-terms-service .tabs-content {
  position: relative;
  align-self: flex-start;
}

.section-terms-service .tab-cont {
  position: relative;
  z-index: 1;
}

/* .section-terms-service .terms-service-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
} */

.list-chekc li {
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: start;
  gap: 5px;
}

.page-about .list-chekc li {
  display: block;
}

.list-chekc li::before {
  content: "✓";
  color: #28b377;
  font-size: 1.25rem;
  line-height: 1em;
  position: absolute;
  left: 8px;
  top: 5px;
}

.list-chekc li a {
  color: #28b377;
  text-decoration: underline;
  display: inline;
}

.list-chekc li a:hover {
  text-decoration: none;
  cursor: pointer;
}

.tab-cont {
  display: none;
}

.tab-cont.active {
  display: block;
}

.section-advantage .card-about {
  padding-left: 25px;
  padding-right: 20px;
  pointer-events: none;
}
.section-advantage .card-about.active path {
  fill: white;
  stroke: white;
}

.section-advantage .card-about.right-padding {
  padding-right: 10px;
}

.section-advantage .card-about .head {
  font-size: 18px;
}

.section-calculator-property-valuation {
  padding: 24px 0 30px;
}
.section-calculator-property-valuation .head-section {
  margin-bottom: 60px;
  margin-top: 15px;
}

.section-calculator-property-valuation .form-range {
  max-width: 30.5%;
}

.section-calculator-property-valuation .form-range.wide {
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}

.section-calculator-property-valuation .form-input.wide {
  margin-bottom: 50px;
}

.section-calculator-property-valuation .calc-cost {
  color: #00a261;
}

.section-calculator-property-valuation .tab-btn {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.section-calculator-property-valuation .btn {
  font-size: 15px;
}

.property-valuation-brief {
  background-color: #f8f8f8;
  padding-top: 70px;
}

.container-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.21px;
  color: #6a757d;
  min-height: 24px;
  height: 1px;
}

.container-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.container-radio .checkmark {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  opacity: 0.8;
}

.container-radio .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #cfd8dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #03a9f4;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio:hover input ~ .checkmark {
  opacity: 1;
}

.container-radio input:checked ~ .checkmark {
  opacity: 1;
}

.container-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 22px;
  height: 1px;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.container-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
input.form-popup__checkbox-input {
  width: 22px;
  height: 22px;
  margin: 0;
}

.suggestions-addon[data-addon-type="clear"] {
  background-size: 24px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .suggestions-addon[data-addon-type="clear"] {
    background-position: 0;
  }
}

.container-checkbox .checkmark {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  opacity: 0.8;
}

.container-checkbox .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #0069c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 7px;
  width: 4px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox input:checked ~ .checkmark:before {
  background-color: #0069c9;
}

.container-checkbox:hover input ~ .checkmark {
  opacity: 1;
}

.container-checkbox input:checked ~ .checkmark {
  opacity: 1;
}

.radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio-block .container-radio {
  margin: 0 30px 15px 0;
}

.container-input-tooltip.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 30px;
}

.container-input-tooltip.checkbox .container-checkbox {
  margin: 0;
  margin-right: 15px;
}

.checkbox-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-block .container-checkbox {
  margin: 0 0 25px 0;
}

.btn-tooltip {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../img/icon-tooltip.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.btn-tooltip .tooltip-content {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  right: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-tooltip .tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.btn-tooltip.left-side .tooltip-content {
  right: -10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-tooltip.left-side .tooltip-content:after {
  left: auto;
  right: 13px;
}

.btn-tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.swiper-container-deposit .swiper-wrapper {
  transition: 0.3s;
}

.swiper-container-deposit {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container-deposit .swiper-button-style {
  top: 0px;
  z-index: 500;
}

.swiper-container-deposit .swiper-button-style.prev {
  left: 0;
}

.swiper-container-deposit .swiper-button-style.next {
  right: 0;
}

.swiper-container-deposit .swiper-button-disabled {
  display: block;
  opacity: 0.3;
}

.swiper-container-deposit .swiper-button-disabled:hover {
  opacity: 0.3;
}

.deposit-slide {
  width: 100%;
  height: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.deposit-slide .head-block {
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
  margin: 0 0 45px;
}

.deposit-slide .head-block .head-top {
  font-size: 16px;
  color: #777676;
  line-height: 1;
}

.deposit-slide .head-block .head-bottom {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}

.deposit-slide .head-block .deposit-rate {
  color: #28a371;
}

.deposit-slide .slide-circle-block {
  width: 100%;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.deposit-slide .block-total {
  width: 100%;
  margin-top: 55px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf4f8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.deposit-slide .block-total .total-head {
  font-size: 14px;
  line-height: 1.64;
  color: #777676;
}

.deposit-slide .block-total .total-calc-value {
  font-size: 30px;
  color: #0069c9;
}

.deposit-slide .block-total .btn {
  max-width: 170px;
  margin: 0;
}

.container-circle-progress-bar {
  position: relative;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(330deg, #068351, #4bc895 100%);
  background-image: -o-linear-gradient(330deg, #068351, #4bc895 100%);
  background-image: linear-gradient(120deg, #068351, #4bc895 100%);
  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;
}

.container-circle-progress-bar.small {
  width: 140px;
  height: 140px;
}

.container-circle-progress-bar .circle-progress-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
  clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
  clip: rect(0px, 180px, 180px, 90px);
}

.container-circle-progress-bar .circle-progress-bar .half-circle {
  width: 100%;
  height: 100%;
  border: 5px solid #ffa726;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  clip: rect(0px, 90px, 180px, 0px);
}

.container-circle-progress-bar .circle-progress-bar .half-circle.half-left {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.container-circle-progress-bar .circle-progress-bar .half-circle.half-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.container-circle-progress-bar.small .circle-progress-bar {
  clip: rect(0px, 140px, 140px, 70px);
}

.container-circle-progress-bar.small .circle-progress-bar .half-circle {
  clip: rect(0px, 70px, 140px, 0px);
}

.container-circle-progress-bar.full .circle-progress-bar {
  -webkit-clip-path: none !important;
  clip-path: none !important;
  clip: auto !important;
}

.container-circle-progress-bar.progress30
.circle-progress-bar
.half-circle.half-left,
.container-circle-progress-bar.progress30
.circle-progress-bar
.half-circle.half-right {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

.container-circle-progress-bar .circle-content {
  max-width: -webkit-calc(100% - 10px);
  max-width: calc(100% - 10px);
  min-width: -webkit-calc(100% - 10px);
  min-width: calc(100% - 10px);
  width: 100%;
  max-height: -webkit-calc(100% - 10px);
  max-height: calc(100% - 10px);
  min-height: -webkit-calc(100% - 10px);
  min-height: calc(100% - 10px);
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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;
  font-size: 14px;
  line-height: 1.2;
  color: #777676;
}

.container-circle-progress-bar .circle-content .circle-total-val,
.container-circle-progress-bar .circle-content .circle-val {
  margin-top: 5px;
}

.section-package {
  padding: 65px 0 30px;
}

.packeges-blocks.mt {
  margin-top: 40px;
  margin-bottom: 20px;
}

.packeges-blocks .swiper-button-style {
  left: inherit;
  margin-top: inherit;
}

.packeges-blocks .swiper-button-style.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.packeges-blocks .swiper-button-style.swiper-button-next {
  right: 0;
}

.packeges-blocks .packeges-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  max-width: 1314px;
  margin: -12px;
}

@media screen and (max-width: 767px) {
  .packeges-blocks .packeges-block {
    margin: 0;
  }
}

.packeges-blocks .package {
  margin: 2%;
}

@media screen and (max-width: 767px) {
  .packeges-blocks .package {
    margin: 0 auto;
  }
}

.packeges-blocks .packeges-block .package {
  max-width: inherit;
}

.packeges-blocks .packeges-block .package.w50 {
  width: 48%;
}

.packeges-blocks .packeges-block .desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-calc(100% - 68px);
  height: calc(100% - 68px);
}

.packeges-blocks .packeges-block .desk .param {
  max-width: 300px;
  width: 100%;
  text-align: left;
}

.packeges-blocks .packeges-block .desk .price {
  margin-top: auto;
}

.packeges-blocks .packeges-block .desk .line {
  width: 100%;
}

.packeges-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.packeges-block .package {
  -webkit-box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 380px;
  width: 29%;
}

.packeges-block .heading {
  padding: 25px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background: #f0f0f0;
}

.packeges-block .heading.blue {
  background: #0069c9;
  color: #fff;
}

.packeges-block .heading.green {
  background: #28b377;
  color: #fff;
}

.packeges-block .desk {
  padding: 35px 15px;
  text-align: center;
}

.packeges-block .param {
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.packeges-block .param:last-child {
  margin-bottom: 35px;
}

.packeges-block .param.yes::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: -17px;
  color: #28b377;
  font-weight: 700;
}

.packeges-block .param.no::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 8px;
  width: 11px;
  height: 2px;
  background: #b2b2b2;
}

.packeges-block .price {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
}

.packeges-block .line {
  max-width: 70px;
  height: 2px;
  background: #f0f0f0;
  margin: 0 auto 35px;
}

.package-slider {
  max-width: 1234px;
}

.package-slider.swiper-container {
  padding: 0 17px 60px;
}

.package-slider .package {
  width: 100%;
  height: 100%;
}

.package-slider .swiper-slide .package {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.package-slider .swiper-slide.swiper-slide-prev .package,
.package-slider .swiper-slide.swiper-slide-next .package,
.package-slider .swiper-slide.swiper-slide-active .package {
  -webkit-box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4.2px 4.2px 18px 0 rgba(0, 0, 0, 0.1);
}

.package-slider .package-pag {
  bottom: 0;
}

.section-insuranse {
  margin-top: 60px;
}

.section-insuranse.marg-none {
  margin: 0 auto;
}

.insuranses {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insuranses .insuranse {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  max-width: 585px;
  width: 47.56%;
  margin-bottom: 40px;
}

.insuranses .insuranse img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.insuranses .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 30px;
  height: -webkit-calc(100% - 230px);
  height: calc(100% - 230px);
}

.insuranses .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}

.insuranses ul {
  margin-left: 20px;
  margin-bottom: 25px;
}

.insuranses ul li {
  margin-bottom: 15px;
  position: relative;
}

.insuranses ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  width: 14px;
  height: 1px;
  background: #555555;
}

.insuranses ul li:last-child {
  margin-bottom: 0;
}

.insuranses .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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.insuranses .bottom .btn {
  width: 170px;
}

.insuranses .bottom .price {
  color: #0069c9;
  font-size: 24px;
}

.section-investors .head-section {
  margin-bottom: 60px;
}
.section-investors {
  /*margin-top: 40px !important;*/
}

.tabs-block {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  white-space: inherit;
  flex-wrap: wrap;
}

.tabs-block .tabs {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  max-width: 370px;
  width: 100%;
  background: #f5f5f6;
  overflow: hidden;
  color: #737373;
}

.tabs-block > .tabs {
  position: sticky;
  top: 130px;
}
@media (max-width: 1024px) {
  .tabs-block > .tabs {
    position: static;
  }
}

.tabs-block .tabs.var2 {
  max-width: 660px;
  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;
  background: transparent;
  margin-bottom: 25px;
  position: static;
}

.tabs-block .tabs.var2 .tab {
  font-weight: 600;
  border-width: 3px;
  width: 100%;
}

.tabs-block .tabs.var2 .tab.active {
  background-color: transparent;
  color: #737373;
}

.tabs-block .tabs .tab {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}

.tabs-block .tabs .tab.active {
  background: #0069c9;
  border-color: #0069c9;
  color: #fff;
}

.tabs-block > .tabs-content {
  width: calc(100% - 370px);
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .tabs-block .tabs-content {
    width: 100%;
    padding-left: 0;
  }
}

.tabs-block .tabs-content.var2 {
  padding-left: 0;
}

.tabs-block .tabs-content.var2 .tabs {
  max-width: 270px;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.tabs-block .tabs-content.var2 .tabs .tab {
  border-bottom: none;
  position: relative;
}

.tabs-block .tabs-content.var2 .tabs .tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #dfdfdf;
  height: 1px;
}
.tabs-block .tabs-content.var2 .tabs .tab:last-child::after {
  content: none;
}

.tabs-block .tabs-content.var2 .tabs .tab.active {
  background: #f5f5f6;
  color: #0069c9;
}

.tabs-block .tabs-content.var2 .tabs .tab.active::after {
  content: none;
}

.tabs-block .tabs-content.var2 .tab-cont {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-block .tabs-content.var2 .tab-cont.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block .tabs-content.var3 ul {
  max-width: 470px;
}

.tabs-block .tabs-content.var3 ul li {
  margin-bottom: 30px;
}
.tabs-block .tabs-content.var3 ul li a {
  color: #0069c9;
}

.tabs-block .tabs-content.var3 ul li a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
  width: 5px;
  height: 5px;
  background: #0069c9;
  margin-right: 5px;
}

.accordion .item {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
}
.accordion .item.item-title {
  border-top: 0;
  margin-bottom: 10px;
}

.accordion .item.active .heading .bottom-arrow {
  background-image: url(../img/arrow-down-white.svg);
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
  background-position: top 12px center;
  background-repeat: no-repeat;
  background-color: #0069c9;
}

.accordion .item.active .slide-cont {
  max-height: 10000px;
  padding-bottom: 50px;
}

.accordion .item .heading {
  font-size: 16px;
  color: #0069c9;
  font-weight: 600;
  margin-bottom: 25px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.accordion .item .heading p {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.accordion .item .heading .bottom-arrow {
  max-width: 40px;
  width: 100%;
  height: 40px;
  border: 2px solid #0069c9;
  margin-left: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/arrow-down-blue.svg);
  -webkit-background-size: 18px 16px;
  background-size: 18px 16px;
  background-position: top 12px center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion .item .slide-cont {
  color: #555555;
  max-height: 0;
  padding-bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.tablet-visib {
  display: none;
}

.insurance-items .head-section {
  margin-top: 55px;
  margin-bottom: 32px;
}

.insurance-item {
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.insurance-item + .insurance-item {
  margin-top: 40px;
}

.insurance-section__title {
  font-size: 28px;
  font-weight: 600;
  margin-block: 66px;
}

.insurance-items .row .section:first-child {
  font-weight: 700;
}

.insurance-choice__item {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 160px;
  height: 42px;
  padding: 5px;
  margin-right: 25px;
  cursor: pointer;
  text-align: center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(1);
  filter: gray;
}
.insurance-choice__item--active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.insurance-choice__item img {
  max-height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .insurance-choice__item {
    opacity: 0.4;
  }
  .insurance-choice__item--active {
    opacity: 1;
  }
}
.insurance-choice__list {
  display: flex;
}
.insurance-choice {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.insurance-choice .text {
  margin-right: 8px;
}
.insurance-section__hr {
  border: none;
  border-bottom: 1px solid #ececec;
  margin-top: 0;
  margin-bottom: 16px;
}
.insurance-logo__list {
  margin-bottom: 16px;
}
.insurance-logo__item {
  display: none;
}
.insurance-logo__item--active {
  display: block;
}
.insurance-company__item {
  display: none;
}
.insurance-company__item--active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .insurance-item {
    display: block;
  }
}

.insurance-item .arrow-show-drop {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: -17.5px;
  left: -webkit-calc(50% - 17.5px);
  left: calc(50% - 17.5px);
  border: 1px solid #dddddd;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/tickdown.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.insurance-item .arrow-show-drop.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.insurance-item .img {
  max-width: 530px;
  width: 45%;
  min-height: 275px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .insurance-item .img {
  min-height: 0;
  height: auto;
  display: block;
}

.insurance-item .desc {
  margin-left: 25px;
  width: -webkit-calc(100% - 45% - 25px);
  width: calc(100% - 45% - 25px);
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.insurance-item .desc .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.insurance-item .desc .text {
  margin-bottom: 35px;
}

.insurance-item .desc .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insurance-item .desc .features p {
  margin-right: auto;
}

.insurance-item .desc .bottom {
  margin-top: auto;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insurance-item .desc .bottom .price {
  color: #0069c9;
  font-size: 24px;
}

.insurance-item .dropdown {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

.insurance-item .dropdown.active {
  max-height: 800px;
  overflow: auto;
  max-width: 9000px;
  width: 100%;
}

.insurance-item .dropdown .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.insurance-item .dropdown .row {
  /* width: 930px; */
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.insurance-item .dropdown .row:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  border-bottom: none;
  color: #0069c9;
}

.insurance-item .dropdown .row:last-child {
  border-bottom: none;
  color: #0069c9;
}

/* .insurance-item .dropdown .section {
    width: 100%;
} */

/* .insurance-item .dropdown .section:first-child {
    max-width: 270px;
    width: 100%;
}

.insurance-item .dropdown .section:last-child {
    max-width: 60px;
} */

.insurance-item .dropdown .section:first-child {
  max-width: 530px;
  padding-right: 130px;
  width: 530px;
}

.insurance-item .dropdown .section:not(:first-child) {
  max-width: 270px;
  width: 25%;
}

.i-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.i-table__header {
  display: flex;
  color: #0069c9;
  font-size: 13px;
}
.i-table__content {
  display: flex;
  flex-direction: column;
}
.i-table__row {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  font-size: 13px;
}
.i-col-title {
  font-weight: 700;
  width: 530px;
}
.i-col {
  width: calc((100% - 530px) / 2);
}
.i-col-full {
  width: calc(100% - 530px);
}
.i-table-3 .i-col {
  width: calc((100% - 530px) / 3);
}
.i-table-4 .i-col {
  width: calc((100% - 430px) / 4);
}
.i-table-4 .i-col-title {
  width: 430px;
}
.i-table-5 .i-col {
  width: calc((100% - 350px) / 5);
}
.i-table-5 .i-col-title {
  width: 350px;
}

@media (max-width: 1024px) {
  .i-table {
    width: 800px;
  }
  .i-col-title {
    width: 50%;
    padding-right: 24px;
  }
  .i-col {
    width: 25%;
  }
  .i-col-full {
    width: 50%;
  }
  .i-table-3 .i-col {
    width: calc(50% / 3);
  }
  .i-table-4 .i-col {
    width: 15%;
  }
  .i-table-4 .i-col-title {
    width: 40%;
  }
  .i-table-5 .i-col {
    width: 13%;
  }
  .i-table-5 .i-col-title {
    width: 35%;
  }
}

.popup-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.popup-bg.active {
  display: block;
}

.popup-style {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  max-width: 830px;
  width: 100%;
  padding: 50px 50px 0;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: auto;
  z-index: 1100;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .popup-style {
    padding: 50px 20px 0;
    border-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    max-height: none;
  }
}

.popup-style .btn[type="submit"] {
  margin-top: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .popup-style .btn[type="submit"] {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.popup-style .container-checkbox {
  margin-bottom: 50px;
}

.popup-style .container-checkbox a {
  text-decoration: none !important;
}

.popup-style.active {
  display: block;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(../img/popup-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

.popup-style__head {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .popup-style__head {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .popup-style__head {
    font-size: 18px !important;
    line-height: 21px;
    margin-bottom: 12px;
  }
}

.popup-style__text {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .popup-style__text {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 15px;
    font-weight: 500;
  }
}

.popup-ipoteka__inner {
  display: flex;
}

.popup-ipoteka__left {
  max-width: 355px;
  width: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .popup-ipoteka__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.popup-ipoteka__right {
  max-width: 355px;
  width: 100%;
}

.popup-style__field input {
  border: 1px solid #dadada;
}

.popup-style__field input:focus {
  border: 1px solid #0069c9;
}

.popup-ipoteka .field,
.popup-ipoteka .select-container,
.popup-ipoteka .selectize-control {
  margin-bottom: 25px;
  height: 53px;
}

.popup-ipoteka .field:last-child,
.popup-ipoteka .select-container:last-child,
.popup-ipoteka .selectize-control:last-child {
  margin-bottom: 0;
}

.popup-style__select-style {
  border-radius: 4px;
}

.popup-style__select-container {
  font-size: 14px;
}

.popup-style__field {
  margin-bottom: 20px;
}

.popup-style__field:last-child {
  margin-bottom: 0px;
}

.popup-ipoteka__btn {
  max-width: 352px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  margin-bottom: 25px;
}

.popup-ipoteka .checkmark {
  display: block;
}

.popup-ipoteka .checkmark a {
  display: inline;
}

.hiden-text {
  display: none;
}

.note-field {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #afafaf;
  line-height: 53px;
  font-size: 18px;
  padding-right: 15px;
  pointer-events: none;
}

.leaders .tab-cont {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leaders .tab-cont.active {
  display: flex;
}

.leaders .tab-cont .leader {
  max-width: 280px;
  width: 100%;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.leaders .tab-cont .leader:empty {
  border: none;
}

.leaders .tab-cont .leader:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

.leaders .tab-cont .leader:empty:hover {
  box-shadow: none;
}

.leaders .tab-cont .leader .img {
  max-width: 100%;
  width: 278px;
  height: 285px;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: top center;
  margin-bottom: 20px;
}

.leaders .tab-cont .leader .name {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.leaders .tab-cont .leader .text {
  color: #555555;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.leaders .tab-cont .leader .btn {
  margin: auto 20px 20px;
  max-width: 168px;
}

.block-news__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.two-in-col {
  width: 49%;
}

.two-in-col .news-about {
  width: 100%;
}

.news-about {
  max-width: 585px;
  width: 49%;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.news-about:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

.news-about.img-text {
  display: flex;
}

.news-about.img-text .img {
  max-width: 200px;
  width: 100%;
  min-height: 225px;
  background-size: cover;
  background-position: center;
}

.news-about.img-text .desc {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.news-about.img-text .date {
  font-size: 11px;
  margin-bottom: 20px;
}

.news-about.img-text .title {
  font-size: 15px;
  margin-bottom: 20px;
}

.news-about.img-text .text {
  font-size: 13px;
}

.news-about.large .img {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.news-about .desc {
  padding: 25px 10px 25px 30px;
}

.news-about .date {
  text-transform: uppercase;
  font-size: 12px;
  color: #28b377;
  font-weight: 600;
  margin-bottom: 25px;
}

.news-about .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 25px;
}

.news-select {
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  padding: 18px 23px;
}

.news-select .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news-select .select-style,
.news-select .select-content {
  border-radius: 4px;
}

.news-select .select-style {
  border: none;
}
.news-select .select-content {
  top: 100%;
}

.news-select .select-content li {
  min-height: 53px;
}

.news-select__month {
  width: 200px;
  margin-left: 10px;
}

.news-select__year {
  width: 100px;
  margin-left: 16px;
}

.news-select__btn-apply {
  background-color: #256bc0;
  color: #ffffff;
  margin-left: 16px;
  min-width: 225px;
  min-height: 53px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .news-select {
    padding: 18px 12px;
  }
  .news-select__month {
    width: 100%;
    margin-left: 0;
  }
  .news-select__year {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .news-select__year .select-style {
    padding: 0 20px;
  }
  .news-select__btn-apply {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}

.section3.subscribe {
  background-image: none;
  background-color: #28b377;
}
.section3.subscribe.mt0 {
  margin-top: 0;
}

.section3.subscribe .head-section {
  display: flex;
  align-items: center;
}

.section3.subscribe .head-section img {
  margin-right: 30px;
  width: 95px;
}

.section3.subscribe .head-section .text p {
  margin-top: 18px;
  text-transform: none;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
}

.section3.subscribe .btn {
  max-width: 265px;
}

.footer.mt0 {
  margin-top: 0;
}

.one-news .head-section.main {
  margin-bottom: 15px;
}
.one-news .news-date {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  color: #28b377;
}
.one-news .news-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  margin-bottom: 35px;
}
.one-news p.news-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.one-news p.news-text:last-child {
  margin-bottom: 30px;
}
.other-news {
  padding: 30px 0;
  background: #f6f7f8;
}
.other-news .block-others {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-news .news-about {
  background: #fff;
}

.head-link-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.head-link-back .head-section {
  width: auto;
}
.link-back {
  margin-bottom: 30px;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #28b377;
  padding-left: 25px;
  background-image: url(https://bgfbank.ru/local/templates/bgf/assets/img/base/backward-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}

.slides-copy {
  display: none;
}

.swiper-container-deposit .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: all;
}
.swiper-container-deposit .swiper-button-disabled:hover {
  opacity: 0.5;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  .swiper-button-style.swiper-button-main.prev {
    left: 15px;
  }

  .swiper-button-style.swiper-button-main.next {
    right: 15px;
  }
}

@media only screen and (max-width: 1300px) {
  .slider-offers-block {
    padding: 0 45px;
  }
}

@media only screen and (max-width: 1360px) {
  .packeges-blocks .swiper-button-style {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .header-logo img {
    height: 40px;
  }

  .header-middle .header-request {
    padding: 11px;
  }

  .section4 .section4-inner {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section3 .field.address {
    max-width: 430px;
  }

  .header-phone {
    display: none;
  }

  .section-calculator-online .form-calculator-online .left .form-input {
    margin-right: 0;
    max-width: 48%;
  }

  .section-service-includes .section-service-includes-inner {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1200px) {
  .packeges-block .param {
    padding-left: 17px;
  }

  .packeges-block .param.yes::before,
  .packeges-block .param.no::before {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .tabs-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-block .tab-btn {
    margin-bottom: 15px;
    max-width: unset;
  }

  .tabs-block > .tabs {
    margin-bottom: 30px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-block .tab-btn.active:after {
    content: none;
  }
  .tabs-block > .tabs .tab {
    max-width: 33.33%;
    width: 100%;
  }

  .tabs-block .tabs-content.var3 ul {
    max-width: 100%;
  }

  .tabs-block > .tabs-content {
    padding-left: 0;
  }

  .header-bottom.visib-tablet-mobile {
    display: block;
  }

  .header-bottom {
    display: none;
  }

  .tel-link {
    display: block;
  }

  .form-calculator-online .right .row {
    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;
    margin: 0px 5px 10px;
  }

  .form-calculator-online .right .row .form-label {
    margin-right: 10px;
  }

  .tablet-visib {
    display: block;
  }

  .header-middle .header-select {
    display: none;
  }

  .header-logo.tablet-visib {
    margin-right: 0;
  }

  .header-middle .header-middle-inner {
    flex-wrap: nowrap;
  }

  .header-middle .tel-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-middle {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }

  .insurance-item .img {
    width: 100%;
    max-width: 100%;
  }

  .insurance-item .desc {
    margin-left: 0;
    width: 100%;
  }

  .insurance-item .desc .bottom {
    margin-top: 50px;
  }

  .section3 .head-section.title {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-top,
  .header-find {
    display: none;
  }

  .header-middle {
    background-color: #f5f5f6;
  }

  .header-middle .header-middle-nav,
  .header-middle .header-request {
    display: none;
  }

  .header-middle .header-middle-inner {
    min-height: auto;
    padding: 10px 0;
  }

  .btn-mobile-menu {
    display: block;
  }

  .mobile-menu {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-menu.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header-bottom .hedaer-bottm-nav,
  .header-bottom .hedaer-bottm-nav.small {
    font-size: 12px;
  }

  .header-logo img {
    height: 30px;
  }

  .slider-main-block {
    padding: 0;
  }

  .slider-main-block .main-slide {
    max-width: 100%;
  }

  .slider-main-block .swiper-slide {
    padding: 0;
  }

  .slider-main-block .swiper-container-main:before,
  .slider-main-block .swiper-container-main:after {
    display: none;
  }

  .swiper-button-style.swiper-button-main {
    display: none;
  }

  .slider-offers-block {
    padding: 0;
  }

  .swiper-button-offers {
    display: none;
  }

  .swiper-container-offers {
    margin: 0;
    padding: 30px 15px 30px 15px;
    border: none;
  }

  .footer-drop-conent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .footer-drop-conent.active {
    max-height: 600px;
    overflow: auto;
  }

  .footer-top .footer-nav {
    width: 100%;
    margin-right: 0;
  }

  .footer-top .footer-nav .mobile-show-contetn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 6px;
  }

  .footer-top .footer-nav .mobile-show-contetn:after {
    display: block;
  }

  .footer-top .footer-nav .footer-drop-conent {
    border-bottom: 1px solid #ededed;
  }

  .section2 {
    margin-top: 50px;
  }

  .section3 .field.address {
    max-width: 400px;
  }

  .form-calculator-online {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-calculator-online .left {
    max-width: 100%;
    padding-right: 0;
  }

  .form-calculator-online .right {
    padding-left: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-calculator-online .right .form-label {
    width: auto;
    margin-bottom: 0;
  }

  .form-calculator-online .right .calc-cost {
    width: auto;
  }

  .form-calculator-online .right .btn {
    max-width: 250px;
    margin-bottom: 0;
  }

  .form-calculator-online .right:before {
    display: none;
  }

  .section-calculator-online.deposit .form-calculator-online .left {
    padding-right: 3.5%;
  }
  .section3.subscribe .btn {
    margin-bottom: 15px;
  }
  .two-in-col {
    width: 100%;
  }
  .news-about {
    width: 100%;
    max-width: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .packeges-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .packeges-block .package {
    width: 100%;
    margin-bottom: 30px;
  }

  .insuranses .bottom .btn {
    width: auto;
  }

  .card-about {
    min-height: 200px;
    max-width: 350px;
  }

  .section3 .form-block .form-block-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .packeges-blocks .packeges-block .package.w50 {
    width: 100%;
  }

  .container-input-tooltip.checkbox {
    margin-bottom: 20px;
  }

  .packeges-blocks .swiper-slide {
    max-width: 280px;
  }
  .section3.subscribe .field.name,
  .section3.subscribe .field.address {
    width: calc(33.33% - 18px);
    margin-right: 18px;
  }
  .section3.subscribe .btn {
    width: 33.33%;
  }
  .section3.subscribe .btn.blue {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .footer-bottom .footer-bottom-inner {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .footer-bottom .copy {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }

  .section3 .head-section {
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .section3 .tabs-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section3 .form-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section3 .form-block .form-block-inner {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section3 .field.address {
    max-width: 385px;
    margin-right: 0;
  }

  .section3 .field.floor {
    margin-right: 0;
  }

  .section3 .btn {
    margin: 0;
  }

  .section2 {
    margin-top: 30px;
  }

  .main-slide .head {
    font-size: 24px;
  }

  .main-slide .info {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .main-slide .underline {
    -webkit-background-size: 100px 100px;
    background-size: 100px;
    background-position: bottom left 120px;
  }

  .main-slide .slide-img {
    right: 0 !important;
  }

  .main-slide.f-medium .head {
    font-size: 24px;
  }

  .main-slide.f-medium .info {
    font-size: 18px;
  }

  .brief-block-inner img {
    width: 300px;
  }

  .section-calculator-online.deposit .form-calculator-online {
    padding: 20px 0px 20px 0px;
  }
}

@media only screen and (max-width: 880px) {
  .leaders .tab-cont {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 850px) {
  .form-calculator-online .right .row {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .form-calculator-online .right > div {
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-slide.full-width.var2 {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 300px;
  }
  .main-slide .slide-img.var2 {
    height: auto;
    max-height: 100%;
    max-width: 280px;
    width: auto;
    right: 15px;
  }
  .insuranses .insuranse {
    max-width: 100%;
    width: 100%;
  }

  .tabs-block > .tabs .tab {
    max-width: 50%;
  }
  .container.news-detail-page {
    padding-bottom: 15px;
  }
  .tabs-block .tabs-content.var2 .tab-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-block .tabs-content.var2 .tabs {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .tabs-block .tabs-content.var2 .tabs .tab {
    width: 50%;
  }

  .tabs-block .tabs-content {
    padding-left: 0;
  }

  .card-about {
    max-width: 300px;
  }

  .insurance-item .desc .features p {
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .insurance-item .desc .bottom .price {
    margin: 15px 0;
  }

  .insurance-item {
    padding: 25px 15px;
  }

  .insurance-item .dropdown .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .insurance-item .dropdown .section {
    min-width: 120px;
  }

  .insurance-item .dropdown .section.mobile-hide {
    display: none;
  }

  .section3 .head-section.title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .insurance-items .head-section {
    text-align: left;
  }

  .section3 .head-section.title .sub-title {
    font-size: 12px;
  }

  .section3 .head-section.title .text {
    margin: 0 auto 10px;
  }

  .section3 .head-section.title .price {
    margin: 0 auto;
  }

  .main-slide.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-slide.full-width .container {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-ipoteka__inner {
    flex-wrap: wrap;
  }

  .popup-ipoteka__right,
  .popup-ipoteka__left {
    max-width: 100%;
  }

  .note-hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .card-offer {
    width: 50vw;
  }
  .section4 .head-section {
    text-align: center;
  }

  .section3 .head-section {
    text-align: center;
  }

  .main-slide {
    padding: 50px 30px 80px 30px;
  }

  .main-slide .slide-img {
    width: 280px;
  }

  .main-slide .back-triangle {
    display: none;
  }

  .section-calculator-online .form-calculator-online .left .form-input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-calculator-online
  .form-calculator-online
  .left
  .form-input:nth-child(-n + 2) {
    margin-bottom: 20px;
  }

  .form-calculator-online {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-calculator-online .left .form-input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .form-calculator-online .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-calculator-online .right .form-label {
    margin-right: 30px;
  }

  .form-calculator-online .right .btn {
    max-width: 100%;
    margin-top: 20px;
  }

  .brief-block-inner {
    background-position: bottom center;
  }

  .brief-block-inner img {
    display: none;
  }

  .section-terms-service .terms-service-img {
    display: none;
  }

  .section-calculator-online.deposit .form-calculator-online .right,
  .section-calculator-online.deposit .form-calculator-online .left {
    max-width: 100%;
    padding: 0;
  }

  .section-calculator-online.deposit .slide-circle-block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section3.subscribe .head-section {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .section3.subscribe .head-section img {
    margin: 0 auto 15px;
  }

  .section3.subscribe .field.name {
    width: calc(50% - 9px);
    margin-right: 18px;
  }

  .section3.subscribe .field.address {
    width: calc(50% - 9px);
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .main-slide.full-width.var2 {
    height: 250px;
  }
  .card-about {
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    padding: 17px 15px 20px;
    margin-inline-start: 0;
  }

  .card-about .head {
    text-align: center;
  }

  .card-about:not(.small):not(.nums) .info {
    display: none;
  }

  .section3 .form-block .form-block-inner.inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section3 .head-section.title {
    margin-bottom: 15px;
  }

  .section3 .tabs-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-calculator-online.separator .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-calculator-online .right .row {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 650px) {
  .card-about.var2 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .card-about.var2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-about.var2 .head {
    text-align: left;
  }

  .card-about.small.nums {
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 10px;
    gap: 7px;
  }

  .card-about.small.nums .num {
    margin: 0;
    margin-right: 20px;
  }

  .card-about.small.nums .info {
    margin-top: 0;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .swiper-container-offers {
    padding: 0 15px;
  }

  .section3 {
    margin-top: 30px;
  }

  .card-offer .head {
    font-size: 13px;
  }

  .card-offer .info {
    font-size: 11px;
  }

  .card-offer {
    height: 270px;
  }

  .card-offer img {
    height: 110px;
  }

  .card-offer .content {
    height: 210px;
    padding: 15px 10px 15px 10px;
  }
  .footer-middle .contacts-block .contacts {
    height: auto;
  }

  .head-section,
  .section3 .head-section,
  .section4 .head-section {
    font-size: 28px;
    text-align: center;
  }

  .section3 .head-section {
    padding-top: 20px;
    margin-bottom: 15px;
  }

  .main-slide.f-medium .head {
    font-size: 17px;
  }

  .main-slide.f-medium .info {
    font-size: 13px;
    line-height: 1.5;
  }
  .slider-offers-block .swiper-slide {
    max-width: 175px;
  }
}

@media only screen and (max-width: 560px) {
  .header-middle .tel-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-middle .tel-link {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .header-middle .tel-link:last-child,
  .header-offer {
    display: none;
  }

  .row-wrap-mobile {
    flex-wrap: wrap;
    text-align: center;
  }

  .form-calculator-online .right .row-wrap-mobile .form-label {
    width: 100%;
    margin-right: 0;
  }

  .form-calculator-online .right .row-wrap-mobile .calc-cost {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .insuranses .insuranse img {
    height: 180px;
  }

  .tabs-block > .tabs .tab {
    max-width: 100%;
    padding: 10px;
  }

  .tabs-block .tabs.var2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-block .tabs-content.var2 .tabs .tab {
    width: 100%;
  }

  .card-about.var2 {
    padding: 10px 15px;
  }

  .card-about.var2 .t-large {
    font-size: 25px;
  }
  .card-about.var2 .head {
    font-size: 14px;
  }

  .card-about.var2 .head {
    margin-left: 15px;
  }

  .main-slide.full-width .slide-img {
    right: 50%;
  }

  .section3 .field.rooms,
  .section3 .field.area,
  .section3 .field.floor {
    width: calc(33.33% - 12px);
  }
  .news-about.img-text {
    flex-wrap: wrap;
  }
  .news-about.img-text .img {
    max-width: 100%;
  }
  .news-about.img-text .desc {
    width: 100%;
  }
  .block-news__inner .pagination .content a {
    font-size: 14px;
  }
  .section3.subscribe .field.name,
  .section3.subscribe .field.address,
  .section3.subscribe .btn {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .head-link-back .head-section {
    width: 100%;
  }
  .link-back {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 480px) {
  .main-slide.full-width.var2 {
    height: 460px;
  }
  .main-slide.f-medium.var2 .head,
  .main-slide.f-medium.var2 .info {
    max-width: 220px;
  }
  .main-slide.var2 .btn {
    max-width: 200px;
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
  .main-slide.full-width.var2 .slide-img {
    right: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-slide .info.var2 {
    margin-top: 5px;
  }
  .main-slide .slide-img {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  .main-slide .btn {
    max-width: 100%;
  }

  .footer-bottom .app-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom .app-link a {
    margin: 15px 0 0 0;
  }

  .footer-bottom .app-link a + a {
    margin-left: 15px;
  }

  .footer-bottom .text {
    width: 100%;
    text-align: center;
  }

  .swiper-button-style.swiper-button-main {
    display: none;
  }

  .head-section,
  .section3 .head-section,
  .section4 .head-section {
    font-size: 20px;
  }

  .section-calculator-property-valuation .tab-btn,
  .section3 .tab-btn {
    font-size: 13px;
    margin-right: 0px;
  }

  .section-calculator-property-valuation .tab-btn:last-child,
  .section3 .tab-btn:last-child {
    margin-right: 0;
  }

  .form-calculator-online {
    padding: 30px 15px 20px 15px;
  }

  .form-calculator-online .right .form-label {
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
  }

  .brief-list .head {
    font-size: 16px;
  }

  .brief-list .info {
    font-size: 14px;
  }

  .brief-list + .brief-list {
    margin-top: 30px;
  }

  .section-terms-service .section-terms-service-inner {
    font-size: 15px;
  }

  .section-calculator-online.deposit
  .form-calculator-online
  .checkbox-block
  .container-input-tooltip {
    margin-right: 0;
  }

  .insurance-section__title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 12px;
    text-align: center;
  }
  .insurance-choice__item {
    width: 130px;
  }
  .insurance-logo__item {
    width: 150px;
    margin-right: 16px;
  }
  .insurance-logo__img {
    max-width: 100%;
  }
  .insurance-choice {
    margin-bottom: 22px;
  }
  .insurance-section__hr {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 420px) {
  .deposit-slide .head-block .head-bottom {
    font-size: 18px;
  }

  .deposit-slide .block-total .total-calc-value {
    font-size: 18px;
  }

  .container-circle-progress-bar {
    width: 160px;
    height: 160px;
  }

  .container-circle-progress-bar .circle-progress-bar {
    clip: rect(0px, 160px, 160px, 80px);
  }

  .container-circle-progress-bar .circle-progress-bar .half-circle {
    clip: rect(0px, 80px, 160px, 0px);
  }

  .container-circle-progress-bar.small {
    width: 120px;
    height: 120px;
  }

  .container-circle-progress-bar.small .circle-progress-bar {
    clip: rect(0px, 120px, 120px, 60px);
  }

  .container-circle-progress-bar.small .circle-progress-bar .half-circle {
    clip: rect(0px, 60px, 120px, 0px);
  }

  .section-calculator-online.deposit .form-calculator-online .right .btn {
    font-size: 14px;
    padding: 15px 0;
    max-width: 140px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  .card-offer {
    width: 70vw;
  }
  .insuranses .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .insuranses .bottom .btn {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .insuranses .bottom .price {
    margin: 0 auto 20px;
  }
}

/**** IBRUSH STYLES ****/
.form-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;

  overflow-y: auto;
}

/* .form-popup__content > *:last-child {
  margin-bottom: 50px;
} */

.form-popup.active {
  display: block;
}

.form-popup__content {
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 10vh;
  transform: translate(-50%, 0);
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 460px;
  text-align: center;
}

@media (max-width: 1024px) {
  .form-popup__content {
    min-width: auto;
    width: calc(100% - 380px);
  }
  .insurance-choice {
    flex-wrap: wrap;
  }
  .insurance-choice .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .form-popup__content {
    width: auto;
    top: 80px;
    height: 160px;
    left: 40px;
    right: 40px;
    transform: translate(0);
    padding: 20px;
    border-radius: 0px;
    max-height: none;
  }

  .form-popup__desc-logo {
    display: none !important;
  }
  .form-popup__content > img {
    display: none !important;
  }

  .form-popup__header {
    margin-top: 35px;
  }

  .form-popup__desc-link {
    display: none;
  }

  .form-popup__desc {
    line-height: 20px !important;
    font-size: 12pt !important;
  }
}

.form-popup__list {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.form-popup__list:after {
  display: block;
  content: "";
  clear: both;
}

.form-popup__li {
  width: 100%;
  padding: 10px;
}

.form-popup__li--50 {
  width: calc(100% / 2);
}

.form-popup__li--33 {
  width: calc(100% / 3);
}

.form-popup__li--25 {
  width: calc(100% / 4);
}

.form-popup__list-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #333;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .form-popup__li {
    width: 100%;
  }
  .form-popup__li--empty {
    display: none;
  }
}

.form-popup__item {
  display: block;
  position: relative;
}

.form-popup__header {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}

.form-popup__header h3 {
  font-size: 25px;
  font-family: Montserrat;
  text-transform: none;
  margin-bottom: 15px;
}

.form-popup__header h4 {
  font-size: 17px;
  font-family: Montserrat;
  text-transform: none;
}

.form-popup__icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 30px;
}

@media (max-width: 1024px) {
  .form-popup__header {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .form-popup__header {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}

.form-popup__bold {
  font-weight: bold;
}

.form-popup__desc {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 30px;
}

.form-popup__desc-title {
  margin-bottom: 20px;
}

.form-popup__desc-logo {
  display: block;
  height: 50px;
  margin: 0 auto 30px;
}

.form-popup__desc-link {
  color: #0a2750;
  text-decoration: underline;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #959ba4;
}

.form-popup__desc-link:last-child {
  border-right: none;
  margin-right: 0;
}
.form-popup__desc-link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .form-popup__desc {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 15px;
    font-weight: 500;
  }
}

.form-popup__input {
  font-size: 14px;
  line-height: 17px;
  color: #106cc6;
  font-weight: 500;
}

textarea.form-popup__input {
  padding-top: 1.4em;
}

.form-popup__input--textarea {
  min-height: 100px;
  resize: vertical;
}

.form-popup__input:focus + .form-popup__label-desc,
.form-popup__input[name="PHONE"] + .form-popup__label-desc,
.form-popup__label-desc.fill {
  transform: translateY(-75%);
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .form-popup__input:focus + .form-popup__label-desc,
  .form-popup__input[name="PHONE"] + .form-popup__label-desc,
  .form-popup__label-desc.fill {
    display: none;
  }
}

.form-popup__error {
  color: #d10;
  font-size: 0.9em;
  margin-top: 5px;
  margin-left: 2px;
}

.field label.input {
  top: 19% !important;
  font-size: 12px !important;
  line-height: 15px !important;
}

.form-popup__label-desc {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #888888;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 1.22em;
  transition: top 0.3s, color 0.3s;
}

@media (max-width: 768px) {
  .form-popup__label-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.form-popup__checkbox {
  height: auto;
}

.form-popup .form-popup__checkbox-desc {
  display: block;
}

.form-popup .form-popup__checkbox-desc:before {
  top: 2px;
}

.form-popup .form-popup__checkbox-desc:after {
  top: 5px;
}

.form-popup__link {
  color: #5bc194;
  display: inline;
  display: contents;
}

.form-popup__close {
  background: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.form-popup__submit {
  width: 100%;
  height: 60px;
}

.form-popup .select-container {
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  font-weight: 500;
}

.form-popup .select-style {
  white-space: normal;
  text-overflow: ellipsis;
  padding: 0 40px 0 20px;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  font-weight: 500;
}

.form-popup__preloader {
  display: flex;
  align-items: center;
}

.form-popup .select-content {
  max-width: none;
}

.form-hidden {
  display: none;
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .form-hidden {
    padding-top: 16px;
  }
}

.user-text p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .user-text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .user-text h2 {
    margin-block: -20px;
  }
}

.user-text p:last-child {
  margin-bottom: 20px;
}

.check-list {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .check-list {
    margin: -5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .check-list__li {
    padding: 5px;
  }
}

.check-list__item {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .check-list__item {
    font-size: 14px;
    line-height: 21px;
  }
}

.check-list__item:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 13px;
  height: 13px;
  background: url(../img/check-list.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .check-list__item:before {
    top: 4px;
  }
}

.get-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  .get-file {
    margin-top: 24px;
  }
}

.get-file__img {
  margin-right: 23px;
  width: 44px;
  height: auto;
}

.get-file__content {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.get-file__size {
  color: rgba(51, 51, 51, 0.5);
}

.call-back {
  margin: 50px 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 45px 40px 68px;
}

@media screen and (max-width: 767px) {
  .call-back {
    border-width: 1px 0;
    padding: 35px 20px;
    margin: 50px 0 40px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}

.call-back__header {
  font-size: 32px;
  line-height: 39px;
  color: #7b7b7b;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .call-back__header {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.call-back__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -35px;
}

@media screen and (max-width: 1024px) {
  .call-back__list {
    display: block;
    margin: -15px;
  }
}

.call-back__li {
  width: calc(100% / 3);
  padding: 35px;
}

@media screen and (max-width: 1024px) {
  .call-back__li {
    width: 100%;
    padding: 15px;
  }
}

.call-back__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.call-back__img-box {
  width: 50px;
  height: 50px;
  border: 1.6px solid #0069c9;
  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;
  border-radius: 50%;
}

.call-back__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}

.call-back__desc a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .call-back__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.files {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 76px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .files {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0px;
  }
}

.files__header {
  font-size: 32px;
  line-height: 39px;
  color: #7b7b7b;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .files__header {
    font-size: 18px;
    line-height: 22px;
  }
}

.files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .files__list {
    margin: -10px;
  }
}

.files__li {
  padding: 15px;
  width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
  .files__li {
    padding: 10px;
    width: 100%;
  }
}

.files__item {
  font-size: 16px;
  line-height: 24px;
  color: #0069c9;
  text-decoration: none;
  display: block;
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .files__item {
    font-size: 14px;
    line-height: 17px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .files__item:hover:before {
    opacity: 1;
  }
}

.files__item:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(/local/templates/bgf/img/file-download.svg) no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* static-head */
.static-head {
  background: -webkit-linear-gradient(351deg, #364a92 0%, #45a265 99.53%);
  background: -o-linear-gradient(351deg, #364a92 0%, #45a265 99.53%);
  background: linear-gradient(99deg, #364a92 0%, #45a265 99.53%);
  min-height: 408px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 78px;
  position: relative;
  z-index: 5;
  height: 1px; /* ie 11 sends his regards */
}

@media screen and (max-width: 767px) {
  .static-head {
    min-height: 200px;
  }
}

.static-head__container {
  position: relative;
  padding-top: 86px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .static-head__container {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.static-head__header {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .static-head__header {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 150px;
  }
}

.static-head__left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.static-head__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 542px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .static-head__img {
    max-width: 294px;
    right: -10px;
  }
}

.static-head__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -20px;
  counter-reset: static-header-list;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .static-head__tab-list {
    position: absolute;
    z-index: 10;
    left: 20px;
    right: 20px;
    top: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.static-head__tab-li {
  padding: 10px 20px;
  counter-increment: static-header-list;
}

@media screen and (max-width: 767px) {
  .static-head__tab-li {
    padding: 0px 10px;
  }
}

.static-head__tab-item {
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  outline: none;
}

@media screen and (max-width: 767px) {
  .static-head__tab-item {
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1025px) {
  .static-head__tab-item:hover {
    color: #fff;
  }
}

.static-head__tab-item:before {
  display: inline;
  content: counter(static-header-list) ". ";
}

.static-head__tab-item:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin: 0 auto;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .static-head__tab-item:after {
    background: #0069c9;
  }
}

.static-head__tab-li.active .static-head__tab-item {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .static-head__tab-li.active .static-head__tab-item {
    color: #0069c9;
  }
}

.static-head__tab-li.active .static-head__tab-item:after {
  width: 100%;
}

.conditions {
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .conditions {
    margin-bottom: 60px;
  }
}

.conditions__container {
  width: auto;
}

@media screen and (max-width: 767px) {
  .conditions__container {
    padding: 0 20px;
  }
}

.conditions__tabs-li {
  display: none;
}

.conditions__tabs-li.active {
  display: block;
}

.conditions__header {
  font-size: 33px;
  line-height: 39px;
  color: #333;
  text-transform: capitalize;
  margin-block: 60px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .conditions__header {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.conditions__check-list-header {
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .conditions__check-list-header {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

.documents {
  color: #333;
  margin-bottom: 53px;
}

@media screen and (max-width: 767px) {
  .documents {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .documents__container {
    padding: 0 20px;
  }
}

.documents__header {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .documents__header {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .documents__list {
    display: block;
    margin: -10px;
  }
}

.documents__li {
  width: calc(100% / 4);
}

@media screen and (max-width: 1024px) {
  .documents__li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .documents__li {
    width: 100%;
  }
}

.documents__item {
  margin-bottom: 10px;
  max-width: 270px;
  width: 100%;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 1px #f0f0f0;
  padding: 17px 30px 20px 30px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 182px;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
@media (max-width: 600px) {
  .documents__item {
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    height: 244px;
  }
  .documents__desc {
    text-align: center;
  }
  .document__li {
    padding: 0;
  }
}
:where(.documents__item, .services__item):hover {
  background-color: #2db177;
  color: white;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
:where(.documents__item, .services__item) svg path {
  stroke: none;
  fill: #2db177;
}
:where(.documents__item, .services__item):hover svg path {
  fill: white;
}
.services__item {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.documents__img-box {
  height: 48px;
  margin-bottom: 30px;
  text-align: center;
}

.documents__desc {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
  line-height: 1.44;
  /* transition: 0.4s;
  transition-delay: 0.2s; */
}
.client-msg {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .client-msg {
    margin-bottom: 50px;
  }
}

.client-msg__container {
  background: #f5f5f6;
  padding: 26px;
  text-decoration: none;
  display: block;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (max-width: 767px) {
  .client-msg__container {
    padding: 45px 20px;
    background: #104b9f;
  }
}

@media screen and (min-width: 1025px) {
  .client-msg__container:hover {
    background: #104b9f;
  }
}

.client-msg__header {
  font-size: 32px;
  line-height: 39px;
  color: #104b9f;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .client-msg__header {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
  }
}

@media screen and (min-width: 1025px) {
  .client-msg__container:hover .client-msg__header {
    color: #fff;
  }
}

.client-msg__desc {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .client-msg__desc {
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 1025px) {
  .client-msg__container:hover .client-msg__desc {
    color: rgba(255, 255, 255, 0.5);
  }
}

.message-client {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .message-client {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .message-client__container {
    padding: 0 20px;
  }
}

.message-client__header {
  font-size: 32px;
  line-height: 39px;
  color: #333;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .message-client__header {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.message-client__warning-desc {
  font-size: 16px;
  line-height: 34px;
  color: #7b7b7b;
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .message-client__warning-desc {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
}

.message-client__filled-header {
  font-size: 32px;
  line-height: 39px;
  color: #7b7b7b;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .message-client__filled-header {
    font-size: 18px;
    line-height: 22px;
  }
}

.message-client__filled-header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .message-client__filled-header-text {
    padding-left: 20px;
  }
}

.message-client__filled-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

@media screen and (max-width: 767px) {
  .message-client__filled-list {
    display: block;
    margin: -10px;
  }
}

.message-client__filled-li {
  width: calc(100% / 2);
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .message-client__filled-li {
    padding: 10px;
    width: 100%;
  }
}

.message-client__filled-item {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .message-client__filled-item {
    font-size: 14px;
    line-height: 24px;
  }
}
.popup-ipoteka .error {
  margin-top: -10px;
  margin-bottom: 10px;
  color: red;
  display: none;
}

.selectize-input > input {
  width: 100% !important;
  margin: 0 !important;
  padding-right: 40px !important;
  text-overflow: ellipsis;
}

.datepickers-container {
  z-index: 1500;
}

/* css loader animation */
.escapingBallG {
  position: relative;
  width: 83px;
  height: 29px;
  margin: auto;
}

.escapingBallG_inner {
  background-color: rgb(0, 105, 204);
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  animation-name: bounce_escapingBallG;
  -o-animation-name: bounce_escapingBallG;
  -ms-animation-name: bounce_escapingBallG;
  -webkit-animation-name: bounce_escapingBallG;
  -moz-animation-name: bounce_escapingBallG;
  animation-duration: 1.105s;
  -o-animation-duration: 1.105s;
  -ms-animation-duration: 1.105s;
  -webkit-animation-duration: 1.105s;
  -moz-animation-duration: 1.105s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
}

@keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    transform: scale(0.5, 1);
  }

  25% {
    left: 27px;
    transform: scale(1, 0.5);
  }

  50% {
    left: 69px;
    transform: scale(0.5, 1);
  }

  75% {
    left: 27px;
    transform: scale(1, 0.5);
  }

  100% {
    left: 0px;
    transform: scale(0.5, 1);
  }
}

@-o-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -o-transform: scale(0.5, 1);
  }

  25% {
    left: 27px;
    -o-transform: scale(1, 0.5);
  }

  50% {
    left: 69px;
    -o-transform: scale(0.5, 1);
  }

  75% {
    left: 27px;
    -o-transform: scale(1, 0.5);
  }

  100% {
    left: 0px;
    -o-transform: scale(0.5, 1);
  }
}

@-ms-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -ms-transform: scale(0.5, 1);
  }

  25% {
    left: 27px;
    -ms-transform: scale(1, 0.5);
  }

  50% {
    left: 69px;
    -ms-transform: scale(0.5, 1);
  }

  75% {
    left: 27px;
    -ms-transform: scale(1, 0.5);
  }

  100% {
    left: 0px;
    -ms-transform: scale(0.5, 1);
  }
}

@-webkit-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -webkit-transform: scale(0.5, 1);
  }

  25% {
    left: 27px;
    -webkit-transform: scale(1, 0.5);
  }

  50% {
    left: 69px;
    -webkit-transform: scale(0.5, 1);
  }

  75% {
    left: 27px;
    -webkit-transform: scale(1, 0.5);
  }

  100% {
    left: 0px;
    -webkit-transform: scale(0.5, 1);
  }
}

@-moz-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -moz-transform: scale(0.5, 1);
  }

  25% {
    left: 27px;
    -moz-transform: scale(1, 0.5);
  }

  50% {
    left: 69px;
    -moz-transform: scale(0.5, 1);
  }

  75% {
    left: 27px;
    -moz-transform: scale(1, 0.5);
  }

  100% {
    left: 0px;
    -moz-transform: scale(0.5, 1);
  }
}

.section-request {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .section-request {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-terms-service-wrapper {
  display: flex;
  flex-wrap: none;
  flex-direction: row;
  align-items: center;
}

.section-terms-service-tabs {
  margin-right: 20px;
  flex-grow: 1;
}

.section-terms-insured__link {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .section-terms-insured__link {
    margin: 20px 0;
  }
}
.section-terms-insured {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 216px;
}
.section-terms-insured--big {
  display: block;
}
.section-terms-insured--small {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-terms-insured--big {
    display: none;
  }
  .section-terms-insured--small {
    display: block;
  }
}
.section-terms-insured__text {
  color: black;
  line-height: 1.2;
  padding-top: 4px;
}

.about-bank__container {
  margin: 10px 0 15px;
}
.gradient {
  background: rgba(255, 190, 162, 1);
  background: -moz-linear-gradient(
          left,
          rgba(255, 190, 162, 1) 0%,
          rgba(255, 208, 188, 1) 66%,
          rgba(255, 190, 162, 1) 100%
  );
  background: -webkit-gradient(
          left top,
          right top,
          color-stop(0%, rgba(255, 190, 162, 1)),
          color-stop(66%, rgba(255, 208, 188, 1)),
          color-stop(100%, rgba(255, 190, 162, 1))
  );
  background: -webkit-linear-gradient(
          left,
          rgba(255, 190, 162, 1) 0%,
          rgba(255, 208, 188, 1) 66%,
          rgba(255, 190, 162, 1) 100%
  );
  background: -o-linear-gradient(
          left,
          rgba(255, 190, 162, 1) 0%,
          rgba(255, 208, 188, 1) 66%,
          rgba(255, 190, 162, 1) 100%
  );
  background: -ms-linear-gradient(
          left,
          rgba(255, 190, 162, 1) 0%,
          rgba(255, 208, 188, 1) 66%,
          rgba(255, 190, 162, 1) 100%
  );
  background: linear-gradient(
          to right,
          rgba(255, 190, 162, 1) 0%,
          rgba(255, 208, 188, 1) 66%,
          rgba(255, 190, 162, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbea2', endColorstr='#ffbea2', GradientType=1 );
}
.bank-select {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  z-index: 10;
}

.bank-select__btn {
  width: 165px;
  font-size: 13px;
  line-height: 16px;
  justify-content: space-between;
}

.bank-select__btn:hover {
  background: #0069c9 !important;
  color: #fff !important;
}

.bank-select__btn-text {
}

.bank-select .bank-select__icon-box {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg) translateY(-30%);
  display: flex;
  align-items: center;
}

.bank-select.active .bank-select__icon-box {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bank-select__btn-icon {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bank-select__list {
  position: absolute;
  left: 0;
  top: calc(150% + 9px);
  width: 260px;
  background: #fff;
  padding: 18px 30px;
  margin: -18px 0;
  -webkit-box-shadow: 0px 16px 64px rgba(33, 45, 53, 0.1);
  box-shadow: 0px 16px 64px rgba(33, 45, 53, 0.1);
  -webkit-transform: opacity 0.3s;
  -ms-transform: opacity 0.3s;
  transform: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.bank-select.active .bank-select__list {
  opacity: 1;
  pointer-events: auto;
}

.bank-select__li {
  padding: 18px 0;
  position: relative;
  border-bottom: 1px solid #e1e2e2;
}

.bank-select__li:last-child {
  border-bottom: none;
}

.bank-select__link {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding-right: 15px;
}

.bank-select__link:hover {
  color: #005eb6;
}

.bank-select__link-text {
  margin-right: 14px;
}

.bank-select__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bank-select__icon--blue {
  opacity: 0;
}

.bank-select__link:hover .bank-select__icon {
  opacity: 0;
}

.bank-select__link:hover .bank-select__icon--blue {
  opacity: 1;
}

.file-upload {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.file-upload:hover .file-upload__btn {
  background-color: #ffffff;
  color: #0069c9;
}

.file-upload__btn {
  display: block;
  margin-bottom: 12px;
}

.file-upload__input {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload__desc {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #888888;
}

.hidden {
  display: none !important;
}

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #256bc0;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.12);
  min-height: 48px;
  z-index: 100;
  padding: 10px 0;
}

.cookies .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cookies__button {
  margin-left: 30px;
  width: 168px;
  height: 31px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.cookies__text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.cookies__link {
  text-decoration: underline;
  color: #ffffff;
}

.cookies__btn-close {
  border: none;
  position: absolute;
  right: 30px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: transparent url(../img/close.svg);
}

@media screen and (max-width: 992px) {
  .cookies .container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cookies__button {
    margin-top: 10px;
    margin-left: 0;
  }
  .cookies__text {
    padding-right: 18px;
    font-size: 14px;
  }
}

.header-middle .header-select {
  margin-left: auto;
}

.header-offer {
  display: none;
}

/* service-bank */
.services {
}
.services h1 {
  font-weight: 900;
}
.services-list {
  margin: 33px -15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-list_only_link .service-item {
  width: 22%;
  padding: 0 8px;
  background-color: #f5f5f6;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 991px) {
  .services-list_only_link .service-item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .services-list_only_link .service-item {
    width: 27%;
  }
}
@media screen and (max-width: 575px) {
  .services-list_only_link .service-item {
    width: 41%;
  }
}
@media screen and (max-width: 380px) {
  .services-list_only_link .service-item {
    width: 100%;
  }
}
.services-list_only_link .service-item:hover {
  background-color: #106cc6;
}
.services-list_only_link .service-item__title {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  justify-content: center;
  text-align: center;
  padding: 0;
  height: 64px;
}
.services-list_only_link .service-item:hover .service-item__title {
  color: #fff;
}
.service-item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  margin: 0 15px 30px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.service-item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 991px) {
  .service-item {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 43%;
  }
}
@media screen and (max-width: 480px) {
  .service-item {
    width: 100%;
  }
}
.service-item__big {
  width: 47%;
}
@media screen and (max-width: 1025px) {
  .service-item__big {
    width: 46.6%;
  }
}
@media screen and (max-width: 991px) {
  .service-item__big {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .service-item__big {
    width: 43%;
  }
}
@media screen and (max-width: 480px) {
  .service-item__big {
    width: 100%;
  }
}
.service-item__thumb {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .service-item__thumb {
    height: 160px;
  }
}
.service-item__title {
  padding: 0 20px;
  font-size: 18px;
  color: #323232;
  font-weight: 600;
  line-height: 22px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .service-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .service-item__title {
    height: 90px;
  }
}
@media screen and (max-width: 480px) {
  .service-item__title {
    height: 70px;
  }
}
.service-item__title_width {
  width: 274px;
}
@media screen and (max-width: 991px) {
  .service-item__title_width {
    width: 100%;
  }
}
.services-seo {
  margin-bottom: 75px;
}
.services-seo__title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 32px;
  color: #323232;
}
.services-seo__text {
  font-size: 14px;
  line-height: 21px;
  color: #323232;
}
/* service-bank end */

html {
  overflow-x: hidden;
}
.safe-table__outer {
  width: 100%;
  position: relative;
  overflow: auto;
}
.safe-table__inner {
  width: 1170px;
}
.safe-table {
  width: 100%;
  border-radius: 8px;
  border-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.safe-table__head th {
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
}
.safe-table__head {
  background-color: #ececec;
}
.safe-table tr {
  padding-top: 14px;
  padding-bottom: 11px;
}
.safe-table th {
  padding: 12px 0;
  width: 390px;
}
.safe-table td {
  width: 195px;
  text-align: center;
  background-color: #fff;
}
.safe-table__body th {
  background-color: #ececec;
  text-align: left;
  padding: 14px 20px 11px 40px;
}
.safe-table__subhead {
  font-weight: 600;
  font-size: 15px;
  color: #323232;
}
.safe-items__mobile {
  display: none;
}

.additional__list {
  display: flex;
  justify-content: space-between;
}
.additional__item {
  width: 30%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.additional__item--active .additional__item-left::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0069c9;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}
.additional__item-left {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  position: relative;
}
.additional__item-right {
  display: flex;
  height: 100%;
  width: calc(100% - 43px);
  flex-direction: column;
  justify-content: space-between;
}
.additional__item-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
  margin-bottom: 6px;
}
.additional__item-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #0069c9;
}
#safe-map {
  height: 196px;
}
.safe-deal__hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.safe-deal__subtitle {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 32px;
  margin-top: 40px;
}
.safe-deal__desc {
  font-size: 14px;
  color: #0069c9;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 32px;
}
.safe-table + .safe-deal__desc {
  margin-top: 20px;
  margin-left: 40px;
}
.safe-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.safe-calendar {
  width: 370px;
}
.safe-map {
  width: calc(100% - 420px); /* margin 50px; */
  display: flex;
  flex-direction: column;
}
.safe-map__head {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.safe-map__head .selectize-map {
  width: 205px;
}
.safe-deal__location {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.safe-deal__location img {
  margin-right: 10px;
}
.safe-contacts {
  margin-top: 32px;
  display: flex;
}
.safe-contacts__item {
  display: flex;
  align-items: center;
}
.safe-contacts__item:not(:last-child) {
  margin-right: 70px;
}
.safe-contacts__item img {
  margin-right: 10px;
}
.safe-contacts__item a {
  color: #111;
}
.safe-calendar .datepicker {
  width: calc(100% - 2px);
  border-radius: 4px 4px 0 0;
}
.safe-calendar .datepicker--nav {
  background-color: #ececec;
}
.safe-calendar .datepicker--days-names {
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.safe-calendar .datepicker--day-name {
  color: #111;
}
.safe-calendar .datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background-color: #0069c9;
  border-radius: 50px;
}
.safe-calendar .datepicker--cell {
  line-height: 1;
}

.safe-package {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323232;
  background-color: #fff;
  transition: background-color 0.3s ease 0s, color 0.3s ease-out;
  cursor: pointer;
}
td.column-selected {
  background-color: #f8f8f8;
}
td.safe-package--active {
  background-color: #0069c9;
  color: #fff;
  cursor: default;
}
.safe-package--active .choice-text {
  display: none;
}

.safe-time {
  width: 100%;
  padding: 12px 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ececec;
  border: 1px solid #dbdbdb;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10 !important;
}

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #fff;
  border: 1px solid #aaa;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #dadada;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.safe-time__value {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-size: 24px;
  color: #323232;
  border: none;
  width: 100px;
  cursor: pointer;
}
.safe-time__value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 1px dashed #000;
}
.safe-time__value:active,
.safe-time__value:focus {
  outline: none;
  border: none;
}
.safe-time-text {
  margin-right: 20px;
  text-align: right;
}
.safe-time__block {
  display: flex;
  align-items: center;
  position: relative;
}
.safe-time__icon {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 20px;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps__thumb-x {
  background-color: #0069c9;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #0069c9;
}

.phone__link {
  pointer-events: none;
}
.nowrap {
  white-space: nowrap;
}
.default-choice {
  pointer-events: none;
}

@media (max-width: 1200px) {
  .additional__item {
    width: 32%;
  }
  .radio-block {
    margin-bottom: 0;
  }
  .safe-deal__location {
    width: calc(100% - 225px);
  }
  .safe-table {
    margin-bottom: 20px;
  }
  .ps__rail-x {
    opacity: 0.5;
  }
}

@media (max-width: 1023px) {
  .safe-map__head {
    flex-wrap: wrap;
  }
  .safe-map__head .selectize-map {
    width: 100%;
    margin-bottom: 20px;
  }
  .safe-deal__location {
    width: 100%;
    margin-left: 0;
  }
  .safe-contacts {
    flex-wrap: wrap;
  }
  .safe-contacts__item {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0 !important;
  }
  .safe-details + .safe-deal__desc {
    margin-top: 0;
  }
  .safe-map {
    width: calc(100% - 400px);
  }
  #safe-map {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .safe-table__inner {
    width: 780px;
  }
  .safe-table {
    border-radius: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    background-color: transparent;
  }
  .safe-table__head th {
    font-size: 12px;
  }
  .safe-table__subhead {
    font-size: 12px;
    font-weight: normal;
  }
  .safe-table__body th {
    background-color: #fff;
    font-weight: 400;
    padding: 14px 20px 11px 20px;
  }
  .safe-table__body th.safe-table__subhead-title {
    font-size: 14px;
    font-weight: 600;
  }
  .safe-table td:not(.safe-package--active) {
    border-left: 1px solid #e6e6e6;
  }
  .safe-table__head {
    background-color: #fff;
  }
  .safe-table {
    background-color: #e6e6e6;
  }
  .safe-table th {
    width: 300px;
  }
  .safe-table td {
    width: 120px;
    font-size: 12px;
    line-height: 15px;
  }
  .safe-table td svg {
    width: 16px;
  }
  .safe-deal__desc {
    font-size: 13px;
  }
  .safe-deal__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .additional__list {
    flex-wrap: wrap;
  }
  .additional__item {
    width: 100%;
  }
  .additional__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .safe-details {
    flex-wrap: wrap;
  }
  .safe-calendar {
    width: 100%;
  }
  .safe-map {
    width: 100%;
  }
  #safe-map {
    height: 280px;
  }
  .safe-contacts__item {
    font-size: 14px;
  }
  .safe-contacts {
    margin-top: 23px;
  }
  .safe-deal__location {
    align-items: flex-start;
  }
  .safe-deal__location img {
    margin-top: 3px;
  }
  .safe-deal__hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ps__rail-x {
    opacity: 0.5;
  }
}

@media (max-width: 480px) {
  .safe-table__body th {
    padding: 14px 20px 11px 0px;
  }
  .safe-table__outer {
    display: none;
  }
  .safe-items__mobile {
    display: flex;
    flex-direction: column;
  }
  .safe-item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #111;
  }
  .safe-item__head {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 17px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    color: #323232;
  }
  .safe-item__head-blue {
    color: #0069c9;
  }
  .safe-item__price {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    background-color: #fff;
    background-color: #e6e6e6;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
  }
  .safe-item__price span {
    max-width: calc(100% - 50px);
  }
  .safe-item__circle {
    background-color: #fff;
    display: flex;
    width: 36px;
    height: 36px;
    margin-left: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .safe-item__circle svg {
    width: 16px;
    opacity: 0;
    transition: opacity 0.25s ease 0s;
  }
  .safe-item--active .safe-item__circle svg {
    opacity: 1;
  }
  .safe-item--active .safe-item__price {
    background-color: #0069c9;
    color: #fff;
  }
  .safe-item__list {
    padding: 20px 20px 16px;
  }
  .safe-item__item {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 15px;
  }
  .safe-items__mobile + .safe-deal__desc {
    margin-top: 0;
  }
  .btn--offer {
    width: 100%;
  }
  .phone__link {
    pointer-events: all;
  }
  .safe-deal__hr {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .safe-deal__subtitle {
    margin-bottom: 26px;
  }
  .radio-block + .safe-deal__hr {
    margin-bottom: 0;
  }
}
.banner-background {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  left: 0 !important;
  object-fit: cover !important;
}
@media screen and (max-width: 1024px) {
  .banner-background {
    object-position: 60%;
  }
}

.form__dkp .form-popup__item,
.form__dkp .form-popup__text,
.form__dkp .form-popup__checkbox {
  margin-bottom: 15px;
}

.form__dkp .form-popup__list {
  margin-bottom: 0;
}

.form__dkp .btn {
  white-space: pre-wrap;
}

.form__dkp .form-popup__subtext {
  margin-bottom: 15px;
  color: #969090;
  font-size: 13px;
}

.form__dkp .form-popup__required {
  color: #ff0000;
}

.form__dkp .form-popup__radio {
  display: block;
  margin-bottom: 10px;
}

.form__dkp .form-popup__alternative {
  margin: 15px 0;
}

.form__dkp .auto-height {
  height: auto !important;
}

.form__dkp .form-popup__add-item {
  margin-bottom: 10px;
}
.file-upload__wrap {
}
.file-upload__remove {
  display: none;
}
.file-upload__wrap._active {
  margin-bottom: 20px;
}
.file-upload__wrap._active .file-upload__remove {
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  background: red;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 110%;
  margin-top: -20px;
}

.form-popup__radio.active + .form-popup__radio-content {
  height: auto !important;
}
.landing-header-phone {
  margin-left: auto;
}
.landing-header {
  justify-content: flex-start;
}
.landing-banner {
  border: none;
}
.form-popup__li._error .form-popup__text {
  font-size: 16px;
  color: red;
}

.safe-deal__desc a {
  color: #323232;
}

.safe-deal__desc a:hover {
  text-decoration: underline;
}
h1.head {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-transform: unset;
}
.contacts {
  color: #9299a2;
}
h1.head-section {
  font-weight: 400;
}

.form-popup__submit[disabled="disabled"] {
  opacity: 0.6;
}

.ya-head {
  display: none;
}

.header-search .ya-site-form__search-input-layout-r {
  display: none !important;
}

.header-search.search-opened .ya-site-form__input-text {
  display: block !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #323232 !important;
  border: none !important;
  margin: 0 !important;
  font-family: "Montserrat" !important;
}

.header-search.search-opened .header-search__left {
  max-width: calc(100% - 30px);
}

.header-search .ya-site-suggest-popup {
  top: 14px;
}

.header-search .ya-site-suggest-list {
  box-shadow: none !important;
}

.header-search .ya-site-suggest__content {
  font-family: Montserrat !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;

  color: #323232 !important;
}

.header-search .ya-site-suggest-elem {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.header-search .ya-site-suggest-elem:hover,
.header-search .ya-site-suggest-elem_state_hover {
  background: none !important;
}

.header-search .ya-site-suggest-items {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-search.search-opened .header-search__icon {
  position: absolute;
}

.header-search.search-opened #ya-site-form0 {
  margin-left: 25px !important;
}

@media screen and (max-width: 480px) {
  .header-right {
    display: none;
  }

  /* Мобильные правки для Страхования */

  .insurance-items .head-section {
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 280px;
  }
  .insurance-section__title {
    text-align: left;
  }

  .insurance-item .desc .bottom .price {
    font-size: 16px;
  }

  .insurance-item .desc .text {
    margin-bottom: 15px;
  }
}
#bx_651765591_9439 .main-slide.f-medium .head,
#bx_651765591_9439 .main-slide.f-medium .info,
#bx_651765591_9252 .main-slide.f-medium .head,
#bx_651765591_9252 .main-slide.f-medium .info,
#bx_651765591_12934 .main-slide.f-medium .head,
#bx_651765591_12934 .main-slide.f-medium .info {
  color: #222 !important;
}

.credit_banner .head,
.credit_banner .info {
  color: #222 !important;
}
.left_container {
  margin-left: 10px;
}
.left_container span {
  padding-top: 5px;
}
.form-popup .left_container .form-popup__checkbox-desc:after {
  top: 8px;
}

.main-slide.full-width .turbo .slide-img {
  width: 400px;
  height: auto;
  top: 120px;
  right: 26%;
}
.turbo .head,
.turbo .info {
  color: #000;
}
.btn.center-btn {
  height: 60px;
  width: 250px;
  padding: 19px;
  margin: auto;
  display: block;
}
.section-flex-blocks {
  margin-bottom: 70px;
}
.section-flex-blocks-inner {
  display: flex;
  justify-content: space-evenly;
}
.section-flex-blocks__item {
  width: 200px;
  text-align: center;
}
.section-flex-blocks__item:first-child {
  width: 180px;
}
.section-flex-blocks__item-img {
  display: block;
  margin: auto;
}
.section-flex-blocks__item-head {
  display: block;
  font-size: 18.5px;
  font-weight: 600;
  line-height: 1.74;
  margin-bottom: 20px;
  margin-top: 30px;
  height: 60px;
}
.section-flex-blocks__item:last-child .section-flex-blocks__item-head {
  margin-top: 29px;
}
.section-flex-blocks__item-info {
  display: block;
  line-height: 1.68;
  color: #555555;
}
.section-flex-blocks__item-head span {
  font-size: 26px;
  line-height: 0;
}
.secttion-terms-addition {
  color: #a5a5a5;
}

/* From Turbo */
.price_summ p {
  display: contents;
  margin-right: 3px;
  font-size: 50px;
  color: #2c78ce;
}
.form_submit_bl .from_0 {
  background: #2c78ce;
  color: #fff;
}

.form_submit_bl .price_summ * {
  color: #fff;
}

.form_submit_bl .from_0 .form-popup__list {
  padding-bottom: 20px;
}

.doverie_title {
  text-align: left !important;
  padding-top: 46px;
  text-transform: uppercase;
}

.line_doverie {
  padding-top: 20px;
}

.line_doverie + .line_doverie {
  padding-top: 60px;
}

.spisok_bl .bank_people {
  margin-bottom: 90px;
}

.form_submit_bl .range-min-max {
  color: #fefefe;
  font-size: 12px;
}

.doverie_num {
  width: 20%;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 50px;
  color: #2c78ce;
}

.doverie_text {
  font-size: 20px;
  width: 40%;
  display: block;
  padding-top: 19px;
  line-height: 28px;
  float: left;
}

.doverie_line + .doverie_line .doverie_text {
  padding-top: 4px;
}

.doverie_line + .doverie_line + .doverie_line .doverie_text {
  padding-top: 7px;
}

.line_doverie:after {
  content: "";
  display: block;
  clear: both;
}

.doverie_title {
  float: left;
}

.doverie_clients {
  float: right;
  font-size: 80px;
  font-weight: bold;
  color: #28b377;
}

.doverie_clients b {
  color: #000;
  font-size: 32px;
  font-weight: normal;
}

.doverie_img {
  width: 40%;
  float: left;
  text-align: right;
}

.doverie_line:after {
  content: "";
  display: block;
  zoom: 1;
  clear: both;
}

.doverie_line + .doverie_line {
  margin-top: 60px;
}

.doverie_line {
  clear: both;
  min-height: 80px;
}

.form_submit_bl h4 {
  display: none !important;
}

.form_submit_bl .price_summ {
  margin-bottom: 0px;
}

.form_submit_bl .range-slider .input-style {
  border-radius: 4px;
  border: 0;
  height: 50px;
  outline: none;
  line-height: 50px;
  font-size: 16px;
}

.form_submit_bl .range-field .input-range {
  height: 4px !important;
}

.form_submit_bl .form-popup__label-desc {
  top: 1.1em;
}

.form_submit_bl .form-popup__item input[name="NAME"] .form-popup__label-desc {
  top: 1em;
}

.form_submit_bl .form-popup__list .form-popup__input {
  height: 47px;
  line-height: 47px;
}

.form_submit_bl .from_0 .form-label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.form_submit_bl .from_0 .form-popup__li--50 > p {
  font-size: 16px;
  margin-top: 40px;
}

.form_submit_bl .from_0 .form-popup__li--50 {
  width: calc(100% / 4);
  padding-top: 36px;
}

.form_submit_bl
.from_0
.form-popup__li--50
+ .form-popup__li--50
+ .form-popup__li--50 {
  width: calc(100% / 2);
  text-align: center;
}

.steps_item a:hover {
  border-color: transparent;
}

.form_submit_bl .from_0 .form-popup__list {
  margin-bottom: 72px;
}

.form_submit_bl
.form-popup__list
.form-popup__input[name="PHONE"]
+ .form-popup__label-desc {
  font-size: 10px;
  top: 1.4em;
}

.form_submit_bl {
  margin-bottom: 90px;
}

.form_submit_bl .form_submit li .form-popup__checkbox {
  margin-bottom: 0;
}

body .form_submit_bl li .form-popup__checkbox {
  width: 50% !important;
  box-sizing: border-box;
  float: left !important;
  margin-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form_submit_bl .form-popup__submit {
  width: 43%;
  float: right;
}

.form_submit_bl .container-checkbox .checkmark {
  font-size: 14px;
}

.form_submit_bl .from_0 .form-popup__list {
  width: 1190px;
  padding: 25px auto 0px auto;
  margin-left: auto;
  margin-right: auto;
}

.form_submit_bl .container-checkbox .checkmark:before {
  height: 19px;
  width: 19px;
}

.section_image_bl .wrap_top .lic {
  font-weight: 400;
}

.top_wrap_bl div a {
  background-color: #ec660a;
}

.top_wrap_bl div b {
  font-weight: 600;
}

.section_image_bl .wrap_top div a {
  border-radius: 4px;
}

section.spisok_bl {
  margin-top: 60px;
}

.steps_list {
  margin-top: 85px;
}

.steps_num {
  color: #28b377;
  border: 2px solid #28b377;
  width: 58px;
  display: inline-block;
  *display: block;
  zoom: 1;
  height: 58px;
  border-radius: 200px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 58px;
  margin: 1px auto 28px;
  vertical-align: top;
}

.spisok_bl.form > div > p {
  margin-bottom: 65px;
}

.steps_item span {
  font-size: 16px;
  display: inline-block;
  padding-left: 17px;
  *display: block;
  zoom: 1;
  text-align: left;
}

.steps_item {
  width: 33.3%;
  float: left;
  display: inline-block;
  *display: block;
  zoom: 1;
}

.steps_list:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.form_submit_bl .range-field .input-range {
  bottom: -22px;
}

.form_submit_bl .form-range .range-min-max {
  font-size: 12px;
  margin-top: 42px;
}

.form_submit_bl .from_0 .form-popup__li--50 > p b {
  font-weight: 600;
}

body .full_bl {
  width: 100% !important;
  padding: 0 !important;
}

.from_3 {
  width: 1190px;
  margin: 0 auto;
  position: relative;
  padding: 0 5px;
}

.form_submit_bl .form-popup__li p {
  color: #fff;
}

.form_submit_bl .total-calc-value p,
.form_submit_bl .total-calc-value span {
  font-size: 50px;
  font-weight: 500;
}

.list_kredit ul li.page_5 {
  background: url(/img/spisok_5.png) no-repeat 0 50%;
}

.list_kredit ul li.page_6 {
  background: url(/img/spisok_6.png) no-repeat 0 50%;
}

.spisok_bl .spisok_wrap .link_bottom {
  margin-top: 15px;
}

.steps_item a {
  border-bottom: 1px solid #000;
  color: #333;
}

.doverie_bl {
  background: #f8f8f8;
  padding: 85px 0 135px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.line_doverie {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.doverie_img {
  position: relative;
}

.doverie_img img {
  position: absolute;
  right: 0;
  top: 0;
}

.range-field .input-range::-webkit-slider-runnable-track {
  margin: 0px !important;
  margin-top: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 7px;
  cursor: pointer;
  background-color: transparent;
}

.form_submit_bl .range-field .input-range::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#0069c9),
          to(#0069c9)
  )
  no-repeat border-box,
  -webkit-gradient(linear, left bottom, left top, from(#dddddd), to(#fefefe)) no-repeat
  border-box;
  background: -webkit-linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  -webkit-linear-gradient(bottom, #dddddd, #fefefe) no-repeat border-box;
  background: linear-gradient(#0069c9, #0069c9) no-repeat border-box,
  linear-gradient(to top, #dddddd, #fefefe) no-repeat border-box;
  -webkit-background-size: 9px 9px, 100% 100%;
  background-size: 9px 9px, 100% 100%;
  background-position: center, 0 0;
}

.range-field .input-range::-moz-range-track {
  box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 7px;
  cursor: pointer;
  background-color: transparent;
}

/* /Turbo */

/* _common */
.align-start {
  align-items: flex-start;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
  .head-section {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
    overflow: hidden;
  }
  .mobile-hide {
    display: none !important;
  }
  .documents__container {
    padding-inline: 40px;
  }
}
/* /_common */

/* cards-about */
.cards-about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* card-about */
.card-about {
  width: 100%;
  min-height: 244px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: solid 1px #f0f0f0;
  padding: 17px 30px 20px 30px;
  color: #333333;
}
/* .card-about svg {
  height: 69px;
} */

.card-about:hover rect {
  stroke: #fff;
}

.card-about__title {
  font-size: 1.2rem;
  color: #000;
}

.card-about:hover .card-about__title {
  color: #ffffff;
}

.card-about .num {
  height: 5rem;
  width: 5rem;
  margin: 0 auto 20px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-about__title {
    font-size: 1.125rem;
  }

  .card-about.small .card-about__info {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .card-about.small.nums.section-service-includes__card:not(:last-child) {
    margin-bottom: 15px;
  }
  .card-about.small.nums.section-service-includes__card:last-child {
    margin-bottom: 0;
  }
  .section-service-includes__card.card-about.small.nums .info {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }
  .card-about.small.nums br {
    display: none;
  }
  .card-about .num {
    width: 4.5rem;
    height: 4.5rem;
  }
  .card-about__title {
    margin: 15px 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .cards-about {
    flex-direction: column;
  }
}

/* main-slide */
.main-slide__image-info {
  z-index: 2;
  position: absolute;
  top: 64%;
  left: 20%;
  background: #ffffff;
  padding: 12px 20px;
  box-shadow: 0px 5px 9px rgba(58, 75, 108, 0.15);
  border-radius: 5px;
  display: flex;
  align-items: center;
}

/* main-banner */
.main-banner {
  color: #000;
  background: #f8f8f8;
}

.main-slide .main-banner .head {
  color: #000;
  width: 480px;
  font-size: 37px;
  font-weight: 500;
}
.main-slide .main-banner .info {
  font-size: 19px;
}

.main-banner {
  height: 600px;
  position: relative;
  padding-top: 75px;
  padding-bottom: 90px;
}

.main-banner .slide-img {
  top: 0;
  max-height: 100%;
  right: 15%;
}

.main-banner .btn.orange {
  margin-top: 30px;
  padding: 27px;
  width: 315px;
  text-transform: uppercase;
}

.main-banner__btn-hint {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 15px;
}

.main-banner__image-wrapper {
  z-index: 2;
  position: absolute;
  right: 3.5%;
  top: 0;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .main-slide .main-banner .head {
    font-size: 40px;
    line-height: 52px;
  }
  .main-slide .main-banner .info {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-slide .main-banner .head {
    font-size: 35px;
  }

  .main-slide .main-banner .info {
    font-size: 17px;
  }

  .main-slide__image-info {
    padding: 10px 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-slide .main-banner .head {
    font-size: 32px;
  }
  .main-slide .main-banner .info {
    font-size: 16px;
    margin-top: 20px;
  }
  .main-banner {
    padding: 40px 30px !important;
  }

  .main-banner .btn.orange {
    padding: 19px;
    font-size: 15px;
    width: 265px;
    margin-top: 14px;
  }
  .main-banner__btn-hint {
    font-size: 13px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner {
    padding: 15px;
    align-items: center;
  }

  .main-slide .main-banner .head {
    order: -1;
    text-align: center;
    width: 100%;
    max-width: 100% !important;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .main-slide .main-banner .info {
    max-width: none !important;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .main-slide.var2 .main-banner .btn {
    width: 315px;
    max-width: 90%;
    margin: 0 auto;
    display: inline-block;
    padding: 21px;
  }

  .main-banner__btn-hint {
    font-size: 13px;
    line-height: 16.8px;
    text-align: center;
    margin-top: 7px;
  }

  .main-slide__image-info {
    position: initial;
    margin-top: -15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 380px) and (max-width: 767px) {
  .main-slide .main-banner .info {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  .main-slide .main-banner .info {
    font-size: 14px;
  }
  .main-slide__image-info {
    font-size: 13px;
  }
}

/* slider */
.slider {
  display: flex;
  align-items: center;
}

.slider__slides {
  height: 100%;
  flex: 1 0;
  max-width: calc(100% - 2 * 60px);
}

.slider__slides-inner {
  height: 100%;
  width: 100%;
}

.slider__slide {
  height: 100%;
}

.slider__button {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider__button:hover {
  background: #f7f7f7;
}

.slider__button-icon {
  fill: #000;
  max-width: 40%;
  max-height: 40%;
}

.slider__button-icon_dir_left {
  margin-right: 5px;
}

.slider__button-icon_dir_right {
  margin-right: 9px;
}

.slider__button:hover .slider__button-icon {
  fill: #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slider__slides {
    max-width: calc(100% - 2 * 45px);
  }

  .slider__button {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
    /*flex-wrap: wrap;*/
  }
  .slider {
    flex-direction: column;
  }

  .slider__slides {
    order: 2;
    max-width: 100%;
  }

  .slider__buttons {
    width: 100px;
    display: flex;
    justify-content: space-between;
  }

  .slider__button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

/* slick fix */
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}
.slick-slide {
  outline: none;
}

/* notification-block */
.notification-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.notification-block__header {
  text-shadow: rgba(0, 0, 0, 90%) 0 0 2px;
  margin-bottom: 5px;
}
.notification-block__content {
  background: #29b377;
  box-shadow: 0 0 39px rgba(2, 48, 28, 0.4);
  border-radius: 0px 35.5px 35.5px 35.5px;
  display: flex;
  align-items: center;
  padding: 14px 36px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}
.notification-block__icon {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .notification-block__content {
    padding: 11px 26px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .notification-block__icon {
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .notification-block__content {
    padding: 12px 30px;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .notification-block__icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .notification-block__content {
    padding: 10px 25px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .notification-block__icon {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

/* section-specialization */
.section-specialization__head-section {
  text-transform: none;
  text-align: center;
}

.section-specialization__advantages {
  font-size: 1.125rem;
  line-height: 1.77;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.section-specialization__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-specialization__card {
  width: calc(33% - 10px);
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding: 35px 30px;
  border-color: #e6e6e6;
}

.section-specialization__card-head.head {
  font-size: 18px;
  line-height: 23px;
  /* font-weight: 500; */
  margin-bottom: 11px;
}

@media screen and (min-width: 1920px) {
  .section-specialization__advantages {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-specialization__card {
    padding: 25px 20px;
    min-height: unset;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-specialization {
    padding-top: 55px;
  }
  .section-specialization__head-section.head-section {
    margin-bottom: 25px;
  }

  .section-specialization__advantages {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .section-specialization__card {
    width: calc(33% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .section-specialization {
    padding-top: 45px;
  }
  .section-specialization__advantages {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-bottom: 50px;
  }
  .section-specialization__advantages li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-specialization__cards-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-specialization__card {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 23px 17px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .section-specialization__card-head.head {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .section-specialization__card .info {
    display: block !important;
    font-size: 13px;
    line-height: 17px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-specialization__card {
    width: calc(50% - 10px);
  }
}

.block-info {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.block-info__block {
  height: 100%;
  flex: 1 0;
  padding: 10px 35px;
}

.block-info__block_align_center {
  display: flex;
  align-items: center;
}

.block-info__block_no_padding {
  padding: 0;
}

.block-info__block-image {
  max-width: 100%;
  max-height: 100%;
}

.block-info__block-group {
  /* color: #222; */
  line-height: 23.25px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.block-info__block-group:not(:last-child) {
  margin-bottom: 40px;
}

.block-info__block-group-title {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}

.block-info__block-group li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .block-info {
    flex-direction: column;
    padding: 0;
  }
  .block-info__block {
    padding: 10px 0;
  }
  .block-info__block:not(:last-child) {
    margin-bottom: 15px;
  }
  .block-info__block-group {
    line-height: 18.25px;
    font-size: 13px;
  }
  .block-info__block-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-info__block-group-title {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .block-info__block-group-title {
    text-align: center;
  }
  .block-info__block-group {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 576px) {
  .block-info__block-group {
    width: 65%;
  }
}

/* section-terms-service */
.section-terms-service__head-section {
  text-transform: none;
  text-align: center;
}
.section-terms-service__head-section.head-section {
  margin-bottom: 40px;
}
.section-terms-service__tabs {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-terms-service__tabs {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .section-terms-service__tabs .tab-btn {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-terms-service__head-section.head-section {
    margin-bottom: 30px;
  }
  .section-terms-service__tabs {
    padding-bottom: 0;
  }
  .section-terms-service__block-info {
    flex-direction: column;
  }
  .section-terms-service__block-info-block {
    max-width: 50%;
  }
  .section-terms-service__block-info-block:last-child {
    max-width: 70%;
  }
  .section-terms-service__block-info-block-group {
    justify-content: center;
  }
  .section-terms-service__block-info-block-group-title {
    text-align: center;
  }
  .section-terms-service .section-terms-service-inner {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-terms-service {
    padding-top: 55px;
  }

  .section-terms-service .section-terms-service-inner {
    padding-bottom: 75px;
  }

  .section-terms-service__head-section.head-section {
    margin-bottom: 25px;
  }

  .section-terms-service__tabs {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .section-terms-service__tabs .tab-btn {
    max-width: 75%;
    height: 52px;
    margin: 0 auto 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-terms-service__tabs {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-terms-service__block-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.section-service-includes {
  padding-top: 30px;
  background: none;
}

.section-service-includes__head-section {
  text-transform: none;
  text-align: center;
}

.section-service-includes__card {
  flex: 1 0;
  width: auto;
}
.section-service-includes__card.card-about {
  padding: 30px 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-about.small.nums.section-service-includes__card {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-service-includes {
    padding-bottom: 20px;
  }

  .section-service-includes__card.card-about {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-service-includes {
    padding-bottom: 0;
  }
  .card-about.small.nums.section-service-includes__card {
    flex-direction: column;
  }
  .card-about.small.nums .num {
    margin-right: 0;
  }
  .card-about.small.nums .info {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .card-about.small.nums.section-service-includes__card {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .card-about.small.nums.section-service-includes__card {
    width: 100%;
  }
}

/* section-calculator */
.section-calculator {
  padding: 30px 0;
}

.section-calculator__head-section {
  text-transform: none;
  text-align: center;
  margin-bottom: 60px;
}

.section-calculator__disclaimer {
  margin-top: -50px;
}

.section-calculator__disclaimer-button {
  display: block;
  border: none;
  outline: none;
  color: #2c78ce;
  text-decoration: underline;
  text-underline-position: under;
  background: none;
  margin: 0 auto 20px;
  cursor: pointer;
}

.section-calculator__disclaimer-button:hover {
  color: #2360a4;
}

.section-calculator .btn {
  background-color: #ec660a;
  border-color: #ec660a;
}
.section-calculator .btn.blue:hover {
  color: #ec660a;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-calculator__disclaimer {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-calculator__head-section {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-calculator {
    padding: 20px 0 30px;
  }
  .section-calculator__head-section {
    margin-bottom: 40px;
  }
  .section-calculator__disclaimer-text {
    display: none;
    font-size: 11px;
  }

  .section-calculator__disclaimer-text_active {
    display: block;
  }

  .section-calculator__disclaimer-button {
    font-size: 14px;
  }

  .section-calculator input,
  .section-calculator .form-popup__label-desc {
    font-size: 13px;
  }
}

/* section-map */
.section-map {
  padding: 50px 0 0;
}

.section-map__head-section {
  text-transform: none;
  text-align: center;
}

.section-map .map-contacts {
  height: 500px;
}

.section-map__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.section-map__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.section-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.map-contacts #map {
  margin: 0;
}

@media screen and (min-width: 1920px) {
  .section-map__list-items {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-map__list {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-map__list-items {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-map__list-items {
    width: 60%;
  }
}

/* section-infos */
.section-infos {
  background-color: #2c78ce;
  background-image: url("/local/templates/bgf/img/background_lines.png");
  background-position: -360px 0;
  color: #fff;
  padding-top: 30px;
}

.section-infos__block-hint {
  padding: 7px 20px;
  background: #ec660a;
  font-size: 1.0625rem;
  line-height: 23.4px;
  color: #fff;
  margin-bottom: 20px;
}

.section-infos__block-info {
  height: 100%;
}

.section-infos__block-info-block {
  position: relative;
}

.section-infos__block-info-block-title {
  font-size: 32px;
  line-height: 45.5px;
  font-weight: 300;
}

.section-infos__slider {
  height: 600px;
  width: 100%;
}

.section-infos__list {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 30px;
}

.section-infos__list-items {
  padding: 0;
}

.section-infos__list-item:not(:last-child) {
  margin-bottom: 24px;
}
.section-infos__notification {
  z-index: 2;
  position: absolute;
  bottom: 22%;
  right: 17%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-infos__slider {
    height: 450px;
  }

  .section-infos__block-info-block-title {
    font-size: 29px;
    line-height: 41px;
  }

  .section-infos__block-hint {
    font-size: 1rem;
  }

  .section-infos__list-items {
    font-size: 17px;
  }

  .section-infos__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-infos__slider {
    height: 320px;
  }

  .section-infos__block-info-block-title {
    font-size: 21px;
    line-height: 31px;
  }

  .section-infos__block-hint {
    padding: 7px 15px;
    font-size: 0.75rem;
    margin-bottom: 15px;
  }

  .section-infos__list {
    margin-top: 20px;
  }

  .section-infos__list-items {
    font-size: 14px;
    line-height: 23px;
  }

  .section-infos__list-item:not(:last-child) {
    margin-bottom: 6px;
  }

  .section-infos__notification {
    bottom: 12%;
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .section-infos {
    padding-bottom: 0;
  }

  .section-infos__slider {
    height: auto;
    position: relative;
  }

  .section-infos__slider-buttons {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    z-index: 2;
  }

  .section-infos__block-info-block {
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .section-infos__block-info-block:last-child {
    order: -1;
  }

  .section-infos__block-info-block-title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    order: -1;
  }

  .section-infos__block-hint {
    padding: 6px 12px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .section-infos__list-items {
    font-size: 16px;
    line-height: 22px;
  }

  .section-infos__list-item:not(:last-child) {
    margin-bottom: 18px;
  }

  .section-infos__notification {
    right: auto;
    left: 50%;
    bottom: 13%;
    transform: translate(-50%, 0);
    width: 250px;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  .section-infos__notification {
    width: 280px;
  }
}

@media screen and (max-width: 300px) {
  .section-infos__block-info-block-title {
    font-size: 21px;
    line-height: 30px;
  }
  .section-infos__block-hint {
    font-size: 0.8125rem;
  }
}

/* page-kredit_kredit-new, page-kredit_kredit-biz-new */
.page-kredit_kredit-new .main-slide,
.page-kredit_kredit-biz-new .main-slide {
  height: 600px;
}

.page-kredit_kredit-new__main-slide-image-wrapper,
.page-kredit_kredit-biz-new__main-slide-image-wrapper {
  top: 55%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.page-kredit_kredit-new .main-slide.full-width .slide-img {
  bottom: auto;
  right: auto;
  top: auto;
  position: relative;
  z-index: 2;
}

/*.page-kredit_kredit-biz-new .main-slide.full-width .slide-img*/

.page-kredit_kredit-new .main-slide.full-width .slide-img {
  height: 80%;
}

.page-kredit_kredit-new .main-slide.full-width.var2 {
  padding-top: 0;
  padding-bottom: 0;
}

.page-kredit_kredit-new__main-slide-image-info {
  left: 31%;
}

.page-kredit_kredit-new__main-slide-image-info-icon,
.page-kredit_kredit-biz-new__main-slide-image-info-icon {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.page-kredit_kredit-new__main-slide-image-info-text,
.page-kredit_kredit-biz-new__main-slide-image-info-text {
  white-space: pre-line;
  font-size: 14px;
  line-height: 20px;
}

.page-kredit_kredit-new__main-slide-icon,
.page-kredit_kredit-biz-new__main-slide-icon {
  display: none;
  position: absolute;
  top: 24%;
  left: 15%;
  height: 50%;
}

.page-kredit_kredit-biz-new__main-slide-icon {
  display: block;
}

@media screen and (min-width: 1920px) {
  .page-kredit_kredit-new .main-slide,
  .page-kredit_kredit-biz-new .main-slide {
    height: 650px;
  }

  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    height: 95%;
    top: 52%;
    right: 0.5%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    right: -5%;
    height: 95%;
    top: 55%;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    right: -5%;
    height: 95%;
    top: 55%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    right: -8%;
    height: 100%;
    top: 55%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .page-kredit_kredit-biz-new__main-slide-icon {
    top: 24%;
    left: 13%;
  }

  .page-kredit_kredit-biz-new__main-slide-image-info {
    left: 20%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .page-kredit_kredit-new .main-slide.full-width.var2,
  .page-kredit_kredit-biz-new .main-slide.full-width.var2 {
    height: 450px;
  }

  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    right: -8%;
    height: 100%;
    top: 55%;
  }

  .page-kredit_kredit-new .main-slide.full-width .slide-img {
    max-width: 90%;
  }

  .page-kredit_kredit-new__main-slide-image-info-text,
  .page-kredit_kredit-biz-new__main-slide-image-info-text {
    font-size: 13px;
    line-height: 18px;
  }

  .page-kredit_kredit-new__main-slide-image-info {
    left: 21%;
  }
}

@media (width: 768px) {
  .page-kredit_kredit-biz-new__main-slide-icon {
    left: 7%;
  }

  .page-kredit_kredit-biz-new__main-slide-image-info {
    left: -13%;
  }
}

@media (min-width: 900px) and (max-width: 992px) {
  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    height: 105%;
    right: -5%;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-kredit_kredit-new .main-slide.full-width.var2 {
    height: auto;
  }

  /*.page-kredit_kredit-biz-new .main-slide.full-width.var2*/
  .page-kredit_kredit-new .main-slide.full-width.var2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-kredit_kredit-new__main-slide-image-wrapper,
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    flex-direction: column;
    height: auto;
  }
  .page-kredit_kredit-biz-new__main-slide-image-wrapper {
    display: flex;
    align-items: center;
  }
  .page-kredit_kredit-new .main-slide.full-width .slide-img,
  .page-kredit_kredit-biz-new .main-slide.full-width .slide-img {
    height: auto;
  }
  .page-kredit_kredit-new__main-slide-icon,
  .page-kredit_kredit-biz-new__main-slide-icon {
    top: 13%;
    left: 14%;
  }
}

@media screen and (max-width: 320px) {
  .page-kredit_kredit-new__main-slide-image-info-text,
  .page-kredit_kredit-biz-new__main-slide-image-info-text {
    font-size: 11px;
    line-height: 17px;
  }
}

/* page-kredit_kredit-biz-new */
.page-kredit_kredit-biz-new .main-slide {
  /* height: 570px; */
}

/*.page-kredit_kredit-biz-new .main-slide.full-width .slide-img {*/
/*bottom: auto;*/
/*right: auto;*/
/*top: auto;*/
/*position: relative;*/
/*z-index: 2;*/
/*}*/

/* */
.form_submit_bl .from_0 .form-popup__list {
  max-width: 100%;
}
.from_3 {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form_submit_bl .from_0 {
    padding: 0 15px;
  }
}

.logo-pik {
  position: absolute;
}

.logo-pik svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .logo-pik {
    width: 66px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .page-services_elektronnaya-registratsiya .section-terms-service {
    padding-top: 0;
  }
}

.section-investors .card-about {
  pointer-events: none;
}

.section-investors .section4 {
  margin-top: -75px;
}

.page-business_bankovskie-garantii .section-terms-service {
  padding-top: 0 !important;
}
.section-investors.marg-none {
  /*margin-top: 45px !important;*/
}
.page-business_bankovskie-garantii .section-investors .head-section {
  margin-block: 60px;
  text-align: center;
}
.page-services_elektronnaya-registratsiya .head-section {
  margin-bottom: 33px;
}
.page-kredit-new .section-investors.marg-none {
  margin-top: 0 !important;
}

.credit {
  padding: 10px 0 15px;
}

.credit__title {
  padding-block: 20px;
}
.contacts-block.email.footer__mobile {
  display: none;
}
@media (max-width: 600px) {
  div.div {
    margin-bottom: 0;
  }
}
.btn.orange {gap: 4px; max-width: 273px}


.what-is {
  padding: 60px 0;
}
.what-is__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.what-is__left {
  max-width: 517px;
  width: 100%;
}
.what-is__header {
  font-weight: 600;
  font-size: 30px;
  line-height: 38.1px;
  color: #000;
  margin-bottom: 31px;
  display: block;
}
.what-is__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #000;
}
.what-is__hero {

}
@media screen and (max-width: 768px) {
  .what-is {
    display: none;
  }
}

.metall-open {
  padding: 30px 0;
}
.metall-open__wrapper {

}
.metall-open__header {
  margin-bottom: 40px;
}
.metall-open__body {

}
.metall-open__tabs {
  background: #ec660a;
  text-align: center;

  background: #EAEBF3;
  border-radius: 55px;

  display: flex;
  justify-content: start;
  align-items: center;

  width: max-content;
  margin: 0 auto 40px;
}
.metall-open__tab {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 24px 40px;
  cursor: pointer;
}
.metall-open__tab.is-active {
  background: #ec660a;
  color: #fff;
  font-weight: 600;
  border-radius: 55px;
}
.metall-open__content {

}
.metall-open__content-items {

}
.metall-open__content-items__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.metall-open__item {
  padding: 30px 60px;
  background: #e9f3f7;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  min-height: 415px;
}
.metall-open__headline {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  margin-bottom: 9px;
}
.metall-open__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.78px;
  color: #5c5c5c;
  max-width: 253px;
}
.metall-open__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  padding: 15px 24px;
  background: #ED660A;
  border-radius: 8px;
  margin-top: auto;
}
.metall-open__img {
  position: absolute;
  right: 0;
  top: 29%;
}

[data-tab-content]:not(.is-active) {
  display: none;
}
.demands__item-new {
  background: #F9F9F9;
}
.metall-terms {
  padding: 30px 0;
}
.metall-terms__tabs {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
}
.metall-terms__tab {
  padding: 24px;
  border-radius: 4px;
  border: 2px solid #E9ECF8;
  color: #5c5c5c;
}
.metall-terms__tab.is-active {
  border: 2px solid var(--acc1, #EC660A);
  color: #ec660a;
  font-weight: 600;
}
.metall-terms__tab:not(:last-child) {
  margin-right: 12px;
}
.demands__item-new .demands__item-title {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.demands__item-new:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .metall-open__content-items__inner {
    grid-template-columns: 1fr;
  }
  .metall-open__tab {
    font-size: 12px;
    padding: 12px 24px;
  }
  .metall-open__tabs {
    width: 100%;
  }
  .metall-open__img {
    position: static;
  }
  .metall-open__btn {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .metall-open__item {
    padding: 24px 12px;
  }
  .metall-terms__tabs {
    overflow-x: auto;
  }
  .metall-terms__tab {
    width: max-content;
    flex-shrink: 0;
  }
}
