@charset "UTF-8";

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-BlackItalic.woff2") format("woff2"), url("../fonts/CeraPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-BoldItalic.woff2") format("woff2"), url("../fonts/CeraPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Light.woff2") format("woff2"), url("../fonts/CeraPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-MediumItalic.woff2") format("woff2"), url("../fonts/CeraPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-LightItalic.woff2") format("woff2"), url("../fonts/CeraPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Thin.woff2") format("woff2"), url("../fonts/CeraPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-RegularItalic.woff2") format("woff2"), url("../fonts/CeraPro-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-ThinItalic.woff2") format("woff2"), url("../fonts/CeraPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Cera Pro";
  font-display: swap;
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.up {
  text-transform: uppercase;
}

.none {
  text-decoration: none;
}

.th {
  font-weight: 100;
}

.el {
  font-weight: 200;
}

.l {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.bl {
  display: block;
}

.abs {
  position: absolute;
}

.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tc {
  display: table-cell;
  vertical-align: middle;
}

.dn {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.it {
  font-style: italic;
}

.sn {
  font-style: normal;
}

.b0 {
  border: 0;
}

.bn {
  background: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.poi {
  cursor: pointer;
}

.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.noup {
  text-transform: none;
}

.fix {
  position: fixed;
}

.tn {
  transform: none;
}

.bf {
  background: #fff;
}

.cf {
  color: #fff;
}

.c0 {
  color: #003964;
}

.ap {
  appearance: none;
}

.nw {
  white-space: nowrap;
}

.ma {
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

.pen {
  pointer-events: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
}

body,
th,
td {
  font-family: "Cera Pro";
  font-size: 14px;
  color: #003964;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img,
table {
  border: none;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0;
}

a {
  color: #003964;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  color: #003964;
  font-family: "Cera Pro";
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type=submit] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}

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

img {
  max-width: 100%;
}

button {
  max-width: 100%;
}

.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
  display: block;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1390px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrap.big {
  max-width: 1784px;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  min-width: 375px;
  display: flex;
  flex-direction: column;
}

p {
  letter-spacing: -0.01em;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header-hr {
  height: 1px;
  border: 0;
  width: 100%;
  display: block;
  padding: 0;
}

.top-menu-other {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
}

.top-menu .item_menu--dropdown a i {
  margin-left: 5px;
}

.top-menu-other li.is-lg-visible {
  display: none;
}

.top-menu-other li a {
  color: #003964;
  font-size: 16px;
  line-height: 20px;
}

.top-menu-other li a.city {
  padding-left: 21px;
  font-weight: 700;
}

.top-menu-other li a.card {
  padding-left: 26px;
  background: url("../img/card.svg") no-repeat left;
}

.top-menu-other li ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.top-menu-other li {
  display: inline-block;
  position: relative;
}

.top-menu-other li:hover a .fa {
  transform: rotate(180deg);
}

.top-menu-other li:hover ul {
  display: block;
}

.top-menu-other li a {
  display: block;
  text-decoration: none;
  padding: 14px 0;
  color: #003964;
  font-weight: 500;
  line-height: 140%;
}

.top-menu-other li ul {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 100;
  white-space: nowrap;
  border: 1px solid #f5f9fc;
  border-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 57, 100, 0.2);
  padding: 10px;
  display: none;
}

.top-menu-other li ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  right: 30px;
}

.top-menu-other li ul li {
  display: block;
  margin: 0 !important;
}

.top-menu-other li ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.top-menu-other li ul li a:hover {
  background: #eff2f8;
}

.top-menu li {
  display: inline-block;
  position: relative;
}

.top-menu li.is-lg-visible {
  display: none;
}

.top-menu li:not(:last-child) {
  margin-right: 30px;
}

.top-menu li:hover a .fa {
  transform: rotate(180deg);
}

.top-menu li:hover ul {
  display: block;
}

.top-menu li a {
  display: block;
  text-decoration: none;
  padding: 14px 0;
  color: #346184;
  font-weight: 500;
  line-height: 140%;
}

.top-menu li ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
  z-index: 3;
  white-space: nowrap;
  border: 1px solid #f5f9fc;
  border-top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 57, 100, 0.2);
  padding: 10px;
  display: none;
}

.top-menu li ul:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.top-menu li ul li {
  display: block;
  margin: 0 !important;
}

.top-menu li ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.top-menu li ul li a:hover {
  background: #eff2f8;
}

.header .city {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-left: 20px;
  background: url("../img/city2.svg") no-repeat left/contain;
  text-decoration: none;
}

.header .logo {
  margin-top: 3px;
  margin-right: 30px;
}

.header .logo a {
  line-height: 0;
  display: block;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
}

.main-menu {
  margin-top: 11px;
}

.main-menu li {
  display: inline-block;
  vertical-align: middle;
}

.main-menu li:not(:last-child) {
  margin-right: 25px;
}

.main-menu li a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.main-menu li a.menu {
  padding: 0;
  width: 32px;
  height: 32px;
  background: url("../img/menu-button.svg");
}

.menu-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/menu-button.svg");
  margin-left: auto;
}

.header .contacts {
  margin-left: auto;
}

.header .contacts .social {
  display: inline-flex;
  vertical-align: middle;
  padding-right: 10px;
}

.header .contacts .social a {
  display: inline-block;
}

.header .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: #819db2;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin-right: 10px;
}

.header .contacts .phone a {
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}

.enter-btn {
  vertical-align: middle;
  color: #fff;
  height: 32px;
  border-radius: 3px;
  background: #003964;
  font-size: 14px;
  line-height: 14px;
}

.enter-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  background: url("../img/login.svg") center/cover;
  margin: -2px 2px 0 0;
}

.index-first-block {
  margin-bottom: 40px;
}

.index-first-block.service2 .banner .image {
  right: auto;
  left: 46.5%;
}

.img-bg-buildings {
  position: absolute;
  right: 150px;
  top: 190px;
  width: 201px;
  height: 175px;
  background: url(../img/img-buildings.png) no-repeat;
}

.index-first-block .banner {
  max-width: 1744px;
  padding: 30px 0 30px;
  position: relative;
  background: linear-gradient(180deg, rgba(188, 202, 224, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #EFF2F8;
  margin: 0 auto;
}

.index-first-block.index .img-bg-buildings {
  top: 150px;
  right: 115px;
}

.index-first-block.service1 {
  //background-color: #F2F5FA;
}

.index-first-block.service1 .banner .image {
  right: 135px;
}

.index-first-block.service1 .img-bg-buildings {
  top: 130px;
  right: 70px;
}

.index-first-block.service3 {
  //background-color: #F2F5FA;
}

.index-first-block.service3 .banner .image {
  margin-bottom: 10px;
}

.index-first-block.service4 {
  //background-color: #F2F5FA;
}

.index-first-block .banner .text__inner {
  display: flex;
  flex-direction: column;
}

.index-first-block .banner .text.big {
  margin: 0px;
}

.index-first-block .banner .text.big p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-first-block .banner .text.big p:after {
  display: none;
}

.index-first-block .banner .text .top-text {
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: skew(-8deg);
  margin-bottom: 8px;
  margin-top: 15px;
  align-self: flex-start;
}

.text-selected {
  display: inline-flex;
  background: #DF2222;
  transform: skewX(-10deg);
  height: 27px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 3px;
}

.text-selected span {
  font-size: 12px;
  line-height: 1;
  transform: skewX(10deg);
}

.index-first-block .banner .text .top-text span {
  display: inline-block;
  transform: skew(8deg);
}

.index-first-block .banner .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.wrap-first {
  padding-left: 0;
  padding-right: 0;
  max-width: 1744px;
}

.index-first-block .banner .text h2 span {
  color: #df2222;
}

.index-first-block .banner .text h2 span.color-blue {
  color: #003964;
}

.index-first-block .banner .text p {
  position: relative;
  margin-bottom: 22px;
  color: #346184;
  line-height: 120%;
  gap: 12px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.index-first-block .banner .text p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: #df2222;
}

.index-first-block .banner .text p span:not(.is-lg-visible) {
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: skew(-8deg);
  flex-shrink: 0;
}

.index-first-block .banner .text p span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.index-first-block__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.index-first-block__form input[type=text] {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
}

.index-first-block__form input[type=text]::placeholder {
  color: #819DB2;
}

.index-first-block__form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.index-first-block .banner .text .bottom-text {
  text-align: center;
  color: rgba(129, 157, 178, 0.7);
  font-size: 12px;
  line-height: 140%;
}

.index-first-block .banner .text .bottom-text a {
  color: rgba(129, 157, 178, 0.7);
}

.calc-block .item {
  margin-bottom: 10px;
}

.calc-block .item .field {
  position: relative;
}

.calc-block .item .field p {
  position: absolute;
  left: 0;
  top: 2px;
  text-transform: uppercase;
  color: #003964;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.calc-block .item .field input[type=text] {
  width: 100%;
  height: 26px;
  background: none;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.calc-block .item .ui-widget.ui-widget-content {
  border: 0;
}

.calc-block .item .ui-slider-horizontal {
  height: 2px;
}

.calc-block .item .ui-widget-content {
  background: #df2222;
}

.calc-block .item .ui-widget-header {
  background: #003964;
}

.calc-block .item .ui-state-default,
.calc-block .item .ui-widget-content .ui-state-default,
.calc-block .item .ui-widget-header .ui-state-default,
.calc-block .item .ui-button,
.calc-block .item html .ui-button.ui-state-disabled:hover,
.calc-block .item html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../img/range.svg");
  margin: -11px 0 0 -15px;
}

.calc-block .item .values {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.calc-block .item .br {
  height: 30px;
}

.calc-block .item .selects .item {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 30px 0px 0 0;
}

.calc-block .item .selects .item:last-child {
  margin-right: 0;
}

.calc-block .item .selects .item p {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #346184;
  font-family: Cera Pro;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.calc-block .item .selects .item .select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.calc-block .item .selects .item .select .radio {
  display: none;
}

.calc-block .item .selects .item .select .radio + label {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  background: #eff2f8;
}

.calc-block .item .selects .item .select .radio:checked + label {
  color: #fff;
  background: #346184;
}

.calc-block .result2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eff2f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px;
}

.calc-block .result2 .item {
  width: 32%;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}

.calc-block .result2 .item span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.calc-block .result2 .button button {
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 199px;
  height: 55px;
  background: #df2222;
  font-size: 16px;
}

.calc-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 30px;
}

.calc-block .result2 .button a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.calc-block .result .top {
  background: #EFF2F8;
  padding: 20px 25px;
}

.calc-block .result .top .top-item {
/*  font-size: 13px; */
  font-weight: 500;
/*  line-height: 16px; */
}

.calc-block .result .top .top-item p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.calc-block .result .top .top-item p span {
  font-size: 24px;
}

.calc-block .result .top .line {
  width: 1px;
  background: #cbd8e0;
}

.calc-block .result .agree {
  position: relative;
  display: flex;
  //justify-content: space-between;
}

.calc-block .result .agree label {
  flex: none;
  width: 55%;
}

.calc-block .result .agree .link {
  flex: 2;
}

.calc-block .result .agree.other {
  padding: 0;
}

.calc-block .result .agree.other .link {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
}

.calc-block .result .agree .link {
  text-align: center;
  flex-shrink: 0;
}

.calc-block .result .agree .link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.calc-block .result .agree .checkbox {
  display: none;
}

.calc-block .result .agree .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
  color: #346184;
  font-size: 12px;
  line-height: 14px;
}

.agree-text {
  opacity: 0.6;
}

.calc-block .result .agree .checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 24px;
  border: 1px solid #cbd8e0;
  border-radius: 16px;
}

.calc-block .result .agree .checkbox + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cbd8e0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.calc-block .result .agree .checkbox + label span {
  display: block;
  margin-bottom: 3px;
  color: #003964;
  font-weight: 500;
  line-height: 120%;
}

.calc-block .result .agree .checkbox:checked + label:after {
  left: 19px;
/*  background: #a6b5bf;  */
  background-color: #003964; /* Цвет кружка чекбокса */
}

.link-plan {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-top: 20px;
}

.calc-block .bottom-button {
  text-align: center;
}

.calc-block .bottom-button button {
  color: #fff;
  width: 240px;
  height: 55px;
  background: #df2222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.advantages-block {
  background: #f5f9fc;
  padding: 80px 0 50px;
  margin-bottom: 80px;
}

.advantages-block h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.advantages-block .list .item {
  width: 23.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  margin-right: 2%;
  padding: 20px;
  border: 1px solid #cbd8e0;
  color: #346184;
  font-size: 18px;
  line-height: 140%;
}

.advantages-block .list .item:nth-child(4n) {
  margin-right: 0;
}

.advantages-block .list .item img {
  width: 100%;
  margin-bottom: 30px;
}

.advantages-block .list .item h3 {
  margin-bottom: 10px;
  color: #003964;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.program-block {
  padding-bottom: 30px;
}

.program-block h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 100%;
  margin-bottom: 15px;
}

.program-block .top-text {
  margin-bottom: 20px;
  max-width: 886px;
  font-size: 14px;
  line-height: 120%;
}

.program-block .list .item {
  position: relative;
  line-height: 0;
  overflow: hidden;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.program-block .list .item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.program-block .list .item .text {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  left: 20px;
  top: 20px;
}

.program-block .list .item .text p {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  background: #df2222;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  transform: skew(-8deg);
}

.program-block .list .item .text p span {
  display: inline-block;
  transform: skew(8deg);
}

.steps-block {
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px;
}

.steps-block-row {
  align-items: flex-end;
}

.steps-block .wrap {
  position: relative;
  z-index: 2;
}

.steps-block h2 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.steps-block .phone-form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.steps-block .phone-form .logo {
  position: absolute;
  left: 36px;
  top: 33px;
}

.steps-block .phone-form form {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
  width: 228px;
}

.steps-block .phone-form form p {
  margin-bottom: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.steps-block .phone-form form input[type=text] {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
}

.steps-block .phone-form form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.steps-block .content {
  position: relative;
}

.steps-block .content h2 {
  margin-bottom: 40px;
}

.steps-block .content .list {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(69, 97, 109, 0.1);
  max-width: 550px;
  padding: 30px;
}

.steps-block .content .list .item .step {
  margin-bottom: 20px;
  color: #df2222;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  align-items: flex-end;
}

.step-time {
  display: inline-block;
  vertical-align: middle;
  background: #f5f9fc;
  text-transform: uppercase;
  color: #003964;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 6px 14px;
  margin-top: -4px;
  transform: skew(-8deg);
}

.step-time__inner {
  transform: skew(8deg);
}

.steps-block .content .list .item h3 {
  font-weight: 700;
  line-height: 100%;
  line-height: 40px;
  letter-spacing: -0.03em;
  font-size: 24px;
}

.steps-block .content .list .item p {
  margin-bottom: 30px;
  line-height: 140%;
  font-size: 14px;
}

.steps-block .content .list .item .social a {
  display: inline-block;
  width: 102px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbd8e0;
}

.steps-block .content .list .item .social a:not(:last-child) {
  margin-right: 16px;
}

.steps-block .content .list .item .social a img {
  display: inline-block;
  vertical-align: middle;
}

.steps-block .content .list .slick-dots {
  text-align: center;
  padding-top: 40px;
}

.steps-block .content .list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.steps-block .content .list .slick-dots li.slick-active button {
  width: 30px;
  background: #df2222;
}

.steps-block .content .list .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #cbd8e0;
  border-radius: 6px;
}

.reviews-block {
  padding-bottom: 40px;
}

.reviews-block.inner {
  padding: 0;
}

.reviews-block.inner .item {
  background: #fff;
}

.reviews-block .content {
  background: #f5f9fc;
  padding: 40px 0 40px;
}

.reviews-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.reviews-block .heading-h3 {
  margin-bottom: 20px;
}

.reviews-block h2 span {
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 15px;
  transform: skew(-8deg);
  vertical-align: middle;
}

.reviews-block h2 span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.reviews-block .top-button {
  margin-bottom: 40px;
  width: 260px;
  height: 55px;
  color: #fff;
  background: #df2222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.reviews-block .list {
  position: relative;
}

.reviews-block .list .slick-prev,
.reviews-block .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
}

.reviews-block .list .slick-prev {
  left: -14px;
  background: #ffffff url("../img/prev2.svg") no-repeat center;
}

.reviews-block .list .slick-prev:hover {
  background: #df2222 url("../img/prev2h.svg") no-repeat center;
}

.reviews-block .list .slick-next {
  right: -14px;
  background: #ffffff url("../img/next2.svg") no-repeat center;
}

.reviews-block .list .slick-next:hover {
  background: #df2222 url("../img/next2h.svg") no-repeat center;
}

.reviews-block .item {
  background: #f5f9fc;
}

.reviews-block .item .name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}

.reviews-block .item p {
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  font-size: 14px;
}

.reviews-block .item .author {
  color: #cbd8e0;
  line-height: 140%;
}

.reviews-block .list .item .author a {
  text-decoration: none;
  color: #003964;
}

.reviews-block .item .date {
  line-height: 140%;
  color: #cbd8e0;
}

.reviews-block .item .video {
  position: relative;
}

.reviews-block .item .video img {
  width: 100%;
}

.reviews-block .item .video .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/play.svg") no-repeat center;
}

.reviews-block .bottom-link {
  text-align: center;
}

.reviews-block .bottom-link a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 2px;
  text-decoration: underline;
}

.reviews-block .bottom-link a:hover {
  text-decoration: none;
}

.reviews-row .slick-prev,
.reviews-row .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  right: 5px;
  background: #ffffff url("../img/next2.svg") no-repeat center;
}

.reviews-row .slick-prev {
  left: 5px;
  background: #ffffff url("../img/prev2.svg") no-repeat center;
}

.reviews-row .slick-prev:hover {
  background: #df2222 url("../img/prev2h.svg") no-repeat center;
}

.reviews-row .slick-next:hover {
  background: #df2222 url("../img/next2h.svg") no-repeat center;
}

.about-block {
  background: #EFF2F8;
  padding: 40px 0;
  width: 100%;
  /*
  max-width: 1744px;
  margin: 0 auto 40px;
   */
}

.about-block--service5 {
  background: #F5F9FC;
}

.hr-line {
  height: 1px;
  background: #CBD8E0;
  border: 0;
  margin: 0;
  padding: 0;
}

.about-block.inner {
  background: none;
  padding: 0;
}

.about-block.inner .content {
  background: #f5f9fc;
  padding: 80px 0;
}

.about-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.about-block .top-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.about-block .top-text p:first-child {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
}

.about-block .top-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.about-block .top-counts .item {
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
  margin-bottom: 20px;
}

.about-block .top-counts .item:last-child {
  width: 100%;
}

.about-block .top-counts .item:last-child span {
  color: #003964;
}

.about-block .top-counts .item span {
  display: block;
  color: #df2222;
  font-weight: 700;
  line-height: 100%;
  font-size: 40px;
  letter-spacing: -0.06em;
}

.about-block .photos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 20px;
}

.about-block .photos .item {
  font-size: 0;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.about-block .photos .item.big {
  width: 100%;
}

.about-block .photos .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-block .photos .item a {
  display: block;
  position: relative;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.about-block .photos .item a:hover:after {
  opacity: 1;
}

.about-block .photos .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 57, 100, 0.7) url("../img/zoom.svg") no-repeat center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}

.phone {
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #003964;
  letter-spacing: -0.03em;
}

.get-loan {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-base {
  text-decoration: none;
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 15px;
}

.safely {
  background: radial-gradient(100% 496.9% at 100% 0%, rgba(0, 73, 129, 0.76) 0%, #003964 70.24%);
  padding: 30px;
  border-radius: 4px;
  margin-top: 25px;
}

.safely__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.safely__item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.safely__item-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  font-weight: 300;
  color: #FFFFFF;
}

.safely__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.safely__items-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-block .photos-link {
  text-align: center;
  margin-bottom: 30px;
}

.about-block .photos-link a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

.about-block .advantages .item:not(:last-child) {
  margin-bottom: 18px;
}

.about-block .advantages .item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.about-block .advantages .item div img {
  width: 80px;
  max-width: 80px;
  margin-right: 30px;
}

.about-block .docs {
  max-width: 100%;
}

.about-block .docs .list {
  margin: 0 -20px;
}

.about-block .docs .list .item {
  background: #fff;
  position: relative;
  box-shadow: 0px 0 15px rgba(69, 97, 109, 0.1);
  margin: 0 5px;

  width: 200px; /* или любой другой нужный вам размер */
  height: 280px; /* подберите под пропорции ваших сертификатов */
  overflow: hidden; /* чтобы изображения не выходили за границы */
}

.about-block .docs .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* сохраняет пропорции, обрезая лишнее */
  /* или object-fit: contain; если нужно вписать целиком без обрезки */
}

.about-block .docs .list .item a:hover:after {
  opacity: 1;
}

.about-block .docs .list .item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 57, 100, 0.7) url("../img/zoom.svg") no-repeat center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}

.about-block .docs .list .slick-prev,
.about-block .docs .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  right: 5px;
  background: #ffffff url("../img/next2.svg") no-repeat center;
}

.about-block .docs .list .slick-prev {
  left: 5px;
  background: #ffffff url("../img/prev2.svg") no-repeat center;
}

.about-block .docs .list .slick-prev:hover {
  background: #df2222 url("../img/prev2h.svg") no-repeat center;
}

.about-block .docs .list .slick-next:hover {
  background: #df2222 url("../img/next2h.svg") no-repeat center;
}

.adress-switch {
  color: #819db2;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #F2F5FA;
  padding: 15px 30px 15px 15px;
  position: relative;
}

.adress-switch:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #819DB2;
}

.adress-switch__heading {
  display: block;
  color: #003964;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.map-block {
  overflow: hidden;
  padding-bottom: 35px;
}

.map-block.inner2 {
  margin-bottom: 80px;
}

.map-block.inner .wrap.big {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f5f9fc;
  padding: 40px 0;
  max-width: 1744px;
}

.map-block h1 {
  width: 100%;
  margin-bottom: 42px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.map-block .list {
  width: 100%;
}

.map-link-route {
  text-align: center;
  margin-bottom: 45px;
}

.map-block .list ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}

.map-block .list ul li {
  min-height: 100%;
  flex-grow: 1;
}

.map-block .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  min-height: 100%;
}

.map-block .list ul li a.active {
  color: #DF2222;
}

.map-block .list h2 {
  margin-bottom: 37px;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.map-block .list h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.map-block .list .items {
  margin-bottom: 27px;
}

.map-block .list .items .item {
  color: #819db2;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #F2F5FA;
  padding: 15px 30px 15px 15px;
}

.map-block-heading {
  margin-bottom: 20px;
}

.map-block .list .items .item:not(:last-child) {
  border-bottom: 1px solid #cbd8e0;
}

.map-block .list .items .item .metro {
  display: block;
  color: #003964;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.map-block .list form .field {
  position: relative;
  margin-bottom: 20px;
}

.map-block .list form .field p {
  position: absolute;
  left: 0;
  top: 2px;
  text-transform: uppercase;
  color: #003964;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.map-block .list form .field input[type=text] {
  width: 100%;
  height: 26px;
  background: none;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  border: 0;
  margin: 0;
}

.map-block .list form .ui-widget.ui-widget-content {
  border: 0;
}

.map-block .list form .ui-slider-horizontal {
  height: 2px;
}

.map-block .list form .ui-widget-content {
  background: #df2222;
}

.map-block .list form .ui-widget-header {
  background: #003964;
}

.map-block .list form .ui-state-default,
.map-block .list form .ui-widget-content .ui-state-default,
.map-block .list form .ui-widget-header .ui-state-default,
.map-block .list form .ui-button,
.map-block .list form html .ui-button.ui-state-disabled:hover,
.map-block .list form html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../img/range.svg");
  margin: -11px 0 0 -15px;
}

.map-block .list form .values {
  padding-top: 20px;
  margin-bottom: 40px;
  color: #819db2;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.map-block .list form input[type=text] {
  width: 100%;
  height: 54px;
  margin-bottom: 10px;
  border: 1px solid #cbd8e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

.map-block .list form .flex input[type=text] {
  width: 49%;
}

.map-block .list form button {
  margin: 20px 0 40px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  width: 248px;
  height: 55px;
  background: #df2222;
}

.map-block .list .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.map-block .list .contacts .links {
  position: relative;
  display: flex;
}

.map-block .list .contacts .links .social a {
  display: inline-block;
  width: 30px;
  margin-left: 10px;
}

.map-block .list .contacts .links a {
  display: block;
  text-decoration: none;
}

.map-block .list .contacts .links a:nth-child(1) {
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 110%;
}

.map-block .list .contacts .links a:nth-child(2) {
  color: #819db2;
  font-size: 18px;
  line-height: 140%;
}

.map-block .list .contacts .hours {
  color: #819db2;
  font-size: 18px;
  line-height: 140%;
}

.map-block .list .contacts .hours span {
  display: block;
  color: #003964;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.map-block .map {
  background: url("../img/map.jpg");
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*  margin-right: -14.5%;   */
  border: 1px solid #cbd8e0;
  height: 833px;
}

.map-block.map-block-service5 .map {
  height: 643px;
  margin-top: 81px;
}

.map-block .map .item {
  position: absolute;
  width: 25px;
  height: 31px;
  background: url("../img/map-item.svg");
}

.map-block .map .item:hover {
  background: url("../img/map-itemh.svg");
}

.map-block .map button {
  position: absolute;
  left: 30px;  /*  7 */
  bottom: 40px;
  color: #fff;
  width: 257px;
  height: 55px;
  background: #003964;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.info-block .heading-h2 {
  margin-bottom: 20px;
}

.info-block .heading-h3 {
  margin-bottom: 15px;
}

.info-block .list.row {
  row-gap: 30px;
}

.info-block .list.row .slick-track {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 15px;
}

.info-block .list.row .slick-track .col-auto {
  min-height: 100%;
}

.info-block {
  padding-bottom: 50px;
}

.info-block.info-home {
  padding-bottom: 81px;
}

.info-block--article .list.row .slick-track {
  align-items: stretch;
}

.info-block--article .list.row .slick-track .col-auto {
  height: auto;
}

.info-block .list .item {
  min-height: 100%;
  background: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.info-block .list .item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  padding: 20px;
}

.info-block .list .item h3.red {
  color: #003964;
}

.info-block-img {
  height: 195px;
}

.info-block-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-block .list .item .info {
  padding: 20px;
}

.info-block .list .item .info p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.info-block .list .item .info .date {
  color: #819db2;
  line-height: 140%;
}

.pre-footer-block {
  padding-bottom: 35px;
}

.pre-footer-block .line {
  margin-bottom: 35px;
  height: 1px;
  background: #CBD8E0;
}

.pre-footer-block .line--mod {
  background: none;
}

.pre-footer-block .line.o0 {
  opacity: 0;
}

.pre-footer-block .item {
  color: #819DB2;
  font-size: 14px;
  line-height: 150%;
}

.pre-footer-block .item h3 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
  color: #003964;
  font-size: 18px;
}

.pre-footer-block .item a {
  text-decoration: none;
  color: #819DB2;
}

.pre-footer-block .item p:not(:last-child) {
  margin-bottom: 30px;
}

.pre-footer-block .item .phone {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #003964;
}

.pre-footer-block .item button {
  color: #fff;
  width: 210px;
  height: 55px;
  background: #df2222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.footer {
  background: #F5F9FC;
  padding: 40px 0 40px;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .contacts .item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .contacts .item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.footer .contacts .item div a {
  display: block;
  text-decoration: none;
}

.footer .contacts .item div a:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.03em;
}

.footer .contacts .item div a:nth-child(2) {
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
}

.footer .contacts .item div img {
  max-width: 10000px;
  margin-right: 20px;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
}

.footer .social {
  width: 100%;
}

.footer .social p {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.footer .social a {
  margin-right: 10px;
  text-decoration: none;
}

.hot-line-block {
  background: #003964;
  color: #fff;
  padding: 25px 0;
}

.hot-line-block .user div {
  display: table-cell;
  vertical-align: middle;
}

.hot-line-block .user div img {
  width: 90px;
  max-width: 90px;
  margin-right: 32px;
}

.hot-line-block .user div .phone {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.hot-line-block .user div span {
  color: #fff;
  display: inline-block;
  background: #df2222;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  transform: skew(-8deg);
}

.hot-line-block .user div span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.hot-line-block .text {
  margin-top: 15px;
  line-height: 140%;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #f2f2f2;
}

.bottom-data-block {
  padding: 30px 0 20px;
  background: #346184;
  color: #cbd8e0;
}

.bottom-data-block .item {
  padding-bottom: 10px;
}

.bottom-data-block .item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.bottom-data-block .item p {
  margin-bottom: 10px;
  line-height: 1.2;
}

.bottom-data-block .item p .phone-item {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #cbd8e0;
}

.error-page {
  margin-bottom: 40px;
}

.error-page .content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 0;
  background: #f5f9fc;
}

.error-page .content .text {
  position: relative;
}

.error-page .content .text .heading-h2 {
  margin-bottom: 20px;
  max-width: 550px;
}

.error-page .content .text p {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: left;
  line-height: 140%;
  max-width: 550px;
  letter-spacing: -0.01em;
}

.error-page .content .text .btn {
  gap: 4px;
}

.sitemap-page .content {
  background: rgba(242, 245, 250, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 0 30px;
}

.sitemap-page .content .heading-h2 {
  margin-bottom: 30px;
}

.sitemap-page .content .item {
  padding-bottom: 20px;
}

.sitemap-page .content .item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.sitemap-page .content .item ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.sitemap-page .content .item ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #df2222;
  left: 0;
  top: 12px;
}

.sitemap-page .content .item ul li a {
  display: block;
  text-decoration: none;
  color: #346184;
  font-size: 18px;
  line-height: 140%;
}

.for-clients-page {
  position: relative;
  margin-bottom: -1px;
}

.for-clients-page .content {
  background: #f5f9fc;
  padding: 40px 0 0;
}

.for-clients-page .content .text {
  position: relative;
}

.for-clients-page .content .text .heading-h2 {
  margin-bottom: 20px;
}

.for-clients-page .content .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.for-clients-page .content .text p.big {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.for-clients-page .form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.for-clients-page .form-inner {
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
}

.for-clients-page .form form .heading-h3 {
  padding-top: 0;
  padding-bottom: 15px;
}

.for-clients-page .form form input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.for-clients-page .form form input[type=text]::placeholder {
  color: rgba(129, 157, 178, 0.6);
}

.for-clients-page .form form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.for-clients-page .form form .bottom-text {
  text-align: center;
  color: #819db2;
  line-height: 140%;
}

.for-clients-page .form form .bottom-text a {
  color: #819db2;
}

.for-clients-page .content .form .image {
  width: 50%;
  background: url("../img/for-clients.jpg") center/cover;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
/*  background: #f5f9fc; */
  background: #EFF2F8;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.mobile-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url("../img/close.svg");
}

.mobile-menu ul li {
 /* margin-bottom: 25px; */
  margin-bottom: 15px;
  color: #003964;
  text-decoration: none;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #ffffff;
}



.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 20px;
  position: relative;
}

.mobile-menu ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mobile-menu ul li a .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  color: #df2222;
}

.mobile-menu ul li ul {
  padding: 15px 0 1px;
  margin-bottom: -15px;
  display: none;
}

.mobile-menu ul li ul li {
  margin-bottom: 15px;
}

.mobile-menu ul li ul li a {
  color: #346184;
  font-weight: 400;
}

.mobile-menu .contacts {
  padding-top: 50px;
}

.mobile-menu .contacts .adress {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.mobile-menu .contacts .phone {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  color: #df2222;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.mobile-menu .contacts .mail {
  display: block;
  color: #819db2;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.job-page .content {
  background: #f5f9fc;
  padding: 40px 0 0;
}

.job-page .more-link {
  margin-top: 30px;
}

.job-page .heading-h2 {
  margin-bottom: 30px;
}

.job-page .text {
  position: relative;
  padding-bottom: 30px;
}

.job-page .text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.job-page .text p.big {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.job-page h2.heading-h2 {
  font-size: 50px;
}

.job-page h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.job-page h2 span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #df2222;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  transform: skew(-8deg);
  margin: -2px 0 0 4px;
}

.job-page h2 span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.job-page .item {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbd8e0;
  padding: 20px;
}

.row-jobs {
  row-gap: 20px;
}

.job-page .item h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.job-page .item .data {
  padding-bottom: 10px;
}

.job-page .item .data .data-item {
  display: inline-block;
  font-weight: 500;
  line-height: 140%;
}

.job-page .item h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.job-page .item p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

.job-page .item ul {
  margin-bottom: 10px;
}

.job-bottom-img {
  height: 300px;
}

.job-bottom-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.job-page .item ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.job-page .item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 1px;
  background: #df2222;
}

.job-page .item button {
  color: #fff;
  width: 181px;
  height: 55px;
  background: #df2222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
}

.job-page .more-link {
  text-align: center;
  padding: 15px 0 40px;
}

.job-page .more-link a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.job-page .bottom-text {
  text-align: center;
}

.job-page .bottom-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.job-page .bottom-text p {
  color: #346184;
  font-size: 14px;
  line-height: 20px;
}

.partners-block .heading-h2 {
  margin-bottom: 20px;
}

.partners-block .list {
  align-items: center;
  row-gap: 30px;
  padding-top: 15px;
}

.docs-page .content {
  background: #f5f9fc;
  padding: 40px 0 40px;
}

.docs-page .bottom-link {
  margin-top: 30px;
}

.docs-page .heading-h2 {
  margin-bottom: 40px;
}

.docs-page .list.row {
  row-gap: 15px;
}

.docs-page .list .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px 20px 85px;
  background: #ffffff url("../img/doc.svg") no-repeat 20px 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  min-height: 85px;
}

.docs-page .list .item:hover {
  box-shadow: 2px 6px 30px 0px rgba(37, 93, 163, 0.24);
}

.docs-page .list .item:hover a {
  color: #df2222;
}

.docs-page .list .item:nth-child(3n) {
  margin-right: 0;
}

.docs-page .list .item a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

.docs-page .bottom-link {
  text-align: center;
  padding-top: 25px;
}

.docs-page .bottom-link a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.payments-page {
  margin-bottom: 40px;
}

.payments-page .content {
  background: #f5f9fc;
  padding: 30px 0 40px;
}

.payments-page .heading-h3 {
  margin-bottom: 30px;
}

.payments-page .list .row {
  row-gap: 30px;
}

.pay a {
  color: #fff;
  text-decoration: none;
}

.payments-page .list .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  position: relative;
/*  min-height: 100%;  */
  padding: 20px 20px 100px 20px;
}


.payments-page .list .item .more a {
  text-decoration: none;
}

.payments-img {
  height: 188px;
  margin-bottom: 20px;
}

.payments-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.payments-page .list {
  row-gap: 20px;
}

.payments-page .list .item .type {
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  transform: skew(-8deg);
}

.payments-page .list .item .type span {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.payments-page .list .item h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.payments-page .list .item ul li {
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  position: relative;
}

.payments-page .list .item ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #df2222;
  left: 0;
  top: 8px;
}

.payments-page .list .item .buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  gap: 10px;
}

.payments-page .list .item .buttons button {
  width: calc(48.5% - 10px);
  height: 55px;
  flex-grow: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.payments-page .list .item .buttons button.pay {
  color: #fff;
  background: #df2222;
}

.payments-page .list .item .buttons button.more {
  background: none;
  border: 1px solid #cbd8e0;
}

.faq-block {
  padding-bottom: 40px;
}

.faq-service5 .banners {
  text-align: right;
}

.conditions-page.faq-block {
  padding-bottom: 0;
} 

.faq-block.inner {
  padding: 0;
}

.faq-block.inner2 .content {
  padding: 0;
  background: none;
}

.faq-block.inner2 .banners {
  padding-top: 0;
}

.faq-block .content {
  padding: 40px 0;
  background: #f5f9fc;
}

.faq-block .heading-h3 {
  margin-bottom: 30px;
}

.faq-block h1 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.faq-block select {
  width: 100%;
  margin-bottom: 12px;
  height: 60px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 18px;
  appearance: none;
  background: #ffffff url("../img/select.svg") no-repeat right 20px top 50%;
}

.faq-block .flex .list .item .text {
  padding: 15px 0px 0 0px;
}

.faq-block .list ul {
  margin-bottom: 5px;
  border: 1px solid #cbd8e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.faq-block .list ul li {
  display: inline-block;
  flex-grow: 1;
}

.faq-block .list ul li:not(:last-child) {
  border-right: 1px solid #cbd8e0;
}

.faq-block .list ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.faq-block .list ul li a.selected {
  color: #fff;
  background: #003964;
}

.faq-block .list .item {
  padding: 25px 0;
}

.faq-block .list .item {
  border-bottom: 1px solid #cbd8e0;
}

.faq-wrap .list .item:last-child {
  border-bottom: 0;
}

.faq-block .list .item .name {
  cursor: pointer;
  font-weight: 700;
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
}

.faq-block .list .item .name.active:after {
  background: url("../img/faq2.svg");
}

.faq-block .list .item .name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url("../img/faq1.svg");
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faq-block .list .item .text {
  display: none;
  padding: 20px 0 0 0;
}

.faq-block .list .item .text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}

.faq-block .list .item .text .author {
  color: #819db2;
  line-height: 140%;
}

.faq-block .banners {
  padding-top: 20px;
}

.faq-block .banners .item {
  color: #fff;
  padding: 30px;
}

.faq-block .banners .item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-block .banners .item .item-inner {
  position: relative;
  z-index: 10;
}

.faq-block .banners .item h3 {
  font-weight: 700;
  line-height: 110%;
}

.faq-block .banners .item p {
  max-width: 212px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 140%;
}

.faq-block .banners .item button {
  width: 160px;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #df2222;
  font-size: 18px;
  font-weight: 700;
}

.faq-block .banners .item form {
  padding-top: 12px;
}

.faq-block .banners .item form input[type=text] {
  width: 100%;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbd8e0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.faq-block .banners .item form input[type=text]::placeholder {
  color: rgba(129, 157, 178, 0.6);
}

.faq-block .banners .item form button {
  width: 100%;
}

.card-payments-page .content {
  padding: 30px 0 30px;
}

.card-payments-page .heading-h3 {
  margin-bottom: 20px;
}

.card-payments-page .form {
  position: relative;
}

.card-payments-page .payments-form {
  width: 100%;
  box-sizing: border-box;
}

.card-payments-page .payments-form-inner {
  margin: 0 auto;
}

.card-payments-page .payments-form .heading-h4 {
  margin-bottom: 26px;
}

.card-payments-page .form form input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.card-payments-page .payments-form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.card-payments-page .payments-form .bottom-text {
  margin-top: 20px;
  color: #819db2;
  font-size: 12px;
  line-height: 140%;
}

.card-payments-page .form .image {
  width: 50%;
  background: url("../img/card-payments-page.jpg") center/cover;
}

.conditions-page .content {
  padding: 40px 0;
  background: #f5f9fc;
}

.conditions-page .heading-h3 {
  margin-bottom: 20px;
}

.conditions-page select {
  width: 100%;
  margin-bottom: 12px;
  height: 60px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 18px;
  appearance: none;
  background: #ffffff url("../img/select.svg") no-repeat right 20px top 50%;
}

.conditions-page ul {
  margin-bottom: 5px;
  border: 1px solid #cbd8e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.top-text {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.conditions-page ul li {
  display: inline-block;
}

.conditions-page ul li:not(:last-child) {
  border-right: 1px solid #cbd8e0;
}

.conditions-page ul li a {
  display: block;
  text-decoration: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.conditions-page ul li a.selected {
  color: #fff;
  background: #003964;
}

.conditions-page .list {
  width: 100%;
  max-width: 776px;
}

.conditions-page .list a {
  display: block;
  text-decoration: none;
  padding: 25px 50px 25px 0;
  border-bottom: 1px solid #cbd8e0;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.catalog-page .content {
  background: #f5f9fc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.catalog-page .heading-catalog {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.catalog-page .heading-catalog sup {
  flex-shrink: 0;
  color: #fff;
  display: inline-block;
  background: #df2222;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: skew(-8deg);
  bottom: -4px;
}

.catalog-page .heading-catalog sup span {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.catalog-page .list.row {
  row-gap: 20px;
}

.catalog-page .list .item {
  background: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbd8e0;
  position: relative;
  padding: 15px;
}

.catalog-page .list .item:hover {
  border: 1px solid #fff;
  box-shadow: 2px 6px 30px 0px rgba(37, 93, 163, 0.24);
  color: #df2222;
}

.catalog-page .list .item img {
  width: 100%;
}

.catalog-page .list .item .name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.catalog-page .list .item .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-top: 10px;
}

.catalog-page .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.catalog-page .bottom-link {
  text-align: center;
  padding: 15px 0 50px;
}

.catalog-page .bottom-link a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.catalog-page .form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.catalog-page .form-inner {
  max-width: 454px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-page .form form .heading-h3 {
  padding-top: 0;
  padding-bottom: 15px;
}

.catalog-page .form form input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.catalog-page .form form input[type=text]::placeholder {
  color: rgba(129, 157, 178, 0.6);
}

.catalog-page .form form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.catalog-page .form form .bottom-text {
  text-align: center;
  color: #819db2;
  line-height: 140%;
}

.catalog-page .form form .bottom-text a {
  color: #819db2;
}

.catalog-page .form .image {
  width: 50%;
  background: url("../img/catalog-page.jpg") center/cover;
}

.blog-page .content {
  background: #f5f9fc;
  padding: 40px 0;
}

.blog-page .heading-h3 {
  margin-bottom: 20px;
}

.blog-page .bottom-link {
  margin-top: 50px;
}

.blog-page .main-item {
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
}

.blog-page .main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page .main-item .text .date {
  margin-bottom: 10px;
  color: #819DB2;
  font-size: 12px;
  line-height: 140%;
}

.blog-page .main-item .text .date span {
  margin-left: 30px;
}

.blog-page .main-item .text .name {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 100%;
}

.blog-page .main-item .text p {
  font-size: 14px;
  line-height: 140%;
}

.blog-page .top-list {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #cbd8e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-page .top-list h2 {
  padding: 23px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  background: #df2222;
}

.blog-page .top-list .list {
  padding: 10px 25px 25px 25px;
}

.blog-page .top-list .list .list-item {
  padding: 20px 0;
}

.blog-page .top-list .list .list-item:not(:last-child) {
  border-bottom: 1px solid #cbd8e0;
}

.blog-page .top-list .list .list-item .date {
  color: #819db2;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 5px;
}

.blog-page .top-list .list .list-item .name {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.blog-page .list.row {
  row-gap: 30px;
}

.blog-page .list .item {
  position: relative;
}

.blog-page .list .item:nth-child(3n) {
  margin-right: 0;
}

.blog-item-img {
  display: block;
  height: 223px;
  margin-bottom: 20px;
}

.blog-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page .list .item .date {
  margin-bottom: 5px;
  color: #819db2;
  font-size: 12px;
  line-height: 140%;
}

.blog-page .list .item .name {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.blog-page .bottom-link {
  text-align: center;
  padding-top: 15px;
}

.blog-page .bottom-link a {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}


.blog-page .bottom-link a:hover {
  text-decoration: none;
}

.item-page {
  margin-bottom: 40px;
}

.item-page .content {
  background: #f5f9fc;
  padding: 40px 0 40px;
}

.item-page .back-link {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 24px;
  padding-left: 34px;
  text-transform: uppercase;
  color: #346184;
  font-size: 12px;
  font-weight: 500;
  background: url("../img/back.svg") no-repeat 0 0;
}

.item-page .item-heading-top {
  margin-bottom: 30px;
}

.item-page .mob-block .price {
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 8px 45px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transform: skew(-8deg);
}

.item-page .mob-block .price span {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.item-page .photos {
  margin-bottom: 30px;
}

.item-page .photos .slider-for {
  position: relative;
}

.item-page .photos .slider-for .slick-prev,
.item-page .photos .slider-for .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  display: none !important;
}

.item-page .photos .slider-for .slick-prev {
  left: -14px;
  background: #ffffff url("../img/prev2.svg") no-repeat center;
}

.item-page .photos .slider-for .slick-prev:hover {
  background: #df2222 url("../img/prev2h.svg") no-repeat center;
}

.item-page .photos .slider-for .slick-next {
  right: -14px;
  background: #ffffff url("../img/next2.svg") no-repeat center;
}

.item-page .photos .slider-for .slick-next:hover {
  background: #df2222 url("../img/next2h.svg") no-repeat center;
}

.item-page .photos .slider-nav {
  margin: 15px -2px 0 -7px;
  position: relative;
}

.item-page .photos .slider-nav .item {
  cursor: pointer;
  margin: 0 7px;
}

.item-page .photos .slider-nav .slick-prev,
.item-page .photos .slider-nav .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.item-page .photos .slider-nav .slick-prev {
  left: 17px;
  background: #ffffff url("../img/prev3.svg") no-repeat center;
}

.item-page .photos .slider-nav .slick-next {
  right: 10px;
  background: #ffffff url("../img/next3.svg") no-repeat center;
}

.item-page .photos img {
  width: 100%;
}

.item-page .info {
  margin-bottom: 40px;
}

.item-page .price-item {
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 8px 45px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transform: skew(-8deg);
  margin-bottom: 20px;
}

.item-page .price-item span {
  transform: skew(8deg);
  display: inline-block;
}

.slider-item .slick-prev,
.slider-item .slick-next {
  z-index: 100;
  font-size: 0;
}

.slider-item .slick-prev {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ffffff url("../img/prev2.svg") no-repeat center;
}

.slider-item .slick-prev:hover {
  background: #df2222 url("../img/prev2h.svg") no-repeat center;
}

.slider-item .slick-next {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ffffff url("../img/next2.svg") no-repeat center;
}

.slider-item .slick-next:hover {
  background: #df2222 url("../img/next2h.svg") no-repeat center;
}

.item-page .info .price span {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.item-page .info .data {
  padding-bottom: 26px;
}

.item-page .info .data .data-item {
  margin-bottom: 10px;
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.link-route {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #003964;
  border-bottom: 2px solid;
}

.item-page .info .data .data-item:after {
  content: "................................................................................................................................................................................................................";
  flex-grow: 1;
  overflow: hidden;
  font-weight: 400;
  color: rgba(129, 157, 178, 0.6);
  letter-spacing: 1px;
  order: 1;
}

.item-page .info .data .data-item div {
  position: relative;
  z-index: 2;
  background: #f5f9fc;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
}

.item-page .info .data .data-item div:nth-child(1) {
  order: 0;
}

.item-page .info .data .data-item div:nth-child(2) {
  order: 2;
}

.item-page .info button {
  width: 300px;
  height: 70px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #df2222;
  font-size: 16px;
}

.item-page .info button a {
  color: #fff;
  text-decoration: none;
}

.item-page h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.item-page .complects ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.item-page .complects ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #df2222;
  left: 0;
  top: 12px;
}

.item-page .quote {
  background: #ffffff url("../img/quote.svg") no-repeat right 30px top 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}

.item-page .quote h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.item-page .quote p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.text-heading {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #819DB2;
  margin-bottom: 10px;
}

.article-page .form-request {
  margin-bottom: 40px;
}

.article-page .content {
  background: #F2F5FA;
  padding: 40px 0;
}

.article-page article {
  max-width: 890px;
  margin: 0 auto;
}

.article-page article .back-link {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: 24px;
  padding-left: 34px;
  text-transform: uppercase;
  color: #346184;
  font-size: 12px;
  font-weight: 500;
  background: url("../img/back.svg") no-repeat 0 0;
}

.article-page article h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 100%;
}

.article-page article .image {
  margin-bottom: 10px;
}

.article-page article .image img {
  width: 100%;
}

.article-page article .image .image-text {
  color: #819db2;
  line-height: 140%;
  padding: 10px 0 20px;
}

.article-page article .menu {
  background: #fff;
  border: 1px solid #cbd8e0;
  padding: 20px;
  margin-bottom: 30px;
}

.article-page article .menu h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}

.article-page article .menu ul li {
  margin-bottom: 10px;
  padding-left: 21px;
  background: url("../img/li2.svg") no-repeat left 1px;
}

.article-page article .menu ul li:hover {
  background: url("../img/li2h.svg") no-repeat left 1px;
}

.article-page article .menu ul li:hover a {
  color: #df2222;
}

.article-page article .menu ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.article-page article h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.article-page article p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.article-page article p.mb {
  margin-bottom: 20px;
}

.article-page article ul:not(.article-page article nav ul) {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.article-page article ul:not(.article-page article nav ul) > li:before {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #003964;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.article-page article .table {
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.article-page article .table table {
  width: 100%;
  min-width: 650px;
}

.article-page article .table table thead {
  background: #003964;
}

.article-page article .table table thead tr td {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}

.article-page article .table table tbody tr {
  border-bottom: 1px solid #F3F5F7;
}

.article-page article .table table tbody tr td {
  background: #fff;
  padding: 15px 15px 20px 15px;
  line-height: 18px;
  vertical-align: top;
  border-right: 1px solid #F3F5F7;
}

.article-page article .table table tbody tr td:first-child {
  width: 30%;
}

.article-page article .table table tbody tr td:last-child {
  border-right: none;
}

.article-page article h4 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.article-page article .ul {
  margin-bottom: 40px;
}

.article-page article .ul li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}

.article-page article .ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 1px;
  background: #df2222;
}

.article-page article .bottom-text {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}

.article-page article h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}

.article-page article h5 span {
  color: #fff;
  display: inline-block;
  background: #df2222;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: skew(-8deg);
}

.article-page article h5 span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.article-page article .rating .star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/star.svg");
  margin-right: 10px;
}

.article-page article .rating .rating-area {
  overflow: hidden;
  width: 160px;
  white-space: nowrap;
}

.article-page article .rating .rating-area:not(:checked) > input {
  display: none;
}

.article-page article .rating .rating-area:not(:checked) > label {
  float: right;
  width: 32px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
}

.article-page article .rating .rating-area:not(:checked) > label:before {
  content: "★";
}

.article-page article .rating .rating-area > input:checked ~ label {
  color: gold;
}

.article-page article .rating .rating-area:not(:checked) > label:hover,
.article-page article .rating .rating-area:not(:checked) > label:hover ~ label {
  color: gold;
}

.article-page article .rating .rating-area > input:checked + label:hover,
.article-page article .rating .rating-area > input:checked + label:hover ~ label,
.article-page article .rating .rating-area > input:checked ~ label:hover,
.article-page article .rating .rating-area > input:checked ~ label:hover ~ label,
.article-page article .rating .rating-area > label:hover ~ input:checked ~ label {
  color: gold;
}

.article-page article .rating .rate-area > label:active {
  position: relative;
}

.share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-page article .share a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.popup {
  padding: 0 !important;
}

.popup .graph {
  padding: 40px 20px;
}

.popup .graph h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.popup .graph .top-block {
  margin-bottom: 20px;
  background: #346184;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 16px 20px;
}

.popup .graph .top-block .item span {
  font-weight: 700;
}

.table-wrap {
  overflow-y: auto;
}

.popup .graph .table-wrap {
  margin-bottom: 30px;
}

.popup .graph table {
  width: 100%;
  text-align: center;
  min-width: 600px;
}

.popup .graph table thead {
  background: #f5f9fc;
}

.popup .graph table thead tr td {
  padding: 15px 12px;
  font-weight: 700;
  line-height: 140%;
}

.popup .graph table tbody tr:last-child td {
  font-weight: 700;
}

.popup .graph table tbody tr td {
  padding: 15px 10px;
  line-height: 60%;
}

.popup .graph table tbody tr td:nth-child(3) {
  font-weight: 700;
}

.popup .graph .bottom-text {
  text-align: center;
}

.popup .graph .bottom-text p {
  margin-bottom: 30px;
  color: #819db2;
  font-size: 14px;
  line-height: 20px;
}

.popup .graph .bottom-text button {
  width: 235px;
  height: 55px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  background: #df2222;
}

.popup .dev {
  text-align: center;
  padding: 60px 10px;
}

.popup .dev .image {
  margin-bottom: 20px;
}

.popup .dev h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.popup .dev p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
  padding: 0 60px 0 60px;
}

.popup .dev button {
  width: 220px;
  height: 55px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  background: #df2222;
}

.targets-block h2 {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 100%;
  font-size: 30px;
}

.targets-block .list .row {
  row-gap: 15px;
}

.targets-block.targets-block-service .list .row {
  justify-content: space-between;
}

.targets-block.targets-block-service .list .row .col-lg-4,
.targets-block.targets-block-service .list .row .col-lg-3 {
  width: auto;
}

.targets-block .list .item > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 140%;
}

.targets-block .list .item > div span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.03em;
  padding-bottom: 2px;
}

.targets-block .list .item > div img {
  width: 60px;
  max-width: 60px;
  margin-right: 10px;
}


.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(1),
.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(4) {
  width: 400px;
}

.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(2),
.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(5) {
  width: 400px;
}

.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(3),
.targets-block-service.targets-block-service1 .item.col-lg-4:nth-child(6) {
  width: 316px;
}



.technic-block {
  padding-bottom: 30px;
  padding-top: 30px;
}

.technic-block h2 {
  font-weight: 700;
  line-height: 100%;
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.technic-block .item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbd8e0;
  position: relative;
  background: #fff;
  text-decoration: none;
  height: 100px;
  margin-bottom: 10px;
}

.technic-block .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.technic-heading {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.view-block {
  margin-bottom: 30px;
}

.view-block .wrap {
  padding-left: 0;
  padding-right: 0;
  max-width: 1350px;
}

.view-block .content {
  position: relative;
  color: #fff;
  background: radial-gradient(101.33% 63.96% at 101.33% 50.14%, rgba(0, 73, 129, 0.76) 0%, #003964 86.69%);
  padding: 40px 35px;
}

.view-block .content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.view-block .content p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-bottom: 23px;
}

.view-block .content button {
  background: #fff;
  width: 300px;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #DF2222;
}

.last-credits-row {
  display: flex;
  align-items: center;
}

.last-credits-block {
  background: #F2F5FA;
  padding: 30px 0;
  margin-bottom: 60px;
}

.last-credits-block.last-credits-home {
  width: calc(100% - 40px);
  max-width: 1350px;
  padding: 50px 95px;
  margin: 0 auto 60px;
}

.last-credits-block.last-credits-home .wrap {
  margin: 0 auto;
}

.last-credits-block.last-credits-home .text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.last-credits-block .text h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.06em;
}

.last-credits-block .text h2.mod-medium {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.text-up {
  text-transform: uppercase;
}

.last-credits-block .text .info {
  padding-bottom: 15px;
}

.last-credits-block .text .info p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.info p:first-child {
  font-weight: bold;
}


.last-credits-block .text .data .item {
  display: inline-block;
  line-height: 140%;
  vertical-align: top;
  font-size: 12px;
}

.last-credits-block .text .data .item:not(:last-child) {
  margin-right: 20px;
}

.last-credits-block .text .data .item span {
  color: #fff;
  display: inline-block;
  background: #df2222;
  padding: 6px 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  transform: skew(-8deg);
}

.last-credits-block .text .data .item span.other {
  background: #003964;
}

.last-credits-block .text .data .item span i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.last-credits-block .text .data .item .price {
  font-weight: 700;
  line-height: 100%;
  font-size: 20px;
}

.last-credits-block .photos .slick-prev,
.last-credits-block .photos .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.last-credits-block .photos .slick-prev {
/*  left: 49%;  */
  left: -65px;
  background: #ffffff url("../img/prev4.svg");
}

.last-credits-block .photos .slick-next {
/*  right: -6px;   */
  right: -65px;
  background: #ffffff url("../img/next4.svg");
}

.last-credits-block .photos .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -60px;
}

.last-credits-block .photos .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.last-credits-block .photos .slick-dots li.slick-active button {
  background: #df2222;
}

.last-credits-block .photos .slick-dots li button {
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #cbd8e0;
}

.last-credits-block .item img {
  width: 100%;
  height: 400px; /* фиксированная высота */
  object-fit: cover; /* обрезает изображение, сохраняя пропорции */
  border-radius: 5px; /* необязательно: для скругления */
  display: block;
}
/* Мобильная версия (экраны до 768px) */
@media (max-width: 767.98px) {
  .last-credits-block .item img {
    height: 200px; /* ниже для мобильных */
    border-radius: 4px; /* менее выраженное скругление */
  }
}

.advantages-block2 {
  padding-bottom: 40px;
}


a {
  -webkit-tap-highlight-color: transparent;
}

.advantages-block2 h2 {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 100%;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.advantages-4.advantages-block2 h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.advantages-4.advantages-block2 .list.other .item .info h3 {
  margin-bottom: 10px;
}

.advantages-4.advantages-block2 .list .item .info {
  padding-bottom: 50px;
}

.advantages-4.advantages-block2 .top-text {
  margin: 0 0 40px;
  font-size: 18px;
  max-width: 700px;
}

.advantages-block2 .top-text {
  margin: -15px 0 30px;
  font-size: 24px;
  line-height: 120%;
  max-width: 745px;
}

.advantages-block2 .list {
  row-gap: 20px;
}

.advantages-block2 .list.other .item {
  background: none;
  border: 1px solid #cbd8e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
  position: relative;
}

.advantages-block2 .list.other .item .info h3 {
  margin-bottom: 20px;
}

.advantages-block2 .list .item-name {
  width: 100%;
  background: #003964 url("../img/arrow2.svg") no-repeat right 20px top 50%;
  padding: 27px 80px 27px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  border-top: 1px solid #346184;
  display: none;
}

.advantages-block2 .list .item-name.active {
  background: #003964 url("../img/arrow2a.svg") no-repeat right 20px top 50%;
}

.advantages-block2 .list .item {
  background: #f5f9fc;
  min-height: 100%;
}

.advantages-img {
  height: 210px;
}

.advantages-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantages-block2 .list .item .info {
  padding: 25px;
}

.advantages-block2 .list .item .info h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.advantages-block2 .list .item .info p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 140%;
}

.advantages-block2 .list .item .info .social {
  margin-bottom: 20px;
}

.advantages-block2 .list .item .info .social a {
  display: inline-block;
  width: 102px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbd8e0;
}

.advantages-block2 .list .item .info .social a:not(:last-child) {
  margin-right: 16px;
}

.advantages-block2 .list .item .info .social a img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
}

.advantages-block2 .list .item .info ul li {
  font-size: 14px;
  line-height: 140%;
  padding-left: 20px;
  position: relative;
}

.advantages-block2 .list .item .info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 1px;
  background: #df2222;
  top: 9px;
}

.advantages-block2 .list .item .info button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: #fff;
  width: 260px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  background: #df2222;
  font-size: 18px;
}

.advantages-block2--mod-mob {
  padding-bottom: 0;
}

.item-toggle {
  background: #003964;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.item-toggle__arrow {
  width: 36px;
  height: 36px;
  background: url(../img/arrow2.svg) no-repeat 0 0/cover;
}

.item-toggle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
  padding: 10px 20px;
}

.item-toggle.active .item-toggle__arrow {
  background: url(../img/arrow2a.svg) no-repeat 0 0/cover;
}

.conditions-block {
  margin-bottom: 30px;
}

.conditions-block h2 {
  margin-bottom: 20px;
}

.conditions-block .tabs.other {
  border: 0;
}

.conditions-block .tabs.other ul {
  display: block;
  border: 0;
}

.conditions-block .tabs.other ul li {
  display: inline-block;
  width: auto;
}

.conditions-block .tabs.other ul li:not(:last-child) {
  margin-right: 10px;
  border: 0;
}

.conditions-block .tabs.other ul li.r-tabs-state-active a {
  background: #df2222;
}

.conditions-block .tabs.other ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding: 15px 30px;
  background: #f5f9fc;
}

.conditions-block .tabs.other .tab-content {
  border: 1px solid #cbd8e0;
  padding: 30px 40px 1px 40px;
}

.conditions-block .tabs.other .tab-content .item2 {
  margin-bottom: 30px;
}

.conditions-block .tabs.other .tab-content .item2 h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.conditions-block .tabs.other .tab-content .item2 ul li {
  font-size: 18px;
  line-height: 140%;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.conditions-block .tabs.other .tab-content .item2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 1px;
  background: #df2222;
}

.conditions-block .tabs .r-tabs-nav li.r-tabs-state-active {
  background: #003964;
}

.conditions-block .tabs .r-tabs-nav li.r-tabs-state-active a {
  color: #fff;
}

.conditions-block .tabs .r-tabs-nav li a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.conditions-block .tabs .r-tabs-accordion-title.r-tabs-state-active a {
  border-color: transparent;
}

.conditions-block .tabs .r-tabs-accordion-title.r-tabs-state-active a:after {
  transform: translateY(-50%) rotate(180deg);
}

.conditions-block .tabs .tab-content .list2 .list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.conditions-block .tabs .tab-content .list2 .list-item.other {
  background: #f5f9fc;
}

.conditions-block .tabs .tab-content .list2 .list-item h3.w100 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.conditions-block .tabs .tab-content .list2 .list-item .item3 h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.conditions-block .tabs .tab-content .list2 .list-item .item3 h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.conditions-block .tabs .tab-content .list2 .list-item .item3 ol li {
  font-size: 18px;
  line-height: 140%;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.conditions-block .tabs .tab-content .list2 .list-item .item3 ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 1px;
  background: #df2222;
}

.conditions-block .tabs .tab-content .list {
  row-gap: 20px;
}

.conditions-block .tabs .tab-content .item {
  margin: 0 auto;
  text-align: center;
  color: #819db2;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.conditions-block .tabs .tab-content .item h3 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #003964;
}

.consult-block {
  margin-bottom: 80px;
}

.consult-block__row {
  align-items: center;
}

.consult-block__main {
  padding-top: 15px;
  padding-bottom: 15px;
}

.consult-block__img {
  line-height: 0;
}

.consult-block .wrap {
  max-width: 1350px;
  position: relative;
  background: #f5f9fc;
  padding: 0;
}

.consult-block .top-text {
  color: #fff;
  display: inline-block;
  background: #003964;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  transform: skew(-8deg);
  margin-bottom: 10px;
}

.consult-block .top-text i {
  font-style: normal;
  display: inline-block;
  transform: skew(8deg);
}

.consult-block h2 {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.consult-block p {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 40px;
}

.consult-block .buttons button {
  width: 32%;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #003964;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consult-block .buttons button:last-child {
  background: #df2222;
}

.consult-block .buttons button img {
  vertical-align: middle;
}

.consult-block .buttons button span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 10px;
}

.refinanse-block {
  padding-bottom: 50px;
}

.refinanse-block h2 {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 100%;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.refinanse-block .list .item {
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 140%;
}

.refinanse-block .list .item:nth-child(3n) {
  margin-right: 0;
}

.item-refinanse-img {
  height: 210px;
}

.item-refinanse-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.refinanse-block .list .item h3 {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 110%;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.how-it-works {
  margin-bottom: 60px;
}

.how-it-works .content {
  position: relative;
  background: #f5f9fc;
  padding: 50px 60px 55px 60px;
}

.how-it-works .content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.how-it-works .content p {
  font-size: 18px;
  line-height: 140%;
}

.not-ready-block {
  margin-bottom: 30px;
}

.not-ready-block .content {
  background: url("../img/not-ready-block.jpg") center/cover;
  color: #fff;
  padding: 20px 20px 30px 20px;
}

.not-ready-block .content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  max-width: 445px;
}

.not-ready-block .content p {
  margin-bottom: 30px;
}

.not-ready-block .content a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-right: 45px;
  background: url("../img/arrow3.svg") no-repeat right 0 top -24px;
}

.invest-block {
  margin-bottom: 40px;
}

.invest-block .content {
  color: #fff;
  padding: 40px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.invest-block .content h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.invest-block .content h2 span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.invest-block .content .item {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.invest-block .content .item div {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.invest-block .content .item div img {
  margin-right: 20px;
  flex-shrink: 0;
}

.credit-info-block {
  padding-bottom: 34px;
}

.credit-info-block .item {
  margin-bottom: 30px;
}

.credit-info-block .item .heading-medium {
  margin-bottom: 20px;
}

.credit-info-block .item .info {
  background: #fff;
  overflow: auto;
  padding: 30px;
}

.credit-info-block .item .info .data .data-item {
  position: relative;
}

.credit-info-block .item .info .data .data-item:not(:last-child) {
  margin-bottom: 10px;
}

.credit-info-block .item .info .data .data-item:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  border-top: 1px dotted #819db2;
}

.credit-info-block .item .info .data .data-item div {
  font-size: 16px;
  line-height: 140%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.credit-info-block .item .info .data .data-item div:first-child {
  font-weight: 500;
}

.credit-info-block .item .info table {
  width: 100%;
  min-width: 400px;
}

.credit-info-block .item .info table thead {
  border-bottom: 1px solid #cbd8e0;
}

.credit-info-block .item .info table thead tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding: 0 20px 20px 0;
}

.credit-info-block .item .info table tbody tr td {
  padding: 30px 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.page-form {
  background: #f5f9fc;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.page-form .form form {
  width: 100%;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-main {
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
}

.page-form .heading-h3 {
  margin-bottom: 30px;
  text-align: center;
}

.page-form .form form input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.page-form .form form input[type=text]::placeholder {
  color: #CBD8E0;
}

.page-form .form form button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-form .form form .bottom-text {
  text-align: center;
  color: #819db2;
  line-height: 140%;
}

.page-form .form form .bottom-text a {
  color: #819db2;
}

.page-form .form .image {
  width: 50%;
  background: url("../img/page-form.jpg") center/cover;
}

.advantages-block3 {
  padding-bottom: 50px;
}

.advantages-block3 .heading-h3 {
  max-width: 660px;
  margin-bottom: 30px;
}

.advantages-block3 .list .row {
  row-gap: 30px;
}

.advantages-block3 .list .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 140%;
  min-height: 100%;
}

.advantages-block3-img {
  height: 237px;
  margin-bottom: 20px;
}

.advantages-block3-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantages-block3 .list .item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.order-block h2 {
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.order-block .top-text {
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 25px;
}

.order-block .content {
  background: #f5f9fc;
  padding: 30px 20px 30px 20px;
}

.order-block .content .calc {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.order-block .content .calc .field {
  position: relative;
}

.order-block .content .calc .field p {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  color: #003964;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.order-block .content .calc .field input[type=text] {
  width: 100%;
  height: 26px;
  background: none;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.order-block .content .calc .ui-widget.ui-widget-content {
  border: 0;
}

.order-block .content .calc .ui-slider-horizontal {
  height: 2px;
}

.order-block .content .calc .ui-widget-content {
  background: #df2222;
}

.order-block .content .calc .ui-widget-header {
  background: #003964;
}

.order-block .content .calc .ui-state-default,
.order-block .content .calc .ui-widget-content .ui-state-default,
.order-block .content .calc .ui-widget-header .ui-state-default,
.order-block .content .calc .ui-button,
.order-block .content .calc html .ui-button.ui-state-disabled:hover,
.order-block .content .calc html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../img/range.svg");
  margin: -11px 0 0 -15px;
}

.order-block .content .calc .values {
  padding-top: 20px;
  color: #819db2;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
}

.order-block .content .calc .selects .item {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 22px 40px 0 0;
}

.order-block .content .calc .selects .item:last-child {
  margin-right: 0;
}

.order-block .content .calc .selects .item p {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #346184;
  font-family: Cera Pro;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

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

.form-bottom-link a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #003964;
}

.order-block .content .calc .selects .item .select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #cbd8e0;
}

.order-block .content .calc .selects .item .select .radio {
  display: none;
}

.order-block .content .calc .selects .item .select .radio + label {
  display: inline-flex;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  background: #fff;
}

.calc-sum-section {
  background: transparent;
}

.order-block .content .calc .selects .item .select .radio:checked + label {
  color: #fff;
}

.order-block .content {
  margin-left: -20px;
  margin-right: -20px;
}

.order-block .content form input[type=text] {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  border: 1px solid #cbd8e0;
}

.order-block .content form input[type=text]::placeholder {
  color: #CBD8E0;
}

.order-block .content form button {
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  width: 100%;
}

.advantage-item__item-img {
  height: 197px;
}

.advantage-item__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.advantage-item__item-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #003964;
  margin-bottom: 7px;
}

.advantage-item__item-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #003964;
}

.advantage-item__item-text p:not(:last-child) {
  margin-bottom: 10px;
}

.advantage-item__item-section {
  padding-top: 20px;
}

.advantage-item--mod-offset {
  padding-top: 30px;
  padding-bottom: 30px;
}

.advantage-item--mod-offset2 {
  padding-bottom: 35px;
}

.form-request {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #F5F9FC;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-request__img {
  height: 170px;
  text-align: center;
}

.form-request--mod-theme {
  background: #346184;
  text-align: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.form-request--mod-theme .heading-h3 {
  color: #fff;
}

.form-request--article input[type=text] {
  font-weight: 500;
}

.form-request--article input[type=text]::placeholder {
  color: rgba(129, 157, 178, 0.6);
  transition: 0.3s;
}

.form-request input[type=text] {
  width: 100%;
  height: 54px;
  border: 1px solid #cbd8e0;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}

.form-request input[type=text]::placeholder {
  color: rgba(129, 157, 178, 0.6);
}

.form-request button {
  width: 100%;
  height: 54px;
  background: #df2222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.form-request .bottom-text {
  text-align: center;
  color: rgba(129, 157, 178, 0.7);
  font-size: 12px;
  line-height: 140%;
}

.form-request .bottom-text a {
  color: rgba(129, 157, 178, 0.7);
}

.info-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.info-section__img {
  height: 240px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.info-section__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-section__btn {
  text-align: center;
}

.info-section__btn .btn {
  max-width: 300px;
}

.pb-none {
  padding-bottom: 0;
}

.heading-medium {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #003964;
  font-size: 24px;
}

.heading-h2 {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #003964;
  margin-bottom: 5px;
  font-size: 32px;
}

.heading-h3 {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #003964;
  margin-bottom: 5px;
  font-size: 32px;
}

.heading-h4 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #003964;
}

.pledge-block {
  background: #F2F5FA;
  padding: 40px 0;
}

.pledge-block .heading-h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01em;
}

.pledge-block p {
  font-size: 20px;
  line-height: 1.1;
  color: #346184;
}

.pledge-block__top {
  position: relative;
  padding-bottom: 8px;
}

.pledge-block__top:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 35px;
  height: 2.5px;
  background: #DF2222;
}

.pledge-block__img {
  position: relative;
  margin: 30px 0;
}

.pledge-block__img-main {
  width: 450px;
  max-width: 450px;
  margin-left: auto;
  margin-right: -20px;
  z-index: 10;
}

.pledge-block__img-bg {
  position: absolute;
  right: -45px;
  top: -55px;
}

.docs-block {
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CBD8E0;
  margin-bottom: 40px;
}

.docs-block .heading-h3 {
  margin-bottom: 20px;
}

.docs-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.docs-list__item {
  width: 100%;
  border: 1px solid #CBD8E0;
  border-radius: 4px;
  display: flex;
  padding: 20px;
  gap: 15px;
  color: #003964;
  text-decoration: none;
}

.docs-list__item-icon {
  flex-shrink: 0;
  width: 50px;
}

.docs-list__item-main {
  flex-grow: 1;
}

.docs-list__item-label {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #346184;
  opacity: 0.6;
  margin-bottom: 4px;
}

.docs-list__item-name {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.select-city {
  border: 1px solid #CBD8E0;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../img/select.svg) no-repeat right 20px top 50%;
}

.h2-mob {
  display: none;
}

.nice-select ul.list {
  width: 100%;
  display: block;
  z-index: 20;
}

.nice-select ul.list li {
  display: block;
  color: #003964;
  font-size: 18px;
}

.nice-select .current {
  line-height: 45px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: #003964;
  color: #fff;
}

.nice-select:after {
  display: none;
}

.payments-page .wrap.big .content {
  padding-bottom: 80px;
}

.faq-payments .heading-h3 {
  margin-bottom: 15px;
}

.faq-payments .list {
  max-width: 890px;
}

.faq-payments.faq-block .list .item:last-child {
  border: none; 
}

.faq-payments  .list .item .name {
  letter-spacing: -0.6px;
}

.article-page article .image img {
  display: block;
}

.index-first-block .banner .text p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 425px;
}

.index-first-block .banner .text p span {
  flex: none;
}

.index-first-block .banner .text p em {
  display: inline;
  font-style: normal;
  flex: 2;
}

.view-block .content .button-wh {
  color: #003964;
}

.index-first-block .banner .text p.order-text {
  display: block;
}

@media (max-width: 1680px) {
  .sitemap-page .wrap.big {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .error-page .content .text .btn {
    width: 176px;
  }
}

@media (min-width: 768px) {
  .index-first-block__form input[type=text] {
    width: 48.5%;
    border: 1px solid #cbd8e0;
  }

  .index-first-block__form button {
    width: 48.5%;
  }

  .about-block .photos {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .header-hr {
    margin: 0 0 20px;
    background: #eff2f8;
  }

  .top-menu-other li.is-lg-visible {
    display: block;
  }

  .top-menu-other li a.city {
    background: url("../img/city.svg") no-repeat left;
  }

  .top-menu-other li ul {
    left: 50%;
    transform: translateX(-50%);
  }

  .top-menu-other li ul:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .top-menu li.is-lg-visible {
    display: inline-block;
  }

  .header {
    padding: 0 0 22px;
  }

  .header .city {
    font-size: 16px;
  }

  .header .contacts .social a {
    margin-right: 10px;
  }

  .header .contacts .phone {
    margin-right: 20px;
  }

  .header .contacts .phone a {
    margin-bottom: 2px;
    font-size: 20px;
    display: block;
  }

  .header .contacts .phone a.is-lg-hidden {
    display: none;
  }

  .enter-btn {
    text-transform: uppercase;
    font-size: 16px;
    height: 56px;
    width: 147px;
  }

  .index-first-block {
    margin-bottom: 60px;
  }

  .index-first-block .banner {
    background: url("../img/index-first-block.jpg") center/cover;
    padding: 60px 0;
  }

  .index-first-block .banner .image {
    position: absolute;
    top: 56.4%;  /* 50 */
    transform: translateY(-50%);
    right: 180px;  /* 200 */
    max-width: 50%;
    max-height: 100%;
    z-index: 10;
  }

  .index-first-block.service1 .banner .image {
    margin-right: 0;
    margin-left: 10px;
  }

  .index-first-block .banner .text p {
   //gap: 0;
  }

  .index-first-block.service2 .img-bg-buildings {
    right: 110px;
    top: 150px;
  }

  .index-first-block.service3 .banner .image {
    right: 100px;
  }

  .index-first-block .banner .text__inner {
    max-width: 600px;
  }

  .index-first-block .banner .text.big {
    margin: 40px 0 90px;
  }

  .index-first-block .banner .text h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .index-first-block .banner .text p {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .index-first-block .banner .text .pre-form {
    margin-bottom: 17px;
    color: #819db2;
    font-size: 16px;
    line-height: 21px;
    max-width: 250px;
  }

  .index-first-block__form {
    flex-direction: row;
    max-width: 450px;
  }

  .index-first-block .banner .text .bottom-text {
    max-width: 450px;
  }

  .calc-block {
    padding-bottom: 60px;
  }

  .row > .calc-service5 {
    padding-right: 45px;
  }

  .calc-block .item .field {
    margin-bottom: 23px;
  }

  .calc-block .item .values {
    color: #819db2;
    padding-top: 20px;
  }

  .calc-block .item .selects .item {
    margin: 50px 50px 0 0;
  }

  .calc-block .result2 {
/*    padding: 27px 25px 30px 50px;    */
    padding: 27px 25px 43px 50px;
  }

  .calc-block .result2 .item {
    line-height: 19px;
    font-size: 15px;
  }

  .calc-block .result2 .item span {
    font-size: 32px;
    line-height: 40px;
  }

  .calc-block h2 {
    margin: 0 0 20px;
  }

  .calc-block .result2 .button a {
    margin-left: 40px;
  }

  .calc-block .result {
    margin-bottom: 10px;
  }

  .calc-block .result .top {
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 20px;
  }

  .calc-block .result .top .top-item p span.percent {
    font-size: 14px;
  }

  .calc-block .result .agree .checkbox + label span {
    font-size: 16px;
  }

  .program-block {
    padding-bottom: 45px;
  }

  .program-block h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .program-block .top-text {
    font-size: 24px;
    margin-bottom: 46px;
  }

  .program-block .list .item {
    height: 222px;
    margin-bottom: 35px;
    border-radius: 4px 4px 0 0;
  }

  .program-block .list .item .text {
    font-size: 22px;
    top: 36px;
    left: 40px;
  }

  .steps-block {
    padding-bottom: 86px;
    margin-bottom: 80px;
  }

  .steps-block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 636px;
    background: #f5f9fc;
  }

  .steps-block h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }

  .steps-block .content:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background: url("../img/before.png");
    width: 897px;
    height: 669px;
  }

  .steps-block .content .list {
    padding: 40px 40px 50px 40px;
  }

  .steps-block .content .list .item .step {
    gap: 10px;
  }

  .steps-block .content .list .item h3 {
    font-size: 32px;
  }

  .steps-block .content .list .item p {
    font-size: 20px;
  }

  .steps-block .content .list .slick-prev,
  .steps-block .content .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    bottom: 40px;
    width: 40px;
    height: 27px;
  }

  .steps-block .content .list .slick-prev {
    left: 40px;
    background: url("../img/prev.svg");
  }

  .steps-block .content .list .slick-prev:hover {
    background: url("../img/prevh.svg");
  }

  .steps-block .content .list .slick-next {
    right: 40px;
    background: url("../img/next.svg");
  }

  .steps-block .content .list .slick-next:hover {
    background: url("../img/nexth.svg");
  }

  .reviews-block {
    padding-bottom: 70px;
  }

  .reviews-block .content {
    padding: 80px 0 56px;
  }

  .reviews-block h2 {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .reviews-block h2 span {
    margin-left: 18px;
  }

  .reviews-block .heading-h3 {
    margin-bottom: 40px;
  }

  .reviews-block .item {
    padding: 40px;
    margin-bottom: 30px;
  }

  .reviews-block .item .name {
    font-size: 20px;
  }

  .reviews-block .item p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .reviews-block .item .video {
    margin: -40px;
  }

  .about-block {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .about-block h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .about-block .top-text p {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .about-block .top-text p:first-child {
    font-size: 24px;
    font-weight: 500;
  }

  .about-block .top-text p span {
    font-weight: 500;
  }

  .about-block .top-counts {
    padding-bottom: 32px;
  }

  .about-block .top-counts .item {
    font-size: 24px;
    width: 48%;
    margin-bottom: 32px;
  }

  .about-block .top-counts .item span {
    font-size: 60px;
  }

  .about-block .photos {
    padding-bottom: 20px;
  }

  .about-block .photos .item {
    width: 19.6%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .about-block .photos .item.big {
    width: 41%;
  }

  .about-block .docs .list {
    margin: 0 -10px;
  }

  .about-block .docs .list .item {
    margin: 0 15px;
/*    padding: 30px 27px;   */
    padding: 20px 20px;
  }

  .about-block .docs .list .slick-prev,
  .about-block .docs .list .slick-next {
    right: -4px;
  }

  .about-block .docs .list .slick-prev {
    left: -4px;
  }

  .map-block {
    padding-bottom: 80px;
  }

  .map-block.inner .wrap.big {
    padding: 80px 0;
  }

  .map-block .list {
    max-width: 505px;
  }

  .map-block .list ul {
    border: 1px solid #cbd8e0;
    margin-bottom: 37px;
  }

  .map-block .list ul li:not(:last-child) {
    border-right: 1px solid #cbd8e0;
  }

  .map-block .list ul li a {
    background: #fff;
  }

  .map-block .list ul li a {
    font-size: 18px;
    text-align: center;
    padding: 20px;
  }

  .map-block .list ul li a.active {
    color: #fff;
    background: #003964;
  }

  .map-block .list .items {
    border: 1px solid #cbd8e0;
    margin-bottom: 37px;
  }

  .map-block .list .items .item {
    font-size: 16px;
    background: #fff url("../img/metro.svg") no-repeat 15px 50%;
    padding: 20px 20px 20px 80px;
  }

  .map-block-heading {
    margin-bottom: 40px;
  }

  .map-block .list .items .item:hover {
    background: #f5f9fc url("../img/metroh.svg") no-repeat 15px 50%;
  }

  .map-block .list .items .item .metro {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
  }

  .map-block .list .contacts .links .social {
    padding-left: 15px;
  }

  .map-block .list .contacts .links a:nth-child(1) {
    font-size: 24px;
  }

  .map-block .list .contacts .hours {
    text-align: right;
  }

  .info-block .heading-h2 {
    margin-bottom: 40px;
  }

  .info-block .heading-h3 {
    margin-bottom: 40px;
  }

  .info-block .list.row .slick-track .col-auto {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-block .list .item {
    box-shadow: 0px 4px 20px 0px rgba(69, 97, 109, 0.1);
  }

  .info-block .list .item:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 57, 100, 0.2);
  }

  .info-block .list .item h3 {
    font-size: 24px;
    padding: 25px 30px 20px 30px;
  }

  .info-block-img {
    height: 220px;
  }

  .info-block .list .item .info {
    padding: 25px 20px 30px 30px;
  }

  .info-block .list .item .info p {
    font-size: 18px;
    line-height: 140%;
  }

  .slider-articles .col-auto {
    width: 343px;
  }

  .pre-footer-block {
    padding-bottom: 84px;
  }

  .pre-footer-block .line {
    margin-bottom: 80px;
  }

  .pre-footer-block .item {
    font-size: 18px;
    color: #346184;
  }

  .pre-footer-block .item h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pre-footer-block .item a {
    color: #346184;
  }

  .pre-footer-contact {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .footer {
    padding: 60px 0;
  }

  .footer .logo {
    margin-bottom: 30px;
  }

  .footer .contacts .item:not(:last-child) {
    margin-bottom: 35px;
  }

  .footer .contacts .item div {
    font-size: 18px;
  }

  .footer .contacts .item div a:nth-child(2) {
    font-size: 18px;
    color: #819db2;
  }

  .footer ul li a {
    font-weight: 700;
    font-size: 18px;
  }

  .footer .social {
    width: 312px;
  }

  .footer .social p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .hot-line-block {
    padding: 15px 0;
  }

  .hot-line-block .text {
    font-size: 20px;
  }

  .bottom-data-block {
    padding: 40px 0 24px;
  }

  .bottom-data-block .item {
    padding-right: 60px;
  }

  .bottom-data-block .item p {
    line-height: 140%;
  }

  .error-page {
    margin-bottom: 80px;
  }

  .error-page .content {
    padding: 120px 0 160px;
  }

  .error-page .content .text {
    padding-right: 40%;
  }

  .error-page .content .text .heading-h2 {
    margin-bottom: 30px;
  }

  .error-page .content .text .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 507px;
    max-width: 40%;
  }

  .sitemap-page .content {
    padding: 80px 0 30px;
  }

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

  .sitemap-page .content .item h3 {
    margin-bottom: 30px;
  }

  .for-clients-page .content {
    padding: 80px 0;
  }

  .for-clients-page .content .text {
    padding: 0 35% 100px 0;
  }

  .for-clients-page .content .text .heading-h2 {
    margin-bottom: 40px;
/*    max-width: 300px;   */
    font-size: 50px;
  }

  .for-clients-page .content .text p {
    font-size: 20px;
    line-height: 140%;
  }

  .for-clients-page .content .text p.big {
    font-size: 24px;
    line-height: 140%;
  }

  .for-clients-page .content .text .image {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 40%;
  }

  .for-clients-page .form form {
    width: 50%;
    border: 1px solid #cbd8e0;
    border-right: 0;
    background: #fff;
    padding: 90px 30px 116px 30px;
  }

  .for-clients-page .form form .heading-h3 {
    padding: 24px 0 30px;
  }

  .job-page .content {
    padding: 80px 0;
  }

  .job-page .text {
    padding: 0 0 50px 0;
  }

  .job-page .text p {
    font-size: 20px;
    line-height: 140%;
  }

  .job-page .text p.big {
    font-size: 24px;
    line-height: 140%;
  }

  .job-page h2 {
    margin-bottom: 30px;
  }

  .job-page .item {
    padding: 40px;
  }

  .job-page .item .data .data-item {
    margin: 0 40px 20px 0;
  }

  .job-page .item .data .data-item span {
    color: #cbd8e0;
  }

  .job-page .item h4 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .job-page .item p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
  }

  .job-page .item ul {
    margin-bottom: 20px;
  }

  .job-bottom-img {
    height: 580px;
  }

  .job-page .item ul li {
    font-size: 18px;
    line-height: 140%;
  }

  .job-page .item button {
    margin-top: 10px;
  }

  .job-page .more-link {
    padding: 15px 0 75px;
  }

  .job-page .bottom-text h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .job-page .bottom-text p {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
  }

  .partners-block {
    padding-bottom: 130px;
  }

  .partners-block .heading-h2 {
    margin-bottom: 30px;
  }

  .partners-block .list {
    padding-top: 30px;
  }

  .docs-page {
    margin-bottom: 80px;
  }

  .docs-page .content {
    padding: 80px 0 95px;
  }

  .docs-page .list.row {
    row-gap: 30px;
  }

  .docs-page .list .item a {
    font-size: 18px;
    line-height: 140%;
  }

  .payments-page {
    margin-bottom: 80px;
  }

  .payments-page .content {
    padding: 80px 0 50px;
  }

  .payments-page .heading-h3 {
    margin-bottom: 40px;
  }

  .payments-page .list .item {
    padding: 20px 20px 112px 20px;
  }

  .payments-page .list .item h4 {
    font-size: 24px;
  }

  .payments-page .list .item ul li {
    font-size: 18px;
    line-height: 140%;
  }

  .payments-page .list .item ul li:before {
    top: 12px;
  }

  .faq-block {
    padding-bottom: 70px;
  }

  .faq-block .content {
    padding: 80px 0 45px;
  }

  .faq-block .flex .list .item .text {
    padding: 25px 20px 0 20px;
  }

  .faq-block .list ul {
    width: 100%;
    display: inline-flex;
  }

  .conditions-page.faq-block .list ul {
    border-bottom: none;
  }

  .faq-block .list .item .name {
    font-size: 20px;
    line-height: 120%;
  }

  .faq-block .list .item .text {
    padding: 40px 0 0 30px;
  }

  .faq-block .banners {
    padding-top: 100px;
  }

  .faq-block .banners .item {
    padding: 40px;
  }

  .faq-block .banners .item.b1 {
    background: url("../img/banner1.jpg") center/cover;
  }

  .faq-block .banners .item.b2 {
    background: url("../img/banner2.jpg") center/cover;
  }

  .faq-block .banners .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .card-payments-page .content {
    background: #f5f9fc;
    padding: 80px 0 150px;
  }

  .card-payments-page .heading-h3 {
    margin-bottom: 40px;
  }

  .card-payments-page .payments-form-inner {
    max-width: 454px;
  }

  .card-payments-page .payments-form {
    width: 50%;
    border: 1px solid #cbd8e0;
    border-right: 0;
    background: #fff;
    padding: 60px 30px 90px 30px;
  }

  .card-payments-page .form form input[type=text]::placeholder {
    color: #819DB2;
  }

  .card-payments-page .payments-form .bottom-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
  }

  .conditions-page .content {
    padding: 80px 0 120px;
  }

  .conditions-page .heading-h3 {
    margin-bottom: 40px;
  }

  .conditions-page ul {
    display: inline-block;
  }

  .conditions-page .list a {
    font-size: 20px;
  }

  .catalog-page .content {
    padding: 80px 0 95px;
  }

  .catalog-page .heading-catalog {
    margin-bottom: 40px;
  }

  .catalog-page .list.row {
    row-gap: 30px;
  }

  .catalog-page .list .item {
    padding: 20px 20px 30px 20px;
  }

  .catalog-page .list .item .name {
    font-size: 20px;
    margin-top: 23px;
  }

  .catalog-page .list .item .price {
    margin-top: 21px;
  }

  .catalog-page .bottom-link {
    padding: 15px 0 75px;
  }

  .catalog-page .form form {
    width: 50%;
    border: 1px solid #cbd8e0;
    border-right: 0;
    background: #fff;
    padding: 90px 30px 116px 30px;
  }

  .catalog-page .form form .heading-h3 {
    padding: 24px 0 30px;
  }

  .blog-page .content {
    padding: 80px 0;
  }

  .blog-page .heading-h3 {
    margin-bottom: 40px;
  }

  .blog-page .main-item {
    height: 440px;
  }

  .blog-page .main-item-img {
    height: 440px;
  }

  .blog-page .main-item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 230px 40px 30px;
  }

  .blog-page .main-item .text .date {
    color: #cbd8e0;
  }

  .blog-page .main-item .text .name {
    color: #fff;
    font-size: 32px;
  }

  .blog-page .main-item .text p {
    font-size: 16px;
  }

  .blog-page .list.row {
    row-gap: 50px;
  }

  .blog-item-img {
    height: 288px;
  }

  .item-page {
    margin-bottom: 80px;
  }

  .item-page .content {
    padding: 70px 0 100px;
  }

  .item-page .info {
    margin-bottom: 80px;
  }

  .item-page .heading-item {
    margin-bottom: 15px;
  }

  .item-page .price-item {
    margin-bottom: 40px;
  }

  .slider-item .slick-prev,
  .slider-item .slick-next {
    display: none;
    visibility: hidden;
  }

  .item-page .info .data .data-item div {
    font-size: 18px;
    line-height: 140%;
  }

  .item-page h4 {
    margin-bottom: 30px;
  }

  .item-page .complects ul li {
    font-size: 18px;
    line-height: 140%;
  }

  .item-page .quote {
    padding: 60px 40px 40px 40px;
  }

  .item-page .quote p {
    font-size: 18px;
    line-height: 140%;
  }

  .article-page {
    padding-bottom: 80px;
  }

  .article-page .content {
    padding: 80px 0 36px;
  }

  .article-page article h2 {
    font-size: 48px;
  }

  .article-page article .image .image-text {
    padding: 20px 0 30px;
  }

  .article-page article .menu {
    margin-bottom: 40px;
    padding: 40px 40px 30px 40px;
  }

  .article-page article .menu h3 {
    font-size: 24px;
  }

  .article-page article .menu ul li a {
    font-size: 20px;
  }

  .article-page article h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .article-page article p {
    font-size: 18px;
    line-height: 140%;
  }

  .article-page article p.mb {
    margin-bottom: 40px;
  }

  .article-page article ul:not(.article-page article nav ul) {
    font-size: 18px;
    line-height: 140%;
  }

  .article-page article .table table thead tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }

  .article-page article h4 {
    font-size: 24px;
    line-height: 110%;
  }

  .article-page article .ul li {
    font-size: 18px;
    line-height: 140%;
  }

  .article-page article .bottom-text {
    font-size: 24px;
    line-height: 140%;
    padding: 40px;
    background: radial-gradient(496.44% 141.42% at 100% 0%, rgba(0, 73, 129, 0.76), #003964 70.239%);
  }

  .article-page article h5 {
    margin-bottom: 20px;
  }

  .article-page article .share a {
    background: #003964;
  }

  .popup .graph {
    padding: 80px 115px;
  }

  .popup .graph .top-block {
    padding: 16px 40px;
  }

  .popup .graph .bottom-text p {
    font-size: 18px;
    line-height: 140%;
  }

  .targets-block {
    margin-bottom: 80px;
  }

  .targets-block h2 {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .targets-block .list {
    padding: 40px 0 40px;
    background: #f5f9fc;
  }

  .targets-block .list .row {
    row-gap: 25px;
  }

  .targets-block .list .item > div span {
    font-size: 20px;
  }

  .technic-block {
    padding-bottom: 48px;
  }

  .technic-block h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .technic-block .item {
    height: 300px;
    margin-bottom: 32px;
  }

  .technic-block .item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 90%;
  }

  .technic-block .item--special img {
    bottom: 10px;
  }

  .technic-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 40px;
    z-index: 2;
  }

  .view-block {
    margin-bottom: 80px;
  }

  .view-block .content {
    padding: 40px 80px 50px;
  }

  .view-block .content h2 {
    font-size: 48px;
  }

  .view-block .content p {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .view-block .content .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    max-width: 45%;
  }

  .last-credits-block {
    padding: 50px 0;
    margin-bottom: 80px;
  }

  .last-credits-block .text h2 {
    font-size: 48px;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .last-credits-block .text .info {
    padding-bottom: 30px;
  }

  .last-credits-block .text .info p {
    font-size: 18px;
    line-height: 140%;
  }

  .last-credits-block .text .data .item {
    font-size: 14px;
  }

  .last-credits-block .text .data .item:not(:last-child) {
    margin-right: 62px;
  }

  .last-credits-block .text .data .item span {
    margin-bottom: 10px;
  }

  .last-credits-block .text .data .item .price {
    font-size: 32px;
  }

  .advantages-block2 {
    padding-bottom: 50px;
  }

  .advantages-block2 h2 {
    margin-bottom: 40px;
  }

  .advantages-block2 .list {
    row-gap: 30px;
  }

  .advantages-img {
    height: 272px;
  }

  .advantages-block2 .list .item .info h3 {
    font-size: 24px;
  }

  .advantages-block2 .list .item .info ul li {
    font-size: 18px;
  }

  .advantages-block2 .list .item .info ul li:before {
    top: 13px;
  }

  .conditions-block {
    margin-bottom: 80px;
  }

  .conditions-block h2 {
    margin-bottom: 35px;
  }

  .conditions-block .tabs {
    border: 1px solid #cbd8e0;
  }

  .conditions-block .tabs .r-tabs-nav {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cbd8e0;
  }

  .conditions-block .tabs .r-tabs-nav li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }

  .conditions-block .tabs .r-tabs-nav li:not(:last-child) {
    border-right: 1px solid #cbd8e0;
  }

  .conditions-block .tabs .r-tabs-nav li a {
    padding: 22px 10px;
    font-size: 18px;
    line-height: 140%;
  }

  .conditions-block .tabs .r-tabs-accordion-title {
    display: none;
  }

  .conditions-block .tabs .tab-content {
    padding: 60px 180px 30px 180px;
  }

  .conditions-block .tabs .tab-content.other {
    padding: 40px 20px;
  }

  .conditions-block .tabs .tab-content .list2 .list-item {
    padding: 40px;
  }

  .conditions-block .tabs .tab-content .list2 .list-item .item3 h3 {
    font-size: 24px;
  }

  .refinanse-block h2 {
    font-size: 48px;
  }

  .refinanse-block .list .item {
    padding: 30px 30px 50px 30px;
    border: 1px solid #cbd8e0;
    font-size: 18px;
  }

  .item-refinanse-img {
    margin-bottom: 20px;
    height: 237px;
  }

  .refinanse-block .list .item h3 {
    font-size: 24px;
  }

  .how-it-works .content .row {
    align-items: center;
  }

  .not-ready-block {
    margin-bottom: 80px;
  }

  .not-ready-block .content {
    padding: 80px 80px 120px 80px;
  }

  .not-ready-block .content h2 {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .not-ready-block .content p {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 150px;
  }

  .not-ready-block .content a {
    font-size: 24px;
    padding-right: 95px;
  }

  .invest-block {
    margin-bottom: 80px;
  }

  .invest-block .content {
    background: radial-gradient(510.04% 141.42% at 100% 0%, rgba(0, 73, 129, 0.76), #003964 70.239%);
  }

  .invest-block .content {
    padding: 40px 80px;
    flex-direction: row;
  }

  .invest-block .content h2 {
    line-height: 140%;
  }

  .invest-block .content h2 span {
    font-size: 40px;
  }

  .invest-block .content .item {
    width: 33%;
  }

  .invest-block .content .item div {
    font-size: 18px;
  }

  .invest-block .content .item div img {
    width: 60px;
    max-width: 60px;
  }

  .credit-info-block .item .heading-medium {
    margin-bottom: 30px;
  }

  .credit-info-block .item .info {
    background: #f5f9fc;
    padding: 40px 50px;
  }

  .credit-info-block .item .info .data .data-item div {
    background: #f5f9fc;
  }

  .page-form {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .page-form .form form {
    width: 50%;
    padding: 70px 20px 48px 20px;
    border: 1px solid #cbd8e0;
    background: #fff;
  }

  .advantages-block3 .heading-h3 {
    margin-bottom: 40px;
  }

  .advantages-block3 .list .item {
    border: 1px solid #cbd8e0;
    padding: 30px;
    font-size: 18px;
  }

  .advantages-block3 .list .item h3 {
    font-size: 24px;
  }

  .order-block {
    margin-bottom: 105px;
  }

  .order-block .top-text {
    margin-bottom: 45px;
    font-size: 24px;
  }

  .order-block .content {
    padding: 45px 50px 55px 50px;
  }

  .order-block .content .calc {
    width: 48%;
  }

  .order-block .content .calc .field {
    margin-bottom: 23px;
  }

  .order-block .content .calc .selects .item .select .radio:checked + label {
    background: #003964;
  }

  .order-block .content form {
    width: 43%;
  }

  .order-block .content form button {
    width: 300px;
  }

  .form-request .bottom-text {
    max-width: 450px;
  }

  .heading-medium {
    font-size: 48px;
  }

  .heading-h2 {
    font-size: 48px;
  }

  .heading-h3 {
    font-size: 48px;
  }

  .heading-h4 {
    font-size: 32px;
  }

  .is-lg-hidden {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-menu li:not(:last-child) {
    margin-right: 30px;
  }

  .calc-block .result .top {
    padding: 25px 50px;
  }

  .map-block .list .items .item {
    padding: 28px 20px 28px 109px;
    background: #fff url("../img/metro.svg") no-repeat 33px 50%;
  }

  .map-block .list .items .item:hover {
    background: #f5f9fc url("../img/metroh.svg") no-repeat 33px 50%;
  }

  .payments-img {
    height: 260px;
  }

  .advantages-block2 .list .item .info {
    padding: 30px 40px 40px 40px;
  }

  .consult-block p {
    margin-bottom: 65px;
  }

  .order-block .content {
    padding: 45px 173px 55px 95px;
  }
}

@media (min-width: 1300px) {
  .index-first-block .banner {
    padding: 100px 0 80px;
  }
}

@media (max-width: 1300px) {
  .index-first-block .banner .image {
    right: 0;
  }
  .last-credits-block.last-credits-home {
    padding: 50px 40px;
  }
}

@media (max-width: 991px) {
  .index-first-block.service2 .banner .image {
    right: 0;
    left: auto;
  }
  .last-credits-block .photos .slick-prev {
    right: auto;
    left: -10px;
  }
  .last-credits-block .photos .slick-next {
    right: -10px;
  }
  .targets-service5.targets-block.targets-block-service .list .row .col-lg-4 br {
    display: none;
  }
  .conditions-block .tab-content {
    display: none !important;
  }
  .conditions-block .tab-content.r-tabs-state-active {
    display: block !important;
  }
  .faq-payments.faq-block .list .item .text .author {
    font-size: 14px;
  }
  .docs-page .bottom-link {
    margin-top: 5px;
  }
  .job-page .more-link {
    margin-top: 7px;
  }
  .blog-page .bottom-link {
    margin-top: 5px;
  } 
  .calc-block .result .agree label {
    width: 100%;
  }
  .last-credits-block.last-credits-home .text h2 {
    font-size: 16px;
  }
  .last-credits-block.last-credits-home {
    padding: 30px 0;
    margin: 40px auto 68px;
  }
  .index-first-home .image.is-lg-visible {
    display: block;
    margin: 0 auto !important;
  }
  .index-first-home.index .img-bg-buildings {
    left: 50%;
    right: auto;
    top: 135px !important;
    margin-left: -220px;
  }
  .index-first-home .image.is-lg-hidden {
    display: none;
  }
  .page-reviews .bottom-link {
    margin-top: 12.5px;
  }
  .credit-info-block .row>* {
    margin: 0;
  }
  .job-page h2.heading-h2 {
    font-size: 32px;
  }
  .credit-info-block .item .info {
    border: 1px solid #CBD8E0;
  }
  
  .credit-info-block .item .info table tbody tr td {
    padding: 20px 10px 0 0;
    width: auto;
    text-align: center;
  }
  .credit-info-block .item .info table tbody tr td:first-child {
    text-align: left;
  }
  .credit-info-block .item .info table tbody tr td:last-child {
    padding: 20px 0 0 0;
  }
  .credit-info-block .item .info table thead tr td {
    padding: 0 10px 20px 0;
    width: auto;
    text-align: center;
  }
  .credit-info-block .item .info table thead tr td:first-child {
    text-align: left;
  }
  .credit-info-block .item .info table thead tr td:last-child {
    padding: 0 0 20px 0;
  }
  .credit-info-block .item .info {
    padding: 20px 15px;
  }
  .credit-info-block .item .info table {
    min-width: 280px;
    max-width: 100%;
  }
  .credit-info-block .item .info {
    overflow: hidden;
  }
  .page-form .heading-h3 {
    text-align: left;
  }
  .map-block.map-home {
    padding-bottom: 40px;
  }
  .reviews-block.reviews-home {
    padding-bottom: 46px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CBD8E0;
  }
  .item-page .quote {
    background-position: right 20px top 20px;
}
  .line.is-lg-visible {
    display: block !important;
    background: transparent;
  }
  .targets-block.targets-service5 .list .row {
    row-gap: 26px;
  }
  .reviews-service2.reviews-block--offset-top {
    margin-bottom: 0;
    padding-bottom: 46px;
    border: none;
  }
  .reviews-row .slick-prev {
    left: -15px;
  }
  .reviews-row .slick-next {
    right: -15px;
  }
  .faq-service5.faq-block .list .item:last-child {
    border-bottom: 1px solid #cbd8e0;
  } 
  .order-block .content--calc-service5.content .calc .field p {
    font-size: 15px;
    top: 5px;
  }
  .order-block .content--calc-service5.content .calc-sum-section {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .order-block .content--calc-service5.content .calc .selects .item {
    margin-top: 28px;
  }
  .order-block .content--calc-service5.content .calc {
    margin-bottom: 15px;
  }
  .order-block .content--calc-service5.content form button {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .order-block .content--calc-service5.content {
    padding-bottom: 40px;
  }
  .calc-block--service5.calc-block h2 {
    margin-bottom: 26px;
  }
  .calc-block--service5.calc-block .result2 .button {
    gap: 20px;
  }
  .program-block .list .item .text span {
    font-weight: 400;
  }
  .program-block .list .item .text-selected {
    margin-top: 6px;
  }
  .targets-service.targets-block .list .item > div img {
    width: 48px;
    height: 48px;
    display: block;
  } 
  .targets-service.targets-block .list .row {
    row-gap: 23px;
  }
  .targets-service.targets-block .list .item > div {
    font-size: 12px;
  }
  .targets-service.targets-block .list .item > div span {
    padding-bottom: 3px;
  }
  .pre-footer-block .line-hidden {
    background: transparent;
  } 
  .form-request {
    padding-bottom: 45px;
  }
  .reviews-block.reviews-service {
    border: none;
  }
  .conditions-page .tab-content,
  .faq-block .tab-content {
    display: block;
  }

  .calc-block--service5.calc-block .item .field p {
    font-size: 15px;
  }
  
  .calc-block--service5.calc-block .result2 .item:nth-child(2) {
    order: 3;
  }
  .calc-block--service5.calc-block .result2 .item:nth-child(3) {
    order: 2;
  }
  .map-servcice3 {
    margin-bottom: 35px;
  }
  .pledge-block .heading-h3 {
    margin-bottom: 3px;
  }
  .targets-block .list .item > div img {
    //width: 48px;
    //height: 48px;
  }
  .index-first-block .banner .text p {
    gap: 15px;
  }
  .info-section p {
    color: #003964;
  }

  .share-btns .svg > path:first-child {
    fill: #004981;
  }
  .share-btns .svg > circle:first-child {
    fill: #004981;
  }

  .article-page article h5 {
    margin-bottom: 3px;
  }

  .article-page article .share h5 {
    margin-bottom: 15px;
  }

  .for-clients-page .image {
    margin: 35px 0 20px;
  }

  .article-page article .menu h3 {
    margin-bottom: 15px;
  }

  .article-page article .menu {
    padding: 20px 20px 10px;
  }

  .article-page article .table table thead tr td {
    padding: 15px;
  }

  .article-page article .bottom-text {
    border-radius: 4px;
    margin: 20px 0 40px;
  }

  .article-page article h3 {
    margin-bottom: 10px;
  }

  .article-page .form-request {
    margin-bottom: 50px;
  }

  .article-page article .back-link {
    margin-bottom: 10px;
  }

  .article-page article h2 {
    margin-bottom: 20px;
  }

  .item-page .info button {
    display: none;
  }

  .complects {
    margin-bottom: 18px;
  }

  .item-page .info .data {
    padding-bottom: 0;
  }
  
  .faq-payments .list .item .name {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.14px;
  }
  .faq-payments {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .faq-block .list .item .text {
    padding-top: 10px;
  }
  .faq-block .list .item .text p,
  .faq-block .list .item .text .author {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.14px;
  }
  .faq-payments .heading-h3 {
    margin-bottom: 0 !important;
  }
  .faq-payments .list .item {
    padding: 20px 0;
  }
  .payments-page .wrap.big .content {
    padding-bottom: 62px;
  }
  .payments-page .heading-h3 {
    margin-bottom: 20px;
  }
  .service3-refinanse {
    padding-bottom: 30px;
  }
  .item-refinanse-main {
    padding: 20px 25px 25px !important;
  }
  .service3 .pre-form.is-lg-hidden span {
    font-size: 18px;
    font-weight: 400;
  }
  .select-city {
    float: none;
  }
  .header .city {
    font-size: 15px;
    background-size: auto 20px !important;
  }
  .h2-desk {
    display: none;
  }
  .h2-mob {
    display: block;
  }
  .calc-block h2 {
    margin-bottom: 15px;
  }
  .index-first-block .banner {
    padding: 28px 0 25px;
  }
  .index-first-block {
    margin-bottom: 0;
  }
  .top-menu-other li a.city {
    padding-left: 21px;
  }
  .header-hr {
    background: rgba(203, 216, 224, 0.8);
    margin: 8px 0 1px;
  }

  .top-menu-other li a.city {
    background: url("../img/city2.svg") no-repeat left;
  }

  .top-menu-other li ul {
    right: 0px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 4px;
  }

  .header .contacts {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .footer ul li a {
    line-height: 1.5;
  }

  .footer-menu {
    line-height: 1.8;
  }

  .footer .contacts .item div br {
    display: none;
  }

  .header .contacts .social a {
    margin-right: 4px;
    width: 30px;
    height: 30px;
  }

  .header .contacts .phone a {
    font-size: 18px;
  }

  .enter-btn {
    padding-left: 14.5px;
    padding-right: 10px;
    margin-right: 4px;
  }

  .index-first-block.service5,
  .index-first-block.service1,
  .index-first-block.service2,
  .index-first-block.service3,
  .index-first-block.calc-page {
    margin-bottom: 0;
  }

  .index-first-block .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .index-first-block .banner .image {
    position: relative;
    right: 0;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: -20px;
    z-index: 10;
  }

  .index-first-block.service1 .banner .image,
  .index-first-block.service2 .banner .image,
  .index-first-block.service5 .banner .image,
  .index-first-block.calc-page .banner .image {
    max-width: 450px;
  }

  .index-first-block.calc-page .banner .image {
    width: 350px;
    max-width: 350px;
    margin-right: -40px;
  }

  .index-first-block.index .img-bg-buildings {
    top: 115px;
    right: 121px;
  }

  .index-first-block.service1 .banner .image {
    margin-right: auto;
    margin-left: 150px;
    margin-bottom: 20px;
  }

  .advantages-block2 .list .item .info {
    padding: 20px 25px 25px;
  }

  .pre-form-bisness{
    margin-top: -35px;
  }

  .targets-block .list .item > div {
    line-height: 1.2;
  }

  .targets-block .list .item > div span {
    font-size: 18px !important;
    padding-bottom: 5px;
  }

  .targets-block h2 {
    //font-size: 30px !important;
  }

  .index-first-block.service1 .img-bg-buildings {
    top: 135px;
    right: 120px;
  }

  .index-first-block.service2 .img-bg-buildings {
    top: 120px;
    right: 105px;
  }

  .index-first-block.service2 .banner .image {
    width: 403px;
    max-width: 105%;
  }

  .index-first-block.service3 .img-bg-buildings {
    top: 120px;
    right: 0px;
    width: auto;
    height: auto;
  }

  .index-first-block.service3 .banner .image {
    margin-right: auto;
    margin-left: 15px;
  }

  .index-first-block.service4 {
    margin-bottom: 0;
  }

  .index-first-block.service4 .img-bg-buildings {
    top: 120px;
    right: 0px;
    width: auto;
    height: auto;
  }

  .index-first-block.service5 .banner .image {
    width: 344px;
    max-width: 344px;
    margin-top: 15px;
    margin-bottom: 3px;
  }

  .index-first-block.service5 .banner {
    background-image: url("../img/img-buildings2.png");
    background-repeat: no-repeat;
    background-position: center 150px;
  }


  .index-first-block.calc-page .banner {
    background-image: url("../img/img-buildings2.png");
    background-repeat: no-repeat;
    background-position: center 160px;
  }

  .index-first-block.calc-page .banner .image {
    margin-bottom: 20px;
  }

  .index-first-block .banner .text h2 {
    margin-bottom: 16px;
  }

  .index-first-block .banner .text p {
    margin-bottom: 0;
    padding-bottom: 9px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .index-first-block .banner .text .pre-form {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #003964;
  }

  .index-first-block__form button {
    height: 55px;
  }

  .index-first-block__form input[type=text] {
    height: 55px;
    padding: 0 19px;
  }

  .index-first-block__form {
    gap: 17px;
  }

  .service3.index-first-block .banner .text p {
    padding-bottom: 15px;
  }

  .calc-block {
    padding-top: 30px;
  }

  .calc-block--service5.calc-block .item .selects .item:first-child {
    margin-top: 0;
  }

  .calc-block--service5.calc-block .item {
    margin-bottom: 0;
  }

  .calc-block--service5 .selects {
    padding: 30px 20px 10px;
    margin: 25px -20px 0;
    background: #eff2f8;
  }

  .calc-block--service5.calc-block .result2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
  }

  .calc-block--service5.calc-block .result2 .item {
    text-align: center;
  }

  .calc-block--service5.calc-block .result2 .label {
    color: #819DB2;
  }

  .calc-block--service5.calc-block .item .selects .item .select {
    border: 1px solid #CBD8E0;
    border-radius: 4px;
    overflow: hidden;
  }

  .calc-block--service5.calc-block .item .selects .item .select .radio + label {
    background: #FFFFFF;
    text-align: center;
  }

  .calc-block--service5.calc-block .item .selects .item .select .radio + label:not(:last-child) {
    border-right: 1px solid #CBD8E0;
  }

  .calc-block--service5.calc-block .item .selects .item .select .radio:checked + label {
    background: #346184;
    border: 0;
  }

  .calc-block--service5.calc-block .result2 .button {
    margin-top: 30px;
  }

  .calc-block--service3 {
    border-top: 1px solid #CBD8E0;
  }

  .job-page .item {
    padding-bottom: 40px;
  }

  .calc-block .item .field {
    margin-bottom: 15px;
  }

  .sub-label {
    color: rgba(0, 57, 100, 0.7);
  }

  .calc-block .item .values {
    color: #CBD8E0;
    padding-top: 15px;
  }

  .calc-block .item .selects .item {
    width: 100%;
  }

  .calc-block .item .selects .item .select {
    display: flex;
  }

  .calc-block .item .selects .item .select .radio + label {
    flex-grow: 1;
  }

  .calc-block .result2 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .calc-block .result {
    display: flex;
    flex-direction: column;
  }

  .calc-block .result .agree {
    order: -1;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .link-plan {
    margin-top: 16px;
  }

  .technic-heading {
    font-size: 14px !important;
  }

  .technic-block {
    padding-top: 37px !important;
    padding-bottom: 31px !important;
  }

  .technic-block h2 {
    margin-bottom: 22px;
  }

  .steps-block {
    padding: 38px 0 46px;
  }

  .steps-block h2 {
    margin-bottom: 22px;
  }

  .steps-block .content .list {
    padding: 33px 30px 30px;
  }

  .steps-block .content .list .item .step {
    margin-bottom: 18px;
  }

  .steps-block .content .list .item p {
    margin-bottom: 21px;
  }

  .steps-block .content .list .item .social a:not(:last-child) {
    margin-right: 12px;
  }

  .targets-block h2 {
    font-size: 32px;
  }

  .calc-block .result .top {
    padding: 20px 20px 18px;
  }

  .calc-block .result .top .top-item p {
    line-height: 22px;
  }

  .calc-block .result .top {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }

  .calc-block .result .top .top-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calc-block .result .top .line {
    display: none;
  }

  .calc-block .result .agree .checkbox + label span {
    font-size: 14px;
    letter-spacing: -0.02em;
  }

  .calc-block .bottom-button {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background: #EFF2F8;
    padding-bottom: 30px;
  }

  .calc-block .bottom-button button {
    width: 100%;
    max-width: 400px;
  }

  .program-block .list {
    flex-direction: column;
  }

  .program-block {
    background: #EFF2F8;
  }

  .program-block--mod-bg-white {
    background: #fff;
  }

  .program-block--mod-offsets {
    padding-top: 38px;
    padding-bottom: 31px;
  }

  .about-block {
    padding-top: 39px;
  }

  .about-block h2 {
    margin-bottom: 15px;
  }

  .about-block .top-text p {
    margin-bottom: 10px;
  }

  .about-block .photos .item {
    margin-top: 20px;
  }

  .about-block .photos-link {
    margin-top: 13px;
    margin-bottom: 32px;
  }

  .about-block .photos .item {
    margin-bottom: 0;
  }

  .about-block .top-counts .item {
    margin-bottom: 11px;
  }

  .about-block .get-loan {
    padding-top: 43px;
  }

  .safely {
    padding: 27px 25px 30px;
  }

  .reviews-block .item .name {
    font-size: 20px;
  }

  .reviews-block .item .name {
    margin-bottom: 6px;
  }


  .reviews-block .item p {
    margin-bottom: 10px;
  }

  .reviews-block .item p {
    font-size: 18px;
  }

  .reviews-block {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .reviews-block .content {
    padding-bottom: 34px;
  }

  .map-block .list ul li:first-child a {
    justify-content: flex-start;
  }

  .map-block .list ul li:last-child a {
    justify-content: flex-end;
  }

  .map-block .select-city {
    padding-left: 19px;
  }

  .map-block .list h3 {
    margin-bottom: 27px;
  }

  .about-block {
    margin-bottom: 38px;
  }

  .reviews-block h2 span {
    margin-top: 10px;
    margin-left: 1px;
  }

  .safely__heading {
    margin-bottom: 21px;
  }

  .info-section {
    padding-top: 37px;
  }

  .heading-h2 {
    margin-bottom: 7px;
  }

  .info-section__img  {
    margin-top: 17px;
  }

  .program-block .top-text {
    line-height: 1.4;
    width: calc(100% + 6px);
  }

  .program-block .list .item .text {
    top: 19px;
    line-height: 25px;
  }

  .program-block h2 {
    margin-bottom: 13px;
  }

  .program-block--mob-margin-top {
    margin-top: 30px;
  }

  .program-block .list .item {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-block {
    background: radial-gradient(100% 496.9% at 100% 0%, rgba(0, 73, 129, 0.76) 0%, #003964 70.24%);
  }

  .steps-block h2 {
    color: #fff;
  }

  .steps-block .content .list {
    margin-left: auto;
    margin-right: auto;
  }

  .steps-block .content .list .item .step {
    gap: 25px;
  }

  .steps-block .content .list .item h3 {
    margin-bottom: 10px;
  }

  .steps-block .content .list .slick-prev,
  .steps-block .content .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  }

  .steps-block .content .list .slick-prev {
    left: -15px;
    background: #ffffff url("../img/prev2.svg") no-repeat center;
  }

  .steps-block .content .list .slick-prev:hover {
    background: #df2222 url("../img/prev2h.svg") no-repeat center;
  }

  .steps-block .content .list .slick-next {
    right: -15px;
    background: #ffffff url("../img/next2.svg") no-repeat center;
  }

  .steps-block .content .list .slick-next:hover {
    background: #df2222 url("../img/next2h.svg") no-repeat center;
  }

  .reviews-block .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-block--offset-top {
    padding-top: 30px;
  }

  .page-reviews .item:not(.item--video) {
    border: 1px solid #CBD8E0;
  }

  .reviews-block .item {
    padding: 30px;
    margin-bottom: 20px;
  }

  .map-block .list .items {
    margin-bottom: 16px;
  }

  .adress-switch {
    padding-top: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
  }

  .adress-switch p {
    max-width: 90%;
  }

  .reviews-block .item .video {
    margin: -30px -19px -14px -30px;
  }

  .reviews-row .slick-track {
    display: flex;
  }

  .reviews-row .slick-list {
    padding: 0;
  }

  .reviews-row .item {
    margin-bottom: 0;
    padding: 30px 19px 14px 30px;
    //margin-right: 15px;
  }

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

  .reviews-row.row {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-row .item .video {
    //margin: -30px -50px;
  }

  .about-block--mob-margin-none {
    margin-bottom: 0;
  }

  .about-block .top-counts .item {
    width: 45%;
  }

  .about-block .top-counts .item span {
    margin-bottom: 3px;
  }

  .about-block .docs .list .slick-list {
    padding-left: 20px;
  }

  .about-block .docs .list .item {
    width: 142px;
    padding: 20px;
  }

  .metro-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 10px;
  }

  .metro-items.expanded {
    max-height: 9999px;
  }

  .map-block--contacts .list .items {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }

  .map-block--contacts .list .items .item {
    background: #fff url("../img/metro.svg") no-repeat 15px 50%;
    padding: 20px 20px 20px 80px;
  }

  .map-block--contacts .list .items .item:hover {
    background: #346184 url("../img/metroh.svg") no-repeat 15px 50%;
    color: #CBD8E0;
  }

  .map-block--contacts .list .items .item:hover .metro {
    color: #fff;
  }

  .map-block .map-section {
    height: 290px;
    margin-bottom: 35px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .page-card {
    margin-bottom: 0;
  }

  .map-card {
    display: none;
  }

  .map-block .map-section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .map-block .list .contacts .links a:nth-child(2) {
    margin-top: 4px;
  }

  .map-block .map-section--item {
    margin-bottom: 20px;
  }

  .map-block .list ul {
    border-radius: 2px;
    border-bottom: 2px solid #CBD8E0;
    gap: 15px;
  }

  .map-block .list ul li a {
    position: relative;
    justify-content: center;
    padding: 10px 0 12px;
  }

  .map-block .list ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #003964;
    opacity: 0;
    transition: 0.25s;
  }

  .map-block .list ul li a.active:before {
    opacity: 1;
  }

  .map-block .list .contacts {
    gap: 5px;
  }

  .map-block .list .contacts .links .social {
    padding-left: 48px;
  }

  .map-block .list .contacts .hours {
    width: 100%;
    display: flex;
    gap: 25px;
    font-weight: 500;
    margin-top: 7px;
  }

  .pre-footer-block .item {
    line-height: 1.4;
  }

  .map-block {
    padding-bottom: 4px;
  }

  .pre-footer-block .item p:not(:last-child) {
    margin-bottom: 7px;
  }

  .pre-footer-block .item h3 {
    margin-bottom: 13px;
  }

  .pre-footer-block .line {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .footer {
    padding: 36px 0 43px;
  }

  .hot-line-block {
    padding: 30px 0;
  }

  .index-first-block__form input[type=text] {
    font-size: 18px;
  }

  .bottom-data-block .item p {
    margin-bottom: 0;
  }

  .info-block .heading-h3 {
    font-size: 24px;
  }

  .info-block .list.row .slick-track .col-auto {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-block--article {
    background: #F2F5FA;
    padding-bottom: 30px;
  }

  .slider-articles .col-auto {
    width: 289px;
  }

  .slider-articles .item {
    box-shadow: none;
    border: 1px solid #CBD8E0;
  }

  .pre-footer-block .line--mod-mob {
    background: none;
  }

  .pre-footer-block .item--docs {
    font-weight: 500;
  }

  .pre-footer-row {
    gap: 24px;
  }

  .footer .contacts {
    margin-bottom: 20px;
    width: 100%;
  }

  .footer .logo {
    margin-bottom: 17px;
  }

  .footer .contacts .item div img {
    margin-right: 10px;
  }

  .footer .contacts .item div {
    line-height: 1.4;
  }

  .footer .contacts .item div a:nth-child(2) {
    color: #003964;
  }

  .footer .social {
    display: flex;
    align-items: center;
    margin-top: 26px;
    line-height: 1.39;
  }

  .footer-menu {
    width: 55%;
  }

  .footer-menu--col-sec {
    width: 45%;
  }

  .footer .social p {
    width: 55%;
  }

  .footer .social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .bottom-data-block {
    color: rgba(203, 216, 224, 0.4);
  }

  .bottom-data-block .item p .phone-item {
    color: rgba(203, 216, 224, 0.4);
  }

  .error-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .error-page .content {
    background: linear-gradient(180deg, rgba(188, 202, 224, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #EFF2F8;
  }

  .error-page .content .text .image {
    margin-bottom: 15px;
    text-align: center;
  }

  .faq-block.faq-service .list .item .text p {
    font-size: 18px;
  }

  .faq-block.faq-service .list .item .text .author {
    font-size: 15px;
  }

  .for-clients-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .for-clients-page .content .text p.bold {
    font-weight: 400;
  }

  .for-clients-page .form form {
    background: #346184;
    padding: 30px 20px 20px;
  }

  .for-clients-page .form form .heading-h3 {
    color: #fff;
    text-align: center;
  }

  .for-clients-page .form {
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .job-page .text .image {
    margin-bottom: 10px;
  }

  .job-page h2 {
    margin-bottom: 20px;
  }

  .job-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .job-page .item .data {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .job-page .item .data .data-item {
    width: 100%;
  }

  .job-page .item .data .data-item span {
    color: #819DB2;
  }

  .job-bottom {
    display: flex;
    flex-direction: column;
  }

  .job-bottom h2 {
    order: 0;
  }

  .job-bottom .job-bottom-img {
    order: 1;
  }

  .job-bottom p {
    order: 2;
  }

  .job-bottom-img {
    margin-bottom: 20px;
  }

  .job-page .item button {
    min-width: 220px;
    margin-top: 20px;
  }

  .job-page .job-bottom {
    margin-left: -20px;
    margin-right: -20px;
    background: #fff;
    padding: 50px 20px 40px;
  }

  .map-block.inner .wrap.big {
    padding-bottom: 31px;
  }

  .for-clients-page .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .partners-block {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F5F9FC;
    margin-bottom: 30px;
  }

  .docs-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .payments-logos {
    max-width: 262px;
  }

  .payments-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-block .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-block .heading-h3 {
    margin-bottom: 15px;
  }

  .faq-block .list .item .text .author {
    font-size: 15px;
  }

  .faq-block .banners .item {
    border-radius: 4px;
    overflow: hidden;
  }

  .faq-block .banners .item.b1 {
    background: radial-gradient(100% 496.9% at 100% 0%, rgba(0, 73, 129, 0.76) 0%, #003964 70.24%);
    position: relative;
  }

  .faq-block .banners .item.b1:after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -40px;
    width: 243px;
    height: 212px;
    background: url(../img/form-notebook.png) no-repeat;
  }

  .faq-block .banners .item.b1:before {
    content: "";
    position: absolute;
    width: 138px;
    height: 138px;
    left: 177px;
    top: 80px;
    background: #A0A0A0;
    mix-blend-mode: overlay;
    border-radius: 100%;
  }

  .faq-block .banners .item.b2 {
    position: relative;
    background: radial-gradient(100% 496.9% at 100% 120%, rgba(0, 73, 129, 0.76) 0%, #003964 70.24%);
  }

  .faq-block .banners .item.b2:before {
    content: "";
    position: absolute;
    width: 138px;
    height: 138px;
    left: 254px;
    top: 148px;
    background: #A0A0A0;
    mix-blend-mode: overlay;
    border-radius: 100%;
  }

  .faq-block .banners .item h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .card-payments-page {
    background: #F5F9FC;
  }

  .card-payments-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .card-payments-page .form form input[type=text]::placeholder {
    color: rgba(129, 157, 178, 0.6);
  }

  .conditions-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-page .heading-catalog {
    padding-right: 60px;
    max-width: 240px;
  }

  .catalog-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-page .form form {
    background: #346184;
    padding: 30px 20px 20px;
  }

  .catalog-page .form form .heading-h3 {
    text-align: center;
    color: #fff;
  }

  .blog-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-page .main-item-img {
    height: 223px;
    margin-bottom: 20px;
  }

  .blog-page .list.row {
    padding-bottom: 10px;
  }

  .item-page .photos .slider-nav {
    display: none;
  }

  .item-page .heading-item {
    margin-bottom: 40px;
  }

  .item-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .item-page .quote {
    margin-top: 15px;
  }

  .article-page {
    background: #F2F5FA;
  }

  .article-page .wrap.big {
    padding-left: 0;
    padding-right: 0;
  }

  .article-page article .bottom-text {
    background: #003964;
  }

  .rating-wrap {
    gap: 25px;
  }

  .article-page article .share a {
    background: linear-gradient(0deg, #004981, #004981), #3B5998;
  }

  .popup .graph .top-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .popup .graph .top-block .line {
    display: none;
  }

  .order-mob-1 {
    order: 1;
  }

  .order-mob-2 {
    order: 2;
  }

  .order-mob-3 {
    order: 3;
  }

  .order-mob-4 {
    order: 4;
  }

  .order-mob-5 {
    order: 5;
  }

  .order-mob-6 {
    order: 6;
  }

  .order-mob-7 {
    order: 7;
  }

  .order-mob-8 {
    order: 8;
  }

  .order-mob-9 {
    order: 9;
  }

  .order-mob-10 {
    order: 10;
  }

  .order-mob-11 {
    order: 11;
  }

  .order-mob-12 {
    order: 12;
  }

  .order-mob-13 {
    order: 13;
  }

  .order-mob-14 {
    order: 14;
  }

  .order-mob-15 {
    order: 15;
  }

  .order-mob-16 {
    order: 16;
  }

  .order-mob-17 {
    order: 17;
  }

  .order-mob-18 {
    order: 18;
  }

  .order-mob-19 {
    order: 19;
  }

  .order-mob-20 {
    order: 20;
  }

  .targets-block {
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .targets-block h2 {
    margin-bottom: 23px;
  }

  .targets-block .list .row {
    row-gap: 14px;
  }

  .targets-block .list .item > div span {
    padding-bottom: 6px;
    font-size: 16px;
  }

  .view-block .content {
    padding: 38px 40px 40px;
  }

  .technic-block {
    background: #EFF2F8;
  }

  .technic-block--bg-white {
    background: #fff;
  }

  .technic-block .item {
    display: flex;
    align-items: center;
  }

  .technic-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53%;
    height: 100%;
    padding: 5px 20px 5px 10px;
  }

  .technic-heading {
    width: 46%;
    font-size: 16px;
  }

  .view-block.mob-mb0 {
    margin-bottom: 0;
  }

  .view-block__btn {
    text-align: center;
  }

  .view-block .content h2 {
    margin-bottom: 12px;
  }

  .view-block .content img {
    /*
    width: 362px;
    max-width: 362px;
    margin-left: -15px;
     */
    width: 362px;
    max-width: 340px;
    margin-left: -0px;
  }

  .view-block .content button {
    margin-top: 4px;
  }

  .last-credits-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .last-credits-block--margin-mob {
    margin-top: 30px;
  }

  .last-credits-block--service3 {
    margin-top: 40px;
  }

  .last-credits-block .text {
    padding-bottom: 20px;
  }

  .last-credits-block .text .data .item .price {
    margin-bottom: 3px;
  }

  .advantages-block2--service2 {
    background: #F5F9FC;
    padding-top: 25px;
  }

  .advantages-block2--mod-mob .advantages-item-img {
    height: 235px;
  }

  .advantages-block2--mod-mob .advantages-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .advantages-block2--mod-mob .advantages-item {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
  }

  .advantages-block2--mod-mob .advantages-item.active {
    max-height: 9999px;
  }

  .advantages-block2--mod-mob .list.other {
    margin-left: -20px;
    margin-right: -20px;
  }

  .advantages-block2--mod-mob .list.other .item {
    padding-bottom: 0;
  }

  .advantages-block2--mod-mob .list.other .item {
    border: 0;
    background: #F5F9FC;
    padding-bottom: 0;
  }

  .advantages-block2--mod-mob .list.other .item .info {
    padding: 20px;
  }

  .advantages-block2--mod-mob .list.other .item .info p,
  .advantages-block2--mod-mob .list.other .item .info ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .advantages-block2--mod-mob .list .item .info h3 {
    display: none;
  }

  .advantages-block2--mod-mob .list .item .info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .advantages-block2--mod-mob .item-name {
    display: none;
  }

  .advantages-block2--mod-mob .advantages-btn {
    display: none;
  }

  .conditions-block {
    padding-top: 40px;
  }

  .conditions-block--mod-mob {
    padding-top: 40px;
  }

  .conditions-block .tabs .r-tabs-nav {
    display: none;
  }

  .conditions-block .tabs .r-tabs-accordion-title a {
    display: block;
    text-decoration: none;
    padding: 25px 50px 25px 0;
    border-bottom: 1px solid #cbd8e0;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    transition: 0s;
  }

  .conditions-block .tabs .r-tabs-accordion-title a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/faq1.svg") no-repeat;
  }

  .conditions-block .tabs .r-tabs-accordion-title:nth-last-child(2) a {
    border-bottom: 0;
  }

  .tab-content {
    display: none;
  }

  .conditions-block .tabs .tab-content .list2 .list-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .conditions-block .tabs .tab-content .list2 .list-item .row {
    gap: 10px;
  }

  .conditions-block .tabs .tab-content .list {
    padding-top: 15px;
  }

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

  .refinanse-block {
    padding-top: 30px;
  }

  .col-refinanse {
    margin-bottom: 10px;
  }

  .refinanse-block .list .item {
    background: #F5F9FC;
    border-radius: 4px;
    overflow: hidden;
  }

  .item-refinanse-main {
    padding: 25px;
  }

  .how-it-works .content .row {
    gap: 15px;
  }

  .not-ready-block {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #EFF2F8;
  }

  .not-ready-block .content {
    height: 200px;
  }

  .not-ready-block .content h2 {
    max-width: 50%;
    margin-bottom: 10px;
  }

  .not-ready-block .content p {
    max-width: 50%;
    font-size: 12px;
    line-height: 140%;
  }

  .not-ready-block .content a {
    background-size: 50px 50px;
    background-position: right -1px;
  }

  .invest-block .content {
    background: #003964;
  }

  .invest-block .content:after {
    content: "";
    position: absolute;
    width: 453px;
    height: 274px;
    left: 102px;
    top: 106px;
    background: #1966A0;
    mix-blend-mode: screen;
    opacity: 0.3;
    filter: blur(40.5px);
  }

  .invest-block .content h2 {
    margin-bottom: 20px;
  }

  .invest-block .content .item div img {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }

  .credit-info-block {
    background: #F2F5FA;
  }

  .credit-info-block {
    padding-top: 30px;
  }

  .credit-info-block .item .info .data {
    min-width: 280px;
  }

  .page-form {
    background: #F2F5FA;
  }

  .page-form .form .image {
    display: none;
  }

  .order-block {
    padding-top: 40px;
  }

  .order-block .heading-h3 {
    margin-bottom: 25px;
  }

  .order-block .content {
    gap: 15px;
  }

  .order-block .content .calc .field {
    margin-bottom: 15px;
  }

  .order-block .content .calc .selects .item {
    width: 100%;
  }

  .order-block .content .calc .selects .item .select {
    display: flex;
  }

  .order-block .content .calc .selects .item .select .radio + label {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
  }

  .calc-sum-section {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-block .content .calc .selects .item .select .radio:checked + label {
    background: #346184;
  }

  .order-block .content--calc-service5 {
    padding-top: 0;
  }

  .advantage-item__heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #003964;
    margin-bottom: 30px;
  }

  .is-lg-visible {
    display: none;
  }

  .mob-other {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .header .logo {
    order: -1;
    margin: 0;
  }

  .header-hr {
    order: 1;
  }

  .header .contacts {
    order: 4;
  /*  margin: 0;  */
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 0px;
  }

  .top-menu-other {
    order: 5;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .calc-block--service5.calc-block .result2 .label {
    color: rgba(129, 157, 178, 0.7);
  }

  .header .logo {
    width: 124px;
  }
}

@media (max-width: 767px) {
  .calc-block .result2 .button button {
    width: 100%;
  }

  .error-page .content .text .btn {
    width: 100%;
  }

  .form-request__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 462px) {
  .credit-info-block .item .info .data .data-item:before {
    bottom: auto;
    top: 16px;
  }
  .index-first-home.index .img-bg-buildings {
    left: auto;
    margin-left: 0;
    top: 135px !important;
  }
  .program-block h2 {
    margin-bottom: 10px;
  }
  .about-block .photos .item a {
    height: 138px;
  }

  .about-block .photos .item.big a {
    height: 180px;
  }
  .index-first-block.calc-page .banner .image {
    margin-top: -30px;
  }
  .index-first-block.calc-page .banner {
    background-position: 47px 121px;
  }
  .index-first-block.calc-page .banner .image {
    width: 335px;
  }
  .card-payments-page .payments-form .heading-h4 {
    margin-bottom: 15px;
  }
  .card-payments-page .form form input[type=text] {
    font-size: 14px;
  }
  .form-conditions .form-request {
    gap: 10px;
  }
  .form-conditions .form-request--mod-theme .heading-h3 {
    margin-bottom: 10px;
  }
  .conditions-page .heading-h3 {
    margin-bottom: 25px;
  }
  .faq-wrap .heading-h3 {
    margin-bottom: 25px;
  }
  .faq-wrap .list .item .name {
    font-size: 14px;
  }
  .faq-wrap .list .item {
    padding: 20px 0;
  }
  .faq-block .banners .item p {
    font-size: 16px;
  }
  .faq-block .banners .item.b1 {
    margin-bottom: 20px;
  }
  .catalog-page .heading-catalog {
    margin-bottom: 20px;
  }
  .catalog-page .list .item .price {
    margin-top: 5px;
  }
  .catalog-page .list .item {
    box-shadow: 2px 6px 30px 0px rgba(37, 93, 163, 0.24);
  }
  .catalog-page .bottom-link {
    padding: 25px 0 55px;
  }
  .catalog-page .form form input[type=text] {
    margin-bottom: 10px;
  }
  .map-block--contacts .list .items .item {
    background-size: 44px 53px;
  }
  .sitemap-page .content {
    padding-bottom: 10px;
  }
  .pre-footer-block .line {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .enter-btn {
    width: 85px;
    padding-left: 7px;
  }
  .enter-btn span {
    margin-right: 3.5px;
  }
  .index-first-block .banner .text p em {
    max-width: 173px;
  }
  .pledge-block__img-main {
    margin-top: -28px;
  }
  .pledge-block__img {
    margin-bottom: 0;
  }
  .calc-block--service5.calc-block .result2 .item {
    text-align: left ;
  }
  .calc-block--service5.calc-block .result2 .flex {
    justify-content: center;
    gap: 20px;
  }
  .calc-block--service5.calc-block .result2 .item {
    width: auto;
  }
  .index-first-block.service5 .banner {
    background-position: 46px 115px;
  }
}

@media (max-width: 380px) {
.index-first-home .image.is-lg-visible {
  display: none;
}
.index-first-home .image.is-lg-hidden {
  display: block;
}
.index-first-block.index .banner .image {
  margin-top: -49px;
  margin-bottom: -9px;
  max-width: 100%;
  max-width: 308px;
}
}

@media (max-width: 450px) {
  .index-first-home .image.is-lg-visible {
    display: none;
  }
  .index-first-home .image.is-lg-hidden {
    display: block;
  }
  .index-first-block.index .banner .image {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 96%;
  }
}





#monthlyPayment {
  font-size: 24px;
  color: #003964;
  font-weight: bold;
  margin-bottom: 10px;
}

.header .contacts button:hover {
  background: #346184;
}

/*
.header ul li a:hover {
  color: #819db2;
}
*/
.header ul li a:hover {
  color: #819db2;
}

/* Исключение для элементов внутри выпадающего меню "Еще" */
.header ul li ul li a:hover {
  color: inherit; /* Отменяем изменение цвета для элементов внутри выпадающего меню */
}


header .contacts .phone a:hover {
  color: #819db2;
}
.button-wh:hover {
  color: #df2222 !important;
}
.index-first-block .banner .text form button:hover {
  background-color: #ba2222;
}
.calc-block .bottom-button button:hover {
  background-color: #ba2222;
}
.reviews-block .top-button:hover {
  background-color: #ba2222;
}
.pre-footer-block .item button:hover {
  background-color: #ba2222;
}
.steps-block .phone-form form button:hover {
  background: #ba2222;
}
.pre-footer-block .item a:hover {
  color: #819db2;
}
.footer ul li a:hover {
  color: #819db2;
}
.advantages-block2 .list .item .info button:hover {
  background: #ba2222;
}
.popup .graph .bottom-text button:hover {
  background: #ba2222;
}






.item-custom:hover {
  opacity: 0.9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


#mobile-map #map{
	height: 300px !important;
	overflow: hidden;
}

#pc-map #map{
	height: 100% !important;
	overflow: hidden;
}

/* Базовый отступ для десктопа */
.margin-top80 {
  margin-top: 80px;
}

/* Отступ для мобильных устройств */
@media (max-width: 767px) {
  .margin-top20 {
    margin-top: 20px;
  }
}

/* CSS-класс с margin-top: 20px только для мобильных устройств */
.margin-top20-mobile {
  margin-top: 80px; /* Начальное значение для всех устройств */
}

@media (max-width: 767px) {
  .margin-top20-mobile {
    margin-top: 35px; /* Значение для мобильных устройств */
  }
}

.image-success-conversion {
  text-align: center; /* Центрирование изображения по горизонтали */
  margin-bottom: 20px; /* Отступ снизу для лучшего визуального представления */
}

.image-success-conversion img {
  max-width: 20%; /* Ограничение максимальной ширины изображения */
  height: auto; /* Автоматическое изменение высоты для сохранения пропорций */
}



.form-container-code {
  display: flex;
  justify-content: center; /* Центрирование элементов */
  align-items: center;
  gap: 10px; /* Расстояние между элементами */
  margin-top: 20px;
}

.form-input-my {
  width: 100%;
  height: 55px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #cbd8e0;
  max-width: 220px;
  color: #003964;
}
/*
.submit-button-my {
  height: 54px;
  background-color: #e63946;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
}
*/
.submit-button-my:hover {
  background-color: #ba2222 !important;
}

@media (min-width: 769px) {
  .shift-right {
    transform: translateX(25px); /* Сдвигает элемент вправо на 20 пикселей */
  }
}


/* По умолчанию скрываем мобильную версию */
.mob-only-my {
  display: none;
}
/* Мобильные устройства: показываем мобильную версию и скрываем десктопную */
@media (max-width: 768px) {
  .mob-only-my {
    display: block;
  }
  .desktop-only-my {
    display: none;
  }
}
/* Десктоп: показываем десктопную версию */
@media (min-width: 769px) {
  .desktop-only-my {
    display: block;
  }
}

@media (max-width: 991px) {
  .order-mob-2 {
    order: 3;
  }
  .order-mob-3 {
    order: 2;
  }
}






/* Скрываем элемент на экранах шире 768px */
@media (min-width: 768px) {
  .line.is-mobile {
    display: none;
  }
}

/* Отображаем элемент на мобильных экранах */
@media (max-width: 767px) {
  .line.is-mobile {
    display: block; /* или flex, в зависимости от необходимого отображения */
  }
}


/* Скрыть элемент на мобильных устройствах */
@media (max-width: 767px) {
  .margin-top80.is-desktop {
    display: none;
  }
}

/* Показать элемент на десктопных экранах */
@media (min-width: 768px) {
  .margin-top80.is-desktop {
    display: block; /* или flex, если нужно */
  }
}

@media (max-width: 576px) {
  .mt-2-mobile {
    margin-top: 4px;
  }
}


.steps-block .content .list .item .social a:hover {
  border-color: #003964; /* Цвет бордера при наведении */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Одинаковая тень со всех сторон */
}
.info .social a:hover {
  border-color: #003964 !important; /* Цвет бордера при наведении */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Одинаковая тень со всех сторон */
}


.info a {
  text-decoration: none !important; /* Убирает подчеркивание для ссылок внутри .info */
}
.info a:hover {
  text-decoration: underline !important; /* Добавляет подчеркивание при наведении */
}


body.modal-open {
  overflow: hidden; /* Скрываем прокрутку */
  padding-right: 17px; /* Учитываем ширину прокрутки */
}

.total-row {
  background: #f5f9fc; /* такой же фон, как у заголовка таблицы */
}
.align-left {
  text-align: left;
}


/* Блок консультация */
/* Эффект при наведении на кнопку */
.buttons button:hover {
  background-color: #00538a; /* Более темный фон при наведении */
 /* color: #003964; */
}
/* Эффект при наведении на кнопку "Позвонить" */
.buttons button:last-child:hover {
  background-color: #ba2222; /* Более насыщенный жёлтый при наведении */
  color: #fff;
}



.lombard-link {
  color: #cbd8e0 !important; /* Цвет ссылки */
  text-decoration: none; /* Убираем подчеркивание */
  /*  font-weight: bold;  Жирный шрифт */
}
.lombard-link:hover {
  text-decoration: underline; /* Подчеркивание при наведении */
  color: #e6ecef; /* Цвет ссылки при наведении */
}
@media (max-width: 991px) {
  .lombard-link {
    color: rgba(203, 216, 224, 0.4) !important; /* Цвет ссылки */
  }
}

@media (max-width: 767px) {
  .pre-form-invest {
    margin: 0 auto 17px;
    color: #819db2;
    font-size: 16px;
    line-height: 21px;
    max-width: 250px;
    text-align: center; /* Выравнивание текста по центру */
  }
}


.button-style {
  display: inline-block;
  color: #fff;
  background-color: #003964;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  transition: background-color 0.3s ease;
  font-size: 18px;
  margin-bottom: 50px;
  width: 100%;
}
.button-style:hover {
  background-color: #346184; /* Цвет при наведении */
}



/*
.tabNavigation li a:hover:not(.active) {
  background-color: #f3f6f8 !important;
}
*/




.payments-page .buttons .pay:hover {
  background-color: #ba2222 !important;
}
.payments-page .buttons .more:hover {
  background-color: #f3f6f8 !important;
  color: #003964!important;
}


.payments-logos {
  margin-left: -3px;
}


.extra-info {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background: #f6f8fd;
  border: 1px dashed #99c6f6;
  border-radius: 4px;
  font-size: 16px!important;
  line-height: 1.5; /* или 24px */
}





#preloader {
  background: #fff;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.spinner {
  width: 70px;
  height: 70px;
  border: 10px solid #e0e0e0;
  border-top: 10px solid #003964;
  border-radius: 70%;
  animation: spin 0.8s ease-in-out infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}







.steps-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
  position: relative;
  counter-reset: step;
}

.steps-timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cbd8e0;
  z-index: 0;
}

.steps-timeline .step {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.steps-timeline .step::before {
  counter-increment: step;
  content: counter(step);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #003964;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 6px;
}

.steps-timeline .step p {
  margin: 0;
  font-size: 14px;
}










/* Основные стили для контейнера */
.certificates-container {
  width: 100%;
  max-width: 1200px; /* Можно настроить по необходимости */
  margin: 0 auto;
  padding: 0 15px;
}

/* Список сертификатов */
.certificates-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; /* Компенсируем padding элементов */
}

/* Отдельный элемент сертификата */
.certificate-item {
  flex: 0 0 calc(25% - 20px); /* 4 элемента в ряд с отступами */
  margin: 10px;
  box-sizing: border-box;
  height: 250px; /* Фиксированная высота */
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ссылка внутри элемента */
.certificate-item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

/* Изображение сертификата */
.certificate-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Адаптация для разных экранов */
@media (max-width: 992px) {
  .certificate-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 элемента в ряд */
  }
}

@media (max-width: 768px) {
  .certificate-item {
    flex: 0 0 calc(50% - 20px); /* 2 элемента в ряд */
  }
}

@media (max-width: 480px) {
  .certificate-item {
    flex: 0 0 100%; /* 1 элемент в ряд */
  }
}




.custom-modal__content {
  font-size: 18px;
}
.custom-modal__button {
  background: #4a6bdf;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-modal__button:hover {
  background: #3a56b5;
}

/* Стиль для ссылки-триггера */
.custom-modal-link {
  color: #4a6bdf;
  text-decoration: none;
  cursor: pointer;
}

.custom-modal-link:hover {
  text-decoration: underline;
}

.custom-modal__footer-inner {
  display: flex;
  justify-content: flex-end; /* Выравнивание по правому краю */
}



@media (max-width: 992px) {
  #specific-info.info {
    padding-bottom: 20px!important;
  }
}





















.faq-list {
  margin: 0;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  margin-top: 8px;
  line-height: 1.5;
  color: #003964;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  display: block;
}



.styled-list {
  font-size: 18px;      /* размер шрифта */
  color: #003964;       /* цвет текста */
  list-style: none;     /* убираем стандартные точки */
  padding-left: 0;      /* убираем отступ слева */
}

.styled-list li {
  position: relative;
  margin-bottom: 8px;   /* отступ между пунктами */
  padding-left: 20px;   /* место для полоски */
}

.styled-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;          /* длина полоски */
  height: 1px;          /* толщина */
  background-color: #df2222; /* цвет полоски */
  border-radius: 2px;
}




.news-gallery {
  display: flex;
  flex-wrap: wrap;       /* перенос картинок на следующую строку */
  margin: -5px 0 0 -5px; /* компенсируем отрицательные маргины */
  padding-top: 20px;
}

.news-gallery img {
  width: calc(48% - 5px); /* половина ширины минус отступ */
  height: 250px;           /* фиксированная высота */
  object-fit: cover;       /* сохранение пропорций */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin: 15px 15px 5px 5px;
  transition: transform 0.3s;
  cursor: pointer;
}

/* адаптив для мобильных экранов */
@media screen and (max-width: 768px) {
  .news-gallery img {
    width: 100%;  /* на мобильных — одна картинка в ряд */
    margin: 5px 0 0 0; /* убираем левый отступ */
  }
}


