@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

table,
tr,
th,
td {
  border-collapse: collapse;
}

html {
  background: #fff;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "RobotoRegular", Liberation Sans, sans-serif;
  line-height: 1.2;
  background: #fff;
  color: #000;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
  scroll-behavior: smooth;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.content-title,
.content-sub_title,
.content-intro {
  font-weight: 500;
}

.clear {
  clear: both;
  content: "";
  display: table;
}

.page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page__main {
  flex-grow: 1;
  flex: 1 0 auto;
}

.wrapper {
  width: 1230px;
  margin: 0 auto;
}

.about_wrapper {
  width: 1250px;
}

.page__footer {
  flex-shrink: 0;
}

.footer {
  width: 100%;
}

.header__top {
  padding: 15px 0 19px 0;
}

.header__top .wrapper {
  position: relative;
}

.logo {
  width: 175px;
  /* height: 50px; */
  display: inline-block;
  margin-top: 26px;
  margin-right: 60px;
  overflow: hidden;
}

.phone {
  width: 207px;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
}

.phone span {
  font-size: 19px;
}

.phone a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
}

.header__links {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

.header__link {
  margin-bottom: 7px;
  margin-left: 70px;
  font-size: 15px;
  text-decoration: none;
  color: #4bba53;
  display: flex;
}

.border {
  border-bottom: 1px solid #cccccc;
}

.header__link:hover .border {
  border-bottom: 1px solid transparent;
}

.header__info {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  width: 180px;
}

.header__info label {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-right: 5px;
}

.header__info .jq-selectbox__select {
  height: auto;
  padding: 0;
  border: none;
  border-bottom: 1px dotted #000;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  font-family: "RobotoRegular", Liberation Sans, sans-serif;
  color: #000;
  text-shadow: none;
  line-height: 1;
}

.header__info .jq-selectbox__trigger {
  display: none;
}

.header__info .jq-selectbox__select-text {
  line-height: 1;
}

.header__info .jq-selectbox__select:hover {
  background: transparent;
}

.header__info .jq-selectbox {
  vertical-align: top;
  cursor: pointer;
  margin-top: 2px;
  width: auto;
  border: none;
}

.header__city {
  margin-bottom: 5px;
}

.header__btns {
  float: right;
  margin-top: 15px;
  text-align: right;
  height: 110px;
}

a.btn,
.btn {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 0 27px;
  line-height: 50px;
  text-align: center;
  background: #4bba53;
  border-radius: 3px;
  display: inline-block;
  min-width: 159px;
  cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #fff;
  background: #369c3d;
}

.header__btns .btn:last-child {
  background: #016435;
}

.header__btns .btn:last-child:hover {
  background: #007f42;
}

.header__bot {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.menu {
  width: 1120px;
  float: left;
}

.menu__list {
  margin: 0;
  padding: 0;
}

.menu__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  color: #000;
  padding: 3px 55px 7px 0;
  margin-bottom: 0;
  text-align: center;
  max-width: 180px;
}

.menu__item:last-child:not(.menu__item_down) {
  padding-right: 0;
}

.menu__item:last-child:not(.menu__item_down) a {
  padding-right: 0;
}

.menu__item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 13px 0 14px 0;
  position: relative;
}

.menu__item_down::after {
  content: "";
  width: 10px;
  height: 5px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../img/arrowdown.svg) 0 0 no-repeat;
}

.menu__drop {
  width: 273px;
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  z-index: 2000;
  box-shadow: 0 2px 5px 0px rgba(50, 50, 50, 0.35);
  text-align: left;
}

.menu__item:hover .menu__drop {
  display: block;
}

.menu__item:hover a {
  color: #319b39;
}

.menu__drop__inner {
  position: relative;
  background: #fff;
  padding: 4px 0;
}

.menu__drop__inner li {
  position: relative;
}

.menu__drop__inner li.with-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 2;
  margin: auto;
  width: 10px;
  height: 5px;
  background: transparent url("../img/arrowdown.svg") 0 0 no-repeat;
  transform: rotate(-90deg);
  pointer-events: none;
}

.menu__drop__inner li:hover .submenu-second {
  display: block;
}

.submenu-second {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 2px 8px 0px rgba(50, 50, 50, 0.25);
  width: 220px;
  display: none;
}

.submenu-second::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 4;
  width: 80px;
  height: 100%;
}

.submenu-second__item {
  margin: 0 !important;
}

.submenu-second__link {
  padding: 16px !important;
}

.menu__drop ul {
  margin: 0;
  padding: 0;
}

.menu__drop ul li {
  display: block;
  list-style: none;
  font-size: 15px;
  color: #000;
  padding: 0;
  line-height: 1.1;
}

.menu__drop ul li a {
  display: block;
  padding: 16px;
}

.menu__item:hover .menu__drop ul li a:hover {
  color: #00774f;
}

.menu__drop ul li a::before {
  display: none;
}

.menu__item:hover .menu__drop ul li a::before {
  display: none;
}

.menu__item:hover .menu__drop ul li a {
  color: #000;
}

.search {
  width: 203px;
  overflow: hidden;
  margin: 10px 0 0 51px;
  display: inline-block;
}

.header__search_block {
  margin: 15px 0;
}

.header__search_block .search {
  width: 220px;
  margin: 0;
  float: right;
}

.search:hover,
.search.active {
  background-color: #f0f0f0;
}

.search__input {
  width: 84%;
  float: left;
  height: 41px;
  background: transparent;
  padding: 0 7px 0 12px;
  border: none;
  font-size: 13px;
}

.search__btn {
  width: 16%;
  height: 41px;
  background: transparent url(../img/search.png) 4px 13px no-repeat;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder {
  color: #767676;
  font-size: 15px;
}

input::-moz-placeholder {
  color: #767676;
} /* Firefox 19+ */
input:-moz-placeholder {
  color: #767676;
} /* Firefox 18- */
input:-ms-input-placeholder {
  color: #767676;
}

.lang {
  width: 90px;
  float: right;
  position: relative;
  border-left: 1px solid #eaeaea;
  padding: 0 0 0 15px;
  z-index: 2;
}

.lang__point span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 65px;
  color: #000;
}

.lang__point span:hover {
  color: #319b39;
}

.lang__pic {
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

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

.lang__point:hover a,
.lang__point:hover a:hover,
.lang__point:hover a:active,
.lang__point:hover a:visited {
  color: #319b39;
}

.lang__point a {
  display: block;
  position: relative;
}

.lang__point a::after {
  content: "";
  width: 10px;
  height: 5px;
  display: block;
  position: absolute;
  top: 30px;
  right: 8px;
  background: url(../img/arrowdown.svg) 0 0 no-repeat;
}

.lang__drop {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  padding: 0 0 0 15px;
  background: #fff;
  box-shadow: -2px 2px 5px 0px rgba(50, 50, 50, 0.25);
}

.lang:hover .lang__drop {
  display: block;
}

.lang__drop .lang__point a::after {
  display: none;
}

/*/////////////////////////////////////////
мобильное меню
/////////////////////////////////////*/
.mobile__container {
  position: fixed;
  top: 0;
  right: -305px;
  z-index: 110;
  width: 305px;
  height: 100%;
  transition: transform 200ms ease-in-out 0ms;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  overflow: auto;
  transform: translateX(0);
}

.mobile__container.is-opened {
  transform: translateX(-100%);
}

.mobile__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  background-color: #2b2a2c;
  opacity: 0.5;
}

.mobile__hamburger {
  display: none;
}

.hamburger {
  position: absolute;
  z-index: 80;
  top: 7px;
  right: 0;
  margin: auto;
  display: none;
  width: 46px;
  height: 51px;
  padding: 0;
  cursor: pointer;
  background: url(../img/hamburger-icon.png) 15px 13px no-repeat;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.hamburger__line {
  display: block;
  height: 3px;
  background-color: #333333;
  margin-top: 5px;
}

.sidebar-mobile__top:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar-mobile__left {
  padding: 13px 15px;
  display: inline-block;
  float: left;
  width: 155px;
  margin-bottom: 7px;
}

.sidebar-mobile__left img {
  margin-top: 7px;
  width: 130px;
}

.sidebar-mobile__close {
  height: 45px;
  width: 45px;
  float: right;
  text-align: center;
  background-color: #7fbee9;
  cursor: pointer;
  background: url("../img/close.png") 8px 15px no-repeat;
  background-size: 24px 24px;
  margin-top: 5px;
}

.sidebar-mobile__close:hover {
  background-color: #fff;
}

.menu-mobile {
  padding-left: 0;
  font-size: 18px;
  -webkit-user-select: none;
  -html-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menu-mobile ul {
  padding-left: 0;
}

.menu-mobile li {
  font-weight: 500;
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: -1px;
  border-right: none;
  border-left: none;
  padding-bottom: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

.menu-mobile li::before {
  display: none;
}

.menu-mobile a,
.menu-mobile a:hover,
.menu-mobile a:active,
.menu-mobile a:visited {
  display: block;
  padding: 11px 15px 11px 15px;
  text-decoration: none;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.menu-mobile__item {
  position: relative;
}

.menu-mobile__item:after {
  content: "";
  display: table;
  clear: both;
}

.menu-mobile__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 100%;
}

.menu-mobile__right {
  display: inline-block;
  width: 90%;
  float: right;
}

.menu-mobile__arrow {
  position: relative;
  cursor: pointer;
  height: 100%;
  border-right: 1px solid #f0f0f0;
  background-color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menu-mobile__arrow:before {
  transition: transform 200ms ease-in-out 0ms;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #016435;
  border-left-width: 7.5px;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  z-index: 120;
  margin: auto;
}

.menu-mobile__arrow.is-active:before {
  transform: rotate(90deg) translate(4px, 3px);
}

.menu-mobile li > ul {
  overflow: hidden;
  display: none;
  padding-left: 0;
  font-size: 0.9em;
  margin-top: 0;
  margin-left: 0;
}

ul.is-opened li {
  border-left: none;
}

.menu-mobile__arrow_up {
  background: #20578c;
}

.menu-mobile ul li ul li ul {
  margin-left: 40px;
}

.menu-mobile ul li ul li ul li a {
  padding-left: 0;
}

/*////////////////////////////////////////
мобильное меню
//////////////////////////////////////*/
.slider {
  height: 700px;
  overflow: hidden;
  margin-bottom: 72px;
}

.slide {
  height: 700px;
  position: relative;
}

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

.slide__text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80%;
  padding: 40px 110px;
  font-size: 32px;
  color: #000;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
  cursor: pointer;
}

.slick-prev {
  border: none;
  outline: none;
  font-size: 0;
  top: 45%;
  left: 2%;
  width: 68px;
  height: 115px;
  z-index: 1;
  background: #d8d8d8 url("../img/arrows.png") 16px 23px no-repeat;
}

.slick-next {
  border: none;
  outline: none;
  font-size: 0;
  top: 45%;
  right: 2%;
  width: 68px;
  height: 115px;
  z-index: 1;
  background: #d8d8d8 url("../img/arrows.png") -138px 23px no-repeat;
}

.slick-prev:hover {
  background-color: #a2a2a2;
}

.slick-next:hover {
  background-color: #a2a2a2;
}

.slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 15px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: transparent;
  border: 2px solid #fff;
}

.slider_mob {
  display: none;
}

.slider_mob .slide {
  height: 300px;
  position: relative;
}

.slider_mob .slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item {
  height: 190px;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  position: relative;
  border-radius: 9px;
  background: #FFF;
  margin: 10px 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service__pic {
  height: 50px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.service__pic img {
  height: 100%;
}

.mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.services {
  text-align: center;
  margin-bottom: 79px;
}

.service__title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 12px 0;
  position: relative;
}

.service__item:hover .service__title {
  color: #016435;
}

.service__descr {
  font-size: 15px;
  color: #767676;
  text-align: left;
}

.purse {
  height: 450px;
  background: url(../img/purse.jpg) 0 0 no-repeat;
  background-attachment: fixed;
  padding: 78px 0 0 0;
  background-size: cover;
}

.purse__left {
  width: 52%;
  float: left;
}

.purse__right {
  width: 44%;
  float: right;
  position: relative;
  padding: 49px 0 0 0;
}

.purse__right::before {
  content: "";
  width: 554px;
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/nout.png") 0 0 no-repeat;
}

.purse__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 21px;
}

.purse__text {
  padding-bottom: 0;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.6;
}

.purse__btns {
  margin-bottom: 30px;
}

.purse__btns .btn {
  padding: 0 31px;
}

.purse__btns .btn:last-child {
  background: #a0a0a0;
}

.purse__btns .btn:last-child:hover {
  background: #8c8c8c;
}

.purse__btns .btn:first-child {
  margin-right: 9px;
}

.purse__item {
  position: relative;
  width: 259px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 31px 0 44px;
}

.purse__mess {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffd647;
  padding: 30px 20px 0 20px;
  text-align: center;
}

.purse__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../img/ok_e.svg") 0 0 no-repeat;
}

.purse__item {
  color: #fff;
}

.purse__icons {
  display: block;
  height: 40px;
  margin-bottom: 6px;
  background: url("../img/purse-icons.png") center no-repeat;
}

.course {
  overflow: hidden;
  padding: 34px 0 26px 0;
}

.course__left {
  width: 600px;
  float: left;
}

.course__right {
  width: 600px;
  float: right;
}

.tabs-descr {
  padding: 20px 0 0 0;
}

.tabs-descr__content {
  display: none;
  padding-bottom: 30px;
}

.tabs-descr__content.act {
  display: block;
}

.tabs-descr__caption {
  overflow: hidden;
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.tabs-descr__caption li {
  position: relative;
  line-height: 27px;
  border-radius: 20px;
  padding: 0 15px;
  color: #000;
  text-align: center;
  list-style: none;
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 5px;
}

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

.tabs-descr__caption li.act {
  background: #d1d1d1;
}

.tabs-descr__caption li:hover {
  background: #d1d1d1;
}

.course__title {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
  margin: 0;
}

.course__pic {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}

.course__name {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.course__inner {
  border: 1px solid #eaeaea;
  margin-top: 24px;
}

.course__table {
  border: none;
  margin: 0;
}

.course__table td {
  border: none;
}

.course__table thead td {
  background: #f1f1f1;
  font-size: 15px;
  color: #767676;
  padding: 9px 0 12px 4px;
}

.course__table thead td:first-child {
  padding-left: 37px;
}

.course__table tbody td {
  font-size: 18px;
  padding: 13px 0 0 6px;
}

.course__table tbody .course__big {
  width: 343px;
  padding-left: 30px;
  padding: 12px 0 0 37px;
}

.course__info {
  padding: 10px 20px 10px 20px;
}

.course__info__inner {
  border-top: 1px solid #eaeaea;
  padding: 13px 10px 10px 18px;
}

.course__mess {
  font-size: 13px;
  display: block;
  color: #767676;
  margin-bottom: 7px;
}

.course__date {
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
  background: url("../img/calendar.svg") 0 0 no-repeat;
  background-size: 15px;
}

.course__commission {
  padding: 20px 20px 0 40px;
}

.course__commission-title {
  padding-left: 20px;
  font-size: 12px;
  color: #767676;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  position: relative;
}

.course__commission-title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #4BBA53;
  border-width: 4px 0 4px 6px;
  transition: transform 200ms ease-in-out 0ms;
}

.course__commission-title.is-active::before {
  transform: rotate(90deg);
}

.course__commission-items {
  padding: 0;
  display: none;
}

.course__commission-item {
  list-style: none;
  display: inline-block;
  padding: 8px 20px 8px 0;
  font-size: 12px;
  color: #767676;
}

.rates-ores .course__big {
  width: 40%;
}

.rates-ores tbody td,
.rates-ores .course__table tbody .course__big {
  padding: 16px 0 10px 37px;
}

.rates-ores .course__table tbody tr:first-child td {
  padding-top: 28px;
}

.rates-ores .course__mess {
  margin-bottom: 8px;
}

.rates-ores .course__info {
  padding: 32px 20px 19px 20px;
}

.course__commission-item img {
  width: 22px;
  height: 15px;
  padding-right: 3px;
}

.about {
  padding-top: 52px;
  background: url("../img/service-bg.jpg") 0 0 no-repeat;
  min-height: 733px;
}

.about__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 32px 0;
}

.about__item {
  margin: 0 10px;
  vertical-align: top;
  background: #6c9fca;
  padding: 44px 35px 40px 40px;
  position: relative;
  border-radius: 3px;
  min-height: 400px;
  overflow: hidden;
}

.about__items {
  margin-bottom: 30px;
}

.about__name {
  font-size: 22px;
  color: #fff;
  width: 150px;
  min-height: 122px;
  font-weight: 400;
}

.about__pic {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 48px;
  right: 49px;
  overflow: hidden;
  text-align: right;
}

.about__item__br {
  display: block;
  font-size: 15px;
  color: #fff;
  height: 10px;
  margin-bottom: 7px;
}

.about__descr {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}

.about__num {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}

.about__item .btn {
  background: #016436;
  padding: 0 24px;
}

.about__item_card {
  background: #4bba53;
}

.about__item_card .about__pic {
  width: 170px;
}

.about__item_calc {
  background-color: #42B18B;
}

.about__pic_calc {
  width: 70px;
}

.about__name_calc {
  width: 180px;
  min-height: 140px;
}

.about__item_credit {
  background: #ffd647;
}

.about__item_credit .about__name {
  color: #000;
}

.about__item_credit .about__item__br {
  color: #000;
}

.about__item_credit .about__num {
  color: #000;
}

.about__item_credit .about__descr {
  color: #000;
}

.about__item_checking {
  background-color: #7F8BD3;
}

.about__name_checking {
  width: 190px;
  min-height: 191px;
}

.about__pic_checking {
  width: 140px;
  margin-top: -9px;
  margin-right: -50px;
}

.about__item_money {
  background-color: #EE8248;
}

.about__name_money {
  width: 190px;
  min-height: 191px;
}

.about__pic_money {
  width: 187px;
  margin-top: 4px;
  margin-right: -69px;
}

.about__num span {
  font-weight: 400;
  display: inline-block;
  padding: 0 3px;
}

.about__points {
  background: #fff;
  padding: 24px 0 20px 20px;
}

.about__point {
  width: 33%;
  display: inline-block;
  position: relative;
  padding: 7px 7px 7px 20px;
}

.about__point__pic {
  width: 58px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
}

.about__point__name {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 17px;
  width: 285px;
  vertical-align: middle;
}

.about__point:hover .about__point__name {
  color: #016436;
}

.about__point__name::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  background: url(../img/arrow_next.svg) 0 0 no-repeat;
}

.pulse div {
  border-radius: 50%;
  position: absolute;
  margin: auto auto;
  top: -2px;
  bottom: 0;
  left: 19px;
  width: 60px;
  height: 60px;
  z-index: 1;
  border-top: 2px solid rgb(1, 100, 54);
  border-left: 2px solid rgb(1, 100, 54);
  border-right: 2px solid rgb(1, 100, 54);
  border-bottom: 2px solid rgb(1, 100, 54);
  animation: pulse 2s infinite 0.4s;
}

@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.news {
  padding-top: 40px;
  margin-bottom: 70px;
}

.news__left {
  width: 48%;
  float: left;
}

.news__right {
  width: 48%;
  float: right;
}

.news__item {
  overflow: hidden;
  margin-bottom: 20px;
}

.news__inner {
  position: relative;
}

.news__pic {
  margin-top: 3px;
  width: 181px;
  height: 181px;
  overflow: hidden;
  float: left;
}

.news__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 31px;
  font-weight: 500;
}

.news__title a {
  color: #000;
}

.news__title:hover a {
  color: #016436;
}

.news__descr {
  width: 64%;
  float: right;
}

.news__date {
  display: block;
  font-size: 13px;
  color: #767676;
  margin-bottom: 7px;
}

.news__name {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.news__name a {
  color: #000;
}

.news__name a:hover {
  color: #016436;
}

.news__item:hover .border {
  border-bottom: 1px solid transparent;
}

.news__text {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0;
}

.news__more {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  line-height: 40px;
  padding: 0 25px;
  background: #f1f1f1;
  border-radius: 2px;
  position: absolute;
  top: -60px;
  right: 0;
}

.news__more:hover {
  background: #b2adad;
  color: #fff;
}

.news__pic img {
  transition: all 0.3s ease;
}

.news__item:hover .news__pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news__point {
  width: 283px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  margin: 0 20px 10px 0;
}

.news__point:nth-child(even) {
  margin-right: 0;
}

.news__point .news__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.news__point .news__name a {
  color: #000;
}

.news__point:hover .news__name a {
  color: #016436;
}

.news__point:hover .border {
  border-color: transparent;
}

.footer__top {
  border-top: 1px solid #eaeaea;
  padding: 20px 0 30px 0;
}

.connect {
  width: 280px;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  padding-left: 33px;
}

.connect::before {
  content: "";
  width: 120px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  background: url("../img/svyaz.svg") 0 0 no-repeat;
}

.connect i {
  font-style: normal;
  background: #fff;
  padding: 5px 0;
}

.footer__top .phone a {
  font-size: 19px;
}

.footer__top .phone {
  width: 270px;
  margin-top: 36px;
}

a.footer__btn {
  min-width: 121px;
  font-size: 15px;
  color: #319b39;
  border: 2px solid #319b39;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  padding: 0 21px;
}

.footer__top .header__links {
  margin-top: 28px;
}

a.footer__btn:hover {
  border-color: #016436;
  color: #016436;
}

.footer__btns {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 30px 0 0 0;
}

.footer__btn span {
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  background: url(../img/social_wa.svg) 0 0 no-repeat;
  margin-top: 10px;
}

.social__link {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #cccdce;
  padding: 6px;
  position: relative;
  margin-right: 3px;
}

.social__link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.social {
  float: right;
  margin: 31px 0 0 0;
}

.social__link:hover {
  background: #3b5998;
}

.social__link_inst:hover {
  background: #c121d8;
}

.social__link_tw:hover {
  background: #1da1f2;
}

.social__link_you:hover {
  background: #c93218;
}

.social__link_whatsapp:hover {
  background: #45FA06;
}

.social__link_telegram:hover {
  background: #35A2F6;
}

.footer__bot {
  background: #016436;
  padding: 46px 0;
}

.footer__items {
  overflow: hidden;
}

.footer__item {
  width: 26%;
  float: left;
}

.footer__item:nth-child(2n) {
  width: 25%;
}

.footer__item:nth-child(3n) {
  width: 26%;
}

.footer__item:last-child {
  width: 23%;
}

.copy {
  display: block;
  font-size: 15px;
  color: #a0c0b1;
}

.footer__info {
  font-size: 13px;
  display: block;
  color: #a0c0b1;
  margin-bottom: 7px;
}

.footer__menu {
  margin: 0;
  padding: 0;
}

.footer__menu li {
  list-style: none;
  font-size: 15px;
  color: #a0c0b1;
  margin: 0;
  padding: 0 0 10px 0;
}

.footer__menu li a {
  color: #a0c0b1;
}

.footer__menu li:hover a {
  color: #fff;
}

.footer__money {
  font-size: 15px;
  font-weight: 400;
  color: #a0c0b1;
  margin: 0 0 10px 0;
}

.footer__money span {
  color: #fcb442;
}

.footer__links a {
  display: inline-block;
  margin-right: 10px;
  width: 128px;
}

.footer__links {
  margin-top: 30px;
}

.footer__develop {
  color: #a0c0b1;
  font-size: 15px;
  text-align: right;
}

.footer__develop a {
  color: #a0c0b1;
  font-size: 15px;
}

.footer__develop img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.bread-crumbs {
  margin: 24px 0 0 0;
  padding: 0;
}

.bread-crumbs__item {
  display: inline-block;
  font-size: 15px;
  color: #767676;
  margin-bottom: 0;
  padding-bottom: 3px;
}

.bread-crumbs__item a {
  color: #767676;
  text-decoration: none;
}

.bread-crumbs__item:hover a {
  color: #016436;
}

.bread-crumbs__item span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.page__title {
  margin: 12px 0 26px 0;
  font-weight: 500;
  font-size: 30px;
}

.page__side {
  width: 285px;
  float: left;
  padding-bottom: 50px;
  padding-top: 20px;
}

.page__side__list {
  margin: 0;
  padding: 0;
}

.page__side__list li {
  font-size: 16px;
  position: relative;
  color: #000;
  margin: 0;
  padding: 0 0 16px 0;
  list-style: none;
}

.page__side__list li a {
  color: #000;
  position: relative;
  display: inline-block;
}

.page__side__list li a::after {
  content: "";
  display: none;
  width: 20px;
  height: 3px;
  background: #4bba53;
  margin-left: 10px;
  vertical-align: middle;
}

.page__side__list li:hover a {
  color: #4bba53;
}

.page__side__list li.act a {
  color: #4bba53;
  font-weight: bold;
}

.page__side__list li:hover a::after {
  display: inline-block;
}

.page__side__list li.act a::after {
  display: inline-block;
}

.page__content {
  width: 915px;
  float: right;
  padding-bottom: 50px;
}

.doc-link {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #319b39;
  font-size: 16px;
  padding: 0 30px 0 45px;
  position: relative;
  margin-bottom: 27px;
  line-height: 1.4;
  margin-right: 35px;
}

.doc-link:nth-child(even) {
  margin-right: 0;
}

.doc-link::after {
  content: "";
  width: 26px;
  height: 35px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../img/doc.png") 0 0 no-repeat;
}

.doc-link i {
  font-style: normal;
  border-bottom: 1px solid #b2d6ca;
}

.doc-link:hover i {
  border-color: transparent;
}

.doc-link span {
  color: #717171;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 5px;
  vertical-align: middle;
}

.ya-share2__link {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.ya-share2__icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.page .ya-share2__container_size_m .ya-share2__icon {
  height: 40px;
  width: 40px;
  background-size: 24px 24px;
  background: url("../img/share.png") -50px 0px no-repeat;
}

.page .ya-share2__item .ya-share2__badge {
  background: transparent;
}

.page .ya-share2__item_service_vkontakte:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -50px 0px no-repeat;
}

.page .ya-share2__item_service_facebook .ya-share2__icon {
  background-position: 0 0;
}

.page .ya-share2__item_service_facebook:hover .ya-share2__icon {
  background: url("../img/share-hov.png") 0 0 no-repeat;
}

.page .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-position: -100px 0;
}

.page .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -100px 0 no-repeat;
}

.page .ya-share2__item_service_twitter .ya-share2__icon {
  background-position: -150px 0;
}

.page .ya-share2__item_service_twitter:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -150px 0 no-repeat;
}

.page .ya-share2__item_service_viber .ya-share2__icon {
  background-position: -300px 0;
}

.page .ya-share2__item_service_viber:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -300px 0 no-repeat;
}

.page .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-position: -250px 0;
}

.page .ya-share2__item_service_whatsapp:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -250px 0 no-repeat;
}

.page .ya-share2__item_service_telegram .ya-share2__icon {
  background-position: -200px 0;
}

.page .ya-share2__item_service_telegram:hover .ya-share2__icon {
  background: url("../img/share-hov.png") -200px 0 no-repeat;
}

.share span {
  display: block;
  margin-bottom: 12px;
}

.credit {
  padding-bottom: 20px;
}

.credit__header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 150px;
}

.credit__bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.credit__bg_mob {
  display: none;
}

.credit .bread-crumbs {
  margin: 0 0 56px 0;
}

.credit .page__title {
  line-height: 1.4;
}

.credit__items {
  margin-bottom: 41px;
}

.credit__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding-top: 50px;
  overflow: hidden;
}

.creadit__item__pic {
  width: 59px;
  height: 60px;
  display: inline-block;
  float: left;
}

.credit__item__info {
  float: left;
  margin-left: 12px;
}

.credit__item__text {
  display: block;
  font-size: 15px;
}

.credit__item__num {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.credit__item__num b {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
  line-height: 36px;
}

.credit__btns .btn:first-child {
  background: #016435;
  margin-right: 10px;
}

.credit__btns .btn:first-child:hover {
  background: #007f42;
}

.credit table tr td:first-child {
  width: 32%;
  vertical-align: top;
}

.credit table {
  margin-bottom: 45px;
  margin-top: 34px;
}

.credit h3 {
  font-size: 26px;
  margin-bottom: 24px;
}

.steps {
  margin-bottom: 25px;
}

.steps h3 {
  margin-bottom: 29px;
}

.step__item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 15px;
  padding-right: 80px;
}

.step__num {
  display: inline-block;
  float: left;
  width: 59px;
  height: 59px;
  line-height: 57px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #016435;
  color: #016435;
  border-radius: 50%;
}

.step__info {
  width: 74%;
  float: right;
}

.step__info h6 {
  font-size: 16px;
  color: #016435;
  margin-bottom: 6px;
  line-height: 1;
}

.step__info p {
  font-size: 15px;
  padding-bottom: 0;
}

.calc {
  min-height: 474px;
  background: url("../img/calc.jpg") 0 0 no-repeat;
  background-size: cover;
  padding-top: 53px;
  margin-bottom: 41px;
}

.calc__title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.calc__left {
  width: 720px;
  float: left;
}

.calc__label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  color: #767676;
}

.catalog-min {
  height: 59px;
  width: 100%;
  background: #fff;
  padding: 0 19px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #016436;
  border: 1px solid #cecece;
  border-bottom: none;
}

.irs--big .irs-min, .irs--big .irs-max {
  display: none;
}

.apply__row_spin .irs-single {
  display: none;
}

.irs-from, .irs-to, .irs-single {
  top: -30px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  background: #00774f;
  border-radius: 0;
  font-size: 15px;
}

.irs--big .irs-line {
  top: 33px;
  height: 4px;
  background: #cecece;
  border: none;
  border-radius: 0;
}

.irs--big .irs-bar {
  top: 0;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #00774f;
}

.irs--big {
  height: 24px;
}

.irs--big .irs-line {
  top: 0;
}

.irs--big .irs-handle {
  top: 0;
  width: 15px;
  height: 15px;
  border: none;
  background: url(../img/irs.png) -1px 0px no-repeat;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  top: -7px;
  z-index: 0;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: transparent;
  background-color: transparent;
  background: url(../img/irs.png) -1px 0px no-repeat;
}

.catalog-min::-webkit-input-placeholder {
  color: #717171;
  font-weight: 400;
  font-size: 15px;
}

.catalog-min::-moz-placeholder {
  color: #717171;
  font-weight: 400;
  font-size: 15px;
}

.catalog-min:-moz-placeholder {
  color: #717171;
  font-weight: 400;
  font-size: 15px;
}

.catalog-min:-ms-input-placeholder {
  color: #717171;
  font-weight: 400;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.irs--big.irs-with-grid {
  height: 27px;
  margin-bottom: 26px;
}

.irs--big .irs-grid-text {
  color: #717171;
  font-size: 13px;
}

.irs-grid-pol.small {
  display: none;
}

.irs--big .irs-grid-pol {
  background-color: #717171;
  height: 5px;
}

.irs-with-grid .irs-grid {
  display: block;
  width: 98% !important;
  left: 2px !important;
}

.calc__spin .irs-single {
  display: none;
}

.calc__row {
  margin-bottom: 16px;
}

.calc__row__left {
  width: 49%;
  float: left;
}

.calc__row__right {
  width: 49%;
  float: right;
}

.jq-selectbox__select {
  font-family: "RobotoRegular";
  font-weight: 400;
  font-size: 18px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  color: #016436;
  padding: 0 51px 0 16px;
  height: 59px;
  line-height: 59px;
  border: 1px solid #cecece;
}

.jq-selectbox__select:hover {
  background: #fff;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__trigger-arrow {
  border: none;
  background: url(../img/arrowdown.svg) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  top: 27px;
  right: 18px;
}

.jq-selectbox__trigger {
  border: none;
}

.jq-selectbox__dropdown {
  width: 100%;
}

.jq-selectbox li.selected {
  background-color: #005038;
  color: #FFF;
}

.jq-selectbox li {
  margin: 0;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.jq-selectbox__select-text {
  line-height: 58px;
}

.calc__mess {
  display: block;
  font-size: 15px;
  margin-top: 34px;
  line-height: 1.4;
}

.calc__right {
  width: 420px;
  float: right;
  background: #4bba53;
  padding: 40px 49px 50px 49px;
  margin-top: 7px;
}

.calc__descr {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.calc__total {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}

.calc__total_small {
  font-size: 30px;
  margin-bottom: 30px;
}

.calc__total .currency {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 4px;
}

.calc__total:empty::after {
  content: "---";
}

.calc .btn {
  background: #016436;
  font-size: 18px;
  width: 100%;
  line-height: 62px;
}

.calc .btn:hover {
  background: #007f42;
}

.credit__bot__inner {
  width: 800px;
}

.apply__head {
  background: #6c9fca;
  padding: 28px 0;
  margin-bottom: 14px;
}

.apply__head__text {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.apply__head__text span {
  font-size: 15px;
  font-weight: 400;
}

.apply__title {
  font-size: 18px;
  margin: 20px 0 16px 0;
}

.apply__block_title {
  font-size: 20px;
  margin: 25px 0 15px 0;
}

.apply__right {
  width: 418px;
  float: right;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 42px 47px 20px 47px;
  margin-top: 88px;
}

.apply__right_small {
  margin-top: 26px;
}

.apply__left {
  width: 720px;
  float: left;
}

.apply__row {
  margin-bottom: 22px;
  position: relative;
}

.apply__label {
  display: block;
  font-size: 15px;
  color: #767676;
  margin-bottom: 12px;
}

.apply .jq-selectbox {
  border: none;
}

.apply .jq-selectbox__select {
  border-radius: 5px;
}

.apply__row__left {
  width: 535px;
  float: left;
  position: relative;
}

.form-card-request .apply__row__left {
  width: 1055px;
}

.apply__input {
  width: 100%;
  height: 59px;
  border-radius: 5px;
  color: #016436;
  padding: 0 20px;
  border: 1px solid #cecece;
  font-size: 18px;
}

.apply__input[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.error .apply__input {
  border: 1px solid red;
}

.error .apply__label {
  color: red;
}

.error__text {
  margin-top: 2px;
  font-size: 11px;
  color: red;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.apply {
  margin-top: 29px;
  padding-bottom: 20px;
}

.apply__row__right {
  width: 164px;
  float: right;
  position: relative;
}

.apply__row__left_big {
  width: 49%;
}

.apply__row__right_big {
  width: 49%;
}

.apply__row__midde {
  width: 349px;
  float: left;
}

.form-card-request .apply__row__middle {
  width: 860px;
}

.apply__row__little {
  width: 164px;
  margin-right: 20px;
  float: left;
}

.apply .btn {
  background: #016436;
  font-size: 18px;
  line-height: 62px;
  padding: 0 32px;
  margin-top: 8px;
}

.apply .btn:hover {
  background: #007f42;
}

.apply__right__title {
  font-size: 22px;
  margin-bottom: 28px;
}

.apply__right .step__item {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  padding-right: 0;
}

.apply__body_big {
  margin-top: 37px;
}

.apply__body_spin {
  margin-top: 37px;
}

.apply__body_big .apply__right {
  margin-top: 28px;
}

.apply__body_spin .apply__row {
  margin-bottom: 0;
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-size: 18px;
}

.checkbox {
  margin-top: 45px;
}

.jq-checkbox, .jq-radio {
  width: 24px;
  height: 24px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #cecece;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  margin: 6px 0 0 6px;
  border: none;
  transform: none;
  background: #00774f;
}

.apply__row_small {
  margin-bottom: 6px;
}

.checkbox_small {
  margin-top: 0;
  margin-bottom: 15px;
}

.checkbox_small label {
  font-size: 15px;
}

.captcha {
  width: 224px;
  height: 60px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 9px;
}

.news-list .news__descr {
  width: 84%;
}

.news-list .news__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.news-list .news__item:last-child {
  border-bottom: none;
}

.news__item_text .news__descr {
  width: 100%;
}

.pagination {
  margin: 11px 0 84px 0;
}

.pagination ul {
  margin: 0;
  padding: 0 0 0 3px;
  display: inline-block;
}

.pagination ul li {
  margin-right: 4px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: #eeeeee;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}

.pagination ul li:hover {
  background: #016436;
}

.pagination ul li:hover a {
  color: #fff;
}

.pagination ul li.pagination__act {
  background: #cfcfcf;
}

.pagination ul li.pagination__act:hover {
  background: #cfcfcf;
}

.pagination ul li.pagination__act a:hover {
  color: #000;
}

.pagination__btn,
.pagination__btn:hover,
.pagination__btn:active,
.pagination__btn:focus,
.pagination__btn:visited {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 39px;
  padding: 0 23px;
  background: #016436;
}

.pagination__btn:hover {
  background: #007f42;
  color: #fff;
}

.back-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 17px;
  color: #319b39;
}

.news-full__pic {
  width: 500px;
  float: left;
  margin: 0 20px 6px 0;
}

.news-full__date {
  color: #888;
  margin-bottom: 12px;
  font-size: 12px;
}

.news-full__preview {
  margin-bottom: 8px;
  font-size: 12px;
}

.staff-list__item {
  width: 216px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  padding: 15px 15px 15px 15px;
  margin: 0 12px 15px 0;
}

.staff-list__item:nth-child(4n) {
  margin-right: 0;
}

.staff-list__pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
}

.staff-list__pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.staff-list__name {
  font-size: 15px;
  margin: 0 0 5px 0;
  line-height: 1.1;
}

.staff-list__pos {
  font-size: 13px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.staff-list__item:hover .staff-list__name {
  color: #00914c;
}

.staff-list__item:hover .staff-list__pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.staff-full {
  padding-bottom: 30px;
}

.staff-full__title {
  margin-top: -5px;
  font-size: 17px;
}

.staff-full_bitrh {
  display: inline-block;
  color: #888888;
  font-size: 13px;
  padding-left: 10px;
}

.staff-full__pic {
  width: 300px;
  float: right;
  margin-left: 10px;
}

.staff-full_info {
  width: 580px;
  float: left;
}

.staff-full__details {
  padding-top: 15px;
  border-top: 1px solid #dedede;
  margin-bottom: 20px;
}

.staff-full__detail {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-right: 25px;
  color: #888888;
  position: relative;
  cursor: pointer;
  float: right;
}

.staff-full__detail img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.staff-full__detail i {
  font-style: normal;
}

.staff-full__detail:hover .share {
  display: block;
}

.contacts-full {
  padding-bottom: 50px;
}

.contacts__main {
  overflow: hidden;
  background: url("../img/service-bg.jpg");
  padding: 24px 24px 16px 24px;
  margin-bottom: 30px;
}

.contacts-full {
  padding-bottom: 50px;
}

.contacts__map {
  padding: 6px;
  width: 65%;
  height: 400px;
  float: right;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.feedback-map {
  width: 100%;
  height: 100%;
}

.contacts__info {
  width: 30%;
  float: left;
}

.contacts__title {
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 14px;
  position: relative;
  line-height: 18px;
  margin: 0 0 7px 0;
}

.contacts__title::before {
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background: #6c9fca;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts__descr {
  line-height: 1.2;
  padding-bottom: 9px;
}

.contacts__item {
  margin-bottom: 10px;
}

.contacts__mail {
  display: inline-block;
  text-decoration: none;
  color: #016436;
  position: relative;
  display: block;
  margin-bottom: 4px;
}

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

.contacts__form {
  overflow: hidden;
  background: url("../img/service-bg.jpg");
  padding: 24px 24px 16px 24px;
  margin-bottom: 30px;
}

.apply__text {
  width: 100%;
  height: 170px;
  border-radius: 5px;
  color: #016436;
  padding: 12px 21px 0 21px;
  border: 1px solid #cecece;
  font-size: 18px;
  font-family: inherit;
}

.contacts__form .captcha {
  margin-top: 30px;
}

.contacts__form .btn {
  margin-top: 30px;
  line-height: 56px;
}

.filials__sort h6 {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.filials__sort a {
  text-decoration: none;
  color: #000;
  border: 1px solid #eaeaea;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 22px;
  font-size: 15px;
}

.filials__sort a:hover {
  color: #249e2c;
}

.filials__sort a.is-active,
.filials__sort a.is-active:hover,
.filials__sort a.is-active:active,
.filials__sort a.is-active:visited {
  color: #fff;
  background-color: #249e2c;
  border-color: #249e2c;
}

.filials__sort {
  margin-bottom: 15px;
}

.filials__select {
  width: 87%;
  float: right;
  margin-top: -9px;
}

.filials__select .jq-selectbox {
  z-index: 500 !important;
}

.filials__sort .jq-selectbox__select {
  font-size: 15px;
  color: #000;
  padding: 0 51px 0 16px;
  height: 40px;
  line-height: 40px;
}

.tabs-descr {
  overflow: hidden;
}

.filials .tabs-descr__caption {
  width: 87%;
  padding-left: 0;
  float: right;
  text-align: center;
  display: inline-block;
  margin-top: -8px;
}

.filials__sort .jq-selectbox__select-text {
  line-height: 38px;
}

.filials__sort .jq-selectbox__trigger-arrow {
  top: 18px;
}

.filials__title {
  font-weight: 500;
  width: 12%;
  display: inline-block;
}

.filials .tabs-descr__content {
  margin-top: 18px;
}

.filials .tabs-descr__caption li {
  background: #6c9fca;
  line-height: 40px;
  border-radius: 0;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  list-style: none;
  font-size: 15px;
  float: left;
  margin: 0 10px 10px 0;
  font-weight: 400;
  cursor: pointer;
  width: 49%;
}

.filials .tabs-descr__caption li.act {
  background: #4d80ac;
}

.filials .tabs-descr__caption li:last-child {
  margin-right: 0;
  float: right;
}

.filials__map {
  height: 400px;
}

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

.contacts__item p {
  padding-bottom: 5px;
}

.filials .contacts__item {
  padding: 15px;
  border: 1px solid #eaeaea;
}

.modal {
  width: 500px;
  height: 400px;
  padding: 0;
  border: 3px solid #4d80ac;
}

.modal img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox-slide > * {
  padding: 0;
}

a.filials__link {
  color: #fff;
  display: inline-block;
  background: #6c9fca;
  padding: 8px 15px;
}

a.filials__link:hover {
  background: #4d80ac;
}

.filials .contacts__mail {
  display: inline-block;
  color: #000;
}

.apply_card .hasDatepicker {
  background-position: 317px 20px;
}

.ok {
  padding: 80px 0 80px 0;
}

.ok__pic {
  width: 64px;
  height: 78px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.ok h5 {
  text-align: center;
}

.ok p {
  text-align: center;
}

.ok a {
  text-align: center;
  text-decoration: none;
  display: block;
}

.credit-list__pic {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.credit-list__pic img {
  transition: all 0.3s ease;
}

.credit-list__pic:hover.credit-list__pic img {
  transform: scale(1.1);
}

.credit-list__pic img {
  transition: all 0.3s ease;
}

.credit-list__pic:hover.credit-list__pic img {
  transform: scale(1.1);
}

.credit-list__descr {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 15px;
}

.credit-list__name a {
  color: #000;
}

.credit-list__name a:hover {
  color: #4bba53;
}

.credit-list__item {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 0 10px;
}

.credit-list__item .fit {
  max-width: 83%;
  max-height: 83%;
}

.credit-list__item:nth-child(even) {
  margin-right: 0;
}

.page__bottom {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.page__bottom_left {
  float: left;
}

.page__bottom_right {
  float: right;
  padding-top: 10px;
}

.b-print-button,
.b-print-button:visited {
  float: right;
  margin-bottom: 15px;
  padding: 1px 6px 1px 25px;
  font-weight: normal;
  border-right: 0;
  font-size: 13px;
  line-height: 20px;
  background: #fff;
  background-image: url("../img/print.png");
  background-position: 6px 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.calc-row {
  padding-bottom: 50px;
}

.calc-row__left {
  width: 48%;
  float: left;
  padding-top: 2px;
}

.calc-row__right {
  width: 48%;
  float: right;
  overflow: hidden;
}

.calc-row__right_padding {
  padding-top: 30px;
}

.content-deposits-note {
  font-size: 14px;
}

.content-deposits-note img {
  width: 220px;
  float: left;
  margin-right: 30px;
}

.deposits-note-info {
  font-size: 10px;
  color: #888;
}

.product__left {
  width: 48%;
  float: left;
}

.product__right {
  width: 48%;
  float: right;
}

.product {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}

.product__left {
  width: 49%;
  overflow: hidden;
  float: left;
}

.product__slider {
  overflow: hidden;
}

.product__slider__small {
  width: 87px;
  height: 400px;
  float: left;
}

.product__slider__big {
  width: 477px;
  text-align: center;
  float: right;
  margin-right: 10px;
}

.product__slide__big {
  width: 477px;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.product__slide__big img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3%;
  border: 1px solid #ededed;
}

.product__slide__big a {
  outline: none;
  color: transparent;
}

.product__slide__small {
  width: 85px !important;
  height: 85px !important;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  outline: none;
  position: relative;
  outline: none;
  border: 1px solid #ededed;
  margin-bottom: 13px;
}

.slick-vertical .slick-slide {
  border: 1px solid #ededed;
}

.product__slide__small.slick-slide.slick-current.slick-active {
  border: 1px solid #4bba53;
}

.product__slide__small img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
  height: auto;
}

.tabs {
  max-width: 700px;
  margin: 0 0 30px;
}

.tabs__caption {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
  padding-left: 0;
}

.tabs__caption li:last-child:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #4bba53;
}

.tabs__caption:after {
  content: "";
  display: table;
  clear: both;
}

.tabs__caption li {
  padding: 9px 15px;
  margin: 1px 0 0 1px;
  background: #4bba53;
  color: #FFF;
  position: relative;
  border: solid #4bba53;
  border-width: 1px 1px 0;
  border-radius: 2px 2px 0 0;
  text-align: center;
  list-style: none;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}

.tabs__caption li:not(.active):hover {
  background: #7DCA86;
  border-color: #7DCA86;
}

.tabs__caption .active {
  background: #FFF;
  color: #000;
  border-color: #7DCA86;
}

.tabs__caption .active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}

.tabs__content {
  display: none;
  background: #FFF;
  border: 1px solid #7DCA86;
  border-radius: 0 5px 5px 5px;
  padding: 15px 25px;
}

.tabs__content p {
  padding-bottom: 0;
}

.tabs__content.active {
  display: block;
}

.tabs__info,
.tabs__info td {
  border: none;
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    flex: 1 0 auto;
  }
}
.fin__items {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.fin__item {
  width: 40%;
}

.fin__item_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  position: relative;
  border: 1px solid #4bba53;
  padding: 20px 15px;
  border-radius: 3px;
  height: 100%;
}

.fin__item_pic {
  width: 50px;
  height: 50px;
  border: 1px solid #4bba53;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 5px;
}

.fin__item_pic img {
  max-width: 100%;
  max-height: 100%;
}

.fin__item_name {
  font-size: 18px;
  color: #4bba53;
}

.link__open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fin_modal {
  width: 70%;
  padding: 30px;
  display: none;
}

.fin_modal p {
  padding: 0 0 15px 0;
}

.phone__container {
  display: flex;
  justify-content: space-between;
}

.phone__container .apply__select {
  width: 30%;
}

.filter__block_title {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0;
}

.vacancies-items {
  max-width: 840px;
  margin-bottom: 40px;
}

.vacancies__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 3px 3px 10px 0 rgba(50, 38, 163, 0.24);
  background: #F8F8F8;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.vacancies__item.hidden {
  visibility: hidden;
  line-height: 0;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.vacancies__item:before {
  content: "";
  position: absolute;
  border-radius: 0 200px 200px 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 40px;
  background: #4bba53;
}

.vacancies__item .vacancy__open {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.vacancies__item .title {
  font-size: 18px;
  line-height: 140%;
  color: #4bba53;
  transition: all 0.3s ease;
}

.vacancies__item .left {
  margin-right: 20px;
}

.vacancies__item .info {
  font-size: 14px;
  margin-top: 3px;
  color: #4bba53;
  transition: all 0.3s ease;
}

.vacancies__item .icon {
  width: 30px;
  height: 30px;
  color: #4bba53;
  transition: all 0.3s ease;
}

.vacancies__item:hover {
  background: #4bba53;
}

.vacancies__item:hover .icon,
.vacancies__item:hover .title,
.vacancies__item:hover .info {
  color: #fff;
}

.items__block {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.items__block .item__block {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.items__block .image_block {
  margin-bottom: 20px;
}

.items__block .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
  transition: all 0.3s ease;
}

.items__block .title:hover {
  color: #4bba53;
}

.items__block .preview {
  color: #a0c0b1;
  font-size: 14px;
  max-width: 280px;
}

.finance__page ul {
  list-style: inherit;
}

.finance__page ul li {
  list-style-image: none;
}

.finance__top_block {
  background: linear-gradient(90deg, #f0f0f0 0%, #f8f8f8 53%, #f0f0f0 100%);
  padding-top: 24px;
  padding-bottom: 60px;
}

.finance__top_block .bread-crumbs {
  margin: 0;
}

.finance__top_block .page__title {
  margin: 12px 0 25px 0;
}

.finance__top_block .preview__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.finance__top_block .preview__block_info {
  max-width: 565px;
}

.finance__top_block .text__block * {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #181818;
  margin: 0 0 20px 0;
  padding: 0;
}

.finance__top_block .btn {
  font-weight: 500;
  font-size: 16px;
  padding: 0 24px;
}

.finance__top_block .links__block {
  margin-top: 45px;
}

.finance__top_block .links__block .link_item {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.finance__top_block .links__block .link_item:hover {
  color: #319b39;
}

.finance__top_block .image__block {
  position: relative;
  flex-shrink: 0;
  padding-left: 160px;
  margin-top: 37px;
}

.finance__top_block .image {
  width: 495px;
  border-radius: 10px;
  overflow: hidden;
}

.finance__top_block .image img {
  width: 495px;
  height: auto;
}

.finance__top_block .logo__block {
  position: absolute;
  bottom: 35px;
  left: -60px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  width: 196px;
  height: 131px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 42px;
}

.finance__top_block .logo__block img {
  max-height: 100%;
  max-height: 100%;
}

.finance__info {
  margin: 50px 0 32px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #181818;
  max-width: 600px;
}

.finance__items {
  margin-bottom: 50px;
}

.finance__item {
  border-top: 1px solid #eaeaea;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.finance__item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.finance__item .finance__item_icon-block {
  flex-shrink: 0;
}

.finance__item .finance__item_icon {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  flex-shrink: 0;
}

.finance__item .finance__item_icon img {
  max-width: 100%;
  max-height: 100%;
}

.finance__item .finance__item_terms {
  max-width: 320px;
  width: 100%;
  flex-shrink: 0;
  padding-left: 46px;
}

.finance__item .finance__item_term {
  position: relative;
  margin-bottom: 20px;
}

.finance__item .finance__item_term:last-child {
  margin-bottom: 0;
}

.finance__item .icon {
  position: absolute;
  top: 0;
  left: -46px;
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.finance__item .icon_term {
  background-image: url("../img/finance_calendar.svg");
  background-size: 16px;
}

.finance__item .icon_currency {
  background-image: url("../img/finance_currency.svg");
  background-size: 16px;
}

.finance__item_term .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #747474;
  margin-bottom: 2px;
}

.finance__item_term .value {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #181818;
}

.finance__item .finance__item_info {
  border-left: 1px solid #eaeaea;
  padding-left: 30px;
  flex-grow: 1;
}

.finance__item .finance__item_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 15px;
}

.finance__item .mob_finance__item_title {
  display: none;
}

.finance__item .finance__item_content * {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #181818;
  margin: 0;
  padding: 0;
}

.finance__item .finance__item_content ul {
  padding-left: 20px;
}

.finance__item .finance__item_content strong {
  font-weight: 600;
}

.finance__item .finance__item_content a {
  color: #747474;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.finance__item .finance__item_content a:hover {
  color: #249e2c;
}

.affiliates__block {
  margin: 50px 0;
}

.affiliates__block .affiliates__block_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 32px;
}

.affiliates__block .affiliates__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 30px;
  flex-wrap: wrap;
}

.affiliates__block .affiliates__item {
  position: relative;
  width: 390px;
  padding-left: 29px;
}

.affiliates__block .affiliates__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 28px;
  background: url("../img/map_pin.svg") center center no-repeat;
  background-size: contain;
}

.affiliates__block .affiliates__item_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #747474;
}

.affiliates__block .affiliates__item_address {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #181818;
}

.finance__promotion_block {
  border: 2px solid #99e49f;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}

.finance__promotion_block .promotion__text {
  max-width: 682px;
  width: 100%;
}

.finance__promotion_block .promotion__text * {
  font-size: 16px;
  line-height: 140%;
  color: #181818;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.finance__promotion_block .promotion__text ul,
.finance__promotion_block .promotion__text ol {
  margin: 8px 0;
  padding-left: 20px;
}

.finance__promotion_block .promotion__text strong {
  font-weight: 600;
}

.finance__promotion_block .promotion__text a {
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.finance__promotion_block .promotion__text a:hover {
  color: #249e2c;
}

.finance__promotion_block .promotion__contacts {
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background: #f0f0f0;
  width: 404px;
  flex-shrink: 0;
}

.finance__promotion_block .promotion__contacts::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 42px;
  height: 111px;
  background: url("../img/finance_contacts_icon.svg") center center no-repeat;
  background-size: contain;
  z-index: 0;
}

.finance__promotion_block .promotion__contacts_content {
  position: relative;
  z-index: 5;
}

.finance__promotion_block .promotion__contacts * {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 140%;
}

.finance__promotion_block .promotion__contacts a {
  color: #016435;
  transition: all 0.3s ease;
}

.finance__promotion_block .promotion__contacts a:hover {
  color: #4bba53;
}

.finance__promotion_block .promotion__contacts .finance_phone__icon {
  margin-bottom: 40px;
}

.finance__content {
  margin: 50px 0 58px 0;
}

.finance__content * {
  line-height: 140%;
}

.finance__content p {
  padding: 0 0 20px 0;
}

.finance__content li {
  padding: 0;
}

.finance__content .content-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #181818;
  padding: 0;
  margin-bottom: 16px;
}

.finance__content table p {
  padding: 0;
}

.calculator__block {
  border-radius: 10px;
  background: linear-gradient(90deg, #f0f0f0 0%, #f8f8f8 53%, #f0f0f0 100%);
  padding: 40px 99px 36px 40px;
  width: 1230px;
  margin: 0 auto;
}

.calculator__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 20px;
}

.calculator__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.calculator__fields {
  width: 660px;
}

.calculator__fields .jq-selectbox__trigger-arrow {
  top: 22px;
}

.calculator__fields .apply__row {
  margin-bottom: 16px;
}

.calculator__fields .apply__input,
.calculator__fields .jq-selectbox__select-text,
.calculator__fields .jq-selectbox__select {
  line-height: 50px;
}

.calculator__fields .apply__input,
.calculator__fields .jq-selectbox__select {
  height: 50px;
  border-radius: 5px;
}

.calculator__fields .apply__input {
  border-radius: 5px 5px 0 0;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
}

.info__price {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #181818;
}

.info__price .value {
  font-weight: 600;
  color: #016435;
}

/* .custom-range {
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    position: relative;
}
.thumb {
    position: absolute;
    top: -12px;
    width: 27px;
    height: 27px;
    background: #fff;
    border: 3px solid #4BBA53;
    border-radius: 50%;
    cursor: pointer;
} */
.custom__range {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #d3d3d3;
  outline: none;
  position: relative;
  top: -13px;
}

.custom__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border: 0;
  background: url("../img/range-thumb.svg") center center no-repeat;
  cursor: pointer;
}

.custom__range::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border: 0;
  background: url("../img/range-thumb.svg") center center no-repeat;
  cursor: pointer;
}

.values {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #747474;
  margin-top: 5px;
  top: -10px;
}

.calculator__results {
  margin-top: 30px;
  border: 1px solid #4bba53;
  border-radius: 5px;
  padding: 30px;
}

.calculator__results .calculator__results_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  margin-bottom: 4px;
}

.calculator__results .calculator__results_value {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #016435;
}

.calculator__fields .apply__error {
  position: relative;
  top: -10px;
}

.calculator__fields .apply__error .error__text {
  font-size: 14px;
}

.with_image_template {
  font-family: "Montserrat";
  padding-bottom: 40px;
}
.with_image_template .wrapper {
  max-width: 1350px;
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .with_image_template .wrapper {
    padding: 0 20px;
  }
}
.with_image_template p {
  padding: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .with_image_template p {
    font-size: 16px;
  }
}
.with_image_template li {
  list-style-image: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .with_image_template li {
    font-size: 14px;
  }
}
.with_image_template ul {
  padding-left: 28px;
  list-style: inherit;
  margin: 0;
}
.with_image_template .content-title {
  margin: 75px 0 70px 0;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #171717;
  padding: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1232px) {
  .with_image_template .content-title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .with_image_template .content-title {
    margin: 30px 0;
    font-size: 22px;
  }
}
.with_image_template .content-sub_title {
  font-weight: 600;
  font-size: 32px;
  color: #171717;
  margin: 50px 0 15px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .with_image_template .content-sub_title {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}
.with_image_template .content-intro {
  font-weight: 500;
  font-size: 27px;
  padding: 0;
  margin: 50px 0 12px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .with_image_template .content-intro {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}

.dark__info {
  padding: 40px 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .dark__info {
    padding: 20px 20px 0 20px;
  }
}
.dark__info .title {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #171717;
  margin: 0 auto 35px auto;
}
@media screen and (max-width: 1200px) {
  .dark__info .title {
    font-size: 24px;
    margin: 0 auto 25px auto;
  }
}
@media screen and (max-width: 992px) {
  .dark__info .title {
    font-size: 20px;
  }
}
.dark__info .page__bg_preview {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #111;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .dark__info .page__bg_preview {
    font-size: 16px;
  }
  .dark__info .page__bg_preview br {
    display: none;
  }
}

.page__banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 462px;
  z-index: 1;
}
@media screen and (min-width: 2000px) {
  .page__banner {
    height: 600px;
  }
}
.page__banner.big_banner {
  height: 573px;
}
@media screen and (min-width: 2000px) {
  .page__banner.big_banner {
    height: 700px;
  }
}
.page__banner.big_banner .info {
  top: 200px;
}
@media screen and (min-width: 2000px), (max-width: 768px) {
  .page__banner.big_banner .info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page__banner .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page__banner .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 3;
}
.page__banner .image picture {
  line-height: 0;
}
.page__banner .image .img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__banner .info {
  position: absolute;
  top: 148px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  max-width: 940px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 2000px), (max-width: 768px) {
  .page__banner .info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page__banner .info .title {
  font-weight: 700;
  font-size: 43px;
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .page__banner .info .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page__banner .info .page__bg_preview {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .page__banner .info .page__bg_preview br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page__banner .info .page__bg_preview {
    font-size: 16px;
  }
}

.text_preview_block {
  margin: 70px auto;
  max-width: 940px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #111;
}
@media screen and (max-width: 1232px) {
  .text_preview_block {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .text_preview_block {
    margin: 30px auto;
    font-size: 16px;
  }
  .text_preview_block br {
    display: none;
  }
}

.eco_items {
  max-width: 1070px;
  margin: 70px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1232px) {
  .eco_items {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .eco_items {
    margin: 30px 0;
  }
}
.eco_items .item {
  position: relative;
  width: 48%;
  max-width: 525px;
  height: 346px;
  border-radius: 15px;
  overflow: hidden;
  padding: 55px 44px 36px 44px;
}
@media screen and (max-width: 1232px) {
  .eco_items .item {
    padding: 30px;
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .eco_items .item {
    width: 100%;
    padding: 20px;
    height: 280px;
  }
}
.eco_items .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.eco_items .info {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.eco_items .title {
  font-weight: 700;
  font-size: 29px;
  color: #fff;
  margin-bottom: 13px;
  max-width: 400px;
}
@media screen and (max-width: 1232px) {
  .eco_items .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .eco_items .title {
    font-size: 22px;
  }
}
.eco_items .preview {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 1232px) {
  .eco_items .preview {
    font-size: 16px;
  }
  .eco_items .preview br {
    display: none;
  }
}
.eco_items .btn_link {
  display: inline-block;
  border-radius: 12px;
  padding: 9px 26px;
  background-color: #fff;
  font-weight: 500;
  font-size: 17px;
  color: #171717;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1232px) {
  .eco_items .btn_link {
    font-size: 16px;
  }
}
.eco_items .btn_link:hover {
  background-color: #016435;
  color: #fff;
}
.eco_items .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.evolution_items {
  max-width: 1070px;
  margin: 70px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1232px) {
  .evolution_items {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .evolution_items {
    margin: 30px auto;
  }
}
.evolution_items .item {
  position: relative;
  width: 31%;
  max-width: 341px;
  height: 312px;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1232px) {
  .evolution_items .item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .evolution_items .item {
    width: 100%;
  }
}
.evolution_items .text_block {
  padding: 10px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .evolution_items .text_block {
    padding: 10px 15px;
  }
}
.evolution_items .title {
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .evolution_items .title {
    font-size: 18px;
  }
}
.evolution_items .image {
  height: 205px;
  flex-shrink: 0;
}
.evolution_items .image .img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_image-text {
  margin: 70px 0 50px 0;
  background: rgba(196, 196, 196, 0.11);
  border-radius: 15px;
  padding: 0 80px;
}
@media screen and (max-width: 1232px) {
  .block_image-text {
    padding: 0 40px;
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .block_image-text {
    padding: 0 20px;
    margin: 40px 0;
  }
}
.block_image-text .block_image-text_content {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 67px;
}
@media screen and (max-width: 1232px) {
  .block_image-text .block_image-text_content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .block_image-text .block_image-text_content {
    flex-direction: column;
    gap: 20px;
  }
}
.block_image-text .block_image-text_content.reverce {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .block_image-text .block_image-text_content.reverce {
    flex-direction: column;
  }
}
.block_image-text .image_block {
  flex-shrink: 0;
  width: 483px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .block_image-text .image_block {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .block_image-text .image_block {
    max-width: 350px;
    width: 100%;
  }
}
.block_image-text .img {
  max-width: 100%;
  max-height: 100%;
}
.block_image-text .text__block {
  flex-grow: 1;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .block_image-text .text__block {
    padding: 0 0 25px 0;
  }
}
.block_image-text .text__block * {
  font-weight: 300;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .block_image-text .text__block * {
    font-size: 16px;
  }
}
.block_image-text .text__block *:last-child {
  margin-bottom: 0;
}
.block_image-text .text__block ul {
  list-style: inherit;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.block_image-text .text__block li {
  margin-bottom: 0;
  list-style-image: none;
}
.block_image-text .text__block ol li {
  margin-bottom: 10px;
}
.block_image-text .text__block br {
  margin: 0;
}
.block_image-text .text__block strong {
  font-weight: 500;
}
.block_image-text .text__block .content-title {
  font-weight: 600;
  font-size: 32px;
  color: #171717;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .block_image-text .text__block .content-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .block_image-text .text__block .content-title {
    font-size: 22px;
  }
}
.block_image-text .text__block .content-sub_title {
  font-weight: 500;
  font-size: 18px;
  color: #171717;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block_image-text .text__block .content-sub_title {
    font-size: 20px;
  }
}
.block_image-text .text__block .content-intro {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .block_image-text .text__block .content-intro {
    font-size: 18px;
  }
}

.mob-bank__banner {
  margin-top: 60px;
}
@media screen and (max-width: 1232px) {
  .mob-bank__banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mob-bank__banner {
    margin-top: 20px;
  }
}
.mob-bank__banner .mob-bank__banner_content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .mob-bank__banner_content {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.mob-bank__banner .left {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 60px 54px;
  max-width: 745px;
  width: 100%;
  aspect-ratio: 745/645;
}
@media screen and (max-width: 1232px) {
  .mob-bank__banner .left {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .left {
    padding: 20px;
    aspect-ratio: 1/0.95;
  }
}
.mob-bank__banner .left .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.mob-bank__banner .left .page__title {
  font-family: "Montserrat";
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  max-width: 335px;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1232px) {
  .mob-bank__banner .left .page__title {
    font-size: 32px;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .left .page__title {
    font-size: 22px;
  }
}
.mob-bank__banner .right {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272728;
  flex-grow: 1;
  padding: 40px;
}
@media screen and (max-width: 1232px) {
  .mob-bank__banner .right {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .right {
    padding: 20px;
  }
}
.mob-bank__banner .right .links__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .right .links__content {
    gap: 15px;
  }
}
.mob-bank__banner .right .qr__block {
  display: block;
  max-width: 164px;
  max-height: 164px;
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .right .qr__block {
    max-width: 140px;
    max-height: 140px;
  }
}
.mob-bank__banner .right .qr__block .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mob-bank__banner .right .download__btn {
  display: block;
}
.mob-bank__banner .right .download__btn .image {
  max-height: 52px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mob-bank__banner .right .download__btn .image {
    max-height: 40px;
  }
}

.advantages__block {
  margin: 65px 0 114px 0;
}
@media screen and (max-width: 1232px) {
  .advantages__block {
    margin-bottom: 60px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .advantages__block {
    margin: 40px 0;
  }
}
.advantages__block .advantages__block_title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .advantages__block .advantages__block_title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__block_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.advantages__block .advantages__items {
  display: grid;
  grid-template-columns: repeat(4, 267px);
  gap: 24px;
}
@media screen and (max-width: 1232px) {
  .advantages__block .advantages__items {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__items {
    grid-template-columns: repeat(1, auto);
  }
}
.advantages__block .advantages__item {
  border-radius: 32px;
  background: #f2f3f5;
  padding: 32px 10px 25px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__item {
    max-width: 300px;
    min-height: auto;
    padding: 20px 10px;
  }
}
.advantages__block .advantages__item_title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 5px;
}
.advantages__block .advantages__item_preview {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 10px;
}
.advantages__block .advantages__item_icon {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__block .advantages__item_icon .image {
  max-width: 125px !important;
}
@media screen and (max-width: 768px) {
  .advantages__block .advantages__item_icon .image {
    max-width: 100px;
  }
}

.connect__block {
  margin: 70px 0;
}
@media screen and (max-width: 1232px) {
  .connect__block {
    margin-bottom: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .connect__block {
    margin: 40px 0;
  }
}
.connect__block .connect__block_title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .connect__block .connect__block_title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .connect__block .connect__block_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.connect__block .connect__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1232px) {
  .connect__block .connect__items {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .connect__block .connect__items {
    flex-direction: column;
  }
}
.connect__block .connect__item .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.connect__block .connect__item .connect__item_info {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1232px) {
  .connect__block .connect__item .connect__item_info {
    gap: 10px;
  }
}
.connect__block .connect__item .connect__item_count {
  font-family: "Montserrat";
  flex-shrink: 0;
  border-radius: 18px;
  width: 48px;
  height: 48px;
  background: rgba(20, 143, 43, 0.12);
  line-height: 48px;
  font-weight: 700;
  font-size: 22px;
  color: #095c18;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .connect__block .connect__item .connect__item_count {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 10px;
  }
}
.connect__block .connect__item .connect__item_text * {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1232px) {
  .connect__block .connect__item .connect__item_text * br {
    display: none;
  }
}
.connect__block .connect__item .connect__item_text *:last-child {
  margin: 0;
  padding: 0;
}
.connect__block .connect__item .connect__item_text strong {
  font-weight: 700;
}

.faq__block {
  margin: 70px 0;
}
.faq__block .faq__block_title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 31px;
  line-height: 134%;
  letter-spacing: -0.01em;
  color: #262626;
  margin-bottom: 32px;
}
@media screen and (max-width: 1232px) {
  .faq__block .faq__block_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .faq__block .faq__block_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.faq__block .faq__item {
  position: relative;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 0;
}
.faq__block .faq__item:last-child {
  margin-bottom: 0;
}
.faq__block .faq__item.is-active .faq__question::after {
  transform: rotate(180deg);
}
.faq__block .faq__question {
  font-family: "Montserrat";
  padding: 21px 28px 21px 61px;
  font-weight: 400;
  font-size: 19px;
  line-height: 142%;
  letter-spacing: -0.02em;
  color: #262626;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media screen and (max-width: 768px) {
  .faq__block .faq__question {
    padding: 10px 10px 10px 35px;
    font-size: 16px;
  }
}
.faq__block .faq__question::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 28px;
  width: 14px;
  height: 8px;
  background: url("../img/faq_icon.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .faq__block .faq__question::after {
    top: 20px;
    left: 10px;
  }
}
.faq__block .faq__answer {
  font-family: "Montserrat";
  padding: 12px;
  padding-top: 0;
  display: none;
}
.faq__block .faq__answer p:last-child {
  padding-bottom: 0;
}

.documents__block {
  margin: 85px 0;
}
.documents__block .documents__block_title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 31px;
  line-height: 132%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 55px;
}
@media screen and (max-width: 1232px) {
  .documents__block .documents__block_title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .documents__block .documents__block_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.documents__block .documents__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .documents__block .documents__items {
    gap: 20px;
  }
}
.documents__block .documents__item {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1232px) {
  .documents__block .documents__item {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .documents__block .documents__item {
    width: 100%;
  }
}
.documents__block .documents__item:hover .documents__item_title {
  color: #4bba53;
}
.documents__block .documents__item_icon {
  width: 20px;
  height: 26px;
}
.documents__block .documents__item_title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
.documents__block .documents__item_type {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  letter-spacing: -0.02em;
  color: rgba(38, 38, 38, 0.7);
}

.bereke__banner {
  position: relative;
  overflow: hidden;
  border-radius: 37px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1232px) {
  .bereke__banner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner {
    height: 185px;
    border-radius: 20px;
  }
}
.bereke__banner .bereke__banner_content {
  position: absolute;
  left: 70px;
  bottom: 60px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1232px) {
  .bereke__banner .bereke__banner_content {
    left: 40px;
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_content {
    max-width: calc(100% - 40px);
    bottom: auto;
    top: 15px;
    left: 20px;
  }
}
.bereke__banner .bereke__banner_title {
  font-weight: 900;
  font-size: 64px;
  color: #fff;
}
@media screen and (max-width: 1232px) {
  .bereke__banner .bereke__banner_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_title {
    font-size: 20px;
  }
}
.bereke__banner .bereke__banner_preview {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 1232px) {
  .bereke__banner .bereke__banner_preview {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_preview {
    font-size: 14px;
  }
}
.bereke__banner .bereke__banner_links {
  margin-top: 37px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 31px;
}
@media screen and (max-width: 1232px) {
  .bereke__banner .bereke__banner_links {
    margin-top: 25px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_links {
    gap: 10px;
    margin-top: 15px;
  }
}
.bereke__banner .bereke__banner_qr {
  border-radius: 22px;
  overflow: hidden;
  width: 126px;
  height: 126px;
}
@media screen and (max-width: 1232px) {
  .bereke__banner .bereke__banner_qr {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_qr {
    border-radius: 20px;
    width: 80px;
    height: 80px;
  }
}
.bereke__banner .bereke__banner_btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bereke__banner .download__btn {
  display: block;
}
.bereke__banner .download__btn .image {
  max-height: 52px;
  height: auto;
}
@media screen and (max-width: 1232px) {
  .bereke__banner .download__btn .image {
    max-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__banner .download__btn .image {
    max-height: 35px;
  }
}
.bereke__banner .bereke__banner_image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_image {
    height: 100%;
  }
}
.bereke__banner .bereke__banner_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .bereke__banner .bereke__banner_image img {
    height: 100% !important;
  }
}

.bereke__how-use .bereke__how-use_title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__how-use .bereke__how-use_title {
    font-size: 20px;
  }
}
.bereke__how-use .bereke__how-use_preview {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_preview {
    font-size: 22px;
  }
  .bereke__how-use .bereke__how-use_preview br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bereke__how-use .bereke__how-use_preview {
    font-size: 16px;
  }
}
.bereke__how-use .bereke__how-use_items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_items {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__how-use .bereke__how-use_items {
    margin-top: 25px;
    gap: 15px;
  }
}
.bereke__how-use .bereke__how-use_item {
  border-radius: 32px;
  width: 294px;
  min-height: 440px;
  background: #f2f3f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_item {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__how-use .bereke__how-use_item {
    width: 85%;
    border-radius: 20px;
  }
}
.bereke__how-use .bereke__how-use_item_info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 10px 5px 10px;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_item_info {
    padding: 20px 10px 5px 10px;
  }
}
.bereke__how-use .bereke__how-use_item_count {
  border-radius: 18px;
  width: 48px;
  height: 48px;
  background: rgba(20, 143, 43, 0.12);
  line-height: 48px;
  font-weight: 700;
  font-size: 22px;
  color: #095c18;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_item_count {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 10px;
  }
}
.bereke__how-use .bereke__how-use_item_title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 7px;
}
@media screen and (max-width: 1232px) {
  .bereke__how-use .bereke__how-use_item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__how-use .bereke__how-use_item_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.bereke__how-use .bereke__how-use_item_text {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 5px;
}
.bereke__how-use .bereke__how-use_item_image {
  max-width: calc(100% - 60px);
  width: 100%;
}
.bereke__how-use .bereke__how-use_item_image img {
  width: 100%;
  height: auto;
}

.bereke__advantages {
  margin-top: 115px;
  margin-bottom: 145px;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages {
    margin: 40px 0;
  }
}
.bereke__advantages .bereke__advantages_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: rgba(3, 3, 6, 0.88);
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.bereke__advantages .bereke__advantages_cols {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_cols {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_cols {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.bereke__advantages .bereke__advantages_col {
  max-width: 548px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_col {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_col {
    max-width: 100%;
    gap: 15px;
  }
}
.bereke__advantages .bereke__advantages_col_item {
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.bereke__advantages .bereke__advantages_col_title {
  padding: 50px 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 72%;
  color: rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background: #29924f;
  text-align: center;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_col_title {
    padding: 25px 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_col_title {
    padding: 15px;
    font-size: 18px;
    border-radius: 20px;
  }
}
.bereke__advantages .bereke__advantages_col_content {
  background: #29924f;
  padding: 43px 40px;
  border-radius: 32px;
  flex-grow: 1;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_col_content {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_col_content {
    padding: 15px;
    border-radius: 20px;
  }
}
.bereke__advantages .bereke__advantages_col_content * {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1232px) {
  .bereke__advantages .bereke__advantages_col_content * {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_col_content * {
    font-size: 16px;
  }
}
.bereke__advantages .bereke__advantages_col_content ul {
  list-style: disc;
}
.bereke__advantages .bereke__advantages_col_content li {
  margin-bottom: 20px;
  padding: 0;
  list-style-image: none;
}
@media screen and (max-width: 768px) {
  .bereke__advantages .bereke__advantages_col_content li {
    margin-bottom: 5px;
  }
}
.bereke__advantages .bereke__advantages_col_content li:last-child {
  margin: 0;
}
.bereke__advantages .bereke__advantages_col_content li::marker {
  color: #FCCE06;
}

.bereke__soon {
  margin-top: 145px;
  margin-bottom: 87px;
}
@media screen and (max-width: 1232px) {
  .bereke__soon {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .bereke__soon {
    margin: 40px 0;
  }
}
.bereke__soon .bereke__soon_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 66px;
}
@media screen and (max-width: 1232px) {
  .bereke__soon .bereke__soon_title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__soon .bereke__soon_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.bereke__soon .bereke__soon_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 31px 24px;
}
@media screen and (max-width: 1232px) {
  .bereke__soon .bereke__soon_items {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__soon .bereke__soon_items {
    gap: 10px;
  }
}
.bereke__soon .bereke__soon_item {
  background: #f2f3f5;
  border-radius: 30px;
  padding: 19px 49px;
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: -0.01em;
  color: #acacac;
}
@media screen and (max-width: 1232px) {
  .bereke__soon .bereke__soon_item {
    border-radius: 20px;
    padding: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bereke__soon .bereke__soon_item {
    font-size: 16px;
    padding: 10px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.popup-overlay.open {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .popup-block {
  position: relative;
  padding: 60px 40px;
  background-color: #fff;
  width: 460px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 560px) {
  .popup-overlay .popup-block {
    padding: 25px 20px;
  }
}
.popup-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 560px) {
  .popup-overlay .close-btn {
    top: 10px;
    right: 10px;
  }
}
.popup-overlay .close-btn:hover {
  filter: invert(0);
}
.popup-overlay .close-btn .icon {
  width: 20px;
  height: 20px;
}
.popup-overlay .popup-block__content {
  text-align: center;
  font-weight: 500;
}
.popup-overlay .popup-block__content * {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}